Searched refs:platforms (Results 26 - 50 of 113) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.h51 const struct native_platform *platforms[_EGL_NUM_PLATFORMS]; member in struct:egl_g3d_driver
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.h51 const struct native_platform *platforms[_EGL_NUM_PLATFORMS]; member in struct:egl_g3d_driver
/external/chromium_org/third_party/skia/experimental/benchtools/
H A Drebase.py247 all_platforms = [] # Find existing list of platforms with expectations.
252 platforms = []
257 if bot in all_platforms: # Filters platforms with given bot list.
258 platforms.append(bot)
259 if not platforms: # Include all existing platforms with expectations.
260 platforms = all_platforms
292 for p in platforms:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestResultsGenerator.java184 //Retrieve the different platforms and their info
633 PlatformStatus[] platforms = anErrorTracker.getPlatforms(types[i]);
634 String replaceString = processDropRows(platforms);
653 PlatformStatus[] platforms = anErrorTracker.getPlatforms(types[i]);
655 String replaceString = processPlatformDropRows(platforms, desiredPlatform);
671 //Process drop rows specific to each of the platforms
672 protected String processPlatformDropRows(PlatformStatus[] platforms, String name) { argument
676 for (int i = 0; i < platforms.length; i++) {
679 if(platforms[i].getName().startsWith(name.substring(0, 3)) || platforms[
717 processDropRows(PlatformStatus[] platforms) argument
[all...]
/external/chromium_org/chrome/common/extensions/
H A Dcommand_unittest.cc27 // |platform_specific_only| is true, only the latter is tested. |platforms|
28 // specifies all platforms to use when populating the |suggested_key|
33 std::vector<std::string>& platforms) {
61 std::find(platforms.begin(), platforms.end(), current_platform) ==
62 platforms.end()) {
72 for (size_t j = 0; j < platforms.size(); ++j)
73 key_dict->SetString(platforms[j], data.key);
258 // Make sure Command is not supported for non-Mac platforms.
267 // are notified of errors on other platforms
30 CheckParse(ConstCommandsTestData data, int i, bool platform_specific_only, std::vector<std::string>& platforms) argument
[all...]
/external/compiler-rt/make/
H A Doptions.mk1 # Options which may be overriden for platforms, etc.
H A Dlib_platforms.mk78 $(info MAKE: Loading platforms: $(PlatformFiles))
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dgenerate_make.py69 platforms = []
72 platforms.append(plat)
75 return [platforms[0]]
76 return platforms
/external/chromium_org/tools/grit/grit/format/policy_templates/
H A Dpolicy_template_generator_unittest.py342 def __init__(self, platforms):
343 self.platforms = platforms
367 # Test that only policies of platforms 'ddd' and 'bbb' were written:
/external/chromium_org/tools/json_schema_compiler/
H A Dmodel_test.py138 self.idl_namespace_chromeos.platforms)
142 self.idl_namespace_all_platforms.platforms)
144 self.idl_namespace_non_specific_platforms.platforms)
H A Dmodel.py94 - |platforms| if not None, the list of platforms that the namespace is
121 self.platforms = _GetPlatforms(json)
267 - |platforms| if not None, the list of platforms that the function is
289 self.platforms = _GetPlatforms(json)
584 """Enum of the possible platforms.
594 if 'platforms' not in json or json['platforms'] == None:
596 # Sanity check: platforms shoul
[all...]
H A Dcpp_bundle_generator.py88 if model_object.platforms is None:
91 for platform in model_object.platforms:
/external/chromium_org/extensions/common/features/
H A Dsimple_feature.cc64 platforms["chromeos"] = Feature::CHROMEOS_PLATFORM;
65 platforms["linux"] = Feature::LINUX_PLATFORM;
66 platforms["mac"] = Feature::MACOSX_PLATFORM;
67 platforms["win"] = Feature::WIN_PLATFORM;
73 std::map<std::string, Feature::Platform> platforms; member in struct:extensions::__anon8215::Mappings
281 ParseEnumSet<Platform>(value, "platforms", &platforms_,
282 g_mappings.Get().platforms);
H A Dsimple_feature.h74 std::set<Platform>* platforms() { return &platforms_; } function in class:extensions::SimpleFeature
/external/libunwind/doc/
H A Dlibunwind-setjmp.tex47 correct unwind information. On newer platforms, this is rarely an
48 issue. On older platforms, care needs to be taken to
51 (on those platforms, there is usually a compiler-switch, such as
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dreference_resolver_test.py246 self.platforms = ('apps', 'extensions')
252 # ReferenceResolver will have to look at other platforms to resolve 'foo'.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dmain.js91 loadText('/platforms.json', function(text) {
92 var platforms = JSON.parse(text);
93 platforms.platforms.forEach(function(platform) {
99 targetOption.selected = platform == platforms.defaultPlatform;
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh92 for plat in "${platforms[@]}"; do
252 # List of all platforms supported for this target
255 platforms[0]="x64"
260 platforms[0]="Win32"
270 platforms[0]="Win32"
272 platforms[0]="ARM"
288 for plat in "${platforms[@]}"; do
304 if [ $vs_ver -ge 12 ] && [ "${platforms[0]}" = "ARM" ]; then
321 for plat in "${platforms[@]}"; do
375 for plat in "${platforms[
[all...]
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh166 for plat in "${platforms[@]}"; do
315 # List of all platforms supported for this target
318 platforms[0]="x64"
323 platforms[0]="Win32"
333 platforms[0]="Win32"
335 platforms[0]="ARM"
351 for plat in "${platforms[@]}"; do
372 for plat in "${platforms[@]}"; do
434 for plat in "${platforms[@]}"; do
453 for plat in "${platforms[
[all...]
/external/proguard/examples/
H A Dandroid.pro22 -libraryjars /usr/local/android-sdk/platforms/android-9/android.jar
/external/chromium_org/components/policy/tools/
H A Dgenerate_policy_source.py68 self.platforms = []
76 self.platforms.extend(['win', 'mac', 'linux'])
78 self.platforms.append(platform_sub)
80 self.platforms.append(platform)
82 self.platforms.sort()
83 self.is_supported = expected_platform in self.platforms
790 _OutputComment(f, '\nSupported on: %s' % ', '.join(policy.platforms))
/external/chromium_org/base/test/expectations/
H A Dparser.cc105 current_.platforms.push_back(platform);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcomplex_bit_reverse_arm.S12 @ for ARMv5 platforms.
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_armv7.S12 @ filter routine for iSAC codec, optimized for ARMv7 platforms.
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_armv7.S12 @ filter routine for iSAC codec, optimized for ARMv7 platforms.

Completed in 1037 milliseconds

12345