Searched refs:platform (Results 201 - 225 of 1395) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/make_global_settings/wrapper/
H A Dgyptest-wrapper.py16 if sys.platform in ('linux2', 'darwin'):
41 if sys.platform == 'win32':
/external/chromium_org/tools/gyp/test/no-cpp/
H A Dgyptest-no-cpp.py19 if sys.platform != 'win32' and test.format not in ('make', 'android'):
29 if sys.platform == 'darwin':
/external/chromium_org/tools/perf/
H A Drecord_android_profile.py23 browser.platform.profiling_controller.Start(
31 browser.platform.profiling_controller.Stop()
/external/chromium_org/tools/swig/
H A Dswig.py9 and defers control to the platform-specific swig binary.
30 # Swig documentation lies that platform macros are provided to swig
38 swig_bin = os.path.join(swig_dir, dir_map[sys.platform], 'swig')
39 args = [swig_bin, platform_flags[sys.platform]] + sys.argv[1:]
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dchrome_browser_options.py6 from telemetry.core import platform namespace
12 if (platform.GetHostPlatform().GetOSName() == 'chromeos' or
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dandroid_device.py8 from telemetry.core.platform import device
9 from telemetry.core.platform.profiler import monsoon
19 enable_performance_mode: when this is set to True, android platform will be
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dpower_monitor_controller_unittest.py7 import telemetry.core.platform.power_monitor as power_monitor namespace
8 from telemetry.core.platform.power_monitor import power_monitor_controller
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dvideo_unittest.py11 from telemetry.core import platform namespace
20 host_platform = platform.GetHostPlatform()
26 logging.warning('Test not supported on this platform')
/external/chromium_org/ui/base/cursor/
H A Dcursor.cc34 void Cursor::SetPlatformCursor(const PlatformCursor& platform) { argument
37 platform_cursor_ = platform;
/external/chromium_org/ui/ozone/public/
H A Dozone_platform.cc42 // This is deliberately created after initializing so that the platform can
67 "platform",
69 scoped_ptr<OzonePlatform> platform = local
73 OzonePlatform* pl = platform.release();
/external/elfutils/0.153/libebl/
H A Deblcorenote.c93 static const Ebl_Core_Item platform[] = local
100 ITEMS (NT_PLATFORM, platform);
/external/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp49 OptionGroupArchitecture::GetArchitecture (Platform *platform, ArchSpec &arch) argument
54 arch.SetTriple(m_arch_str.c_str(), platform);
/external/lldb/test/expression_command/two-files/
H A DTestObjCTypeQueryFromOtherCompileUnit.py23 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
30 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
/external/lldb/test/lang/cpp/enum_types/
H A DTestCPP11EnumTypes.py13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
20 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
27 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
34 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
41 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
48 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
55 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
62 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dplatform.cpp43 clGetPlatformInfo(cl_platform_id platform, cl_platform_info param_name, argument
45 if (platform != NULL)
/external/sepolicy/
H A Dkeys.conf12 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/platform.x509.pem
/external/skia/
H A Dgyp_skia14 import platform namespace
67 if (sys.platform.startswith('darwin') and
85 if sys.platform.startswith('darwin'):
87 elif sys.platform.startswith('win'):
89 elif sys.platform.startswith('cygwin'):
98 if sys.platform.startswith('win') or sys.platform.startswith('cygwin'):
142 if sys.platform.startswith('win'):
/external/chromium_org/build/android/
H A Denvsetup.sh44 export PATH=$PATH:${ANDROID_SDK_ROOT}/platform-tools
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A DPRESUBMIT.py13 if not sys.platform.startswith('linux'):
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Ddocument_renderer.py71 platform = ExtractPlatformFromURL(path)
72 if platform is None:
73 logging.error('Cannot resolve reference without a platform.')
76 platform).SafeGetLink(ref_parts[0],
83 self._platform_bundle._base_path + platform,
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dmemory_test.py9 from telemetry.core.platform import tracing_category_filter
10 from telemetry.core.platform import tracing_options
69 timeline_data = tab.browser.platform.tracing_controller.Stop()
96 tab.browser.platform.tracing_controller.Start(options, category_filter, 60)
/external/chromium_org/extensions/common/features/
H A Dmanifest_feature.h23 Feature::Platform platform) const OVERRIDE;
H A Dpermission_feature.h23 Feature::Platform platform) const OVERRIDE;
/external/chromium_org/third_party/angle/src/common/
H A Dtls.h7 // tls.h: Simple cross-platform interface for thread local storage.
12 #include "common/platform.h"
24 # error Unsupported platform.
/external/chromium_org/tools/gyp/test/configurations/x64/
H A Dgyptest-x86.py16 if sys.platform == 'win32':

Completed in 522 milliseconds

1234567891011>>