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

<<11121314151617181920>>

  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_nmea.h 40 void loc_eng_nmea_generate_pos(loc_eng_data_s_type *loc_eng_data_p, const UlpLocation &location, const GpsLocationExtended &locationExtended, unsigned char generate_nmea);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_nmea.h 41 void loc_eng_nmea_generate_pos(loc_eng_data_s_type *loc_eng_data_p, const UlpLocation &location, const GpsLocationExtended &locationExtended, unsigned char generate_nmea);
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng_nmea.h 41 void loc_eng_nmea_generate_pos(loc_eng_data_s_type *loc_eng_data_p, const UlpLocation &location, const GpsLocationExtended &locationExtended, unsigned char generate_nmea);
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingTaskConsumer.java 20 import android.location.Location;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-10.d 7 # code: it requires outputting the location when data is stripped, and that
8 # location is only valid for tetra alignments as the low bits are ignored.
  /art/runtime/
check_reference_map_visitor.h 74 DexRegisterLocation location = dex_register_map.GetDexRegisterLocation( local
76 switch (location.GetKind()) {
82 DCHECK_EQ(location.GetValue() % kFrameSlotSize, 0);
84 location.GetValue() / kFrameSlotSize));
88 CHECK_NE(register_mask & (1 << location.GetValue()), 0u);
96 CHECK_EQ(location.GetValue(), 0);
99 LOG(FATAL) << "Unexpected location kind " << location.GetInternalKind();
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 187 * @param location Where to draw the NinePatch.
189 public void draw(Canvas canvas, RectF location) {
190 canvas.drawPatch(this, location, mPaint);
197 * @param location Where to draw the NinePatch.
199 public void draw(Canvas canvas, Rect location) {
200 canvas.drawPatch(this, location, mPaint);
208 * @param location Where to draw the NinePatch.
211 public void draw(Canvas canvas, Rect location, Paint paint) {
212 canvas.drawPatch(this, location, paint);
252 * @param bounds The location and size of the NinePatch
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionBaseTest.java 25 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
68 * Returns the location of the top stack frame of a thread by sending a
71 * @return the location of the top stack frame of a thread
73 protected Location getTopFrameLocation(long threadID) {
92 public String dumpLocation(Location location) {
96 if (location.classID != 0 && location.methodID != 0) {
97 classSig = getClassSignature(location.classID);
98 methodName = getMethodName(location.classID, location.methodID)
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_diagnostics.py 10 assert tu.diagnostics[0].location.line == 1
11 assert tu.diagnostics[0].location.column == 11
20 assert tu.diagnostics[0].location.line == 2
21 assert tu.diagnostics[0].location.column == 7
24 # assert tu.diagnostics[1].location.line == 1
25 # assert tu.diagnostics[1].location.column == 11
32 assert tu.diagnostics[0].location.line == 1
33 assert tu.diagnostics[0].location.column == 26
46 assert tu.diagnostics[0].location.line == 1
47 assert tu.diagnostics[0].location.column == 1
    [all...]
test_location.py 23 assert_location(one.location,line=1,column=5,offset=4)
24 assert_location(two.location,line=2,column=5,offset=13)
34 assert_location(one.location,line=2,column=5,offset=5)
35 assert_location(two.location,line=3,column=5,offset=14)
42 assert_location(one.location,line=1,column=6,offset=5)
43 assert_location(two.location,line=2,column=5,offset=14)
45 # define the expected location ourselves and see if it matches
46 # the returned location
50 location = SourceLocation.from_position(tu, file, 1, 5)
51 cursor = Cursor.from_location(tu, location)
    [all...]
  /external/v8/test/cctest/
test-identity-map.cc 355 CHECK_EQ(new_smi.location(), old_smi.location());
364 CHECK_EQ(isolate->factory()->empty_string().location(),
365 empty_string.location());
366 CHECK_EQ(isolate->factory()->free_space_map().location(),
367 free_space_map.location());
368 CHECK_EQ(isolate->factory()->uninitialized_symbol().location(),
369 uninitialized_symbol.location());
380 CHECK_EQ(number1.location(), number2.location());
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-mutex-err.l 4 .*:8: Warning: This is the location of the conflicting usage
7 .*:13: Warning: This is the location of the conflicting usage
9 .*:19: Warning: This is the location of the conflicting usage
11 .*:25: Warning: This is the location of the conflicting usage
13 .*:31: Warning: This is the location of the conflicting usage
  /art/runtime/mirror/
dex_cache.cc 35 String* location,
46 CHECK(location != nullptr);
53 SetLocation(location);
82 void DexCache::SetLocation(mirror::String* location) {
83 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location); local
  /external/google-breakpad/src/google_breakpad/processor/
stackwalker.h 156 // location in memory.
162 for (InstructionType location = location_start;
163 location <= location_start + searchwords * sizeof(InstructionType);
164 location += sizeof(InstructionType)) {
166 if (!memory_->GetMemoryAtAddress(location, &ip))
172 *location_found = location;
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc 175 int32_t location = 0; local
179 location = (top + bottom) / 2;
180 int32_t location_start = ReadUShort(start_index + location * start_offset);
182 // location is below current location
183 top = location;
186 int32_t location_end = ReadUShort(end_index + location * end_offset);
191 return location;
193 // location is above the current location
205 int32_t location = 0; local
230 int32_t location = 0; local
    [all...]
  /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/
GeofenceManager.java 17 package com.android.server.location;
28 import android.location.Geofence;
29 import android.location.Location;
30 import android.location.LocationListener;
31 import android.location.LocationManager;
32 import android.location.LocationRequest;
49 * Assume a maximum land speed, as a heuristic to throttle location updates.
51 * force a new location update anyway).
56 * Maximum age after which a location is no longer considered fresh enough to use
213 Location location = mReceivingLocationUpdates ? mLastLocationUpdate : null; local
252 Location location = getFreshLocationLocked(); local
    [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 private 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...]
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 24 import android.location.Criteria;
25 import android.location.GpsStatus.Listener;
26 import android.location.GpsStatus.NmeaListener;
27 import android.location.Location;
28 import android.location.LocationListener;
29 import android.location.LocationManager;
155 final Location location = mManager.getLastKnownLocation(providerName); local
156 assertEquals(providerName, location.getProvider())
182 Location location = listener.getLocation(); local
311 Location location = new Location(providerName); local
    [all...]
  /art/runtime/jdwp/
jdwp_request.cc 144 JdwpLocation location; local
145 memset(&location, 0, sizeof(location)); // Allows memcmp(3) later.
146 location.type_tag = ReadTypeTag();
147 location.class_id = ReadObjectId("class");
148 location.method_id = ReadMethodId();
149 location.dex_pc = Read8BE();
150 VLOG(jdwp) << " location " << location;
151 return location;
    [all...]
  /external/bison/src/
symlist.c 33 symbol_list_sym_new (symbol *sym, location loc)
39 res->location = res->sym_loc = loc;
64 symbol_list_type_new (uniqstr type_name, location loc)
70 res->location = res->sym_loc = loc;
83 symbol_list_default_tagged_new (location loc)
88 res->location = res->sym_loc = loc;
101 symbol_list_default_tagless_new (location loc)
106 res->location = res->sym_loc = loc;
206 symbol_list_n_type_name_get (symbol_list *l, location loc, int n)
symtab.c 46 location startsymbol_location;
62 symbol_new (uniqstr tag, location loc)
75 res->location = loc;
150 symbol_redeclaration (symbol *s, const char *what, location first,
151 location second)
160 semantic_type_redeclaration (semantic_type *s, const char *what, location first,
161 location second)
177 symbol_type_set (symbol *sym, uniqstr type_name, location loc)
197 symbol_redeclaration (sym, "%destructor", sym->destructor.location,
198 destructor->location);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
LegacyLocationProvider.java 20 import android.location.Location;
27 * A class that handles legacy (network, gps) location providers, in the event
28 * the fused location provider from Google Play Services is unavailable.
34 private android.location.LocationManager mLocationManager;
38 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
39 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
47 public Location getCurrentLocation() {
54 Location l = mLocationListeners[i].current();
59 Log.d(TAG, "No location received yet.")
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
PackageDownloadInfo.java 58 * location specified.
60 public final String location; field in class:PackageDownloadInfo
80 location = builder.mLocation;
93 location = in.readString();
103 if (TextUtils.isEmpty(location)) {
104 throw new IllegalArgumentException("Download location must not be empty.");
120 out.writeString(location);
138 && Objects.equals(location, that.location)
152 public Builder setLocation(String location) {
    [all...]
  /external/google-breakpad/src/client/
minidump_file_writer.h 99 // |location| the allocated location
102 MDLocationDescriptor *location);
106 MDLocationDescriptor *location);
152 MDLocationDescriptor *location);
174 inline MDLocationDescriptor location() const { function in class:google_breakpad::UntypedMDRVA
175 MDLocationDescriptor location = { static_cast<uint32_t>(size_), local
177 return location;

Completed in 1619 milliseconds

<<11121314151617181920>>