HomeSort by relevance Sort by last modified time
    Searched full:svid (Results 1 - 25 of 279) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
SVID.java 36 public class SVID extends Asn1Integer {
42 public SVID() {
68 * Creates a new SVID from encoded stream.
70 public static SVID fromPerUnaligned(byte[] encodedBytes) {
71 SVID result = new SVID();
77 * Creates a new SVID from encoded stream.
79 public static SVID fromPerAligned(byte[] encodedBytes) {
80 SVID result = new SVID();
    [all...]
GANSSReferenceOrbit.java 100 private SVID svID_;
101 public SVID getSvID() {
105 * @throws ClassCastException if value is not a SVID
108 this.svID_ = (SVID) value;
110 public SVID setSvIDToNewInstance() {
111 svID_ = new SVID();
177 return tag == null ? SVID.getPossibleFirstTags() : ImmutableList.of(tag);
191 return "svID : "
GANSS_ID1_element.java 100 private SVID svID_;
101 public SVID getSvID() {
105 * @throws ClassCastException if value is not a SVID
108 this.svID_ = (SVID) value;
110 public SVID setSvIDToNewInstance() {
111 svID_ = new SVID();
162 return tag == null ? SVID.getPossibleFirstTags() : ImmutableList.of(tag);
176 return "svID : "
GPSReferenceOrbit.java 100 private SVID svID_;
101 public SVID getSvID() {
105 * @throws ClassCastException if value is not a SVID
108 this.svID_ = (SVID) value;
110 public SVID setSvIDToNewInstance() {
111 svID_ = new SVID();
177 return tag == null ? SVID.getPossibleFirstTags() : ImmutableList.of(tag);
191 return "svID : "
GanssDataBitsElement.java 100 private SVID svID_;
101 public SVID getSvID() {
105 * @throws ClassCastException if value is not a SVID
108 this.svID_ = (SVID) value;
110 public SVID setSvIDToNewInstance() {
111 svID_ = new SVID();
162 return tag == null ? SVID.getPossibleFirstTags() : ImmutableList.of(tag);
176 return "svID : "
BadSignalElement.java 100 private SVID badSVID_;
101 public SVID getBadSVID() {
105 * @throws ClassCastException if value is not a SVID
108 this.badSVID_ = (SVID) value;
110 public SVID setBadSVIDToNewInstance() {
111 badSVID_ = new SVID();
162 return tag == null ? SVID.getPossibleFirstTags() : ImmutableList.of(tag);
DGANSSExtensionSgnElement.java 101 private SVID svID_;
102 public SVID getSvID() {
106 * @throws ClassCastException if value is not a SVID
109 this.svID_ = (SVID) value;
111 public SVID setSvIDToNewInstance() {
112 svID_ = new SVID();
178 return tag == null ? SVID.getPossibleFirstTags() : ImmutableList.of(tag);
192 return "svID : "
GANSS_ID3_element.java 101 private SVID svID_;
102 public SVID getSvID() {
106 * @throws ClassCastException if value is not a SVID
109 this.svID_ = (SVID) value;
111 public SVID setSvIDToNewInstance() {
112 svID_ = new SVID();
178 return tag == null ? SVID.getPossibleFirstTags() : ImmutableList.of(tag);
192 return "svID : "
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
QNCRegTable.c 72 // Program SVID and SID for QNC PCI devices. In order to boost performance, we
73 // combine two 16 bit PCI_WRITE into one 32 bit PCI_WRITE. The programmed LPC SVID
74 // will reflect on all internal devices's SVID registers
  /cts/tests/tests/location/src/android/location/cts/
TestMeasurementUtil.java 317 * Verify svid's are in expected range.
326 String svidLogMessageFormat = "svid: Space Vehicle ID. Constellation type = %s";
328 int svid = measurement.getSvid(); local
329 validateSvidSub(softAssert, timeInNs, constellationType, svid);
333 int constellationType, int svid) {
335 String svidValue = String.valueOf(svid);
339 softAssert.assertTrue("svid: Space Vehicle ID. Constellation type " +
344 svid > 0 && svid <= 32);
347 softAssert.assertTrue("svid: Space Vehicle ID. Constellation type "
718 int svid = message.getSvid(); local
    [all...]
  /external/autotest/client/cros/
ec.py 219 _get_amodes: parse and return port's svid info.
283 *SVID:0xff01 *0x00000485 0x00000000 ...
284 SVID:0x18d1 0x00000001 0x00000000 ...
287 <svid>: {active: True|False, configs: <config_list>, opos:<opos>}
289 <svid> : USB-IF Standard or vendor id as
295 SVID_RE = r'(\*?)SVID:(\S+)\s+(.*)'
304 logging.warning("Unable to parse SVID line %s", line)
307 svid = match.group(2)
320 svids[svid] = dict(active=active, configs=configs, opos=opos)
335 def is_amode_supported(self, svid)
    [all...]
  /hardware/interfaces/gnss/1.0/default/
Gnss.cpp 131 .svid = svInfo.svid,
206 info.svid = svInfo->sv_list[i].prn;
207 if (info.svid >= 1 && info.svid <= 32) {
209 } else if (info.svid > GLONASS_SVID_OFFSET &&
210 info.svid <= GLONASS_SVID_OFFSET + GLONASS_SVID_COUNT) {
212 info.svid -= GLONASS_SVID_OFFSET;
213 } else if (info.svid > BEIDOU_SVID_OFFSET &&
214 info.svid <= BEIDOU_SVID_OFFSET + BEIDOU_SVID_COUNT)
    [all...]
GnssNavigationMessage.cpp 54 navigationMsg.svid = message->svid;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.x 29 int svid;
60 int svid; /* generated from pid for svid */
  /development/ndk/platforms/android-9/include/linux/lockd/
xdr.h 33 u32 svid; member in struct:nlm_lock
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
memory.h 20 * SVID
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
memory.h 20 * SVID
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/lockd/
xdr.h 33 u32 svid; member in struct:nlm_lock
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/lockd/
xdr.h 33 u32 svid; member in struct:nlm_lock
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/lockd/
xdr.h 33 u32 svid; member in struct:nlm_lock
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/lockd/
xdr.h 33 u32 svid; member in struct:nlm_lock
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/lockd/
xdr.h 33 u32 svid; member in struct:nlm_lock
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/lockd/
xdr.h 33 u32 svid; member in struct:nlm_lock
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/lockd/
xdr.h 33 u32 svid; member in struct:nlm_lock
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/lockd/
xdr.h 33 u32 svid; member in struct:nlm_lock

Completed in 879 milliseconds

1 2 3 4 5 6 7 8 91011>>