HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 201 - 225 of 4231) sorted by null

1 2 3 4 5 6 7 891011>>

  /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...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 17 package android.location.cts;
26 import android.location.Criteria;
27 import android.location.GnssStatus;
28 import android.location.GpsStatus;
29 import android.location.GpsStatus.Listener;
30 import android.location.GpsStatus.NmeaListener;
31 import android.location.Location;
32 import android.location.LocationListener;
33 import android.location.LocationManager
399 Location location = listener.getLocation(); local
451 Location location = listener.getLocation(); local
499 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); local
551 Location location = listener.getLocation(); local
614 Location location = (Location) mIntentReceiver.getLastReceivedIntent().getExtras() local
672 Location location = (Location) mIntentReceiver.getLastReceivedIntent().getExtras() local
734 Location location = listener.getLocation(); local
792 Location location = listener.getLocation(); local
852 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); local
971 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); local
1166 Location location = listener.getLocation(); local
1223 Location location = new Location(providerName); local
    [all...]
BaseMockLocationTest.java 17 package android.location.cts;
23 * Base class for instrumentations tests that use mock location.
  /art/compiler/linker/
output_stream.h 36 explicit OutputStream(const std::string& location) : location_(location) {}
vector_output_stream.cc 23 VectorOutputStream::VectorOutputStream(const std::string& location, std::vector<uint8_t>* vector)
24 : OutputStream(location), offset_(vector->size()), vector_(vector) {}
  /cts/tests/tests/view/src/android/view/cts/
MockLinearLayout.java 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
40 return super.invalidateChildInParent(location, dirty);
  /cts/tests/tests/widget/src/android/widget/cts/
MockLinearLayout.java 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
40 return super.invalidateChildInParent(location, dirty);
  /external/bison/src/
