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

1 2 3 4 56 7 8 91011>>

  /external/mockito/src/org/mockito/invocation/
Invocation.java 35 * @return the location in code of this invocation.
37 Location getLocation();
  /external/valgrind/main/drd/tests/
tc01_simple_race.stderr.exp 4 Location 0x........ is 0 bytes inside global var "x"
9 Location 0x........ is 0 bytes inside global var "x"
annotate_ignore_rw2.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_b"
9 Location 0x........ is 0 bytes inside local var "s_a"
14 Location 0x........ is 0 bytes inside local var "s_c"
annotate_ignore_write.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_b"
9 Location 0x........ is 0 bytes inside local var "s_c"
14 Location 0x........ is 0 bytes inside local var "s_a"
  /frameworks/base/location/java/android/location/
LocationListener.java 17 package android.location;
23 * the location has changed. These methods are called if the
24 * LocationListener has been registered with the location manager service
30 * <p>For more information about identifying user location, read the
31 * <a href="{@docRoot}guide/topics/location/obtaining-user-location.html">Obtaining User
32 * Location</a> developer guide.</p>
38 * Called when the location has changed.
40 * <p> There are no restrictions on the use of the supplied Location object.
42 * @param location The new location, as a Location object
    [all...]
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifest_test.h 62 extensions::Manifest::Location location =
68 extensions::Manifest::Location location =
74 extensions::Manifest::Location location =
81 extensions::Manifest::Location location =
88 extensions::Manifest::Location location
    [all...]
  /external/chromium/base/
message_loop_proxy_impl.cc 21 bool MessageLoopProxyImpl::PostTask(const tracked_objects::Location& from_here,
27 const tracked_objects::Location& from_here, Task* task, int64 delay_ms) {
32 const tracked_objects::Location& from_here, Task* task) {
37 const tracked_objects::Location& from_here,
85 const tracked_objects::Location& from_here, Task* task, int64 delay_ms,
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java 17 package com.android.location.fused;
23 import com.android.location.provider.LocationProviderBase;
24 import com.android.location.provider.LocationRequestUnbundled;
25 import com.android.location.provider.ProviderRequestUnbundled;
28 import android.location.Location;
29 import android.location.LocationListener;
30 import android.location.LocationManager;
40 public void reportLocation(Location location);
    [all...]
  /frameworks/base/services/java/com/android/server/location/
LocationFudger.java 17 package com.android.server.location;
24 import android.location.Location;
25 import android.location.LocationManager;
38 * the coarse location permission from receiving a fine location.
125 * Best location accuracy allowed for coarse applications.
166 * Get the cached coarse location, or generate a new one and cache it.
168 public Location getOrCreate(Location location)
    [all...]
  /external/chromium_org/base/message_loop/
incoming_task_queue.h 36 bool AddToIncomingQueue(const tracked_objects::Location& from_here,
44 bool TryAddToIncomingQueue(const tracked_objects::Location& from_here,
message_loop_proxy_impl.cc 7 #include "base/location.h"
22 const tracked_objects::Location& from_here,
30 const tracked_objects::Location& from_here,
  /external/chromium_org/base/
pending_task.cc 17 PendingTask::PendingTask(const tracked_objects::Location& posted_from,
26 PendingTask::PendingTask(const tracked_objects::Location& posted_from,
  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.cc 18 Manifest::Location install_source)
57 Manifest::Location higher_priority_source =
  /external/chromium_org/chrome/browser/sync/glue/
data_type_controller.cc 22 const tracked_objects::Location& location,
26 return syncer::SyncError(location,
33 const tracked_objects::Location& from_here,
37 << message << " at location "
fake_data_type_controller.h 45 const tracked_objects::Location& from_here,
49 const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/sync_file_system/
sync_task_manager.h 20 class Location;
64 scoped_ptr<TaskToken> GetToken(const tracked_objects::Location& from_here);
  /external/chromium_org/chrome/common/extensions/
extension_builder.h 37 ExtensionBuilder& SetLocation(Manifest::Location location);
55 Manifest::Location location_;
  /external/chromium_org/remoting/base/
auto_thread_task_runner.cc 20 const tracked_objects::Location& from_here,
28 const tracked_objects::Location& from_here,
  /external/chromium_org/sync/internal_api/
js_mutation_event_observer.h 20 class Location;
62 const tracked_objects::Location& from_here,
js_sync_encryption_handler_observer.h 18 class Location;
54 void HandleJsEvent(const tracked_objects::Location& from_here,
js_sync_manager_observer.h 18 class Location;
49 void HandleJsEvent(const tracked_objects::Location& from_here,
  /external/chromium_org/sync/syncable/
syncable_base_transaction.cc 34 const tracked_objects::Location& location,
37 unrecoverable_error_location_ = location;
59 BaseTransaction::BaseTransaction(const tracked_objects::Location& from_here,
syncable_util.h 16 class Location;
36 const tracked_objects::Location& location,
  /external/chromium_org/webkit/browser/fileapi/
timed_task_helper.h 10 #include "base/location.h"
32 void Start(const tracked_objects::Location& posted_from,
45 tracked_objects::Location posted_from_;
  /external/clang/test/SemaCXX/
arrow-operator.cpp 31 class Node { public: Point Location(){ Point p; return p; } };
36 Line_Segment(node1->Location()); // expected-error {{not a structure or union}}

Completed in 480 milliseconds

1 2 3 4 56 7 8 91011>>