HomeSort by relevance Sort by last modified time
    Searched refs:Location (Results 101 - 125 of 933) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/drd/tests/
annotate_ignore_write.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_b"
9 Location 0x........ is 0 bytes inside global var "s_c"
14 Location 0x........ is 0 bytes inside global var "s_a"
annotate_ignore_rw.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_c"
annotate_ignore_write2.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_b"
9 Location 0x........ is 0 bytes inside global var "s_a"
14 Location 0x........ is 0 bytes inside global var "s_c"
19 Location 0x........ is 0 bytes inside global var "s_a"
hg03_inherit.stderr.exp 6 Location 0x........ is 0 bytes inside shared[1],
12 Location 0x........ is 0 bytes inside shared[1],
rwlock_race.stderr.exp 5 Location 0x........ is 0 bytes inside global var "s_racy"
11 Location 0x........ is 0 bytes inside global var "s_racy"
  /art/compiler/optimizing/
intrinsics_arm.cc 72 locations->SetInAt(0, Location::RequiresFpuRegister());
73 locations->SetOut(Location::RequiresRegister());
80 locations->SetInAt(0, Location::RequiresRegister());
81 locations->SetOut(Location::RequiresFpuRegister());
85 Location input = locations->InAt(0);
86 Location output = locations->Out();
97 Location input = locations->InAt(0);
98 Location output = locations->Out();
140 locations->SetInAt(0, Location::RequiresRegister());
141 locations->SetOut(Location::RequiresRegister(), Location::kNoOutputOverlap)
    [all...]
  /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 void reportLocation(Location location);
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
LocationFudger.java 17 package com.android.server.location;
24 import android.location.Location;
35 * the coarse location permission from receiving a fine location.
122 * Best location accuracy allowed for coarse applications.
163 * Get the cached coarse location, or generate a new one and cache it.
165 public Location getOrCreate(Location location) {
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
TestLocationListener.java 16 package android.location.cts;
18 import android.location.Location;
19 import android.location.LocationListener;
20 import android.location.LocationManager;
27 * Used for receiving notifications from the LocationManager when the location has changed.
41 public void onLocationChanged(Location location) {
69 * Check if location provider is enabled.
71 * @return {@code true} if the location provider is enabled and {@code false
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/storage_uri/
test_storage_uri.py 30 from boto.s3.connection import S3Connection, Location
48 bucket = conn.create_bucket(bucket_name, location=Location.USWest2)
  /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}}
  /external/libbrillo/brillo/
process_reaper.h 13 #include <base/location.h>
43 bool WatchForChild(const tracked_objects::Location& from_here,
60 tracked_objects::Location location; member in struct:brillo::final::WatchedProcess
  /external/libchrome/base/message_loop/
message_loop_task_runner.cc 7 #include "base/location.h"
26 const tracked_objects::Location& from_here,
34 const tracked_objects::Location& from_here,
  /external/libchrome/base/
pending_task.cc 11 PendingTask::PendingTask(const tracked_objects::Location& posted_from,
21 PendingTask::PendingTask(const tracked_objects::Location& posted_from,
  /external/libchrome/base/test/
test_io_thread.cc 52 void TestIOThread::PostTask(const tracked_objects::Location& from_here,
57 void TestIOThread::PostTaskAndWait(const tracked_objects::Location& from_here,
test_pending_task.h 11 #include "base/location.h"
24 TestPendingTask(const tracked_objects::Location& location,
52 tracked_objects::Location location; member in struct:base::TestPendingTask
  /external/libchrome/base/timer/
mock_timer.cc 14 MockTimer::MockTimer(const tracked_objects::Location& posted_from,
34 void MockTimer::Start(const tracked_objects::Location& posted_from,
  /external/mockito/src/org/mockito/internal/verification/checkers/
AtLeastXNumberOfInvocationsChecker.java 15 import org.mockito.invocation.Location;
28 Location lastLocation = finder.getLastLocation(actualInvocations);
  /external/parameter-framework/upstream/test/functional-tests/include/
Config.hpp 69 using Location = std::string;
71 /** Each plugin has a location and a path.
73 using Collection = std::list<std::pair<Location, std::list<Name>>>;
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java 20 import android.location.Location;
21 import android.location.LocationListener;
22 import android.location.LocationManager;
33 /** The use of location manager and bluetooth below are simply to simulate an app that
42 public void onLocationChanged(Location location) {}
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java 21 import android.location.Location;
22 import android.location.LocationListener;
23 import android.location.LocationManager;
31 /** The use of location manager and bluetooth below are simply to simulate an app that
40 public void onLocationChanged(Location location) {}
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionFactoryImpl.java 19 import android.location.Location;
43 Location location) {
46 return new CaptureSessionImpl(title, sessionStartTime, location, temporarySessionFile,
48 mStackSaverFactory.create(title, location));
  /external/dbus-binding-generator/chromeos-dbus-bindings/
test_utils.h 10 #include <base/location.h>
24 void ExpectTextContained(const tracked_objects::Location& from_here,
  /external/libbrillo/brillo/errors/
error_codes.h 36 const tracked_objects::Location& location,
  /external/libbrillo/brillo/message_loops/
mock_message_loop.h 10 #include <base/location.h>
39 const tracked_objects::Location&,
48 const tracked_objects::Location&, int, WatchMode, bool,
61 TaskId(const tracked_objects::Location& from_here,
66 TaskId(const tracked_objects::Location& from_here,

Completed in 611 milliseconds

1 2 3 45 6 7 8 91011>>