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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/domain_reliability/
dispatcher.h 15 class Location;
  /external/chromium_org/content/child/
worker_thread_task_runner.cc 24 const tracked_objects::Location& /* from_here */,
  /external/chromium_org/extensions/common/features/
simple_feature_filter.h 50 Manifest::Location location,
  /external/chromium_org/net/quic/test_tools/
test_task_runner.h 29 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
  /external/chromium_org/sync/api/
fake_syncable_service.h 38 const tracked_objects::Location& from_here,
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.h 27 // The location where yytext points to. Token location should track
30 Input::Location scanLoc;
  /external/chromium_org/v8/src/
variables.h 27 enum Location {
28 // Before and during variable allocation, a variable whose location is
123 Location location() const { return location_; } function in class:v8::internal::Variable
130 void AllocateTo(Location location, int index) {
131 location_ = location;
142 Location location_;
  /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/main/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"
  /external/valgrind/main/memcheck/tests/
dw4.stderr.exp 11 Location 0x........ is 0 bytes inside S2[0].i,
17 Location 0x........ is 0 bytes inside local.i,
  /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...]
  /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...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 80 void RemoveAccessedObjects(const AliasAnalysis::Location &LoadedLoc,
192 /// getLocForWrite - Return a Location stored to by the specified instruction.
195 static AliasAnalysis::Location
203 AliasAnalysis::Location Loc = AA.getLocationForDest(MI);
204 // If we don't have target data around, an unknown size in Location means
208 return AliasAnalysis::Location();
213 if (!II) return AliasAnalysis::Location();
216 default: return AliasAnalysis::Location(); // Unhandled intrinsic.
218 // If we don't have target data around, an unknown size in Location means
221 if (!DL) return AliasAnalysis::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...]
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 26 import android.location.Criteria;
27 import android.location.GpsStatus;
28 import android.location.GpsStatus.Listener;
29 import android.location.Location;
30 import android.location.LocationListener;
31 import android.location.LocationManager;
32 import android.location.LocationProvider;
153 final Location location = mManager.getLastKnownLocation(providerName) local
180 Location location = listener.getLocation(); local
295 Location location = new Location(providerName); local
    [all...]
  /external/chromium_org/base/mac/
libdispatch_task_runner.cc 20 const tracked_objects::Location& from_here,
50 const tracked_objects::Location& from_here,
  /external/chromium_org/base/message_loop/
message_loop.h 14 #include "base/location.h"
177 void PostTask(const tracked_objects::Location& from_here,
180 void PostDelayedTask(const tracked_objects::Location& from_here,
184 void PostNonNestableTask(const tracked_objects::Location& from_here,
187 void PostNonNestableDelayedTask(const tracked_objects::Location& from_here,
201 void DeleteSoon(const tracked_objects::Location& from_here, const T* object) {
229 void ReleaseSoon(const tracked_objects::Location& from_here,
498 void DeleteSoonInternal(const tracked_objects::Location& from_here,
501 void ReleaseSoonInternal(const tracked_objects::Location& from_here,
  /external/chromium_org/base/test/
test_simple_task_runner.cc 18 const tracked_objects::Location& from_here,
29 const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.cc 19 Manifest::Location install_source,
72 Manifest::Location higher_priority_source =
test_extension_prefs.h 66 Manifest::Location location);
72 Manifest::Location location,
  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification.h 25 class Location;
52 const tracked_objects::Location& from_here,

Completed in 735 milliseconds

1 2 3 4 5 6 7 8 91011>>