HomeSort by relevance Sort by last modified time
    Searched full:platform_name (Results 1 - 25 of 60) sorted by null

1 2 3

  /development/build/
sdk.atree 75 development/sdk/sdk_files_NOTICE.txt build-tools/${PLATFORM_NAME}/NOTICE.txt
76 development/sdk/build_tools_source.properties build-tools/${PLATFORM_NAME}/source.properties
77 development/sdk/build_tools_runtime.properties build-tools/${PLATFORM_NAME}/runtime.properties
80 bin/aapt strip build-tools/${PLATFORM_NAME}/aapt
81 bin/aidl strip build-tools/${PLATFORM_NAME}/aidl
82 bin/split-select strip build-tools/${PLATFORM_NAME}/split-select
83 bin/zipalign strip build-tools/${PLATFORM_NAME}/zipalign
86 bin/llvm-rs-cc strip build-tools/${PLATFORM_NAME}/llvm-rs-cc
87 bin/bcc_compat strip build-tools/${PLATFORM_NAME}/bcc_compat
88 frameworks/rs/scriptc build-tools/${PLATFORM_NAME}/renderscript/includ
    [all...]
sdk-windows-x86.atree 61 rm build-tools/${PLATFORM_NAME}/aapt
62 bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe
64 rm build-tools/${PLATFORM_NAME}/split-select
65 bin/split-select.exe strip build-tools/${PLATFORM_NAME}/split-select.exe
67 rm build-tools/${PLATFORM_NAME}/aidl
68 bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.exe
70 rm build-tools/${PLATFORM_NAME}/zipalign
71 bin/zipalign.exe strip build-tools/${PLATFORM_NAME}/zipalign.exe
73 rm build-tools/${PLATFORM_NAME}/dx
74 dalvik/dx/etc/dx.bat build-tools/${PLATFORM_NAME}/dx.ba
    [all...]
sdk-darwin-x86.atree 25 lib/libLLVM.dylib strip build-tools/${PLATFORM_NAME}/libLLVM.dylib
26 lib/libbcc.dylib strip build-tools/${PLATFORM_NAME}/libbcc.dylib
27 lib/libbcinfo.dylib strip build-tools/${PLATFORM_NAME}/libbcinfo.dylib
28 lib/libclang.dylib strip build-tools/${PLATFORM_NAME}/libclang.dylib
29 lib/libc++.dylib strip build-tools/${PLATFORM_NAME}/libc++.dylib
31 prebuilts/sdk/tools/darwin/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
32 prebuilts/sdk/tools/darwin/i686-linux-android-ld strip build-tools/${PLATFORM_NAME}/i686-linux-android-ld
33 prebuilts/sdk/tools/darwin/mipsel-linux-android-ld strip build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld
35 dalvik/dx/etc/mainDexClasses build-tools/${PLATFORM_NAME}/mainDexClasses
sdk-linux-x86.atree 25 lib/libLLVM.so strip build-tools/${PLATFORM_NAME}/libLLVM.so
26 lib/libbcc.so strip build-tools/${PLATFORM_NAME}/libbcc.so
27 lib/libbcinfo.so strip build-tools/${PLATFORM_NAME}/libbcinfo.so
28 lib/libclang.so strip build-tools/${PLATFORM_NAME}/libclang.so
29 lib/libc++.so strip build-tools/${PLATFORM_NAME}/libc++.so
31 prebuilts/sdk/tools/linux/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
32 prebuilts/sdk/tools/linux/i686-linux-android-ld strip build-tools/${PLATFORM_NAME}/i686-linux-android-ld
33 prebuilts/sdk/tools/linux/mipsel-linux-android-ld strip build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld
35 dalvik/dx/etc/mainDexClasses build-tools/${PLATFORM_NAME}/mainDexClasses
sdk-android-arm64-v8a.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_arm64-v8a_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-armeabi.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_armeabi_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-x86.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-x86_64.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-armeabi-v7a.atree 18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu-armv7 system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
21 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_armeabi-v7a_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
24 development/sys-img/images_armeabi-v7a_hardware.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/hardware.ini
sdk-android-mips.atree 18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
21 development/sys-img-${TARGET_CPU_ABI}/images_mips_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
  /external/chromium_org/tools/telemetry/telemetry/util/
support_binaries.py 13 def _GetBinPath(binary_name, platform_name):
15 return os.path.join(path.GetTelemetryDir(), 'bin', platform_name, binary_name)
18 def _IsInCloudStorage(binary_name, platform_name):
19 return os.path.exists(_GetBinPath(binary_name, platform_name) + '.sha1')
42 def FindPath(binary_name, platform_name):
45 if platform_name == 'win':
48 if not command and _IsInCloudStorage(binary_name, platform_name):
49 cloud_storage.GetIfChanged(_GetBinPath(binary_name, platform_name))
50 command = _GetBinPath(binary_name, platform_name)
  /external/chromium_org/tools/findit/common/
utils.py 14 def GetOSName(platform_name=sys.platform):
15 if platform_name == 'cygwin' or platform_name.startswith('win'):
17 elif platform_name.startswith('linux'):
19 elif platform_name.startswith('darwin'):
22 return platform_name
  /device/google/atv/sdk/
atv_sdk.atree 18 ${HOST_OUT}/device/google/atv/sdk/images_${TARGET_CPU_ABI}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
19 device/google/atv/sdk/images_${TARGET_CPU_ABI}_hardware.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/hardware.ini
22 device/google/atv/sdk/devices.xml system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/devices.xml
  /external/chromium_org/ui/ozone/
platform_selection.cc 34 std::string platform_name = GetPlatformName();
38 if (platform_name == kPlatformNames[platform_id]) {
44 LOG(FATAL) << "Invalid ozone platform: " << platform_name;
  /external/lldb/include/lldb/Interpreter/
OptionGroupPlatform.h 75 SetPlatformName (const char *platform_name)
77 if (platform_name && platform_name[0])
78 m_platform_name.assign (platform_name);
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
adb_commands.py 125 platform_name = ('android' if t in device_tools else
127 prebuilt_path = support_binaries.FindPath(executable, platform_name)
  /hardware/qcom/gps/utils/
loc_target.cpp 163 void loc_get_platform_name(char *platform_name, int array_length)
165 if(platform_name && (array_length >= PROPERTY_VALUE_MAX)) {
166 property_get("ro.board.platform", platform_name, "");
167 LOC_LOGD("%s:%d]: Target name: %s\n", __func__, __LINE__, platform_name);
loc_target.h 53 void loc_get_platform_name(char *platform_name, int array_length);
  /external/chromium_org/chrome/test/chromedriver/test/
run_all_tests.py 166 platform_name = util.GetPlatformName()
168 platform_name += '64'
173 'chromedriver_%s%s' % (platform_name, exe_postfix))
  /external/chromium_org/testing/gtest_ios/
run-unittest.sh 76 if [[ "${PLATFORM_NAME}" != "iphonesimulator" ]]; then
  /external/lldb/include/lldb/API/
SBDebugger.h 115 const char *platform_name,
162 SetCurrentPlatform (const char *platform_name);
  /development/build/tools/
patch_windows_sdk.sh 77 -v "PLATFORM_NAME=android-$PLATFORM_VERSION" \
  /external/lldb/scripts/Python/interface/
SBDebugger.i 191 const char *platform_name,
240 SetCurrentPlatform (const char *platform_name);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 64 platform_name = exc_name[paren_index+1:-1]
66 if platform_system() != platform_name:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 64 platform_name = exc_name[paren_index+1:-1]
66 if platform_system() != platform_name:

Completed in 2649 milliseconds

1 2 3