Home
last modified time | relevance | path

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

/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.mk50 WIN_TARGETS += prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/bin/libwinpth…
51 WIN_TARGETS += prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinp…
63 $(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.sh158 Archive.HostOs host-os 1
159 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/vndk/tools/image-diff-tool/
Dallowlist.txt8 system/build.prop=ro.build.host
Dcompare_images_and_print.sh45 out/host/linux-x86/bin/compare_images $1 -u -w "${COMMON_ALLOWLIST}"
/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/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.py474 def connect(self, host): argument
475 return self._simple_call(['connect', host])
477 def disconnect(self, host): argument
478 return self._simple_call(['disconnect', host])
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
DAndroid.bp24 defaults: ["llvm-build-host-tools-defaults"],
/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/build/
Dsdk-windows-x86.atree54 prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread-1.dll pl…
78 prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread-1.dll st…
93 prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/bin/libwinpthread-1.dll stri…
Dsdk.atree39 # host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
75 # build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
140 ${OUT_DIR}/host/common/obj/JAVA_LIBRARIES/shrinkedAndroid_intermediates/shrinkedAndroid.jar build-…
/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.
/development/scripts/
Dcargo2android.py702 host = '' if self.device_supported else '_host'
704 self.module_type = 'rust_binary' + host
713 self.module_type = 'rust_library' + host
717 self.module_type = 'rust_library' + host
721 self.module_type = 'rust_library' + host + '_dylib'
725 self.module_type = 'rust_ffi' + host + '_shared'
729 self.module_type = 'rust_ffi' + host + '_static'
733 self.module_type = 'rust_test' + host
/development/vndk/tools/header-checker/
DAndroid.bp25 "llvm-build-host-tools-defaults",
/development/apps/Development/src/com/android/development/
DConnectivity.java730 private String doSocketRequest(Network network, String host, String path) throws IOException { in doSocketRequest() argument
731 Socket sock = network.getSocketFactory().createSocket(host, 80); in doSocketRequest()
736 "GET %s HTTP/1.1\nHost: %s\nConnection: close\n\n", path, host); in doSocketRequest()
/development/sdk/
Dsdk_files_NOTICE.txt10189 /framework/bouncycastle-host.jar
11609 /lib/libcrypto-host.so
11611 /lib/libssl-host.so
11743 /lib/libexpat-host.so
13049 /lib/libz-host.so
13601 is now a host of the W3C, includes references to this specific dated version of