HomeSort by relevance Sort by last modified time
    Searched refs:Location (Results 1 - 25 of 1043) 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;
  /external/chromium_org/tools/gn/
location.h 13 class Location {
15 Location();
16 Location(const InputFile* file, int line_number, int char_offset);
22 bool operator==(const Location& other) const;
23 bool operator!=(const Location& other) const;
24 bool operator<(const Location& other) const;
27 // offset for this location. If this location is null, returns an empty
42 LocationRange(const Location& begin, const Location& end)
    [all...]
location.cc 5 #include "tools/gn/location.h"
11 Location::Location()
17 Location::Location(const InputFile* file, int line_number, int char_offset)
23 bool Location::operator==(const Location& other) const {
29 bool Location::operator!=(const Location& other) const {
33 bool Location::operator<(const Location& other) const
    [all...]
  /external/qemu/include/qemu/
error-report.h 20 typedef struct Location {
25 struct Location *prev;
26 } Location;
28 Location *loc_push_restore(Location *loc);
29 Location *loc_push_none(Location *loc);
30 Location *loc_pop(Location *loc);
31 Location *loc_save(Location *loc)
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardwareSink.java 17 package com.android.location.provider;
19 import android.location.Location;
28 public abstract void onLocationAvailable(Location[] locations);
  /frameworks/base/core/java/android/hardware/location/
IFusedLocationHardwareSink.aidl 17 package android.hardware.location;
19 import android.location.Location;
22 * Fused Location hardware event sink interface.
29 * Event generated when a batch of location information is available.
31 * @param locations The batch of location information available.
33 void onLocationAvailable(in Location[] locations);
GeofenceHardwareMonitorCallback.java 17 package android.hardware.location;
20 import android.location.Location;
41 * @param location The last known location according to the monitoring system.
44 public void onMonitoringSystemChange(int monitoringType, boolean available, Location location) {
54 * {@link #onMonitoringSystemChange(int, boolean, android.location.Location)}.
  /external/chromium_org/base/threading/
post_task_and_reply_impl.h 12 #include "base/location.h"
30 bool PostTaskAndReply(const tracked_objects::Location& from_here,
35 virtual bool PostTask(const tracked_objects::Location& from_here,
worker_pool.h 15 class Location;
36 static bool PostTask(const tracked_objects::Location& from_here,
42 static bool PostTaskAndReply(const tracked_objects::Location& from_here,
  /external/mockito/src/org/mockito/exceptions/
PrintableInvocation.java 9 import org.mockito.invocation.Location;
20 Location getLocation();
  /packages/apps/Camera2/src/com/android/camera/app/
LocationProvider.java 19 import android.location.Location;
22 * A generic interface for a location provider {Fused, GPS, Network}.
27 * Report when connection fails so another location provider may be used.
37 * Get the current location.
39 public Location getCurrentLocation();
42 * Turn on/off recording of location.
44 * @param recordLocation Whether or not to record location.
49 * Disconnect the location provider after use. The location provider can no longer acquir
    [all...]
  /external/chromium_org/sync/internal_api/public/util/
unrecoverable_error_info.h 7 // TODO(lipalani): Figure out the right location for this class so it is
12 #include "base/location.h"
20 const tracked_objects::Location& location,
24 void Reset(const tracked_objects::Location& location,
29 const tracked_objects::Location& location() const;
33 tracked_objects::Location location_;
  /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...]
  /art/compiler/optimizing/
locations.cc 28 inputs_.Put(i, Location());
33 Location Location::RegisterOrConstant(HInstruction* instruction) {
35 ? Location::ConstantLocation(instruction->AsConstant())
36 : Location::RequiresRegister();
locations.h 31 * A Location is an abstraction over the potential location
34 class Location : public ValueObject {
48 // Unallocated location represents a location that is not fixed and can be
49 // allocated by a register allocator. Each unallocated location has
50 // a policy that specifies what kind of location is suitable. Payload
55 Location() : value_(kInvalid) {
56 // Verify that non-tagged location kinds do not interfere with kConstantTag.
68 Location(const Location& other) : ValueObject(), value_(other.value_) {
    [all...]
  /external/jsoncpp/include/json/
reader.h 26 typedef const Char *Location;
75 * \return Formatted error message with the list of errors with their location in
84 * \return Formatted error message with the list of errors with their location in
113 Location start_;
114 Location end_;
122 Location extra_;
130 bool match( Location pattern,
145 Location &current,
146 Location end,
149 Location &current,
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Location.java 31 * This class represents Location value in JDWP packet.
33 public class Location {
40 * Creates new Location value with empty data.
42 public Location() {
50 * Creates new Location value with specified data.
52 public Location(byte tag, long classID, long methodID, long index) {
60 * Converts Location to string format for printing.
63 return "Location: tag="+tag+", classID="+classID+", methodID="+methodID+", index="+index;
67 * Compares this with other Location object.
70 if (!(obj instanceof Location))
    [all...]
  /external/chromium_org/base/
sequenced_task_runner.h 111 bool PostNonNestableTask(const tracked_objects::Location& from_here,
115 const tracked_objects::Location& from_here,
123 bool DeleteSoon(const tracked_objects::Location& from_here,
134 bool ReleaseSoon(const tracked_objects::Location& from_here,
148 bool DeleteSoonInternal(const tracked_objects::Location& from_here,
152 bool ReleaseSoonInternal(const tracked_objects::Location& from_here,
sequenced_task_runner.cc 12 const tracked_objects::Location& from_here,
18 const tracked_objects::Location& from_here,
25 const tracked_objects::Location& from_here,
task_runner.h 15 class Location;
66 bool PostTask(const tracked_objects::Location& from_here,
74 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
127 bool PostTaskAndReply(const tracked_objects::Location& from_here,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
pywebsocket.conf 39 <Location /ws>
41 </Location>
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.h 44 enum Location {
56 FormFieldError(ErrorType error_type, Location location);
60 Location location() const { return location_; } function in class:autofill::wallet::FormFieldError
62 // Gets the appropriate field type for |location| and |error_type|.
65 // Gets a user facing error message appropriate for |location| and
79 // The location of the error as defined by the Wallet server.
80 Location location_;

Completed in 325 milliseconds

1 2 3 4 5 6 7 8 91011>>