/development/vndk/tools/definition-tool/tests/ |
D | ndk_toolchain.py | 55 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/ |
D | patch_windows_sdk.sh | 74 ${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
|
D | windows_sdk.mk | 50 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…
|
D | mk_sdk_repo_xml.sh | 158 Archive.HostOs host-os 1 159 Archive.HostBits host-bits 1
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
D | CustomViewAccessibilityActivity.java | 148 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/ |
D | chewie.py | 98 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/ |
D | FragmentTabsFragment.java | 49 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/ |
D | FileTransferService.java | 49 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/ |
D | allowlist.txt | 8 system/build.prop=ro.build.host
|
D | compare_images_and_print.sh | 45 out/host/linux-x86/bin/compare_images $1 -u -w "${COMMON_ALLOWLIST}"
|
/development/samples/browseable/CardEmulation/ |
D | _index.jd | 8 This sample demonstrates how to emulate an NFC card, using the "host card emulation"
|
/development/tools/core_connectivity/ |
D | check_style.sh | 26 $ANDROID_BUILD_TOP/prebuilts/clang/host/linux-x86/clang-stable/bin/git-clang-format \
|
/development/samples/USB/MissileLauncher/ |
D | README.txt | 6 This program serves as an example of the following USB host features:
|
/development/samples/USB/AdbTest/ |
D | README.txt | 7 This program serves as an example of the following USB host features:
|
/development/python-packages/adb/ |
D | device.py | 474 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/ |
D | Android.bp | 24 defaults: ["llvm-build-host-tools-defaults"],
|
/development/tools/labpretest/ |
D | README | 15 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/ |
D | build.gradle | 22 buildDir = file("${project.rootDir}/../../../out/host/gradle/checkcolor")
|
/development/build/ |
D | sdk-windows-x86.atree | 54 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…
|
D | sdk.atree | 39 # 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/ |
D | README.NETWORK.txt | 5 into the input system. The idea is that a process will run on a host 122 needing a host process.
|
/development/scripts/ |
D | cargo2android.py | 702 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/ |
D | Android.bp | 25 "llvm-build-host-tools-defaults",
|
/development/apps/Development/src/com/android/development/ |
D | Connectivity.java | 730 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/ |
D | sdk_files_NOTICE.txt | 10189 /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
|