/prebuilts/gdb/darwin-x86/lib/python2.7/ |
platform.py | 3 """ This module tries to retrieve as much platform-identifying data as 6 If called from the command line, it prints the platform 23 # Many thanks to all those who helped adding platform-specific 74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX 77 # 0.3.2 - added architecture() API and support for it in platform() 82 # 0.2.1 - added cache logic and changed the platform string format 89 # http://www.egenix.com/files/python/platform.py 120 # Determine the platform's /dev/null device 126 if sys.platform in ('dos','win32','win16','os2'): 133 ### Platform specific API 1555 def platform(aliased=0, terse=0): function [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
platform.py | 3 """ This module tries to retrieve as much platform-identifying data as 6 If called from the command line, it prints the platform 23 # Many thanks to all those who helped adding platform-specific 74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX 77 # 0.3.2 - added architecture() API and support for it in platform() 82 # 0.2.1 - added cache logic and changed the platform string format 89 # http://www.egenix.com/files/python/platform.py 120 # Determine the platform's /dev/null device 126 if sys.platform in ('dos','win32','win16','os2'): 133 ### Platform specific API 1555 def platform(aliased=0, terse=0): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 3 """ This module tries to retrieve as much platform-identifying data as 6 If called from the command line, it prints the platform 23 # Many thanks to all those who helped adding platform-specific 74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX 77 # 0.3.2 - added architecture() API and support for it in platform() 82 # 0.2.1 - added cache logic and changed the platform string format 89 # http://www.egenix.com/files/python/platform.py 120 # Determine the platform's /dev/null device 126 if sys.platform in ('dos','win32','win16','os2'): 133 ### Platform specific API 1555 def platform(aliased=0, terse=0): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 3 """ This module tries to retrieve as much platform-identifying data as 6 If called from the command line, it prints the platform 23 # Many thanks to all those who helped adding platform-specific 74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX 77 # 0.3.2 - added architecture() API and support for it in platform() 82 # 0.2.1 - added cache logic and changed the platform string format 89 # http://www.egenix.com/files/python/platform.py 120 # Determine the platform's /dev/null device 126 if sys.platform in ('dos','win32','win16','os2'): 133 ### Platform specific API 1555 def platform(aliased=0, terse=0): function [all...] |
/system/sepolicy/ |
keys.conf | 11 [@PLATFORM] 12 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/platform.x509.pem
|
/build/core/combo/arch/x86_64/ |
x86_64.mk | 2 # base 'x86_64' platform ABI. 4 # It is also used to build full_x86_64-eng / sdk_x86_64-eng platform images
|
/device/huawei/angler/power/ |
Android.mk | 14 ifeq ($(call is-board-platform-in-list, msm8994), true) 18 ifeq ($(call is-board-platform-in-list, msm8992), true)
|
/device/lge/bullhead/power/ |
Android.mk | 14 ifeq ($(call is-board-platform-in-list, msm8994), true) 18 ifeq ($(call is-board-platform-in-list, msm8992), true)
|
/external/avahi/avahi-compat-howl/include/corby/ |
corby.h | 32 #include <salt/platform.h>
|
/external/caliper/caliper/src/main/java/com/google/caliper/platform/ |
SupportedPlatform.java | 17 package com.google.caliper.platform; 33 Platform.Type[] value();
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
RunnerModule.java | 24 import com.google.caliper.platform.Platform; 46 Platform platform) 51 builder.add(new VirtualMachine("default", config.getDefaultVmConfig(platform))); 54 VmConfig vmConfig = config.getVmConfig(platform, vmName);
|
/external/chromium-trace/catapult/telemetry/telemetry/android/ |
shared_android_state.py | 5 from telemetry.core import platform namespace 6 from telemetry.internal.platform import android_device 38 self._android_platform = platform.GetPlatformForDevice( 40 assert self._android_platform, 'Unable to create android platform.' 49 def platform(self): member in class:SharedAndroidState
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
cros_platform_backend_unittest.py | 7 from telemetry.internal.platform import cros_platform_backend
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/ |
setup.py | 27 if 'java' in _sys.platform.lower():
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/ |
setup.py | 27 if 'java' in _sys.platform.lower():
|
/external/libcxx/src/ |
config_elast.h | 33 #warning ELAST for this platform not yet implemented
|
/external/tpm2/ |
NV_UndefineSpaceSpecial_fp.h | 14 TPMI_RH_PLATFORM platform; member in struct:__anon23870
|
/external/v8/test/unittests/ |
test-utils.cc | 8 #include "src/base/platform/time.h" 56 v8::Platform* platform = internal::V8::GetCurrentPlatform(); local 57 ASSERT_TRUE(platform != NULL); 58 while (platform::PumpMessageLoop(platform, isolate_)) continue;
|
/external/webrtc/webrtc/base/ |
latebindingsymboltable.h | 23 #error Not implemented for this platform
|
/frameworks/base/core/res/ |
Android.mk | 21 LOCAL_CERTIFICATE := platform
|
/frameworks/base/core/tests/utiltests/ |
Android.mk | 23 LOCAL_CERTIFICATE := platform
|
/frameworks/base/tests/SoundTriggerTests/ |
Android.mk | 24 LOCAL_CERTIFICATE := platform
|
/frameworks/opt/setupwizard/library/ |
rules.gradle | 25 // Platform version that will not include the compatibility libraries 26 platform { 73 platform { 74 java.srcDirs = ['platform/src'] 75 res.srcDirs = ['platform/res']
|
/hardware/qcom/audio/msm8909/hal/audio_extn/ |
pm.h | 40 #include <platform.h>
|
/packages/experimental/NotificationListenerSample/ |
Android.mk | 30 LOCAL_CERTIFICATE := platform
|