HomeSort by relevance Sort by last modified time
    Searched refs:platform (Results 701 - 725 of 2067) sorted by null

<<21222324252627282930>>

  /external/autotest/tko/parsers/
version_0_unittest.py 31 def _expect_host_keyval(self, hostname, platform=None):
33 if platform:
34 return_dict['platform'] = platform
35 return_dict['labels'] = (platform + ',other_label,' +
36 'board%%3A%s' % platform)
63 self._expect_host_keyval('easyas', 'platform')
64 self._expect_host_keyval('abc123', 'platform')
68 self.assertEqual('platform', job['machine_group'])
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser.py 44 self.platform.FlushDnsCache()
46 if self.platform.CanFlushIndividualFilesFromSystemCache():
47 self.platform.FlushSystemCacheForDirectory(
49 self.platform.FlushSystemCacheForDirectory(
52 self.platform.FlushEntireSystemCache()
66 msg='Exception raised while closing platform backend')
181 Any of the above keys may be missing on a per-platform basis.
209 Any of the above keys may be missing on a per-platform basis.
browser_options.py 15 from telemetry.core import platform namespace
20 from telemetry.internal.platform import device_finder
21 from telemetry.internal.platform.profiler import profiler_finder
128 # Platform options
129 group = optparse.OptionGroup(parser, 'Platform options')
134 'This option prevents Telemetry from tweaking such platform settings.')
275 # a telemetry owner. This is not the right place for platform-specific #
393 if (platform.GetHostPlatform().GetOSName() == 'chromeos' or
tab_unittest.py 27 self.platform = FakePlatform()
128 self._browser.platform.tracing_controller.StartTracing(config)
131 trace_data = self._browser.platform.tracing_controller.StopTracing()
160 self._browser.platform.tracing_controller.StartTracing(config)
165 trace_data = self._browser.platform.tracing_controller.StopTracing()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_profiling_helper.py 9 import platform namespace
15 from telemetry.core import platform as telemetry_platform
18 from telemetry.internal.platform.profiler import android_prebuilt_profiler_helper
286 host_os = platform.uname()[0].lower()
287 host_machine = platform.uname()[4]
  /external/opencv3/modules/ts/src/
ocl_test.cpp 115 const PlatformInfo* platform = &platforms[i]; local
116 DUMP_MESSAGE_STDOUT(" " << platform->name().c_str());
118 for (int j = 0; j < platform->deviceNumber(); j++)
120 platform->getDevice(current_device, j);
125 cv::format("(Platform=%s)(Type=%s)(Name=%s)(Version=%s)",
126 platform->name().c_str(), deviceTypeStr, current_device.name().c_str(), current_device.version().c_str()) );
144 DUMP_MESSAGE_STDOUT(" Platform = "<< device.getPlatform().name());
  /external/libunwind/doc/
