HomeSort by relevance Sort by last modified time
    Searched refs:PLATFORM (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/autotest/server/hosts/
sonic_host.py 42 PLATFORM = 'sonic'
124 return self.PLATFORM
  /ndk/build/tools/
builder-funcs.sh 507 # $6: Platform (android-X)
514 local SCRATCH_FLAGS PLATFORM
527 PLATFORM=$6
549 if [ -z "$PLATFORM" ]; then
552 SYSROOT=$PREBUILT_NDK/platforms/$PLATFORM/arch-$ARCH
prebuilt-common.sh 596 # $2: platform/arch suffix
616 SYSROOT_SUFFIX=$PLATFORM/arch-$ARCH
    [all...]
  /ndk/tests/standalone/
run.sh 377 PLATFORM="android-"$(get_default_api_level_for_arch $ARCH)
378 SYSROOT=$NDK_ROOT/platforms/$PLATFORM/arch-$ARCH
  /external/elfutils/tests/
run-readelf-mixed-corenote.sh 61 PLATFORM: 0xbeee675e
135 PLATFORM: 0x3ffffa8464c
196 PLATFORM: 0x7f8c091c
273 PLATFORM: 0x7fff69fe3d29
345 PLATFORM: 0x7fc035c9f8
475 PLATFORM: 0xbfab70fb
546 PLATFORM: 0xffc0e2db
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 17 Symbols and macros to supply platform-independent interfaces to basic
141 the necessary integer types are available, and we're on a 64-bit platform
212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
219 * the platform C requires to convert a size_t/Py_ssize_t argument):
233 * Py_ssize_t on the platform.
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
260 # error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
373 * if <sys/stat.h> exists on your platform, and
498 * adjustments to errno: (A) If it looks like the platform libm set
500 * platform libm overflowed but didn't set errno, force errno to ERANGE. I
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 17 Symbols and macros to supply platform-independent interfaces to basic
141 the necessary integer types are available, and we're on a 64-bit platform
212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
219 * the platform C requires to convert a size_t/Py_ssize_t argument):
233 * Py_ssize_t on the platform.
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
260 # error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
373 * if <sys/stat.h> exists on your platform, and
498 * adjustments to errno: (A) If it looks like the platform libm set
500 * platform libm overflowed but didn't set errno, force errno to ERANGE. I
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 17 Symbols and macros to supply platform-independent interfaces to basic
141 the necessary integer types are available, and we're on a 64-bit platform
212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
219 * the platform C requires to convert a size_t/Py_ssize_t argument):
233 * Py_ssize_t on the platform.
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
260 # error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
373 * if <sys/stat.h> exists on your platform, and
498 * adjustments to errno: (A) If it looks like the platform libm set
500 * platform libm overflowed but didn't set errno, force errno to ERANGE. I
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 17 Symbols and macros to supply platform-independent interfaces to basic
141 the necessary integer types are available, and we're on a 64-bit platform
212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
219 * the platform C requires to convert a size_t/Py_ssize_t argument):
233 * Py_ssize_t on the platform.
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
260 # error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
373 * if <sys/stat.h> exists on your platform, and
498 * adjustments to errno: (A) If it looks like the platform libm set
500 * platform libm overflowed but didn't set errno, force errno to ERANGE. I
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 37 * Access to platform-specific features.
54 public class Platform {
55 private static final Platform PLATFORM = findPlatform();
57 public static Platform get() {
58 return PLATFORM;
103 /** Attempt to match the host runtime to a capable Platform implementation. */
104 private static Platform findPlatform() {
110 // Older platform before being unbundled.
160 return new Platform();
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
util.py 55 # Detect platform types.
56 PLATFORM = str(sys.platform).lower()
57 IS_WINDOWS = 'win32' in PLATFORM
58 IS_CYGWIN = 'cygwin' in PLATFORM
59 IS_LINUX = 'linux' in PLATFORM
60 IS_OSX = 'darwin' in PLATFORM
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 18 from firmware_constants import AXIS, GV, MTB, PLATFORM, UNIT, VAL
592 mtb_packets = mtb.Mtb(device=mocked_device[PLATFORM.LUMPY])
613 mtb_packets = mtb.Mtb(device=mocked_device[PLATFORM.LUMPY])
validators_unittest.py 18 from firmware_constants import AXIS, GV, MTB, PLATFORM, VAL
45 alex = mocked_device[PLATFORM.ALEX]
46 lumpy = mocked_device[PLATFORM.LUMPY]
47 link = mocked_device[PLATFORM.LINK]
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
generate-dispatch-table 30 PLATFORM = 0
68 return self.PLATFORM
  /ndk/sources/cxx-stl/gnu-libstdc++/
build-gnu-libstdc++.sh 137 prepare_target_build $ABI $PLATFORM $NDK_DIR
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 

Completed in 1347 milliseconds

1 23 4