HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 451 - 475 of 5941) sorted by null

<<11121314151617181920>>

  /frameworks/ml/nn/runtime/test/generated/vts_models/
l2_pool_float_large.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 16, .length = 4},
66 .location = {.poolIndex = 0, .offset = 20, .length = 4},
75 .location = {.poolIndex = 0, .offset = 0, .length = 0},
rnn.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 0},
30 .location = {.poolIndex = 0, .offset = 0, .length = 0},
39 .location = {.poolIndex = 0, .offset = 0, .length = 0},
48 .location = {.poolIndex = 0, .offset = 0, .length = 0},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
66 .location = {.poolIndex = 0, .offset = 0, .length = 0},
75 .location = {.poolIndex = 0, .offset = 0, .length = 0},
  /hardware/qcom/gps/msm8998/core/
LocAdapterProxyBase.h 64 inline virtual void reportPositionEvent(UlpLocation &location,
69 (void)location;
  /hardware/qcom/gps/sdm845/core/
LocAdapterProxyBase.h 64 inline virtual void reportPositionEvent(UlpLocation &location,
69 (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/mesa3d/src/mesa/main/
uniforms.h 75 _mesa_Uniform1ui(GLint location, GLuint v0);
77 _mesa_Uniform2ui(GLint location, GLuint v0, GLuint v1);
79 _mesa_Uniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2);
81 _mesa_Uniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);
83 _mesa_Uniform1uiv(GLint location, GLsizei count, const GLuint *value);
85 _mesa_Uniform2uiv(GLint location, GLsizei count, const GLuint *value);
87 _mesa_Uniform3uiv(GLint location, GLsizei count, const GLuint *value);
89 _mesa_Uniform4uiv(GLint location, GLsizei count, const GLuint *value);
97 _mesa_UniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose,
100 _mesa_UniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose
    [all...]
  /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...]
  /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/autotest/server/
base_utils.py 50 def get(location, local_copy = False):
54 location: the source of the material to get. This source may
61 The location of the file or directory where the requested
64 directory, the location will contain a trailing '/'
68 # location is a file-like object
69 if hasattr(location, "read"):
72 shutil.copyfileobj(location, tmpfileobj)
76 if isinstance(location, types.StringTypes):
77 # location is a URL
78 if location.startswith('http') or location.startswith('ftp')
    [all...]
  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java 27 import android.location.Location;
28 import android.location.LocationListener;
29 import android.location.LocationManager;
43 * Figures out whether it's twilight time based on the user's location.
69 protected Location mLastLocation;
156 // Start listening for location updates (default: low power, max 1h, min 10m).
160 // Request the device's location immediately if a previous location isn't available.
207 // Calculate the twilight state based on the current time and location
209 final Location location = mLastLocation != null ? mLastLocation local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 282 const char* text, const LocationRecorder* location) {
292 if (location != NULL) {
294 location->AttachComments(&leading, &trailing, &detached);
296 // If the current location is null and we are finishing the current scope,
313 const char* text, const LocationRecorder* location) {
314 if (TryConsumeEndOfDeclaration(text, location)) {
398 DescriptorPool::ErrorCollector::ErrorLocation location) {
401 descriptor, location, location_->span(0), location_->span(1));
609 LocationRecorder location(root_location,
611 return ParseMessageDefinition(file->add_message_type(), location, file)
    [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...]
  /cts/tests/tests/location/src/android/location/cts/
BaseMockLocationTest.java 17 package android.location.cts;
24 * Base class for instrumentations tests that use mock location.
GnssMeasurementRegistrationTest.java 17 package android.location.cts;
19 import android.location.GnssMeasurement;
20 import android.location.GnssMeasurementsEvent;
21 import android.location.GpsStatus;
27 * Test for {@link GnssMeasurement}s without location registration.
36 * 2.3 Location is disabled in the device.
40 * 2.1 Register for location updates, and {@link GpsStatus} events.
45 * provided only if the application registers for location updates as well:
82 // and hard asserts that Location/GPS (Provider) is turned on if is Cts Verifier.
110 "GPS measurements were not received without registering for location updates.
    [all...]
GnssTestCase.java 16 package android.location.cts;
GpsSatelliteTest.java 17 package android.location.cts;
21 import android.location.GpsSatellite;
22 import android.location.GpsStatus;
23 import android.location.LocationManager;
TestGpsStatusListener.java 17 package android.location.cts;
19 import android.location.GpsSatellite;
20 import android.location.GpsStatus;
21 import android.location.LocationManager;
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1TagClass.java 17 package android.location.cts.asn1.base;
SequenceComponent.java 17 package android.location.cts.asn1.base;
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
DisabledInjectorService.java 19 import android.location.SettingInjectorService;
FailingInjectorService.java 19 import android.location.SettingInjectorService;
MyInjectorService.java 19 import android.location.SettingInjectorService;
SlowInjectorService.java 19 import android.location.SettingInjectorService;

Completed in 884 milliseconds

<<11121314151617181920>>