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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/location/java/android/location/
Location.aidl 17 package android.location;
19 parcelable Location;
ILocationListener.aidl 1 /* //device/java/android/android/location/ILocationListener.aidl
18 package android.location;
20 import android.location.Location;
28 void onLocationChanged(in Location location);
  /external/qemu/
qemu-error.h 16 typedef struct Location {
21 struct Location *prev;
22 } Location;
24 Location *loc_push_restore(Location *loc);
25 Location *loc_push_none(Location *loc);
26 Location *loc_pop(Location *loc);
27 Location *loc_save(Location *loc)
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareMonitorCallback.java 17 package android.hardware.location;
19 import android.location.Location;
33 * @param location The last known location according to the monitoring system.
35 public void onMonitoringSystemChange(int monitoringType, boolean available, Location location) {
IGeofenceHardwareMonitorCallback.aidl 17 package android.hardware.location;
19 import android.location.Location;
23 void onMonitoringSystemChange(int monitoringType, boolean available, in Location location);
IGeofenceHardwareCallback.aidl 17 package android.hardware.location;
19 import android.location.Location;
23 void onGeofenceTransition(int geofenceId, int transition, in Location location,
GeofenceHardwareCallback.java 17 package android.hardware.location;
19 import android.location.Location;
32 * @param location The last known location according to the monitoring system.
37 public void onGeofenceTransition(int geofenceId, int transition, Location location,
  /external/mockito/src/org/mockito/exceptions/
PrintableInvocation.java 9 import org.mockito.invocation.Location;
20 Location getLocation();
  /external/mockito/src/org/mockito/invocation/
Location.java 10 * Describes the location of something in the source code.
13 public interface Location {
16 * @return the location
StubInfo.java 10 * The information about stubbing, for example the location of stubbing.
16 * @return the location where the invocation was stubbed.
18 Location stubbedAt();
  /external/mockito/src/org/mockito/internal/debugging/
Localized.java 8 import org.mockito.invocation.Location;
13 private final Location location; field in class:Localized
17 location = new LocationImpl();
24 public Location getLocation() {
25 return location;
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 17 package android.location.cts;
20 import android.location.Location;
45 new Location("LocationProvider");
47 Location l = createTestLocation();
48 Location location = new Location(l); local
49 assertTestLocation(location);
52 new Location((Location) null)
62 Location location = new Location("LocationProvider"); local
68 Location location = new Location(""); local
203 Location location = new Location(""); local
252 Location location = new Location(""); local
265 Location location = new Location(""); local
278 Location location = new Location(""); local
299 Location location = createTestLocation(); local
308 Location location = new Location(""); local
321 Location location = new Location(""); local
334 Location location = new Location(""); local
345 Location location = new Location(""); local
358 Location location = new Location(""); local
371 Location location = new Location(""); local
395 Location location = createTestLocation(); local
401 Location location = createTestLocation(); local
    [all...]
  /external/chromium/base/
message_loop_proxy.h 34 virtual bool PostTask(const tracked_objects::Location& from_here,
36 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
38 virtual bool PostNonNestableTask(const tracked_objects::Location& from_here,
41 const tracked_objects::Location& from_here,
49 bool DeleteSoon(const tracked_objects::Location& from_here,
54 bool ReleaseSoon(const tracked_objects::Location& from_here,
tracked.cc 16 Location::Location(const char* function_name, const char* file_name,
23 Location::Location()
29 void Location::Write(bool display_filename, bool display_function_name,
41 void Location::WriteFunctionName(std::string* output) const {
67 void Tracked::SetBirthPlace(const Location& from_here) {}
68 const Location Tracked::GetBirthPlace() const {
69 static Location kNone("NoFunctionName", "NeedToSetBirthPlace", -1);
82 SetBirthPlace(Location("NoFunctionName", "NeedToSetBirthPlace", -1))
    [all...]
message_loop_proxy_impl.h 25 virtual bool PostTask(const tracked_objects::Location& from_here,
27 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
29 virtual bool PostNonNestableTask(const tracked_objects::Location& from_here,
32 const tracked_objects::Location& from_here,
47 bool PostTaskHelper(const tracked_objects::Location& from_here,
tracked.h 9 // to as its Location. The Location is a file and line number, most
12 // do additonal things), its Location may be redefined to that later location.
36 // Location provides basic info where of an object was constructed, or was
39 class BASE_API Location {
44 Location(const char* function_name, const char* file_name, int line_number);
47 Location();
55 bool operator < (const Location& other) const {
81 // Define a macro to record the current source location
    [all...]
  /external/chromium/base/threading/
worker_pool.h 30 static bool PostTask(const tracked_objects::Location& from_here,
  /external/chromium/chrome/browser/sync/
unrecoverable_error_handler.h 21 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
pywebsocket.conf 39 <Location /ws>
41 </Location>
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.h 61 virtual AliasResult alias(const Location &LocA, const Location &LocB);
62 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
66 const Location &Loc);
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 19 // This API identifies memory regions with the Location class. The pointer
105 /// Location - A description of a memory location.
106 struct Location {
107 /// Ptr - The address of the start of the location.
109 /// Size - The maximum size of the location, in address-units, or
116 /// the location, or null if there is no known unique tag.
119 explicit Location(const Value *P = 0, uint64_t S = UnknownSize,
123 Location getWithNewPtr(const Value *NewPtr) const {
124 Location Copy(*this)
    [all...]
  /external/chromium/chrome/browser/extensions/
external_extension_provider_impl.h 28 // to |service|, that will deal with the installation. The location
37 Extension::Location crx_location,
38 Extension::Location download_location);
58 Extension::Location* location,
72 // Location for external extensions that are provided by this provider from
74 const Extension::Location crx_location_;
76 // Location for external extensions that are provided by this provider from
78 const Extension::Location download_location_;
external_extension_provider_interface.h 32 Extension::Location location) = 0;
37 Extension::Location location) = 0;
65 Extension::Location* location,
  /frameworks/base/location/tests/locationtests/src/android/location/
LocationManagerTest.java 17 package android.location;
20 import android.location.Criteria;
21 import android.location.Location;
22 import android.location.LocationManager;
23 import android.location.LocationProvider;
88 String loc1 = Location.convert(-80.075, Location.FORMAT_DEGREES);
92 String loc1b = Location.convert(-80.0, Location.FORMAT_DEGREES)
    [all...]
LocationTest.java 17 package android.location;
24 * Unit tests for android.location.Location
29 // ***** Tests for Location.convert
35 result = Location.convert(testDegreesCoord);
46 result = Location.convert(testMinutesCoord);
57 result = Location.convert(testSecondsCoord);
68 result = Location.convert(testSecondsCoord);
79 result = Location.convert(-80.075, Location.FORMAT_DEGREES)
    [all...]

Completed in 394 milliseconds

1 2 3 4 5 6 7 8 91011>>