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

<<21222324252627282930>>

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_parameter_extensions/
Ver2_PosTechnology_extension.java 17 package android.location.cts.asn1.supl2.ulp_version_2_parameter_extensions;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1Object;
27 import android.location.cts.asn1.base.Asn1Sequence;
28 import android.location.cts.asn1.base.Asn1Tag;
29 import android.location.cts.asn1.base.BitStream;
30 import android.location.cts.asn1.base.BitStreamReader;
31 import android.location.cts.asn1.base.SequenceComponent;
Ver2_SETCapabilities_extension.java 17 package android.location.cts.asn1.supl2.ulp_version_2_parameter_extensions;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1Object;
27 import android.location.cts.asn1.base.Asn1Sequence;
28 import android.location.cts.asn1.base.Asn1Tag;
29 import android.location.cts.asn1.base.BitStream;
30 import android.location.cts.asn1.base.BitStreamReader;
31 import android.location.cts.asn1.base.SequenceComponent;
  /external/deqp/framework/randomshaders/
rsgVariable.hpp 64 void setLayoutLocation (int location) { m_layoutLocation = location; }
  /external/libbrillo/brillo/
process_reaper.h 13 #include <base/location.h>
43 bool WatchForChild(const tracked_objects::Location& from_here,
60 tracked_objects::Location location; member in struct:brillo::final::WatchedProcess
  /external/libchrome/base/test/
test_pending_task.h 11 #include "base/location.h"
25 TestPendingTask(const tracked_objects::Location& location,
53 tracked_objects::Location location; member in struct:base::TestPendingTask
  /external/mesa3d/src/compiler/nir/
nir_lower_passthrough_edgeflags.c 40 in->data.location = VERT_ATTRIB_EDGEFLAG;
44 out->data.location = VARYING_SLOT_EDGE;
  /external/swiftshader/src/OpenGL/compiler/
InfoSink.cpp 42 void TInfoSinkBase::location(const TSourceLoc& loc) { function in class:TInfoSinkBase
63 location(loc);
  /external/vulkan-validation-layers/demos/
cube.vert 30 layout (location = 0) out vec4 texcoord;
  /frameworks/base/telephony/java/android/telephony/
NeighboringCellInfo.java 33 * Received Signal Strength and Cell ID location.
42 * Cell location is not available
104 * Initialize the object from rssi, location string, and radioType
113 public NeighboringCellInfo(int rssi, String location, int radioType) {
122 // pad location string with leading "0"
123 int l = location.length();
127 location = "0" + location;
137 if (!location.equalsIgnoreCase("FFFFFFFF")) {
138 mCid = Integer.parseInt(location.substring(4), 16)
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
ScopedErrorReport.java 19 import android.databinding.tool.store.Location;
28 private final List<Location> mLocations;
33 ScopedErrorReport(String filePath, List<Location> locations) {
42 public List<Location> getLocations() {
59 for (Location location : mLocations) {
60 sb.append("\n ").append(location.toUserReadableString());
63 sb.append("\n Location: ").append(mLocations.get(0).toUserReadableString());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java 114 // Check if cell location is GsmCellLocation. This is required to support
123 SmsCbLocation location; local
126 location = new SmsCbLocation(plmn, lac, -1);
131 location = new SmsCbLocation(plmn, lac, cid);
136 location = new SmsCbLocation(plmn);
144 SmsCbConcatInfo concatInfo = new SmsCbConcatInfo(header, location);
188 return GsmSmsCbMessage.createSmsCbMessage(mContext, header, location, pdus);
204 SmsCbConcatInfo(SmsCbHeader header, SmsCbLocation location) {
206 mLocation = location;
221 // location (PLMN, plus LAC and CID if these are part of the geographical scope)
    [all...]
  /packages/apps/Calendar/
mkprojectfile 42 <location>SRC_ROOT_DIR/frameworks/ex/common/java</location>
47 <location>SRC_ROOT_DIR/frameworks/opt/calendar/src</location>
  /packages/apps/Dialer/java/com/android/incallui/maps/stub/
StubMapsModule.java 19 import android.location.Location;
48 public Fragment createStaticMapFragment(@NonNull Location location) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 136 Point location = mShell.getDisplay().getCursorLocation(); local
144 // change first, and then the location will update later - so there will be a
161 location.y += OFFSET_Y;
163 location.y -= OFFSET_Y;
164 location.y -= size.y;
168 location.x += OFFSET_X;
170 location.x -= OFFSET_X;
171 location.x -= size.x;
174 mShell.setLocation(location);
  /system/tools/hidl/
TypeDef.cpp 24 TypeDef::TypeDef(const char* localName, const Location& location, Scope* parent, Type* type)
25 : NamedType(localName, location, parent), mReferencedType(type) {}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
regval.l 4 .*:10: Warning: This is the location of the conflicting usage
8 .*:24: Warning: This is the location of the conflicting usage
12 .*:31: Warning: This is the location of the conflicting usage
16 .*:45: Warning: This is the location of the conflicting usage
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
defined3.d 7 # Check that DEFINED matches only symbols defined before its location.
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_u32.h 38 struct xt_u32_location_element location[XT_U32_MAXSIZE + 1]; member in struct:xt_u32_test
  /build/soong/cc/
installer.go 23 // This file handles installing files into their final location
38 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller {
42 location: location,
53 location installLocation
72 if installer.location == InstallInData && ctx.vndk() {
83 return installer.location == InstallInData
87 return installer.location == InstallInSanitizerDir
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
IGnssTestStateContainer.java 17 package com.android.cts.verifier.location.base;
  /cts/tests/tests/location/src/android/location/cts/
GnssMeasurementsConstellationTest.java 17 package android.location.cts;
19 import android.location.GnssMeasurement;
20 import android.location.GnssMeasurementsEvent;
21 import android.location.GnssStatus;
29 * Test for {@link GnssMeasurement}s without location registration.
32 * 1. Register a listener for {@link GnssMeasurementsEvent}s and location updates.
40 * 2.3 Location is disabled in the device.
77 // and hard asserts that Location/GPS (Provider) is turned on if is Cts Verifier.
87 // Register for location updates.
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1NumericString.java 17 package android.location.cts.asn1.base;
Asn1PrintableString.java 17 package android.location.cts.asn1.base;
Asn1VisibleString.java 17 package android.location.cts.asn1.base;
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
UpdatingInjectorService.java 20 import android.location.SettingInjectorService;

Completed in 977 milliseconds

<<21222324252627282930>>