libunwind.tex 8 \begin{Name}{3}{libunwind}{David Mosberger-Tang}{Programming Library}{Introduction to libunwind}libunwind -- a (mostly) platform-independent unwind API
111 cursor depends, of course, on the platform. However, there are two
201 \section{Cross-platform and Multi-platform Unwinding}
210 \emph{target}. If the host and the target platform are the same, we
212 \emph{cross-platform} unwinding.
214 The principle behind supporting native, cross-platform, and
215 multi-platform unwinding is very simple: for native unwinding, a
217 \Opt{-l}\File{unwind}. For cross-platform unwinding, a program
220 of the target platform (e.g., \File{ia64} for IA-64, \File{hppa-elf
    [all...]
  /external/icu/icu4c/source/
runConfigureICU 5 # runConfigureICU: This script will run the "configure" script for the appropriate platform
21 echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ configurearg ... ]"
35 The following names can be supplied as the argument for platform:
70 platform=
89 platform="$1"
97 if test x$platform = x
132 case $platform in
370 >&2 echo "$me: unrecognized platform \"$platform\" (use --help for help)"
  /external/jsoncpp/
makerelease.py 6 python makerelease.py --platform=msvc6,msvc71,msvc80,msvc90,mingw -ublep 0.6.0 0.7.0-dev
9 python makerelease.py --force --retag --platform=msvc6,msvc71,msvc80,mingw -ublep test-0.6.0 test-0.6.1-dev
150 def check_compile( distcheck_top_dir, platform ):
151 cmd = [sys.executable, 'scons.py', 'platform=%s' % platform, 'check']
153 log_path = os.path.join( distcheck_top_dir, 'build-%s.log' % platform )
276 help="""Comma separated list of platform passed to scons for build check.""")
294 parser.error( 'You must specify either --platform or --no-test option.' )
353 for platform in options.platforms.split(','):
354 print('Testing platform:', platform
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 249 if sys.platform == 'darwin':
288 if sys.platform in ('os2emx', 'riscos'):
298 if sys.platform == "darwin":
429 if sys.platform[:4] == 'java':
464 if sys.platform == 'win32':
532 if sys.platform == 'os2emx':
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 249 if sys.platform == 'darwin':
288 if sys.platform in ('os2emx', 'riscos'):
298 if sys.platform == "darwin":
429 if sys.platform[:4] == 'java':
464 if sys.platform == 'win32':
532 if sys.platform == 'os2emx':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 249 if sys.platform == 'darwin':
288 if sys.platform in ('os2emx', 'riscos'):
298 if sys.platform == "darwin":
429 if sys.platform[:4] == 'java':
464 if sys.platform == 'win32':
532 if sys.platform == 'os2emx':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 249 if sys.platform == 'darwin':
288 if sys.platform in ('os2emx', 'riscos'):
298 if sys.platform == "darwin":
429 if sys.platform[:4] == 'java':
464 if sys.platform == 'win32':
532 if sys.platform == 'os2emx':
  /cts/common/util/
Android.mk 45 LOCAL_STATIC_JAVA_LIBRARIES := junit kxml2-2.3.0 platform-test-annotations-host
  /cts/tests/tests/media/libndkaudio/
Android.mk 57 LOCAL_CERTIFICATE := platform
  /development/build/
sdk-linux-x86.atree 18 # Platform Tools Component
21 lib64/libc++.so strip platform-tools/lib64/libc++.so
26 # Note that the build-tools sub-folder uses the platform-name as a placeholder
  /device/google/dragon/lights/
Android.mk 20 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /device/htc/flounder/lights/
Android.mk 20 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /external/autotest/client/bin/
local_host.py 7 import distutils.core, glob, os, platform, shutil namespace
21 hostname = platform.node()
local_host_unittest.py 25 self.god.stub_function(local_host.platform, 'node')
26 local_host.platform.node.expect_call().and_return('foo')
  /external/autotest/client/common_lib/cros/
interactive_xmlrpc_server.py 39 self._chrome.browser.platform.SetHTTPServerDirectories(
43 self._chrome.browser.platform.http_server.UrlOf('shell.html'))
  /external/autotest/client/site_tests/audio_ActiveStreamStress/
audio_ActiveStreamStress.py 43 self._cr.browser.platform.SetHTTPServerDirectories(self.bindir)
91 tab.Navigate(self._cr.browser.platform.http_server.UrlOf(
  /external/autotest/client/site_tests/audio_SeekAudioFeedback/
audio_SeekAudioFeedback.py 35 self.chrome.browser.platform.SetHTTPServerDirectories(self.bindir)
37 tab.Navigate(self.chrome.browser.platform.http_server.UrlOf(
  /external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
desktopui_MediaAudioFeedback.py 32 self.chrome.browser.platform.SetHTTPServerDirectories(self.bindir)
34 tab.Navigate(self.chrome.browser.platform.http_server.UrlOf(
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
app-linux.c 104 static int initGraphics(int32_t platform)
120 WAFFLE_PLATFORM, platform,
183 #define PLATFORM(x) { #x, WAFFLE_PLATFORM_##x }
189 PLATFORM(GLX),
190 PLATFORM(X11_EGL),
191 PLATFORM(GBM),
192 PLATFORM(NULL),
199 // to parse the platform arg.
210 fprintf(stderr, "Usage: SanOGLES <platform>\n");

Completed in 786 milliseconds

<<21222324252627282930>>