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

<<11121314151617181920>>

  /cts/hostsidetests/security/src/android/security/cts/
Poc16_10.java 24 import android.platform.test.annotations.RootPermissionTest;
25 import android.platform.test.annotations.SecurityTest;
  /device/generic/goldfish/qemud/
Android.mk 3 # We're moving the emulator-specific platform libs to
  /device/google/contexthub/firmware/os/platform/stm32/misc/
m3debug.script 29 download misc/platform/stm32f4xx/flash_script/tool.bin 20000100
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
genwincodec.py 44 import platform
54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/
RTSMBoot.asm 29 Call at the beginning of the platform boot up
31 This function allows the firmware platform to do extra actions at the early
32 stage of the platform power up.
44 In some platform, this region is already initialized and the implementation of this function can
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSecLibNull/Arm/
ArmPlatformLibNullBoot.asm 24 Call at the beginning of the platform boot up
26 This function allows the firmware platform to do extra actions at the early
27 stage of the platform power up.
39 In some platform, this region is already initialized and the implementation of this function can
  /external/autotest/client/site_tests/accessibility_Sanity/
accessibility_Sanity.py 60 cr.browser.platform.SetHTTPServerDirectories(
63 self._url = cr.browser.platform.http_server.UrlOf(page_path)
  /external/autotest/client/site_tests/platform_GesturesRegressionTest/
platform_GesturesRegressionTest.py 34 platform = _PLATFORM_MAPPINGS.get(board, board)
47 # run all tests for this platform and extract results
48 results = runner.RunAll('%s*/*' % platform, verbose=True)
  /external/autotest/client/site_tests/platform_MemoryPressure/
platform_MemoryPressure.py 27 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
33 tab.Navigate(cr.browser.platform.http_server.UrlOf(
  /external/autotest/client/site_tests/power_VideoDetector/
power_VideoDetector.py 51 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
53 tab.Navigate(cr.browser.platform.http_server.UrlOf(
  /external/autotest/client/site_tests/power_VideoSuspend/
power_VideoSuspend.py 23 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
25 tab.Navigate(cr.browser.platform.http_server.UrlOf(
  /external/autotest/client/site_tests/video_VideoCorruption/
video_VideoCorruption.py 25 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
28 url = cr.browser.platform.http_server.UrlOf(html_fullpath)
  /external/autotest/client/site_tests/video_VideoReload/
video_VideoReload.py 26 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
29 url = cr.browser.platform.http_server.UrlOf(html_fullpath)
  /external/autotest/client/site_tests/video_VideoSeek/
video_VideoSeek.py 24 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
26 tab.Navigate(cr.browser.platform.http_server.UrlOf(
  /external/autotest/client/site_tests/video_WebRtcSanity/
video_WebRtcSanity.py 29 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
32 self.tab.Navigate(cr.browser.platform.http_server.UrlOf(
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
exceptions.py 33 def __init__(self, dependency, platform):
36 'storage for %s on platform %s' % (dependency, platform))
  /external/chromium-trace/catapult/telemetry/telemetry/core/
android_platform.py 6 from telemetry.core import platform
11 class AndroidPlatform(platform.Platform):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video_unittest.py 9 from telemetry.core import platform
20 host_platform = platform.GetHostPlatform()
26 logging.warning('Test not supported on this platform')
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
android_fuelgauge_power_monitor_unittest.py 7 from telemetry.internal.platform.power_monitor import (
9 from telemetry.internal.platform.power_monitor import pm_mock
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_posix.py 8 # this is a wrapper module for different platform implementations of the
27 plat = sys.platform.lower()
83 # platform detection has failed...
89 sys.platform = %r
95 """ % (sys.platform, os.name, serial.VERSION))
96 raise ImportError("Sorry: no implementation for your platform ('%s') available" % (os.name,))
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 23 * \brief Vulkan platform abstraction.
130 * \brief Vulkan platform interface
132 class Platform
135 Platform (void) {}
136 ~Platform (void) {}
146 inline PlatformMemoryLimits getMemoryLimits (const Platform& platform)
149 platform.getMemoryLimits(limits);
  /external/deqp/framework/egl/
egluGLFunctionLoader.cpp 48 GLLibraryCache::GLLibraryCache (const Platform& platform, const tcu::CommandLine& cmdLine)
49 : m_platform (platform)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
testing.properties 27 platform=win32
  /external/libcxx/utils/libcxx/test/
target_info.py 14 import platform
21 def platform(self): member in class:DefaultTargetInfo
22 return sys.platform.lower().strip()
26 "No locales entry for target_system: %s" % self.platform())
65 'your platform. Some tests will be '
137 def platform(self): member in class:LinuxLocalTI
141 name, _, _ = platform.linux_distribution()
146 _, ver, _ = platform.linux_distribution()
218 target_system = platform.system()
  /external/pdfium/testing/
test_support.cpp 61 void InitializeV8Common(const char* exe_path, v8::Platform** platform) {
64 *platform = v8::platform::CreateDefaultPlatform();
65 v8::V8::InitializePlatform(*platform);
158 v8::Platform** platform) {
159 InitializeV8Common(exe_path.c_str(), platform);
172 v8::Platform** platform) {
    [all...]

Completed in 3988 milliseconds

<<11121314151617181920>>