HomeSort by relevance Sort by last modified time
    Searched refs:platform (Results 951 - 975 of 2067) sorted by null

<<31323334353637383940>>

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 127 if _sys.platform == 'win32':
209 if _sys.platform == 'win32':
237 if _sys.platform == 'win32':
336 if _sys.platform == 'win32' or _os.name == 'os2':
  /external/chromium-trace/catapult/third_party/typ/tools/
cov.py 34 if sys.platform == 'win32':
  /external/chromium-trace/catapult/third_party/typ/typ/fakes/tests/
host_fake_test.py 35 if sys.platform != 'win32':
  /external/deqp/framework/delibs/debase/
deDefs.c 137 # error Implement assertion function on your platform.
  /external/deqp/framework/egl/wrapper/
eglwFuncPtrLibraryDecl.inl 38 EGLDisplay getPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_list) const;
39 EGLDisplay getPlatformDisplayEXT (EGLenum platform, void *native_display, const EGLint *attrib_list) const;
  /external/icu/icu4c/source/common/
ucnv_bld.h 73 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */ member in struct:UConverterStaticData
82 uint8_t hasToUnicodeFallback; /* +77: 1 UBool needs to be changed to UBool to be consistent across platform */
  /external/icu/icu4c/source/config/
Makefile.inc.in 15 # 6). Include of platform make fragment (mh-* file)
89 # be made in the mh- file for the specific platform.
174 # Our platform canonical name (as determined by configure)
176 platform = @platform@
278 # *6* Inclusion of platform make fragment (mh-* file)
281 # The mh- file ("make fragment") for the platform is included here.
  /external/libchrome/build/
build_config.h 5 // This file adds defines about the platform we're currently building on.
55 // A set of macros to use for platform detection.
97 #error Please add support for your platform in build/build_config.h
  /external/netperf/src/
netsh.h 71 #warning This platform is missing one of sock_dccp ipproto_dccp or sol_dccp
  /external/webrtc/webrtc/build/
gyp_webrtc 81 if sys.platform.startswith('win'):
  /hardware/qcom/audio/msm8909/hal/voice_extn/
voice_extn.c 34 #include "platform.h"
188 ret = platform_update_lch(adev->platform, session, lch_mode);
236 ret = platform_update_lch(adev->platform, session, lch_mode);
258 ret = platform_update_lch(adev->platform, session, lch_mode);
490 ret = platform_set_device_mute(adev->platform, mute, str_value);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ndk/test/
config.py 10 def platform(self): member in class:AndroidTargetInfo
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/libcxxabi/test/
config.py 79 if sys.platform == 'darwin' and self.libcxxabi_lib_root:
  /platform_testing/libraries/flightdemo-app-helper/src/android/platform/test/helpers/
FlightDemoHelperImpl.java 16 package android.platform.test.helpers;
  /platform_testing/libraries/google-docs-app-helper/src/android/platform/test/helpers/
GoogleDocsHelperImpl.java 17 package android.platform.test.helpers;
  /platform_testing/libraries/reddit-app-helper/src/android/platform/test/helpers/
RedditHelperImpl.java 17 package android.platform.test.helpers;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 40 # error This platform does not support exception propagation.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 40 # error This platform does not support exception propagation.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
exception_ptr.h 40 # error This platform does not support exception propagation.
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_functions.py 19 if sys.platform == "win32":
351 if sys.platform == "win32":
365 @unittest.skipIf(sys.platform == "win32" and sys.version.find("GCC") >= 0, 'XFAIL GCC(mingw)')
383 if sys.platform == "win32":
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 17 """Return a string that identifies the current platform. This is used
18 mainly to distinguish platform-specific build directories and
19 platform-specific built distributions. Typically includes the OS name
36 win32 (all others - specifically, sys.platform is returned)
38 For other non-POSIX platforms, currently just returns 'sys.platform'.
45 return sys.platform
52 return sys.platform
61 return sys.platform
83 # We can't use "platform.architecture()[0]" because a
138 sys.platform == "win32" and sys.version.find("GCC") >= 0)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/
runtktests.py 25 if sys.platform == 'darwin':
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
queues.py 65 if sys.platform == 'win32':
73 if sys.platform != 'win32':
239 if sys.platform != 'win32':
353 if sys.platform == 'win32':
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_locale.py 12 if sys.platform == 'darwin':
20 if sys.platform.startswith("win"):
342 if sys.platform != 'sunos5' and not sys.platform.startswith("win"):
test_mhlib.py 15 if (sys.platform.startswith("win") or sys.platform=="riscos" or
16 sys.platform.startswith("atheos")):
24 raise unittest.SkipTest("skipped on %s -- " % sys.platform +

Completed in 1425 milliseconds

<<31323334353637383940>>