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

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
GANSS_SgnElement.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();
268 return tag == null ? SVID.getPossibleFirstTags() : ImmutableList.of(tag);
282 return "svID : "
Almanac_MidiAlmanacSet.java 102 private SVID svID_;
103 public SVID getSvID() {
107 * @throws ClassCastException if value is not a SVID
110 this.svID_ = (SVID) value;
112 public SVID setSvIDToNewInstance() {
113 svID_ = new SVID();
329 return tag == null ? SVID.getPossibleFirstTags() : ImmutableList.of(tag);
343 return "svID : "
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.h 30 int svid; member in struct:nlm_holder
66 int svid; member in struct:nlm_lock
klm_prot.x 69 int svid; /* holder of the lock (pid) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.h 30 int svid; member in struct:nlm_holder
66 int svid; member in struct:nlm_lock
klm_prot.x 68 int svid; /* holder of the lock (pid) */
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
getsubopt.c 37 * The SVID interface to getsubopt provides no way of figuring out which
  /cts/tests/tests/location/src/android/location/cts/
GnssStatusTest.java 109 // in validateSvidSub, it will validate ConstellationType, svid
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 312 /* In SVID error handling, `matherr' is called with this description
346 /* SVID mode specifies returning this large value instead of infinity. */
349 #else /* !SVID */
356 #endif /* SVID */
signal.h 86 /* The X/Open definition of `signal' specifies the SVID semantic. Use
104 /* Make sure the used `signal' implementation is the SVID version. */
142 /* SVID names for the same things. */
146 #endif /* Use SVID. */
malloc.h 134 /* General SVID/XPG interface to tunable parameters. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 313 /* In SVID error handling, `matherr' is called with this description
347 /* SVID mode specifies returning this large value instead of infinity. */
350 #else /* !SVID */
357 #endif /* SVID */
signal.h 86 /* The X/Open definition of `signal' specifies the SVID semantic. Use
104 /* Make sure the used `signal' implementation is the SVID version. */
142 /* SVID names for the same things. */
146 #endif /* Use SVID. */
malloc.h 143 /* General SVID/XPG interface to tunable parameters. */
  /external/fdlibm/
makefile.in 24 # _SVID3_MODE -- SVID
31 # libm with SVID as the
  /hardware/interfaces/gnss/1.0/
IGnssNavigationMessageCallback.hal 69 * Satellite vehicle ID number, as defined in GnssSvInfo::svid
72 int16_t svid;
IGnssDebug.hal 125 int16_t svid;
  /cts/tests/tests/location/src/android/location/cts/psedorange/
PseudorangePositionVelocityFromRealTimeEvents.java 272 private boolean navMessageProtoContainsSvid(GpsNavMessageProto navMessageProto, int svid) {
276 if (ephProtoFromList.prn == svid) {
  /hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.cpp 176 out.svid = in.svId;
  /hardware/qcom/gps/sdm845/android/location_api/
MeasurementAPIClient.cpp 176 out.svid = in.svId;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h 51 # define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID SEM_UNDO semantics. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 54 # define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID SEM_UNDO semantics. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 54 # define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID SEM_UNDO semantics. */
  /hardware/qcom/gps/msm8998/utils/
loc_nmea.cpp 402 svNotify.gnssSvs[svNumber - 1].svId + svIdOffset,
    [all...]
  /hardware/qcom/gps/sdm845/utils/
loc_nmea.cpp 402 svNotify.gnssSvs[svNumber - 1].svId + svIdOffset,
    [all...]

Completed in 453 milliseconds

1 2 3 45 6 7 8 91011>>