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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/sync/internal_api/public/util/
unrecoverable_error_handler.h 10 #include "base/location.h"
20 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
unrecoverable_error_info.cc 14 const tracked_objects::Location& location,
16 : location_(location),
25 const tracked_objects::Location& location,
27 location_ = location;
36 const tracked_objects::Location& UnrecoverableErrorInfo::location() const { function in class:syncer::UnrecoverableErrorInfo
  /external/chromium_org/sync/util/
logging.cc 7 #include "base/location.h"
11 bool VlogIsOnForLocation(const tracked_objects::Location& from_here,
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Input.h 38 struct Location
43 Location()
49 const Location &readLoc() const { return mReadLoc; }
57 Location mReadLoc;
  /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 = nullptr, uint64_t S = UnknownSize,
123 Location getWithNewPtr(const Value *NewPtr) const {
124 Location Copy(*this)
    [all...]
  /frameworks/base/core/java/android/hardware/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;
20 import android.location.Location;
36 * @param location The last known location according to the monitoring system.
41 public void onGeofenceTransition(int geofenceId, int transition, Location location,
IGeofenceHardwareMonitorCallback.aidl 17 package android.hardware.location;
19 import android.hardware.location.GeofenceHardwareMonitorEvent;
20 import android.location.Location;
  /frameworks/base/location/java/android/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/chromium_org/base/
location.cc 14 #include "base/location.h"
20 Location::Location(const char* function_name,
30 Location::Location()
37 std::string Location::ToString() const {
42 void Location::Write(bool display_filename, bool display_function_name,
54 void Location::WriteFunctionName(std::string* output) const {
79 const tracked_objects::Location& location)
    [all...]
pending_task.h 12 #include "base/location.h"
24 PendingTask(const tracked_objects::Location& posted_from,
26 PendingTask(const tracked_objects::Location& posted_from,
39 tracked_objects::Location posted_from;
deferred_sequenced_task_runner.h 30 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
37 const tracked_objects::Location& from_here,
52 tracked_objects::Location posted_from;
62 void QueueDeferredTask(const tracked_objects::Location& from_here,
  /external/chromium_org/base/test/
null_task_runner.cc 14 const tracked_objects::Location& from_here,
21 const tracked_objects::Location& from_here,
null_task_runner.h 18 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
22 const tracked_objects::Location& from_here,
  /external/chromium_org/components/sync_driver/
data_type_error_handler.h 9 #include "base/location.h"
22 const tracked_objects::Location& from_here,
29 const tracked_objects::Location& location,
data_type_error_handler_mock.h 18 void(const tracked_objects::Location&, const std::string&));
20 syncer::SyncError(const tracked_objects::Location&,
change_processor_mock.h 26 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
29 void(const tracked_objects::Location&,
32 syncer::SyncError(const tracked_objects::Location&,
  /external/chromium_org/extensions/common/
one_shot_event.h 22 class Location;
79 void Post(const tracked_objects::Location& from_here,
81 void Post(const tracked_objects::Location& from_here,
84 void PostDelayed(const tracked_objects::Location& from_here,
91 void PostImpl(const tracked_objects::Location& from_here,
manifest.h 27 enum Location {
75 static Location GetHigherPriorityLocation(Location loc1, Location loc2);
77 // Whether the |location| is external or not.
78 static inline bool IsExternalLocation(Location location) {
79 return location == EXTERNAL_PREF ||
80 location == EXTERNAL_REGISTRY ||
81 location == EXTERNAL_PREF_DOWNLOAD |
124 Location location() const { return location_; } function in class:extensions::Manifest
    [all...]
  /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...]
  /art/compiler/optimizing/
register_allocator.h 32 class Location;
95 // Update the interval for the register in `location` to cover [start, end).
96 void BlockRegister(Location location, size_t start, size_t end, Primitive::Type type);
110 void InsertParallelMoveAtExitOf(HBasicBlock* block, Location source, Location destination) const;
111 void InsertParallelMoveAtEntryOf(HBasicBlock* block, Location source, Location destination) const;
112 void InsertMoveAfter(HInstruction* instruction, Location source, Location destination) const
    [all...]
  /external/chromium_org/sync/api/
sync_change.h 12 #include "base/location.h"
36 const tracked_objects::Location& from_here,
54 tracked_objects::Location location() const;
64 tracked_objects::Location location_;
  /external/qemu/util/
qemu-error.c 54 static Location std_loc = {
57 static Location *cur_loc = &std_loc;
60 * Push location saved in LOC onto the location stack, return it.
61 * The top of that stack is the current location.
64 Location *loc_push_restore(Location *loc)
73 * Initialize *LOC to "nowhere", push it onto the location stack.
74 * The top of that stack is the current location.
78 Location *loc_push_none(Location *loc
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Location.cpp 30 #include "core/frame/Location.h"
44 Location::Location(LocalFrame* frame)
50 inline const KURL& Location::url() const
61 String Location::href() const
69 String Location::protocol() const
76 String Location::host() const
83 String Location::hostname() const
90 String Location::port() const
97 String Location::pathname() cons
    [all...]

Completed in 553 milliseconds

12 3 4 5 6 7 8 91011>>