Searched defs:locations (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_finder.cc26 void GetApplicationDirs(std::vector<base::FilePath>* locations) { argument
37 locations->push_back(
41 locations->push_back(
46 void GetApplicationDirs(std::vector<base::FilePath>* locations) {
47 locations->push_back(base::FilePath("/opt/google/chrome"));
48 locations->push_back(base::FilePath("/usr/local/bin"));
49 locations->push_back(base::FilePath("/usr/local/sbin"));
50 locations->push_back(base::FilePath("/usr/bin"));
51 locations->push_back(base::FilePath("/usr/sbin"));
52 locations
61 FindExe( const base::Callback<bool(const base::FilePath&)>& exists_func, const std::vector<base::FilePath>& rel_paths, const std::vector<base::FilePath>& locations, base::FilePath* out_path) argument
115 std::vector<base::FilePath> locations; local
[all...]
H A Dchrome_finder_unittest.cc27 const std::vector<base::FilePath>& locations) {
32 locations,
46 std::vector<base::FilePath> locations; local
47 locations.push_back(found.DirName());
49 AssertFound(found, existing_paths, rel_paths, locations));
62 std::vector<base::FilePath> locations; local
63 locations.push_back(dir);
65 AssertFound(first, existing_paths, rel_paths, locations));
79 std::vector<base::FilePath> locations; local
80 locations
24 AssertFound(const base::FilePath& found, const std::vector<base::FilePath>& existing_paths, const std::vector<base::FilePath>& rel_paths, const std::vector<base::FilePath>& locations) argument
92 std::vector<base::FilePath> locations; local
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_data_provider.cc128 std::map<std::string, base::FilePath> locations; local
131 return locations;
135 locations.insert(make_pair(file_it->first, file_it->second));
138 return locations;
160 std::map<std::string, base::FilePath> locations; local
163 return locations;
167 locations.insert(make_pair(file_it->first, file_it->second));
170 return locations;
H A Diphoto_file_util.cc278 std::map<std::string, base::FilePath> locations = local
281 locations.begin();
282 it != locations.end(); it++) {
/external/chromium_org/chrome/browser/web_applications/
H A Dupdate_shortcut_worker_win.cc138 } locations[] = { local
154 for (int i = 0; i < arraysize(locations); ++i) {
156 if (!PathService::Get(locations[i].location_id, &path)) {
161 if (locations[i].sub_dir != NULL)
162 path = path.Append(locations[i].sub_dir);
H A Dweb_app.cc341 const ShortcutLocations& locations,
353 locations,
358 const ShortcutLocations& locations,
367 app, profile, base::Bind(&CreateShortcutsWithInfo, reason, locations));
339 CreateShortcutsWithInfo( ShortcutCreationReason reason, const ShortcutLocations& locations, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info) argument
357 CreateShortcuts(ShortcutCreationReason reason, const ShortcutLocations& locations, Profile* profile, const extensions::Extension* app) argument
H A Dweb_app_win.cc262 // This will search the standard locations for shortcuts named |title| that open
281 // Get all possible locations for shortcuts.
502 // recreate them in any locations they already existed (but do not add them
503 // to locations where they do not currently exist).
571 } locations[] = { local
598 for (int i = 0; i < arraysize(locations); ++i) {
599 if (locations[i].use_this_location) {
601 if (!ShellUtil::GetShortcutPath(locations[i].location_id,
/external/chromium_org/v8/src/compiler/
H A Dlinkage-impl.h18 static void AddReturnLocations(LocationSignature::Builder* locations) { argument
19 DCHECK(locations->return_count_ <= 2);
20 if (locations->return_count_ > 0) {
21 locations->AddReturn(regloc(LinkageTraits::ReturnValueReg()));
23 if (locations->return_count_ > 1) {
24 locations->AddReturn(regloc(LinkageTraits::ReturnValue2Reg()));
35 LocationSignature::Builder locations(zone, return_count, parameter_count);
39 AddReturnLocations(&locations);
47 locations.AddParam(stackloc(spill_slot_index));
51 locations
[all...]
/external/qemu/android/skin/
H A Dfile.h82 SkinLocation* locations; member in struct:SkinLayout
90 SkinLocation* __loc = (layout)->locations; \
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DViewLoader.java140 public void setLayoutQualifierSearchPath(String... locations) { argument
141 qualifierSearchPath = Arrays.asList(locations);
/external/chromium_org/extensions/common/features/
H A Dsimple_feature.cc61 locations["component"] = SimpleFeature::COMPONENT_LOCATION;
62 locations["policy"] = SimpleFeature::POLICY_LOCATION;
72 std::map<std::string, SimpleFeature::Location> locations; member in struct:extensions::__anon8215::Mappings
280 g_mappings.Get().locations);
/external/chromium_org/gpu/command_buffer/client/
H A Dprogram_info_manager.cc357 const int32* locations = LocalGetAs<const int32*>( local
366 info.element_locations.push_back(locations[jj]);
/external/chromium_org/cc/output/
H A Dshader.cc29 int* locations,
32 locations[i] = (*base_uniform_index)++;
33 context->BindUniformLocationCHROMIUM(program, locations[i], uniforms[i]);
163 int locations[arraysize(uniforms)]; local
169 locations,
171 matrix_location_ = locations[0];
198 int locations[arraysize(uniforms)]; local
204 locations,
206 matrix_location_ = locations[0];
207 tex_scale_location_ = locations[
25 GetProgramUniformLocations(GLES2Interface* context, unsigned program, size_t count, const char** uniforms, int* locations, int* base_uniform_index) argument
236 int locations[arraysize(uniforms)]; local
270 int locations[arraysize(uniforms)]; local
325 int locations[arraysize(uniforms)]; local
384 int locations[arraysize(uniforms)]; local
442 int locations[arraysize(uniforms)]; local
500 int locations[arraysize(uniforms)]; local
546 int locations[arraysize(uniforms)]; local
602 int locations[arraysize(uniforms)]; local
640 int locations[arraysize(uniforms)]; local
667 int locations[arraysize(uniforms)]; local
690 int locations[arraysize(uniforms)]; local
777 int locations[arraysize(uniforms)]; local
890 int locations[arraysize(uniforms)]; local
934 int locations[arraysize(uniforms)]; local
1010 int locations[arraysize(uniforms)]; local
1063 int locations[arraysize(uniforms)]; local
1126 int locations[arraysize(uniforms)]; local
1193 int locations[arraysize(uniforms)]; local
1253 int locations[arraysize(uniforms)]; local
1317 int locations[arraysize(uniforms)]; local
1378 int locations[arraysize(uniforms)]; local
1429 int locations[arraysize(uniforms)]; local
1460 int locations[arraysize(uniforms)]; local
1501 int locations[arraysize(uniforms)]; local
[all...]
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc653 web_app::ShortcutLocations locations; local
657 locations.on_desktop =
667 locations.applications_menu_location =
673 return locations;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc142 const vector<TextFormat::ParseLocation>* locations = local
144 if (locations == NULL || index >= locations->size()) {
148 return (*locations)[index];
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller_unittest.cc1889 std::vector<gfx::Point> locations; local
1890 locations.push_back(upper_left_corner);
1891 locations.push_back(upper_right_corner);
1892 locations.push_back(lower_left_corner);
1893 locations.push_back(lower_right_corner);
1894 locations.push_back(left_edge);
1895 locations.push_back(right_edge);
1896 locations.push_back(top_edge);
1897 locations.push_back(bottom_edge);
1899 for (std::vector<gfx::Point>::const_iterator point = locations
1931 std::vector<gfx::Point> locations; local
[all...]
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp120 /// Numbered locations referenced by locmap.
121 SmallVector<MachineOperand, 4> locations; member in class:__anon25755::UserValue
187 // For register locations we dont care about use/def and other flags.
188 for (unsigned i = 0, e = locations.size(); i != e; ++i)
189 if (locations[i].isReg() &&
190 locations[i].getReg() == LocMO.getReg() &&
191 locations[i].getSubReg() == LocMO.getSubReg())
194 for (unsigned i = 0, e = locations.size(); i != e; ++i)
195 if (LocMO.isIdenticalTo(locations[i]))
197 locations
[all...]
/external/stressapptest/src/
H A Dos.cc141 // Returns a list of locations corresponding to HD devices.
144 list<string> locations; local
145 return locations;
H A Dsat.cc139 // Autodetect file locations.
141 // Get a space separated sting of disk locations.
142 list<string> locations = os_->FindFileDevices(); local
145 while (!locations.empty()) {
147 string disk = locations.back();
148 locations.pop_back();
423 // Initialize page locations.
487 // Initialize page locations.
814 // Autodetect tempfile locations.
984 " --findfiles find locations t
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc826 // Go through the array element locations looking for a match.
1192 int32* locations = bucket->GetDataAs<int32*>( local
1199 DCHECK(locations);
1210 inputs->location_offset = ComputeOffset(header, locations);
1213 *locations++ = info.location;
1224 inputs->location_offset = ComputeOffset(header, locations);
1230 *locations++ = -1;
1232 *locations++ = ProgramManager::MakeFakeLocation(ii, jj);
H A Dprogram_manager_unittest.cc598 // Check that we can get the locations of the array elements > 1
761 // Check that we get the correct locations.
1020 const int32* locations = bucket.GetDataAs<const int32*>( local
1022 ASSERT_TRUE(locations != NULL);
1026 locations[jj]); local
1071 const int32* locations = bucket.GetDataAs<const int32*>( local
1073 ASSERT_TRUE(locations != NULL);
1076 locations[0]); local
1078 EXPECT_EQ(-1, locations[jj]);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDebuggerAgent.cpp333 void InspectorDebuggerAgent::setBreakpointByUrl(ErrorString* errorString, int lineNumber, const String* const optionalURL, const String* const optionalURLRegex, const int* const optionalColumnNumber, const String* const optionalCondition, const bool* isAntiBreakpoint, BreakpointId* outBreakpointId, RefPtr<Array<TypeBuilder::Debugger::Location> >& locations) argument
335 locations = Array<TypeBuilder::Debugger::Location>::create();
374 locations->addItem(location);
/external/chromium_org/v8/src/
H A Ddebug.cc81 // point location when looking for source break locations.
1563 Handle<FixedArray> locations = local
1584 locations->set(count++, position);
1588 return locations;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar ... _r1/s?defs= " () public static boolean canPack () String[] locations int result int i public void " href="/5.1. ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 8208 milliseconds

123