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

12 3 4 5 6 7 8 91011>>

  /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_dx11/src/compiler/preprocessor/
Input.h 29 struct Location
34 Location() : sIndex(0), cIndex(0) { }
36 const Location& readLoc() const { return mReadLoc; }
44 Location mReadLoc;
  /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);
  /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;
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,
  /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/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_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;
  /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/chrome/browser/sync/glue/
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 19 void(const tracked_objects::Location&, const std::string&));
21 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/ppapi/shared_impl/
ppb_message_loop_shared.h 10 #include "base/location.h"
17 class Location;
43 virtual void PostClosure(const tracked_objects::Location& from_here,
  /external/chromium_org/sync/api/
sync_change_processor.h 14 class Location;
37 const tracked_objects::Location& from_here,
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/chromium/base/
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/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,
pending_extension_info.h 30 Extension::Location install_source);
52 Extension::Location install_source() const { return install_source_; }
66 Extension::Location install_source_;
  /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...]
  /external/chromium_org/extensions/common/
one_shot_event.h 21 class Location;
71 void Post(const tracked_objects::Location& from_here,
73 void Post(const tracked_objects::Location& from_here,

Completed in 464 milliseconds

12 3 4 5 6 7 8 91011>>