Searched defs:platforms (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dplatform.cpp28 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, argument
30 if ((!num_entries && platforms) ||
31 (!num_platforms && !platforms))
36 if (platforms)
37 *platforms = NULL;
/external/lldb/test/pexpect-2.4/
H A Dsetup.py14 platforms='UNIX', variable
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dplatform.cpp28 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, argument
30 if ((!num_entries && platforms) ||
31 (!num_platforms && !platforms))
36 if (platforms)
37 *platforms = NULL;
/external/chromium_org/third_party/angle/tests/perf_tests/
H A DSimpleBenchmarks.cpp11 EGLint platforms[] = variable
29 for (size_t platIt = 0; platIt < ArraySize(platforms); platIt++)
52 params.requestedRenderer = platforms[platIt];
88 for (size_t platIt = 0; platIt < ArraySize(platforms); platIt++)
92 params.requestedRenderer = platforms[platIt];
/external/chromium_org/base/test/expectations/
H A Dexpectation.h74 // the specified platforms and configuration.
82 // The set of platforms for which this expectation is applicable.
83 std::vector<Platform> platforms; member in struct:test_expectations::Expectation
/external/chromium_org/extensions/common/features/
H A Dsimple_feature_unittest.cc277 feature.platforms()->insert(Feature::CHROMEOS_PLATFORM);
401 feature.platforms()->insert(Feature::CHROMEOS_PLATFORM);
484 EXPECT_TRUE(feature->platforms()->empty());
565 base::ListValue* platforms = new base::ListValue(); local
566 value->Set("platforms", platforms);
568 EXPECT_TRUE(feature->platforms()->empty());
570 platforms->AppendString("chromeos");
572 EXPECT_FALSE(feature->platforms()->empty());
573 EXPECT_EQ(Feature::CHROMEOS_PLATFORM, *feature->platforms()
[all...]
H A Dsimple_feature.h74 std::set<Platform>* platforms() { return &platforms_; } function in class:extensions::SimpleFeature
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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DErrorTracker.java40 private Hashtable platforms = new Hashtable(); field in class:ErrorTracker
77 platforms.put(aPlatform.getId(), aPlatform);
107 PlatformStatus ps=(PlatformStatus) platforms.get(effectedFileID);
133 // Object[] results = platforms.values().toArray();
146 // results = platforms.values().toArray();
177 // all "platforms" except JDT
179 Enumeration values = platforms.elements();
192 return ((PlatformStatus) platforms.get(id)).hasErrors();
207 result[i] = (PlatformStatus) platforms.get((String) platformIDs.elementAt(i));
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/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/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/chromium_org/components/variations/
H A Dstudy_filtering_unittest.cc157 const Study_Platform platforms[] = { local
166 static_cast<int>(arraysize(platforms)));
167 bool platform_added[arraysize(platforms)] = { 0 };
171 // Check in the forwarded order. The loop cond is <= arraysize(platforms)
173 for (size_t i = 0; i <= arraysize(platforms); ++i) {
174 for (size_t j = 0; j < arraysize(platforms); ++j) {
176 const bool result = internal::CheckStudyPlatform(filter, platforms[j]);
180 if (i < arraysize(platforms)) {
181 filter.add_platform(platforms[i]);
189 for (size_t i = 0; i <= arraysize(platforms);
[all...]
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.cc122 const base::ListValue* platforms; local
124 &platforms)) {
125 for (size_t i = 0; i < platforms->GetSize(); ++i) {
127 if (platforms->GetDictionary(i, &p)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp92 * std::vector<cl::Platform> platforms;
93 * cl::Platform::get(&platforms);
94 * if (platforms.size() == 0) {
100 * { CL_CONTEXT_PLATFORM, (cl_context_properties)(platforms[0])(), 0};
1391 VECTOR_CLASS<Platform>* platforms)
1406 platforms->assign(&ids[0], &ids[n]);
1390 get( VECTOR_CLASS<Platform>* platforms) argument
/external/mesa3d/include/CL/
H A Dcl.hpp92 * std::vector<cl::Platform> platforms;
93 * cl::Platform::get(&platforms);
94 * if (platforms.size() == 0) {
100 * { CL_CONTEXT_PLATFORM, (cl_context_properties)(platforms[0])(), 0};
1391 VECTOR_CLASS<Platform>* platforms)
1406 platforms->assign(&ids[0], &ids[n]);
1390 get( VECTOR_CLASS<Platform>* platforms) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1187 milliseconds