HomeSort by relevance Sort by last modified time
    Searched refs:platform (Results 251 - 275 of 2532) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/os/
sys_nacl.go 7 // supportsCloseOnExec reports whether the platform supports the
  /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/chre/platform/shared/idl/
update.sh 4 flatc --cpp -o ../include/chre/platform/shared/ --scoped-enums \
  /system/sepolicy/private/
keys.conf 11 [@PLATFORM]
12 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/platform.x509.pem
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerSurfaceTest.java 21 import android.platform.test.annotations.RequiresDevice;
  /cts/tests/tests/security/src/android/security/cts/
AllocatePixelRefIntOverflowTest.java 21 import android.platform.test.annotations.SecurityTest;
BitmapFactoryDecodeStreamTest.java 20 import android.platform.test.annotations.SecurityTest;
LinuxRngTest.java 19 import android.platform.test.annotations.SecurityTest;
RunningAppProcessInfoTest.java 21 import android.platform.test.annotations.SecurityTest;
41 "https://android.googlesource.com/platform/frameworks/base/+" +
VoldExploitTest.java 21 import android.platform.test.annotations.SecurityTest;
  /device/google/marlin/power/
Android.mk 3 ifeq ($(call is-vendor-board-platform,QCOM),true)
14 ifeq ($(call is-board-platform-in-list, msm8996), true)
  /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)
  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_system_off.c 35 #include <platform.h>
49 /* Call the platform specific hook */
66 /* Call the platform specific hook */
  /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
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/libcxx/src/include/
config_elast.h 37 #warning ELAST for this platform not yet implemented
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
per_event_excludes.c 26 char *platform; local
29 platform = (char *)get_auxv_entry(AT_BASE_PLATFORM);
30 FAIL_IF(!platform);
31 SKIP_IF(strcmp(platform, "power8") != 0);
  /external/tpm2/
NV_UndefineSpaceSpecial_fp.h 14 TPMI_RH_PLATFORM platform; member in struct:__anon33751
  /external/v8/src/libplatform/
task-queue.h 12 #include "src/base/platform/mutex.h"
13 #include "src/base/platform/semaphore.h"
20 namespace platform { namespace in namespace:v8
50 } // namespace platform
  /external/v8/src/libplatform/tracing/
trace-config.cc 14 namespace platform { namespace in namespace:v8
36 } // namespace platform
  /external/webrtc/webrtc/base/
latebindingsymboltable.h 23 #error Not implemented for this platform

Completed in 1083 milliseconds

<<11121314151617181920>>