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

1 2 3 4 5 6

  /external/chromium_org/chrome/test/chromedriver/chrome/
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"))
104 std::vector<base::FilePath> locations; local
    [all...]
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.h 24 const std::vector<base::FilePath>& locations,
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardwareSink.java 28 public abstract void onLocationAvailable(Location[] locations);
FusedLocationHardware.java 47 public void onLocationAvailable(Location[] locations) {
48 dispatchLocations(locations);
235 Location[] locations,
238 mLocations = locations;
251 private void dispatchLocations(Location[] locations) {
261 new MessageCommand(entry.getKey(), locations, null /*data*/));
276 new MessageCommand(entry.getKey(), null /*locations*/, data));
  /frameworks/base/core/java/android/hardware/location/
IFusedLocationHardwareSink.aidl 31 * @param locations The batch of location information available.
33 void onLocationAvailable(in Location[] locations);
  /external/chromium_org/cc/output/
shader.cc 29 int* locations,
34 locations[i] = (*base_uniform_index)++;
35 context->bindUniformLocationCHROMIUM(program, locations[i], uniforms[i]);
37 locations[i] = context->getUniformLocation(program, uniforms[i]);
38 DCHECK_NE(locations[i], -1);
129 int locations[arraysize(uniforms)]; local
135 locations,
138 matrix_location_ = locations[0];
166 int locations[arraysize(uniforms)]; local
172 locations,
204 int locations[arraysize(uniforms)]; local
240 int locations[arraysize(uniforms)]; local
297 int locations[arraysize(uniforms)]; local
358 int locations[arraysize(uniforms)]; local
418 int locations[arraysize(uniforms)]; local
478 int locations[arraysize(uniforms)]; local
526 int locations[arraysize(uniforms)]; local
584 int locations[arraysize(uniforms)]; local
624 int locations[arraysize(uniforms)]; local
653 int locations[arraysize(uniforms)]; local
678 int locations[arraysize(uniforms)]; local
700 int locations[arraysize(uniforms)]; local
804 int locations[arraysize(uniforms)]; local
934 int locations[arraysize(uniforms)]; local
980 int locations[arraysize(uniforms)]; local
1058 int locations[arraysize(uniforms)]; local
1113 int locations[arraysize(uniforms)]; local
1178 int locations[arraysize(uniforms)]; local
1247 int locations[arraysize(uniforms)]; local
1309 int locations[arraysize(uniforms)]; local
1375 int locations[arraysize(uniforms)]; local
1438 int locations[arraysize(uniforms)]; local
1491 int locations[arraysize(uniforms)]; local
1524 int locations[arraysize(uniforms)]; local
1567 int locations[arraysize(uniforms)]; local
    [all...]
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultQualifier.java 20 * unrelated type systems, or with different {@code locations} fields) at
42 /** @return the locations to which the annotation should be applied */
43 DefaultLocation[] locations() default {DefaultLocation.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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
LodCalculator.java 44 * cameras, or other locations.
50 public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String,UpdatedTerrainPatch> updates);
PerspectiveLodCalculator.java 77 public boolean calculateLod(List<Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates) {
78 return calculateLod(patch, locations, updates);
81 public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates) {
95 //Vector3f toPatchDir = locations.get(0).subtract(patchPos).normalizeLocal();
97 float distance = patchPos.distance(locations.get(0));
DistanceLodCalculator.java 65 public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates) {
66 float distance = getCenterLocation(terrainPatch).distance(locations.get(0));
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 117 /// Numbered locations referenced by locmap.
118 SmallVector<MachineOperand, 4> locations; member in class:__anon23523::UserValue
183 // For register locations we dont care about use/def and other flags.
184 for (unsigned i = 0, e = locations.size(); i != e; ++i)
185 if (locations[i].isReg() &&
186 locations[i].getReg() == LocMO.getReg() &&
187 locations[i].getSubReg() == LocMO.getSubReg())
190 for (unsigned i = 0, e = locations.size(); i != e; ++i)
191 if (LocMO.isIdenticalTo(locations[i]))
193 locations.push_back(LocMO)
    [all...]
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 167 // Locations to check to shortcut_paths.
172 } locations[] = { local
191 for (int i = 0; i < arraysize(locations); ++i) {
192 locations[i].use_this_location = false;
195 if (!PathService::Get(locations[i].location_id, &path)) {
200 if (locations[i].sub_dir != NULL)
201 path = path.Append(locations[i].sub_dir);
206 locations[i].use_this_location = true;
  /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/qemu/android/skin/
file.h 82 SkinLocation* locations; member in struct:SkinLayout
87 SkinLocation* __loc = (layout)->locations; \
  /external/iproute2/tc/
emp_ematch.y 9 %locations
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
JavaQuickAssistant.java 43 IProblemLocation[] locations) throws CoreException {
  /external/chromium/chrome/browser/web_applications/
web_app.cc 238 // Locations to add to shortcut_paths.
243 } locations[] = {
264 for (int i = 0; i < arraysize(locations); ++i) {
265 if (locations[i].use_this_location) {
269 if (locations[i].location_id == base::PATH_START)
272 if (!PathService::Get(locations[i].location_id, &path)) {
277 if (locations[i].sub_dir != NULL)
278 path = path.Append(locations[i].sub_dir);
  /external/chromium_org/chrome/test/webdriver/
webdriver_automation.cc 50 // in any of the given locations. If found, returns true and sets |browser_exe|.
52 const std::vector<base::FilePath>& locations,
55 for (size_t j = 0; j < locations.size(); ++j) {
56 base::FilePath path = locations[j].Append(browser_exes[i]);
107 // Step 2: Add all possible install locations, in order they should be
110 // name whether it is chrome or chromium, we search these locations last.
112 std::vector<base::FilePath> locations; local
121 locations.push_back(base::FilePath(path));
124 locations.push_back(base::FilePath(path));
139 locations.push_back(default_location.Append(app_from_google))
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 78 * wishes to occupy, GridLayout assigns cell locations automatically using its:
1017 int[] locations = axis.getLocations(); local
1235 public int[] locations; field in class:GridLayout.Axis
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
BreakpointManager.js 523 * @param {Array.<WebInspector.DebuggerModel.Location>} locations
525 _didSetBreakpointInDebugger: function(breakpointId, locations)
536 if (!locations.length) {
542 for (var i = 0; i < locations.length; ++i) {
543 var script = this._breakpointManager._debuggerModel.scriptForId(locations[i].scriptId);
544 var uiLocation = script.rawLocationToUILocation(locations[i].lineNumber, locations[i].columnNumber);
552 for (var i = 0; i < locations.length; ++i)
553 this._addResolvedLocation(locations[i]);
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 144 locations = commands.getoutput('git gs UMA_HISTOGRAM').split('\n')
145 filenames = set([location.split(':')[0] for location in locations])
  /frameworks/base/services/java/com/android/server/location/
FlpHardwareProvider.java 102 private void onLocationReport(Location[] locations) {
103 for (Location location : locations) {
115 sink.onLocationAvailable(locations);
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 79 * wishes to occupy, GridLayout assigns cell locations automatically using its:
918 int[] locations = axis.getLocations(); local
1124 public int[] locations; field in class:GridLayout.Axis
    [all...]

Completed in 1197 milliseconds

1 2 3 4 5 6