/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 | 56 $(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/ |
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/samples/training/AnimationsDemo/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/vndk/tools/image-diff-tool/ |
D | whitelist.txt | 7 system/build.prop=ro.build.host
|
D | compare_images_and_print.sh | 45 out/host/linux-x86/bin/compare_images $1 -u -w "${COMMON_WHITELIST}"
|
/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/training/InteractiveChart/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/ContactsList/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/ControllerSample/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/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/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/python-packages/adb/ |
D | device.py | 468 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/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/location-aware/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | Android.bp | 20 defaults: ["llvm-build-host-tools-defaults"],
|
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |