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

1 2 3 4 5 6 7 891011>>

  /platform_testing/libraries/annotations/src/android/platform/test/annotations/
RootPermissionTest.java 17 package android.platform.test.annotations;
SecurityTest.java 17 package android.platform.test.annotations;
  /platform_testing/libraries/app-helpers/auto/src/android/platform/test/helpers/auto/
AbstractAutoMediaHelper.java 17 package android.platform.test.helpers;
AbstractAutoOverviewHelper.java 17 package android.platform.test.helpers;
AbstractAutoRadioHelper.java 18 package android.platform.test.helpers;
  /platform_testing/libraries/app-helpers/common/src/android/platform/test/helpers/common/
AbstractPlayMusicHelper.java 17 package android.platform.test.helpers;
  /platform_testing/libraries/app-helpers/handheld/src/android/platform/test/helpers/handheld/
AbstractGoogleMessengerHelper.java 17 package android.platform.test.helpers;
IChromeHelper.java 17 package android.platform.test.helpers;
  /external/chromium-trace/catapult/telemetry/telemetry/util/
screenshot.py 16 def TryCaptureScreenShot(platform, tab=None):
17 """ If the platform or tab supports screenshot, attempt to take a screenshot
21 platform: current platform
32 if platform.CanTakeScreenshot():
35 platform.TakeScreenshot(tf.name)
53 def TryCaptureScreenShotAndUploadToCloudStorage(platform, tab=None):
54 """ If the platform or tab supports screenshot, attempt to take a screenshot
59 platform: current platform
    [all...]
  /external/v8/src/
v8.cc 9 #include "src/base/platform/platform.h"
35 v8::Platform* V8::platform_ = NULL;
93 void V8::InitializePlatform(v8::Platform* platform) {
95 CHECK(platform);
96 platform_ = platform;
108 v8::Platform* V8::GetCurrentPlatform() {
114 void V8::SetPlatformForTesting(v8::Platform* platform) { platform_ = platform;
    [all...]
  /external/okhttp/android/test/java/com/squareup/okhttp/internal/
PlatformTest.java 48 * Tests for {@link Platform}.
54 Platform platform = new Platform(); local
59 platform.configureTlsExtensions(arbitrarySocketImpl, "host", protocols);
61 platform.configureTlsExtensions(npnOnlySSLSocketImpl, "host", protocols);
64 platform.configureTlsExtensions(openSslSocket, "host", protocols);
67 assertArrayEquals(Platform.concatLengthPrefixed(protocols), openSslSocket.alpnProtocols);
72 Platform platform = new Platform() local
87 Platform platform = new Platform(); local
96 Platform platform = new Platform(); local
101 Platform platform = new Platform(); local
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/page/
shared_page_state_unittest.py 41 self.assertTrue(run_state.platform.network_controller.is_open)
42 self.assertEquals(run_state.platform.network_controller.wpr_mode,
44 self.assertTrue(run_state.platform.network_controller.use_live_traffic)
49 self.assertTrue(run_state.platform.network_controller.is_open)
50 self.assertEquals(run_state.platform.network_controller.wpr_mode,
52 self.assertFalse(run_state.platform.network_controller.use_live_traffic)
58 self.assertTrue(run_state.platform.network_controller.is_open)
59 self.assertEquals(run_state.platform.network_controller.wpr_mode,
61 self.assertFalse(run_state.platform.network_controller.use_live_traffic)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fcntl.py 20 if sys.platform.startswith('atheos'):
30 if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3',
44 elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']:
46 elif sys.platform in ['os2emx']:
74 if sys.platform not in ['os2emx']:
84 if sys.platform not in ['os2emx']:
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config.py 62 included in each platform dictionary:
69 Also note that platform names are often of the form os_architechture.
117 """ Yields a DependencyInfo for each dependency/platform pair.
132 for platform in platforms_dict:
133 platform_info = platforms_dict.get(platform)
156 'Dependency %s has cloud storage info on platform %s, but is '
157 'missing a cloud storage hash.', dependency, platform)
167 '%s_%s_%s' % (dependency, platform, cs_hash)))
176 dependency, platform, self._config_path,
189 self, dependency, platform, dependency_path, version=None
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
ios_browser_finder.py 10 from telemetry.core import platform
15 from telemetry.internal.platform import ios_device
16 from telemetry.internal.platform import ios_platform_backend
52 self._platform = platform.Platform(self._platform_backend)
61 return platform.GetHostPlatform().GetOSName() == 'mac'
79 host = platform.GetHostPlatform()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
posix_platform_backend_unittest.py 8 from telemetry.core import platform as platform_module
10 from telemetry.internal.platform import posix_platform_backend
81 platform = platform_module.GetHostPlatform()
83 self.assertFalse(platform.IsApplicationRunning('This_Is_A_Bad___App__Name'))
85 self.assertTrue(platform.IsApplicationRunning(sys_exe))
87 platform.IsApplicationRunning('%s append_bad_after_space' % sys_exe))
  /development/apps/Development/
Android.mk 12 LOCAL_CERTIFICATE := platform
  /device/google/contexthub/firmware/build/
config_internal.mk 19 $(NANOHUB_OS_PATH)/os/platform/$(AUX_ARCH)/inc \
  /device/google/marlin/common/
utils.mk 75 # The following utilities are meant for board platform specific
84 # $(call is-board-platform,bp)
86 define is-board-platform
90 # $(call is-not-board-platform,bp)
92 define is-not-board-platform
96 # $(call is-board-platform-in-list,bpl)
98 define is-board-platform-in-list
102 # $(call is-vendor-board-platform,vendor)
104 define is-vendor-board-platform
112 # $(call is-chipset-in-board-platform,chipset
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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 APIs
1568 def platform(aliased=0, terse=0): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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 APIs
1527 def platform(aliased=0, terse=0): function
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathSupport.py 15 import platform
25 if platform.system() == 'Windows':
  /external/autotest/client/site_tests/audio_AudioCorruption/
audio_AudioCorruption.py 23 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
25 tab.Navigate(cr.browser.platform.http_server.UrlOf(
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
msr_power_monitor_unittest.py 10 from telemetry.internal.platform.power_monitor import msr_power_monitor
11 from telemetry.internal.platform import win_platform_backend
20 logging.warning('Test not supported on this platform.')
  /external/elfutils/libebl/
eblcorenote.c 66 static const Ebl_Core_Item platform[] = local
69 .name = "Platform",
73 ITEMS (NT_PLATFORM, platform);

Completed in 834 milliseconds

1 2 3 4 5 6 7 891011>>