Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 34) sorted by relevance

12

/development/vndk/tools/definition-tool/tests/
Dndk_toolchain.py55 def get_gcc_dir(ndk_dir, arch, host): argument
56 return os.path.join(ndk_dir, 'toolchains', arch, 'prebuilt', host)
59 def get_clang_dir(ndk_dir, host): argument
60 return os.path.join(ndk_dir, 'toolchains', 'llvm', 'prebuilt', host)
137 def create_targets(ndk_dir=None, api=None, host=None): argument
142 if host is None:
143 host = detect_host()
149 get_gcc_dir(ndk_dir, 'arm-linux-androideabi-4.9', host),
150 get_clang_dir(ndk_dir, host),
156 get_gcc_dir(ndk_dir, 'aarch64-linux-android-4.9', host),
[all …]
/development/build/tools/
Dpatch_windows_sdk.sh74 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}development/build/sdk-windows-x86.atree \
75 -I $WIN_OUT_DIR/host/windows-x86 \
90 cp -f $V $WIN_OUT_DIR/host/windows-x86/bin/$i $TEMP_SDK_DIR/../$i
94 cp -f $V $WIN_OUT_DIR/host/windows-x86/lib/$i $TEMP_SDK_DIR/../$i
Dwindows_sdk.mk56 $(call dist-for-goals, win_sdk, prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-ming…
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DCustomViewAccessibilityActivity.java148 public void onInitializeAccessibilityEvent(View host, AccessibilityEvent event) { in tryInstallAccessibilityDelegate()
149 super.onInitializeAccessibilityEvent(host, event); in tryInstallAccessibilityDelegate()
157 public void onInitializeAccessibilityNodeInfo(View host, in tryInstallAccessibilityDelegate()
159 super.onInitializeAccessibilityNodeInfo(host, info); in tryInstallAccessibilityDelegate()
173 public void onPopulateAccessibilityEvent(View host, AccessibilityEvent event) { in tryInstallAccessibilityDelegate()
174 super.onPopulateAccessibilityEvent(host, event); in tryInstallAccessibilityDelegate()
/development/tools/axl/
Dchewie.py98 time, thread, host = x[0], x[1], x[4]
99 opened[thread] = [time, host, connectionCount]
103 opentime, host, connection = opened[thread]
105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection]
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentTabsFragment.java49 TabHost host = mTabManager.handleCreateView(v); in onCreateView() local
51 mTabManager.addTab(host.newTabSpec("result").setIndicator("Result"), in onCreateView()
53 mTabManager.addTab(host.newTabSpec("contacts").setIndicator("Contacts"), in onCreateView()
55 mTabManager.addTab(host.newTabSpec("apps").setIndicator("Apps"), in onCreateView()
57 mTabManager.addTab(host.newTabSpec("throttle").setIndicator("Throttle"), in onCreateView()
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DFileTransferService.java49 String host = intent.getExtras().getString(EXTRAS_GROUP_OWNER_ADDRESS); in onHandleIntent() local
56 socket.connect((new InetSocketAddress(host, port)), SOCKET_TIMEOUT); in onHandleIntent()
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/vndk/tools/image-diff-tool/
Dwhitelist.txt7 system/build.prop=ro.build.host
Dcompare_images_and_print.sh45 out/host/linux-x86/bin/compare_images $1 -u -w "${COMMON_WHITELIST}"
/development/samples/browseable/CardEmulation/
D_index.jd8 This sample demonstrates how to emulate an NFC card, using the "host card emulation"
/development/tools/core_connectivity/
Dcheck_style.sh26 $ANDROID_BUILD_TOP/prebuilts/clang/host/linux-x86/clang-stable/bin/git-clang-format \
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/USB/MissileLauncher/
DREADME.txt6 This program serves as an example of the following USB host features:
/development/samples/USB/AdbTest/
DREADME.txt7 This program serves as an example of the following USB host features:
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/python-packages/adb/
Ddevice.py468 def connect(self, host): argument
469 return self._simple_call(['connect', host])
471 def disconnect(self, host): argument
472 return self._simple_call(['disconnect', host])
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
DAndroid.bp20 defaults: ["llvm-build-host-tools-defaults"],
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12