HomeSort by relevance Sort by last modified time
    Searched defs:locations (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_finder_unittest.cc 27 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.push_back(dir1)
92 std::vector<base::FilePath> locations; local
    [all...]
chrome_finder.cc 26 void GetApplicationDirs(std::vector<base::FilePath>* locations) {
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->push_back(base::FilePath("/bin"))
115 std::vector<base::FilePath> locations; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldHttpRetryExceptionTest.java 40 String [] locations = {"file:\\error.txt", "http:\\localhost", local
45 codes[i], locations[i]);
49 assertEquals(locations[i], hre.getLocation());
  /external/chromium_org/chrome/browser/web_applications/
update_shortcut_worker_win.cc 134 // Locations to check to shortcut_paths.
138 } 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);
web_app_win.cc 262 // 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).
567 // Locations to add to shortcut_paths.
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,
  /art/compiler/optimizing/
graph_visualizer.cc 156 LocationSummary* locations = instruction->GetLocations(); local
157 if (locations != nullptr) {
160 DumpLocation(locations->InAt(i), instruction->InputAt(i)->GetType());
164 if (locations->Out().IsValid()) {
166 DumpLocation(locations->Out(), instruction->GetType());
ssa_liveness_analysis.cc 111 LocationSummary* locations = current->GetLocations(); local
112 if (locations != nullptr && locations->Out().IsValid()) {
128 LocationSummary* locations = current->GetLocations(); local
129 if (locations != nullptr && locations->Out().IsValid()) {
code_generator.cc 147 LocationSummary* locations = instruction->GetLocations(); local
148 if (locations == nullptr) return;
155 for (size_t i = 0, e = locations->GetInputCount(); i < e; ++i) {
156 Location loc = locations->InAt(i);
164 for (size_t i = 0, e = locations->GetTempCount(); i < e; ++i) {
165 Location loc = locations->GetTemp(i);
175 // Allocate all unallocated input locations.
176 for (size_t i = 0, e = locations->GetInputCount(); i < e; ++i) {
177 Location loc = locations->InAt(i);
193 locations->SetInAt(i, loc)
    [all...]
register_allocator.cc 121 LocationSummary* locations = instruction->GetLocations(); local
122 if (locations->GetTempCount() != 0) {
129 // to ensure we know these locations before doing register allocation. For a
130 // given register, we create an interval that covers these locations. The register
131 // will be unavailable at these locations when trying to allocate one for an
135 Location output = locations->Out();
146 Location input = locations->InAt(i);
607 // locations at the same lifetime position.
814 // Walk over all siblings, updating locations of use positions, and
823 LocationSummary* locations = use->GetUser()->GetLocations() local
916 LocationSummary* locations = instruction->GetLocations(); local
    [all...]
ssa_liveness_analysis.h 292 LocationSummary* locations = defined_by_->GetLocations(); local
293 Location location = locations->Out();
300 && locations->InAt(0).GetPolicy() == Location::kRequiresRegister)) {
code_generator_arm.cc 456 LocationSummary* locations = instruction->GetLocations(); local
457 if (locations != nullptr && locations->Out().Equals(location)) {
510 Move32(location, locations->Out());
514 Move64(location, locations->Out());
548 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(if_instr); local
553 locations->SetInAt(0, Location::Any());
555 if_instr->SetLocations(locations);
571 LocationSummary* locations = condition->GetLocations(); local
572 if (locations->InAt(1).IsRegister())
598 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(comp); local
698 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(store); local
723 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(constant); local
732 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(constant); local
750 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(ret); local
798 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(invoke); local
867 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(add); local
891 LocationSummary* locations = add->GetLocations(); local
927 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(sub); local
951 LocationSummary* locations = sub->GetLocations(); local
989 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1011 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1027 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1034 LocationSummary* locations = instruction->GetLocations(); local
1040 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(compare); local
1049 LocationSummary* locations = compare->GetLocations(); local
1084 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1097 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1109 LocationSummary* locations = instruction->GetLocations(); local
1157 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1164 LocationSummary* locations = instruction->GetLocations(); local
1217 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1229 LocationSummary* locations = instruction->GetLocations(); local
1240 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1248 LocationSummary* locations = instruction->GetLocations(); local
1343 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1360 LocationSummary* locations = instruction->GetLocations(); local
1439 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1446 LocationSummary* locations = instruction->GetLocations(); local
1454 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
1463 LocationSummary* locations = instruction->GetLocations(); local
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 88 StackTraceElement locations[]=dummyException.getStackTrace(); local
92 if( locations!=null && locations.length >2 ) {
93 StackTraceElement caller=locations[2];
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider.cc 128 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;
iphoto_file_util.cc 278 std::map<std::string, base::FilePath> locations = local
281 locations.begin();
282 it != locations.end(); it++) {
  /external/chromium_org/extensions/common/features/
simple_feature.cc 38 locations["component"] = SimpleFeature::COMPONENT_LOCATION;
39 locations["policy"] = SimpleFeature::POLICY_LOCATION;
49 std::map<std::string, SimpleFeature::Location> locations; member in struct:extensions::__anon12353::Mappings
251 g_mappings.Get().locations);
  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc 357 const int32* locations = LocalGetAs<const int32*>( local
366 info.element_locations.push_back(locations[jj]);
  /external/qemu/android/skin/
file.h 82 SkinLocation* locations; member in struct:SkinLayout
90 SkinLocation* __loc = (layout)->locations; \
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSemanticPredicates.java 878 Map<Integer, Set<Token>> locations = insuffPredMsg.altToLocations; local
879 Set actualAlts = locations.keySet();
  /external/chromium_org/cc/output/
shader.cc 30 int* locations,
33 locations[i] = (*base_uniform_index)++;
34 context->BindUniformLocationCHROMIUM(program, locations[i], uniforms[i]);
164 int locations[arraysize(uniforms)]; local
170 locations,
172 matrix_location_ = locations[0];
199 int locations[arraysize(uniforms)]; local
205 locations,
207 matrix_location_ = locations[0];
208 tex_scale_location_ = locations[1]
237 int locations[arraysize(uniforms)]; local
271 int locations[arraysize(uniforms)]; local
326 int locations[arraysize(uniforms)]; local
385 int locations[arraysize(uniforms)]; local
443 int locations[arraysize(uniforms)]; local
501 int locations[arraysize(uniforms)]; local
547 int locations[arraysize(uniforms)]; local
603 int locations[arraysize(uniforms)]; local
641 int locations[arraysize(uniforms)]; local
668 int locations[arraysize(uniforms)]; local
691 int locations[arraysize(uniforms)]; local
778 int locations[arraysize(uniforms)]; local
891 int locations[arraysize(uniforms)]; local
935 int locations[arraysize(uniforms)]; local
1011 int locations[arraysize(uniforms)]; local
1064 int locations[arraysize(uniforms)]; local
1127 int locations[arraysize(uniforms)]; local
1194 int locations[arraysize(uniforms)]; local
1254 int locations[arraysize(uniforms)]; local
1318 int locations[arraysize(uniforms)]; local
1379 int locations[arraysize(uniforms)]; local
1430 int locations[arraysize(uniforms)]; local
1461 int locations[arraysize(uniforms)]; local
1502 int locations[arraysize(uniforms)]; local
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 651 web_app::ShortcutLocations locations; local
655 locations.on_desktop =
665 locations.applications_menu_location =
671 return locations;
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 120 /// Numbered locations referenced by locmap.
121 SmallVector<MachineOperand, 4> locations; member in class:__anon29525::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.push_back(LocMO)
    [all...]
  /external/stressapptest/src/
os.cc 141 // Returns a list of locations corresponding to HD devices.
144 list<string> locations; local
145 return locations;
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 124 // Constants for recent locations query (in Events table):
256 * Return filter for matching against contacts info and recent locations.
265 * recent locations.
277 // Start the recent locations query (async).
292 // Wait for the locations query.
295 // Add the matched recent locations to returned results. If a match exists in
296 // both the recent locations query and the contacts addresses, only display it
305 Log.e(TAG, "Failed waiting for locations query results.", e);
307 Log.e(TAG, "Failed waiting for locations query results.", e);
420 * Matches the input string against recent locations
456 TreeSet<String> locations = new TreeSet<String>(String.CASE_INSENSITIVE_ORDER); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 884 Field locations = horizontal.getClass().getDeclaredField("locations"); \/\/$NON-NLS-1\$ local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 

Completed in 774 milliseconds

1 2 3 4 5