complain.c 40 * \param loc the location, defaulting to the current file,
51 error_message (location *loc,
116 warn_at (location loc, const char *message, ...)
125 warn_at_indent (location loc, unsigned *indent,
150 complain_at (location loc, const char *message, ...)
157 complain_at_indent (location loc, unsigned *indent,
179 yacc_at (location loc, const char *message, ...)
194 midrule_value_at (location loc, const char *message, ...)
207 fatal_at (location loc, const char *message, ...)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
keyfile.py 37 self.location = 0
47 if self.location is None:
49 return self.location
66 self.location = pos + 1
73 pos += self.location
85 self.location = pos
88 self.location += size
93 self.location = None
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGL20.java 201 public native void glGetUniformfv (int program, int location, FloatBuffer params);
203 public native void glGetUniformiv (int program, int location, IntBuffer params);
277 public native void glUniform1f (int location, float x);
279 public native void glUniform1fv (int location, int count, FloatBuffer v);
281 public native void glUniform1fv (int location, int count, float[] v, int offset);
283 public native void glUniform1i (int location, int x);
285 public native void glUniform1iv (int location, int count, IntBuffer v);
287 public native void glUniform1iv (int location, int count, int[] v, int offset);
289 public native void glUniform2f (int location, float x, float y);
291 public native void glUniform2fv (int location, int count, FloatBuffer v);
    [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES20.java 202 public native void glGetUniformfv ( int program, int location, FloatBuffer params );
204 public native void glGetUniformiv ( int program, int location, IntBuffer params );
276 public native void glUniform1f ( int location, float x );
278 public native void glUniform1fv ( int location, int count, FloatBuffer v );
280 public native void glUniform1fv(int location, int count, float[] v, int offset);
282 public native void glUniform1i ( int location, int x );
284 public native void glUniform1iv ( int location, int count, IntBuffer v );
286 public native void glUniform1iv(int location, int count, int[] v, int offset);
288 public native void glUniform2f ( int location, float x, float y );
290 public native void glUniform2fv ( int location, int count, FloatBuffer v )
    [all...]
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES20.java 202 public native void glGetUniformfv ( int program, int location, FloatBuffer params );
204 public native void glGetUniformiv ( int program, int location, IntBuffer params );
276 public native void glUniform1f ( int location, float x );
278 public native void glUniform1fv ( int location, int count, FloatBuffer v );
280 public native void glUniform1fv(int location, int count, float[] v, int offset);
282 public native void glUniform1i ( int location, int x );
284 public native void glUniform1iv ( int location, int count, IntBuffer v );
286 public native void glUniform1iv(int location, int count, int[] v, int offset);
288 public native void glUniform2f ( int location, float x, float y );
290 public native void glUniform2fv ( int location, int count, FloatBuffer v );
    [all...]
  /external/skia/src/gpu/batches/
GrDrawBatch.cpp 28 void* location = fPipelineStorage.get(); local
29 if (!GrPipeline::CreateAt(location, args, &overrides)) {
  /frameworks/base/location/lib/
Android.mk 22 LOCAL_MODULE:= com.android.location.provider
32 # ==== com.google.location.xml lib def ========================
35 LOCAL_MODULE := com.android.location.provider.xml
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java 17 package com.android.location.provider;
19 import android.location.LocationRequest;
57 * <p>This location request will not trigger any active location requests,
59 * will not receive any direct power blame for location work.
66 * <p>This location request will avoid high power location work where
72 * Returned by {@link #getQuality} when allowing high power consumption for location.
74 * <p>This location request will allow high power location work
    [all...]
ProviderPropertiesUnbundled.java 17 package com.android.location.provider;
19 import com.android.internal.location.ProviderProperties;
  /hardware/qcom/gps/msmcobalt/core/
LocAdapterProxyBase.h 60 inline virtual bool reportPosition(UlpLocation &location,
65 (void)location;
  /packages/apps/Camera2/src/com/android/camera/data/
VideoItemData.java 34 Location location, long videoDurationMillis) {
36 sizeInBytes, orientation, location);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-entry-err.l 3 .*:13: Warning: This is the location of the conflicting usage
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
LocationFacade.java 21 import android.location.Address;
22 import android.location.Geocoder;
23 import android.location.Location;
24 import android.location.LocationListener;
25 import android.location.LocationManager;
46 * Once activated by 'startLocating' the LocationFacade attempts to return location data collected
47 * via GPS or the cell network. If neither are available the last known location may be retrieved.
84 private final Map<String, Location> mLocationUpdates;
90 public synchronized void onLocationChanged(Location location)
162 Map<String, Location> location = new HashMap<String, Location>(); local
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationCluster.java 18 import android.location.Location;
30 private ArrayList<Location> mLocations = new ArrayList<Location>();
48 public LocationCluster(Location location, long duration) {
49 super(location);
50 addSample(location, duration);
53 public void addSample(Location location, long duration)
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
LocationManager.java 20 import android.location.Location;
21 import android.location.LocationProvider;
26 * A class that handles everything about location.
33 private android.location.LocationManager mLocationManager;
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
51 public Location getCurrentLocation() {
56 Location l = mLocationListeners[i].current();
59 Log.d(TAG, "No location received yet.")
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 471 dbg.location(293, 1);
480 dbg.location(298,9);
502 dbg.location(298,13);
521 dbg.location(298,14);
534 dbg.location(300,13);
547 dbg.location(302,9);
571 dbg.location(302,10);
587 dbg.location(304,9);
611 dbg.location(304,10);
638 dbg.location(306, 5)
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java     [all...]
  /external/bison/data/
location.cc 153 b4_output_begin([b4_dir_prefix[]location.hh])
158 ** \file ]b4_dir_prefix[location.hh
159 ** Define the ]b4_namespace_ref[::location class.
162 ]b4_cpp_guard_open([b4_dir_prefix[]location.hh])[
168 /// Abstract a location.
169 class location
173 /// Construct a location from \a b to \a e.
174 location (const position& b, const position& e)
180 /// Construct a 0-width location in \a p.
181 explicit location (const position& p = position ()
    [all...]

Completed in 1458 milliseconds

1 2 3 4 5 6 7 891011>>