HomeSort by relevance Sort by last modified time
    Searched refs:Location (Results 151 - 175 of 1043) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/sync/syncable/
syncable_base_transaction.cc 35 const tracked_objects::Location& location,
38 unrecoverable_error_location_ = location;
60 BaseTransaction::BaseTransaction(const tracked_objects::Location& from_here,
syncable_util.h 16 class Location;
37 const tracked_objects::Location& location,
write_transaction_info.h 17 tracked_objects::Location location,
27 // If tracked_objects::Location becomes assignable, we can use that
  /external/chromium_org/webkit/browser/fileapi/
timed_task_helper.h 10 #include "base/location.h"
32 void Start(const tracked_objects::Location& posted_from,
45 tracked_objects::Location posted_from_;
  /external/clang/test/SemaCXX/
arrow-operator.cpp 31 class Node { public: Point Location(){ Point p; return p; } };
36 Line_Segment(node1->Location()); // expected-error {{not a structure or union}}
  /external/llvm/include/llvm/Analysis/
LibCallAliasAnalysis.h 41 const Location &Loc) override;
69 const Location &Loc);
  /external/mockito/src/org/mockito/internal/verification/checkers/
AtLeastXNumberOfInvocationsChecker.java 15 import org.mockito.invocation.Location;
28 Location lastLocation = finder.getLastLocation(actualInvocations);
  /external/valgrind/main/drd/tests/
annotate_ignore_rw.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_c"
annotate_ignore_write2.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_b"
9 Location 0x........ is 0 bytes inside global var "s_a"
14 Location 0x........ is 0 bytes inside global var "s_c"
19 Location 0x........ is 0 bytes inside global var "s_a"
hg03_inherit.stderr.exp 6 Location 0x........ is 0 bytes inside shared[1],
12 Location 0x........ is 0 bytes inside shared[1],
rwlock_race.stderr.exp 5 Location 0x........ is 0 bytes inside global var "s_racy"
11 Location 0x........ is 0 bytes inside global var "s_racy"
tc16_byterace.stderr.exp 4 Location 0x........ is 0 bytes inside bytes[4],
9 Location 0x........ is 0 bytes inside bytes[4],
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java 20 import android.location.Location;
21 import android.location.LocationListener;
22 import android.location.LocationManager;
33 /** The use of location manager and bluetooth below are simply to simulate an app that
42 public void onLocationChanged(Location location) {}
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java 21 import android.location.Location;
22 import android.location.LocationListener;
23 import android.location.LocationManager;
31 /** The use of location manager and bluetooth below are simply to simulate an app that
40 public void onLocationChanged(Location location) {}
  /external/chromium_org/cc/input/
scrollbar.h 28 virtual gfx::Point Location() const = 0;
  /external/chromium_org/chrome/common/extensions/features/
chrome_channel_feature_filter.h 25 Manifest::Location location,
  /external/chromium_org/content/browser/dom_storage/
dom_storage_task_runner.cc 37 const tracked_objects::Location& from_here,
57 const tracked_objects::Location& from_here,
90 const tracked_objects::Location& from_here,
97 const tracked_objects::Location& from_here,
  /external/chromium_org/sync/api/
sync_change_processor_wrapper_for_test.cc 18 const tracked_objects::Location& from_here,
sync_change_processor_wrapper_for_test.h 25 const tracked_objects::Location& from_here,
syncable_service.h 65 const tracked_objects::Location& from_here,
  /external/chromium_org/tools/gn/
token.cc 12 Token::Token(const Location& location,
17 location_(location) {
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceState.java 18 package com.android.server.location;
21 import android.location.Geofence;
22 import android.location.Location;
36 private final Location mLocation;
58 mLocation = new Location("");
64 * Process a new location.
67 public int processLocation(Location location) {
68 mDistanceToCenter = mLocation.distanceTo(location);
    [all...]
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 19 import android.location.Location;
20 import android.location.LocationListener;
21 import android.location.LocationManager;
29 * GPS Location Test
31 * Test the GPS API by verifying the previously set location
36 private Location mLocation;
38 * Prior to running this test the GPS location must be set to the following
53 * verify that the last location equals to the location se
    [all...]
  /external/chromium_org/base/
sequenced_task_runner_helpers.h 15 class Location;
69 // bool(const tracked_objects::Location&,
82 const tracked_objects::Location& from_here,
98 const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.h 37 Manifest::Location install_source,
66 Manifest::Location install_source() const { return install_source_; }
92 Manifest::Location install_source_;

Completed in 316 milliseconds

1 2 3 4 5 67 8 91011>>