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

1 2 3 4 5 6 78 91011>>

  /external/libchrome/base/profiler/
scoped_profile.h 16 #include "base/location.h"
54 ScopedProfile(const Location& location, Mode mode);
  /external/libchrome/base/threading/
worker_pool_posix.h 31 #include "base/location.h"
60 void PostTask(const tracked_objects::Location& from_here,
  /external/mockito/src/org/mockito/internal/progress/
MockingProgressImpl.java 16 import org.mockito.invocation.Location;
27 private Location stubbingInProgress = null;
73 Location temp = stubbingInProgress;
85 Location location = verificationMode.getLocation(); local
87 reporter.unfinishedVerificationException(location);
  /external/valgrind/drd/tests/
fp_race.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_d3"
13 Location 0x........ is 0 bytes inside global var "s_d3"
sem_as_mutex.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_d3"
13 Location 0x........ is 0 bytes inside global var "s_d3"
sem_open.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_d3"
13 Location 0x........ is 0 bytes inside global var "s_d3"
atomic_var.stderr.exp 6 Location 0x........ is 0 bytes inside global var "s_y"
sem_as_mutex3.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_d3"
  /frameworks/base/services/core/java/com/android/server/location/
MockProvider.java 17 package com.android.server.location;
19 import android.location.ILocationManager;
20 import android.location.Location;
21 import android.location.LocationProvider;
32 import com.android.internal.location.ProviderProperties;
33 import com.android.internal.location.ProviderRequest;
36 * A mock location provider used by LocationManagerService to implement test providers.
45 private final Location mLocation;
63 mLocation = new Location(name)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
VideoItemData.java 34 Location location, long videoDurationMillis) {
36 sizeInBytes, orientation, location);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 21 import android.location.Location;
25 * Class that holds a tracker entry. An entry can be either a valid location, or
37 private Location mLocation;
65 // location extra keys used to retrieve debug info
87 private TrackerEntry(Location loc) {
89 mLocation = new Location(loc);
93 * Creates a TrackerEntry from a Location
95 static TrackerEntry createEntry(Location loc, float distFromNetLocation) {
131 private void setLocation(Location location)
215 Location location = new Location(tag); local
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 25 import android.location.Criteria;
26 import android.location.Location;
27 import android.location.LocationListener;
28 import android.location.LocationManager;
29 import android.location.LocationProvider;
46 public static final String CURRENT_LOCATION = "Current Location";
48 public static final String UNKNOWN_LOCATION = "Unknown Location";
56 // record time when the location provider is set
73 // Fake location, used for testing
128 String location = mClusterManager.getSemanticLocation(); local
161 Location location = mLocationManager.getLastKnownLocation(provider); local
187 Location location = getLastKnownLocation(); local
    [all...]
  /art/compiler/optimizing/
code_generator.h 134 virtual Location GetNextLocation(Primitive::Type type) = 0;
135 virtual Location GetReturnLocation(Primitive::Type type) const = 0;
136 virtual Location GetMethodLocation() const = 0;
155 virtual Location GetObjectLocation() const = 0;
156 virtual Location GetFieldIndexLocation() const = 0;
157 virtual Location GetReturnLocation(Primitive::Type type) const = 0;
158 virtual Location GetSetValueLocation(Primitive::Type type, bool is_instance) const = 0;
159 virtual Location GetFpuLocation(Primitive::Type type) const = 0;
200 virtual void MoveConstant(Location destination, int32_t value) = 0;
201 virtual void MoveLocation(Location dst, Location src, Primitive::Type dst_type) = 0
    [all...]
code_generator_arm64.cc 114 Location ARM64ReturnLocation(Primitive::Type return_type) {
116 // same Location object, and so do `LocationFrom(d0)` and `LocationFrom(s0)`,
125 return Location::NoLocation();
131 Location InvokeRuntimeCallingConvention::GetReturnLocation(Primitive::Type return_type) {
304 // Move the class to the desired location.
305 Location out = locations->Out();
438 Location class_to_check = locations->InAt(1);
439 Location object_class = instruction_->IsCheckCast() ? locations->GetTemp(0)
465 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
568 ptrdiff_t jump_offset = target_label->location() - table_start_.location()
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 149 dbg.Location( 50, -1 );
160 dbg.Location( 50, 6 );
194 dbg.Location( 50, 8 );
238 dbg.Location(51, 4);
299 dbg.Location( 53, -1 );
332 dbg.Location( 53, 8 );
339 dbg.Location( 53, 13 );
359 dbg.Location( 53, 43 );
374 dbg.Location( 54, 8 );
378 dbg.Location( 54, 11 )
    [all...]
ProfileGrammarParser.cs 153 dbg.Location( 50, -1 );
164 dbg.Location( 50, 6 );
198 dbg.Location( 50, 8 );
242 dbg.Location(51, 4);
303 dbg.Location( 53, -1 );
336 dbg.Location( 53, 8 );
343 dbg.Location( 53, 13 );
363 dbg.Location( 53, 43 );
378 dbg.Location( 54, 8 );
382 dbg.Location( 54, 11 )
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionWithLocationTest.java 23 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
88 Location catchLocation = eventException.getCatchLocation();
89 assertNotNull("Incorrect catch location", catchLocation);
  /external/libchrome/base/mac/
libdispatch_task_runner.cc 22 const tracked_objects::Location& /* from_here */,
52 const tracked_objects::Location& from_here,
  /external/libchrome/base/message_loop/
message_loop.h 15 #include "base/location.h"
182 void PostTask(const tracked_objects::Location& from_here,
185 void PostDelayedTask(const tracked_objects::Location& from_here,
189 void PostNonNestableTask(const tracked_objects::Location& from_here,
192 void PostNonNestableDelayedTask(const tracked_objects::Location& from_here,
204 void DeleteSoon(const tracked_objects::Location& from_here, const T* object) {
232 void ReleaseSoon(const tracked_objects::Location& from_here,
542 void DeleteSoonInternal(const tracked_objects::Location& from_here,
545 void ReleaseSoonInternal(const tracked_objects::Location& from_here,
  /external/libchrome/base/test/
test_simple_task_runner.cc 18 const tracked_objects::Location& from_here,
29 const tracked_objects::Location& from_here,
  /external/libchrome/base/
tracked_objects.h 22 #include "base/location.h"
56 // created. That data is used to create a transient Location instance
65 // BirthOnThread) references to the static data provided in a Location instance,
67 // Hence there is at most one Births instance for each Location on each thread.
69 // instances born at the same location. Statistics currently include only the
82 // can find out a Task's location of birth, and thread of birth, without using
92 // instance at a Location. In many cases, instances are only created on one
97 // collection of DeathData instances. For each birth place Location that is
113 // STL maps, which are indexed by Location. As noted earlier, we can compare
147 // For a given birth location, information about births is spread across dat
205 const Location& location() const { return location_; } function in class:tracked_objects::BirthOnThread
229 LocationSnapshot location; member in struct:tracked_objects::BirthOnThreadSnapshot
    [all...]
  /external/libweave/include/weave/provider/test/
fake_task_runner.h 26 void PostDelayedTask(const tracked_objects::Location& from_here,
37 void SaveTask(const tracked_objects::Location& from_here,
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.h 44 /// Returns the spill location of a value incoming to the current
53 void setLocation(SDValue val, SDValue Location) {
55 "Trying to allocate already allocated location");
56 Locations[val] = Location;
99 /// into it's location (currently only stack slots)
  /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;

Completed in 924 milliseconds

1 2 3 4 5 6 78 91011>>