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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller_mock.h 30 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
45 MOCK_METHOD2(RecordUnrecoverableError, void(const tracked_objects::Location&,
shared_change_processor.h 8 #include "base/location.h"
86 const tracked_objects::Location& from_here,
97 const tracked_objects::Location& location,
  /external/chromium_org/chrome/utility/extensions/
unpacker.h 31 Manifest::Location location,
81 // The location to use for the created extension.
82 Manifest::Location location_;
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.h 49 tracked_objects::Location from_here;
62 virtual void PostClosure(const tracked_objects::Location& from_here,
  /external/chromium_org/remoting/base/
plugin_thread_task_runner.h 50 const tracked_objects::Location& from_here,
54 const tracked_objects::Location& from_here,
  /external/chromium_org/remoting/host/
desktop_session_win.h 19 class Location;
101 void CrashDesktopProcess(const tracked_objects::Location& location);
  /external/chromium_org/remoting/host/win/
worker_process_launcher.h 29 class Location;
72 // channel. |location| is passed to the worker so that it is on the stack in
75 void Crash(const tracked_objects::Location& location);
  /external/chromium_org/sync/api/
sync_change.cc 15 const tracked_objects::Location& from_here,
55 tracked_objects::Location SyncChange::location() const { function in class:syncer::SyncChange
  /external/chromium_org/tools/gn/
commands.cc 79 Err(Location(), "",
87 Err(Location(), "Not a target.",
  /external/chromium_org/webkit/browser/fileapi/
sandbox_origin_database.h 18 class Location;
58 void HandleError(const tracked_objects::Location& from_here,
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 24 Location __ubsan::getCallerLocation(uptr CallerLoc) {
26 return Location();
32 return Location(Loc);
69 static void renderLocation(Location Loc) {
71 case Location::LK_Source: {
82 case Location::LK_Module:
86 case Location::LK_Memory:
89 case Location::LK_Null:
157 /// Render a snippet of the address space near a location.
  /external/mockito/src/org/mockito/internal/verification/checkers/
AtLeastXNumberOfInvocationsInOrderChecker.java 16 import org.mockito.invocation.Location;
35 Location lastLocation = finder.getLastLocation(chunk);
NonGreedyNumberOfInvocationsInOrderChecker.java 15 import org.mockito.invocation.Location;
37 Location lastLocation = null;
  /external/valgrind/main/drd/tests/
atomic_var.stderr.exp 6 Location 0x........ is 0 bytes inside local var "s_y"
sem_as_mutex3.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_d3"
sem_open3.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_d3"
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 17 package android.location;
20 import android.location.Address;
21 import android.location.Criteria;
22 import android.location.GeocoderParams;
23 import android.location.Geofence;
24 import android.location.IGeocodeProvider;
25 import android.location.IGpsStatusListener;
26 import android.location.ILocationListener;
27 import android.location.Location;
    [all...]
Location.java 17 package android.location;
30 * A data class representing a geographic location.
32 * <p>A location can consist of a latitude, longitude, timestamp,
40 public class Location implements Parcelable {
63 * Bundle key for a version of the location that has been fed through
64 * LocationFudger. Allows location providers to flag locations as being
72 * Bundle key for a version of the location containing no GPS data.
73 * Allows location providers to flag locations as being safe to
108 * Construct a new Location with a named provider.
110 * <p>By default time, latitude and longitude are 0, and the location
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
ILocationProvider.aidl 17 package com.android.internal.location;
19 import android.location.Location;
24 import com.android.internal.location.ProviderProperties;
25 import com.android.internal.location.ProviderRequest;
28 * Binder interface for services that implement location providers.
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 21 import android.location.Location;
48 Location loc = entry.getLocation();
52 builder.addLine("distance from last network location = "
  /external/chromium/chrome/browser/extensions/
pending_extension_manager.cc 70 const Extension::Location kSyncLocation = Extension::INTERNAL;
81 Extension::Location location) {
101 location);
129 Extension::Location location) {
144 location);
152 Extension::Location install_source) {
166 << " old location: " << pending_extension_map_[id].install_source()
167 << " new location: " << install_source
    [all...]
  /frameworks/base/services/java/com/android/server/
TwilightService.java 25 import android.location.Criteria;
26 import android.location.Location;
27 import android.location.LocationListener;
28 import android.location.LocationManager;
45 * Figures out whether it's twilight time based on the user's location.
140 private static boolean hasMoved(Location from, Location to) {
149 // if new location is older than the current one, the device hasn't moved.
303 private Location mLocation
327 final Location location = (Location)msg.obj; local
423 Location location = null; local
    [all...]
  /external/chromium_org/base/
tracked_objects.h 18 #include "base/location.h"
46 // created. That data is used to create a transient Location instance
55 // BirthOnThread) references to the static data provided in a Location instance,
57 // Hence there is at most one Births instance for each Location on each thread.
59 // instances born at the same location. Statistics currently include only the
72 // can find out a Task's location of birth, and thread of birth, without using
82 // instance at a Location. In many cases, instances are only created on one
87 // collection of DeathData instances. For each birth place Location that is
103 // STL maps, which are indexed by Location. As noted earlier, we can compare
137 // For a given birth location, information about births is spread across dat
199 const Location location() const { return location_; } function in class:tracked_objects::BirthOnThread
223 LocationSnapshot location; member in struct:tracked_objects::BirthOnThreadSnapshot
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
MediaSaveService.java 24 import android.location.Location;
88 public void addImage(final byte[] data, String title, long date, Location loc,
96 (loc == null) ? null : new Location(loc),
106 public void addImage(final byte[] data, String title, long date, Location loc,
113 public void addImage(final byte[] data, String title, Location loc,
145 private Location loc;
152 public ImageSaveTask(byte[] data, String title, long date, Location loc,
  /external/chromium_org/base/message_loop/
message_loop.h 14 #include "base/location.h"
190 void PostTask(const tracked_objects::Location& from_here,
193 bool TryPostTask(const tracked_objects::Location& from_here,
196 void PostDelayedTask(const tracked_objects::Location& from_here,
200 void PostNonNestableTask(const tracked_objects::Location& from_here,
203 void PostNonNestableDelayedTask(const tracked_objects::Location& from_here,
217 void DeleteSoon(const tracked_objects::Location& from_here, const T* object) {
233 void ReleaseSoon(const tracked_objects::Location& from_here,
530 void DeleteSoonInternal(const tracked_objects::Location& from_here,
533 void ReleaseSoonInternal(const tracked_objects::Location& from_here
    [all...]

Completed in 1357 milliseconds

<<11121314151617181920>>