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

1 2 3 4 56 7 8 91011>>

  /external/valgrind/drd/tests/
tc16_byterace.stderr.exp 4 Location 0x........ is 0 bytes inside bytes[4],
9 Location 0x........ is 0 bytes inside bytes[4],
  /frameworks/av/include/media/
AudioTimestamp.h 38 enum Location {
100 // pipeline with a valid timestamp. If the optional location parameter is non-null,
101 // it will be filled with the location where the time was obtained.
103 int64_t *position, int64_t *time, int timebase, Location *location = nullptr) const {
115 if (location != nullptr) {
116 *location = (Location)i;
124 status_t getBestTimestamp(AudioTimestamp *timestamp, Location *location = nullptr) const
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceState.java 18 package com.android.server.location;
21 import android.location.Geofence;
22 import android.location.Location;
36 private final Location mLocation;
58 mLocation = new Location("");
64 * Process a new location.
67 public int processLocation(Location location) {
68 mDistanceToCenter = mLocation.distanceTo(location);
    [all...]
  /art/compiler/optimizing/
intrinsics_mips64.cc 48 static void MoveFromReturnRegister(Location trg,
85 // given by the invoke's location summary. If an intrinsic
104 Location::RegisterLocation(A0));
106 codegen->GenerateVirtualCall(invoke_->AsInvokeVirtual(), Location::RegisterLocation(A0));
111 Location out = invoke_->GetLocations()->Out();
145 locations->SetInAt(0, Location::RequiresFpuRegister());
146 locations->SetOut(Location::RequiresRegister());
182 locations->SetInAt(0, Location::RequiresRegister());
183 locations->SetOut(Location::RequiresFpuRegister());
219 locations->SetInAt(0, Location::RequiresRegister())
    [all...]
intrinsics_utils.h 32 // Note: The actual parameters are required to be in the locations given by the invoke's location
44 Location MoveArguments(CodeGenerator* codegen) {
56 Location method_loc = MoveArguments(codegen);
66 Location out = invoke_->GetLocations()->Out();
code_generator_arm.cc 42 static bool ExpectedPairLayout(Location location) {
44 return ((location.low() & 1) == 0) && (location.low() + 1 == location.high());
173 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
176 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
220 // Move the class to the desired location.
221 Location out = locations->Out();
224 arm_codegen->Move32(locations->Out(), Location::RegisterLocation(R0))
3539 Location location = parameter_visitor_.GetNextLocation(instruction->GetType()); local
6298 Location location = invoke->GetLocations()->InAt(invoke->GetSpecialInputIndex()); local
    [all...]
code_generator_x86.cc 145 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
148 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
225 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX));
264 // Move the class to the desired location.
265 Location out = locations->Out();
268 x86_codegen->Move32(out, Location::RegisterLocation(EAX));
301 Location object_class = instruction_->IsCheckCast() ? locations->GetTemp(0)
318 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
321 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
342 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX))
4040 Location location = parameter_visitor_.GetNextLocation(instruction->GetType()); local
4315 Location location = invoke->GetLocations()->InAt(invoke->GetSpecialInputIndex()); local
    [all...]
intrinsics_x86.cc 92 locations->SetInAt(0, Location::RequiresFpuRegister());
93 locations->SetOut(Location::RequiresRegister());
95 locations->AddTemp(Location::RequiresFpuRegister());
103 locations->SetInAt(0, Location::RequiresRegister());
104 locations->SetOut(Location::RequiresFpuRegister());
106 locations->AddTemp(Location::RequiresFpuRegister());
107 locations->AddTemp(Location::RequiresFpuRegister());
112 Location input = locations->InAt(0);
113 Location output = locations->Out();
127 Location input = locations->InAt(0)
    [all...]
intrinsics_arm64.cc 53 ALWAYS_INLINE inline MemOperand AbsoluteHeapOperandFrom(Location location, size_t offset = 0) {
54 return MemOperand(XRegisterFrom(location), offset);
69 static void MoveFromReturnRegister(Location trg,
98 // Note: The actual parameters are required to be in the locations given by the invoke's location
123 Location out = invoke_->GetLocations()->Out();
173 locations->SetInAt(0, Location::RequiresFpuRegister());
174 locations->SetOut(Location::RequiresRegister());
181 locations->SetInAt(0, Location::RequiresRegister());
182 locations->SetOut(Location::RequiresFpuRegister())
    [all...]
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 19 import android.location.Location;
20 import android.location.LocationListener;
21 import android.location.LocationManager;
29 * GPS Location Test
31 * Test the GPS API by verifying the previously set location
36 private Location mLocation;
38 * Prior to running this test the GPS location must be set to the following
53 * verify that the last location equals to the location se
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 34 /// \brief Return the location of the diagnostic.
67 static void decodeLocation(CXSourceLocation location,
73 struct Location {
79 Location() : line(0), column(0), offset(0) {}
82 Location DiagLoc;
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 50 /// A location of some data within the program's address space.
53 /// \brief Location at which a diagnostic can be emitted. Either a
55 class Location {
67 Location() : Kind(LK_Null) {}
68 Location(SourceLocation Loc) :
70 Location(MemoryLocation Loc) :
72 // SymbolizedStackHolder must outlive Location object.
73 Location(const SymbolizedStackHolder &Stack) :
104 Location Start, End;
111 Location getStart() const { return Start;
    [all...]
  /external/libbrillo/brillo/message_loops/
glib_message_loop.h 11 #include <base/location.h>
26 TaskId PostDelayedTask(const tracked_objects::Location& from_here,
30 TaskId WatchFileDescriptor(const tracked_objects::Location& from_here,
66 tracked_objects::Location location; member in struct:brillo::GlibMessageLoop::ScheduledTask
  /external/libchrome/base/
sequenced_task_runner_helpers.h 16 class Location;
70 // bool(const tracked_objects::Location&,
83 const tracked_objects::Location& from_here,
99 const tracked_objects::Location& from_here,
  /external/libchrome/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,
  /external/libchrome/components/timers/
alarm_timer_chromeos.h 46 AlarmTimer(const tracked_objects::Location& posted_from,
117 RepeatingAlarmTimer(const tracked_objects::Location& posted_from,
137 SimpleAlarmTimer(const tracked_objects::Location& posted_from,
  /external/mockito/src/org/mockito/internal/matchers/
LocalizedMatcher.java 11 import org.mockito.invocation.Location;
18 private Location location; field in class:LocalizedMatcher
22 this.location = new LocationImpl();
37 public Location getLocation() {
38 return location;
  /external/mockito/src/org/mockito/internal/verification/checkers/
NumberOfInvocationsInOrderChecker.java 17 import org.mockito.invocation.Location;
40 Location lastInvocation = finder.getLastLocation(chunk);
43 Location firstUndesired = chunk.get(wantedCount).getLocation();
  /packages/apps/Camera2/src/com/android/camera/session/
StackSaverImpl.java 20 import android.location.Location;
41 private final Location mGpsLocation;
49 * @param gpsLocation the GPS location to attach to all stacked images.
54 public StackSaverImpl(File stackDirectory, Location gpsLocation,
  /system/connectivity/apmanager/
error.cc 40 const tracked_objects::Location& location) {
44 location_ = location;
50 location_ = tracked_objects::Location();
77 const tracked_objects::Location& from_here) {
  /system/connectivity/shill/
mock_process_manager.h 39 pid_t(const tracked_objects::Location& spawn_source,
46 pid_t(const tracked_objects::Location& spawn_source,
54 pid_t(const tracked_objects::Location& spawn_source,
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 17 package com.example.android.location;
25 import android.location.Address;
26 import android.location.Geocoder;
27 import android.location.Location;
28 import android.location.LocationListener;
29 import android.location.LocationManager;
70 * This sample demonstrates how to incorporate location based services in your app and
71 * process location updates. The app also shows how to convert lat/long coordinates to
90 // Receive location updates from the fine location provider (gps) only
215 Location location = null; local
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StaggeredGrid.java 29 * You may keep view {@link StaggeredGrid.Location} inside StaggeredGrid as much
33 * scrolls back to 0 and we don't keep history location information, edges of
35 * list of tens of thousands of {@link StaggeredGrid.Location}s which will be
46 public static class Location extends Grid.Location {
48 * Offset to previous item location.
59 public Location(int row, int offset, int size) {
66 protected CircularArray<Location> mLocations = new CircularArray<Location>(64);
94 * Returns the size of the saved {@link Location}s
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPProxyTestCase.java 21 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
37 private final Location location; field in class:JDWPProxyTestCase.EventContext
39 public EventContext(long threadId, long frameId, Location location) {
42 this.location = location;
53 public Location getLocation() {
54 return location;
89 Location location = reply.getNextValueAsLocation() local
    [all...]
  /external/libbrillo/brillo/errors/
error.h 26 static ErrorPtr Create(const tracked_objects::Location& location,
30 static ErrorPtr Create(const tracked_objects::Location& location,
39 const tracked_objects::Location& location,
46 const tracked_objects::Location& location,
60 // Returns the location of the error in the source code.
99 Error(const tracked_objects::Location& location
    [all...]

Completed in 1984 milliseconds

1 2 3 4 56 7 8 91011>>