Home
last modified time | relevance | path

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

12

/development/vndk/tools/definition-tool/tests/
Dndk_toolchain.py52 def get_gcc_dir(ndk_dir, arch, host): argument
53 return os.path.join(ndk_dir, 'toolchains', arch, 'prebuilt', host)
55 def get_clang_dir(ndk_dir, host): argument
56 return os.path.join(ndk_dir, 'toolchains', 'llvm', 'prebuilt', host)
127 def create_targets(ndk_dir=None, api=None, host=None): argument
132 if host is None:
133 host = detect_host()
139 get_gcc_dir(ndk_dir, 'arm-linux-androideabi-4.9', host),
140 get_clang_dir(ndk_dir, host),
146 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.mk61 $(call dist-for-goals, win_sdk, prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-ming…
Dmk_sdk_repo_xml.sh154 Archive.HostOs host-os 1
155 Archive.HostBits host-bits 1
/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/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/browseable/CardEmulation/
D_index.jd8 This sample demonstrates how to emulate an NFC card, using the "host card emulation"
/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/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.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/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/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/tools/labpretest/
DREADME15 I would connect 8 devices to a host and run this script in 8 separate shell
20 If there is only one device attached to the host you can simply just run the
/development/tools/checkcolor/
Dbuild.gradle22 buildDir = file("${project.rootDir}/../../../out/host/gradle/checkcolor")
/development/cmds/monkey/
DREADME.NETWORK.txt5 into the input system. The idea is that a process will run on a host
122 needing a host process.

12