Searched
refs:platform (Results
1301 -
1325 of
2067) sorted by null
<<51525354555657585960>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 2 configuration variables available depend heavily on the platform and 70 non-platform-specific header files, i.e. Python.h and so on; 71 otherwise, this is the path to platform-specific header files 103 "on platform '%s'" % os.name) 111 platform-specific modules, i.e. any module from a non-pure-Python 112 module distribution; otherwise, return the platform-shared library 149 "on platform '%s'" % os.name) 154 """Do any platform-specific customization of a CCompiler instance. 170 if sys.platform == "darwin": 453 variables relevant for the current platform. Generally this include [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 24 if sys.platform == "darwin": 65 # that the right extensions for the current Python/platform are 130 if sys.platform == "darwin": 281 # strip 'lib' prefix; this is kludgy if some platform uses
|
test_dist.py | 376 if sys.platform in ('linux', 'darwin'): 382 if sys.platform == 'win32':
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
forking.py | 102 if sys.platform != 'win32': 206 WINEXE = (sys.platform == 'win32' and getattr(sys, 'frozen', False))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 114 if not sys.platform.startswith('atheos'): 159 if sys.platform != 'osf1V5':
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
uuid.py | 420 if sys.platform == 'darwin': 475 if sys.platform == 'win32':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 2 configuration variables available depend heavily on the platform and 70 non-platform-specific header files, i.e. Python.h and so on; 71 otherwise, this is the path to platform-specific header files 103 "on platform '%s'" % os.name) 111 platform-specific modules, i.e. any module from a non-pure-Python 112 module distribution; otherwise, return the platform-shared library 149 "on platform '%s'" % os.name) 154 """Do any platform-specific customization of a CCompiler instance. 170 if sys.platform == "darwin": 453 variables relevant for the current platform. Generally this include [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 24 if sys.platform == "darwin": 65 # that the right extensions for the current Python/platform are 130 if sys.platform == "darwin": 281 # strip 'lib' prefix; this is kludgy if some platform uses
|
test_dist.py | 376 if sys.platform in ('linux', 'darwin'): 382 if sys.platform == 'win32':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
forking.py | 102 if sys.platform != 'win32': 206 WINEXE = (sys.platform == 'win32' and getattr(sys, 'frozen', False))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 114 if not sys.platform.startswith('atheos'): 159 if sys.platform != 'osf1V5':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
uuid.py | 420 if sys.platform == 'darwin': 475 if sys.platform == 'win32':
|
/build/core/ |
Makefile | [all...] |
/bionic/libc/tools/ |
genlibgcc_compat.py | 9 * libc.so provided by the platform and binaries built with the NDK or 29 * in every binary. Therefore the Android platform build system has been
|
/cts/tests/admin/src/android/admin/cts/ |
DeviceAdminReceiverTest.java | 23 import android.platform.test.annotations.Presubmit;
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CookieTest.java | 20 import android.platform.test.annotations.Presubmit;
|
/device/asus/fugu/ |
init.fugu.rc | 153 chown system system /sys/devices/platform/coretemp.0/temp2_threshold1 154 chown system system /sys/devices/platform/coretemp.0/temp2_threshold2
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
rtc.c | 22 #include <inc/platform.h>
|
/device/google/contexthub/firmware/src/ |
timer.c | 20 #include <platform.h> 134 //we loop while loop does something, or while (if next timer exists), it is due by the time loop ends, or platform code fails to set an alarm to wake us for it
|
/external/autotest/cli/ |
label.py | 58 """atest label list [--platform] [--all] [--atomicgroup] 64 self.parser.add_option('-t', '--platform-only', 65 help='Display only platform labels', 74 'platform labels'), 96 '--platform, --atomicgroup') 133 if label['platform']] 141 if not label['platform']] 144 keys = ['name', 'platform', 'only_if_needed', 'invalid'] 150 """atest label create <labels>|--blist <file> --platform""" 153 self.parser.add_option('-t', '--platform', [all...] |
/external/bison/lib/ |
error.c | 135 # error Please port fcntl to your platform
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
WorkerProcessTest.java | 27 import com.google.caliper.platform.jvm.JvmPlatform;
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
run_tests | 8 import platform namespace
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
list_tests.py | 68 bot_names: List of master/bot names in the form "<master>/<platform>".
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
perf_controller.py | 23 from telemetry.internal.platform.profiler import android_profiling_helper
|
Completed in 894 milliseconds
<<51525354555657585960>>