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

1 2 34 5 6 7 8 91011>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventMod.java 28 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
76 public Location loc;
111 loc = new Location();
  /external/chromium_org/base/task/
cancelable_task_tracker.h 47 class Location;
69 const tracked_objects::Location& from_here,
73 const tracked_objects::Location& from_here,
  /external/chromium_org/base/threading/
post_task_and_reply_impl.cc 8 #include "base/location.h"
27 PostTaskAndReplyRelay(const tracked_objects::Location& from_here,
64 tracked_objects::Location from_here_;
75 const tracked_objects::Location& from_here,
worker_pool.cc 26 virtual bool PostTask(const tracked_objects::Location& from_here,
44 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
55 const tracked_objects::Location& from_here,
72 const tracked_objects::Location& from_here,
83 const tracked_objects::Location& from_here,
104 bool WorkerPool::PostTaskAndReply(const tracked_objects::Location& from_here,
  /external/chromium_org/extensions/browser/
external_provider_interface.h 35 // location.
40 Manifest::Location location,
46 // location.
51 Manifest::Location location,
86 Manifest::Location* location,
  /external/chromium_org/sync/internal_api/public/
write_transaction.h 15 class Location;
33 WriteTransaction(const tracked_objects::Location& from_here,
39 WriteTransaction(const tracked_objects::Location& from_here,
read_transaction.h 13 class Location;
29 ReadTransaction(const tracked_objects::Location& from_here,
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 20 /// \brief A location within a loaded module in the program. These are used when
21 /// the location can't be resolved to a SourceLocation.
34 /// A location of some data within the program's address space.
37 /// \brief Location at which a diagnostic can be emitted. Either a
39 class Location {
51 Location() : Kind(LK_Null) {}
52 Location(SourceLocation Loc) :
54 Location(ModuleLocation Loc) :
56 Location(MemoryLocation Loc) :
79 /// Try to obtain a location for the caller. This might fail, and produce eithe
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LocationTest.java 3 import android.location.Location;
4 import android.location.LocationManager;
17 private Location location; field in class:LocationTest
21 location = new Location(LocationManager.GPS_PROVIDER);
22 location.setTime(1);
23 location.setLatitude(2);
24 location.setLongitude(3)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StaggeredGrid.java 28 * You may keep view {@link StaggeredGrid.Location} inside StaggeredGrid as much
32 * scrolls back to 0 and we don't keep history location information, edges of
34 * list of tens of thousands of {@link StaggeredGrid.Location}s which will be
64 * Location of an item in the grid. For now it only saves row index but
67 public final static class Location {
69 * The index of the row for this Location.
74 * Create a Location with the given row index.
76 public Location(int row) {
86 * first view start location
90 * last view end location
    [all...]
  /external/chromium_org/base/timer/
timer.h 57 #include "base/location.h"
77 Timer(const tracked_objects::Location& posted_from,
92 virtual void Start(const tracked_objects::Location& posted_from,
110 void SetTaskInfo(const tracked_objects::Location& posted_from,
142 // Location in user code.
143 tracked_objects::Location posted_from_;
199 virtual void Start(const tracked_objects::Location& posted_from,
234 DelayTimer(const tracked_objects::Location& posted_from,
mock_timer.h 15 MockTimer(const tracked_objects::Location& posted_from,
24 virtual void Start(const tracked_objects::Location& posted_from,
  /external/chromium_org/content/browser/dom_storage/
dom_storage_task_runner.h 40 const tracked_objects::Location& from_here,
46 const tracked_objects::Location& from_here,
80 const tracked_objects::Location& from_here,
85 const tracked_objects::Location& from_here,
115 const tracked_objects::Location& from_here,
120 const tracked_objects::Location& from_here,
  /external/chromium_org/base/mac/
libdispatch_task_runner.h 41 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
48 const tracked_objects::Location& from_here,
  /external/chromium_org/base/message_loop/
message_loop_proxy_impl.h 28 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
32 const tracked_objects::Location& from_here,
  /external/chromium_org/base/test/
test_simple_task_runner.h 50 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
54 const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/extensions/
default_apps.h 40 // from the chrome::DIR_DEFAULT_APPS location based on a preference in the
47 extensions::Manifest::Location crx_location,
48 extensions::Manifest::Location download_location,
  /external/chromium_org/media/cast/test/
skewed_single_thread_task_runner.h 32 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
40 const tracked_objects::Location& from_here,
  /external/chromium_org/remoting/base/
auto_thread_task_runner.h 29 const tracked_objects::Location& from_here,
33 const tracked_objects::Location& from_here,
  /external/chromium_org/sync/api/
sync_change_processor.h 16 class Location;
43 const tracked_objects::Location& from_here,
  /external/chromium_org/sync/syncable/
syncable_write_transaction.h 20 WriteTransaction(const tracked_objects::Location& from_here,
28 WriteTransaction(const tracked_objects::Location& from_here,
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 52 AliasAnalysis::alias(const Location &LocA, const Location &LocB) {
57 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc,
63 AliasAnalysis::Location
88 const Location &Loc) {
109 Location CSLoc =
123 // If Loc is a constant memory location, the call definitely could not
124 // modify the memory location.
170 Location CS2Loc =
174 // CS1 on that location is the inverse
    [all...]
  /external/mockito/src/org/mockito/internal/debugging/
LocationImpl.java 8 import org.mockito.invocation.Location;
12 public class LocationImpl implements Location, Serializable {
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
ExternalSharedPermsFLTest.java 20 import android.location.Location;
21 import android.location.LocationListener;
22 import android.location.LocationManager;
28 /** The use of location manager below is simply to simulate an app that
37 public void onLocationChanged(Location location) {}
  /frameworks/base/location/java/android/location/
IGpsStatusListener.aidl 17 package android.location;
19 import android.location.Location;

Completed in 506 milliseconds

1 2 34 5 6 7 8 91011>>