Home
last modified time | relevance | path

Searched full:gps (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/external/ipsec-tools/src/racoon/
Dgssapi.c189 struct gssapi_ph1_state *gps; in gssapi_init() local
195 gps = racoon_calloc(1, sizeof (struct gssapi_ph1_state)); in gssapi_init()
196 if (gps == NULL) { in gssapi_init()
200 gps->gss_context = GSS_C_NO_CONTEXT; in gssapi_init()
201 gps->gss_cred = GSS_C_NO_CREDENTIAL; in gssapi_init()
203 gssapi_set_state(iph1, gps); in gssapi_init()
257 GSS_C_NO_OID_SET, GSS_C_BOTH, &gps->gss_cred, NULL, NULL); in gssapi_init()
277 struct gssapi_ph1_state *gps; in gssapi_get_itoken() local
286 gps = gssapi_get_state(iph1); in gssapi_get_itoken()
309 rtoken = gps->gsscnt_p == 0 ? dummy : &gps->gss_p[gps->gsscnt_p - 1]; in gssapi_get_itoken()
[all …]
/external/autotest/client/site_tests/hardware_GPS/
Dcontrol7 PURPOSE = "Verify basic functionality of a GPS device."
9 Fail if GPS device is not found or if expected settings are missing.
17 This is a an automated test that checks the basic functionality of a GPS
19 GPS device us connected through an USB port.
/external/autotest/client/site_tests/hardware_GobiGPS/
Dhardware_GobiGPS.py8 # at least a few satellites seen (i.e. that signal can be received by the GPS).
34 raise error.TestFail('GPS access failed')
54 # Recommended minimum specific GPS/Transit data
92 raise error.TestFail('Unable to find GPS signal')
94 logging.info('Saw %d GPS satellites, %d with signal strength',
Dcontrol7 PURPOSE = "Verify basic functionality of a Gobi GPS device."
12 Fail if no GPS is found, or if above criteria is not fulfilled.
21 Gobi GPS device. Before running the test, make sure the modem is enabled.
/external/cpuinfo/test/build.prop/
Dzenfone-c.log44 ro.spid.gps.tty=ttyMFD3
45 ro.spid.gps.FrqPlan=FRQ_PLAN_26MHZ_2PPM_26MHZ_100PPB
46 ro.spid.gps.RfType=GL_RF_4752_BRCM_EXT_LNA
47 ro.spid.gps.pmm=disabled
48 persist.gps.chip=bcm4752
Dzenfone-2.log61 ro.spid.gps.tty=ttyMFD2
62 ro.spid.gps.FrqPlan=FRQ_PLAN_26MHZ_2PPM
63 ro.spid.gps.RfType=GL_RF_47531_BRCM
109 gps.version.driver=66.19.20.275658
Dzenfone-2e.log96 ro.spid.gps.pmm=disabled
97 ro.spid.gps.tty=ttyMFD3
98 ro.spid.gps.FrqPlan=FRQ_PLAN_26MHZ_2PPM
99 ro.spid.gps.RfType=GL_RF_4752_BRCM_EXT_LNA
Dmoto-g-gen3.log223 persist.mot.gps.assisted=false
258 persist.mot.gps.conf.from.sim=true
262 persist.mot.gps.smart_battery=1
311 persist.gps.qc_nlp_in_use=0
312 ro.gps.agps_provider=1
Dgalaxy-s4-us.log132 #system prop for switching gps driver to qmi
133 persist.gps.qmienabled=true
264 persist.gps.qc_nlp_in_use=0
265 ro.gps.agps_provider=1
/external/scapy/scapy/contrib/
Dppi.uts13 """GPS Only"""
14 pkt = PPI(PPIFieldHeaders=GPS(Latitude=40.787743, Longitude=-73.971210))/\
20 """GPS + VECTOR + ANTENNA + RADIOTAP""" #No radiotap support yet...
22 GPS(Latitude=40.787743, Longitude=-73.971210),
33 GPS(GPSFlags=0x02, Latitude=40.787743, Longitude=-73.971210),
46 GPS(GPSFlags=0x02, Latitude=40.787743, Longitude=-73.971210, Altitude_g=2.00),
63 GPS(GPSFlags=0x02, Latitude=40.787743, Longitude=-73.971210),
75 GPS(GPSFlags=0x02, Latitude=40.787743, Longitude=-73.971210),
88 GPS(GPSFlags=0x02, Latitude= 41.876154, Longitude=-87.608602),
101GPS(GPSFlags="Manual Input", Latitude=41.861885, Longitude=-87.616926, GPSTime=1288720719, Fractio…
[all …]
Dppi_geotag.py141 #The GPS timestamps fractional time counter is stored in a 32-bit unsigned ns counter.
268 _hcsi_gps_flags = _FlagsList({0:"No Fix Available", 1:"GPS", 2:"Differential GPS",
278 8:"GPS Derived", 9:"INS Derived", 10:"Compass Derived",
333 #GPS Fields
352 class GPS(HCSIPacket): class
353 name = "PPI GPS"
459 addPPIType(PPI_GPS, GPS)
/external/libexif/libexif/
Dexif-tag.c62 {EXIF_TAG_GPS_VERSION_ID, "GPSVersionID", N_("GPS Tag Version"),
114 {EXIF_TAG_GPS_TIME_STAMP, "GPSTimeStamp", N_("GPS Time (Atomic Clock)"),
118 {EXIF_TAG_GPS_SATELLITES, "GPSSatellites", N_("GPS Satellites"),
119 N_("Indicates the GPS satellites used for measurements. This "
122 "in ASCII notation. The format is not specified. If the GPS "
125 {EXIF_TAG_GPS_STATUS, "GPSStatus", N_("GPS Receiver Status"),
126 N_("Indicates the status of the GPS receiver when the image is "
129 {EXIF_TAG_GPS_MEASURE_MODE, "GPSMeasureMode", N_("GPS Measurement Mode"),
130 N_("Indicates the GPS measurement mode. '2' means "
134 N_("Indicates the GPS DOP (data degree of precision). An HDOP "
[all …]
/external/piex/src/
Dtiff_parser.cc64 preview_image_data->gps.is_valid = false; in FillGpsPreviewImageData()
69 preview_image_data->gps.latitude)) { in FillGpsPreviewImageData()
72 preview_image_data->gps.latitude_ref = value[0]; in FillGpsPreviewImageData()
77 preview_image_data->gps.longitude)) { in FillGpsPreviewImageData()
80 preview_image_data->gps.longitude_ref = value[0]; in FillGpsPreviewImageData()
83 preview_image_data->gps.time_stamp)) { in FillGpsPreviewImageData()
89 &preview_image_data->gps.date_stamp)) { in FillGpsPreviewImageData()
92 if (preview_image_data->gps.date_stamp.size() == kGpsDateStampSize) { in FillGpsPreviewImageData()
94 preview_image_data->gps.date_stamp.resize(kGpsDateStampSize - 1); in FillGpsPreviewImageData()
104 &preview_image_data->gps.altitude)) { in FillGpsPreviewImageData()
[all …]
Dpiex_types.h66 struct Gps { struct
67 // Indicates if the gps data is valid to use.
101 Gps gps; member
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DLocationFacade.java47 * via GPS or the cell network. If neither are available the last known location may be retrieved.
50 * u'time': 1297079691231L, u'latitude': 52.410557300000001, u'speed': 0, u'accuracy': 75}, u'gps':
51 * {u'altitude': 51, u'provider': u'gps', u'longitude': -0.38537094593048096, u'time':
66 * n = loc['gps']
/external/dng_sdk/source/
Ddng_xmp.cpp3558 // Allow EXIF GPS to be updated via updates from XMP. in SyncExif()
3563 // Require that at least one basic GPS field exist in the in SyncExif()
3564 // XMP before overrriding the EXIF GPS fields. in SyncExif()
3574 // Clear out the GPS info from the EXIF so it will in SyncExif()
3575 // replaced by the GPS info from the XMP. in SyncExif()
3585 // GPS Version ID: in SyncExif()
3603 // GPS Latitude: in SyncExif()
3624 // GPS Longitude: in SyncExif()
3645 …// Handle simple case of incorrectly written GPS altitude where someone didn't understand the GPSA… in SyncExif()
3646 …ase as we do not want to misinterpret e.g. a fixed point representation of very high GPS altitudes. in SyncExif()
[all …]
/external/libexif/po/
Dvi.po2500 msgid "GPS Tag Version"
2501 msgstr "Phiên bản Thẻ GPS"
2510 "Ngụ ý phiên bản của <IFD thông tin GPS>. Phiên bản được hiển thị là "
2511 "<2.0.0.0>. Thẻ này bắt buộc khi có thẻ <thông tin GPS>. (Ghi chú: thẻ <ID "
2512 "phiên bản GPS> được đưa ra theo byte, khác với thẻ <phiên bản Exif>. Khi "
2619 "Ngụ ý cao độ, đựa vào tham chiếu trong <tham chiếu cao độ GPS>. Cao độ được "
2623 msgid "GPS Time (Atomic Clock)"
2624 msgstr "Giờ GPS (Đồng hồ Nguyên tử)"
2635 msgid "GPS Satellites"
2636 msgstr "Vệ tinh GPS"
[all …]
Dnl.po2501 msgid "GPS Tag Version"
2502 msgstr "GPS-labelversie"
2630 msgid "GPS Time (Atomic Clock)"
2631 msgstr "GPS-tijd (atoomklok)"
2642 msgid "GPS Satellites"
2643 msgstr "GPS-satallieten"
2647 "Indicates the GPS satellites used for measurements. This tag can be used to "
2650 "specified. If the GPS receiver is incapable of taking measurements, value of "
2653 "Geeft de GPS-satallieten gebruikt bij metingen. Dit label kan benut worden "
2656 "vastgelegd. Als de GPS-ontvanger niet in staat is metingen vast te leggen, "
[all …]
Den_GB.po2494 msgid "GPS Tag Version"
2495 msgstr "GPS Tag Version"
2620 msgid "GPS Time (Atomic Clock)"
2621 msgstr "GPS Time (Atomic Clock)"
2632 msgid "GPS Satellites"
2633 msgstr "GPS Satellites"
2637 "Indicates the GPS satellites used for measurements. This tag can be used to "
2640 "specified. If the GPS receiver is incapable of taking measurements, value of "
2643 "Indicates the GPS satellites used for measurements. This tag can be used to "
2646 "specified. If the GPS receiver is incapable of taking measurements, value of "
[all …]
Dda.po2547 msgid "GPS Tag Version"
2548 msgstr "GPS-mærkeversion"
2673 msgid "GPS Time (Atomic Clock)"
2674 msgstr "GPS-tid (atomur)"
2689 msgid "GPS Satellites"
2690 msgstr "GPS-satellitter"
2695 "Indicates the GPS satellites used for measurements. This tag can be used to "
2698 "specified. If the GPS receiver is incapable of taking measurements, value of "
2701 "Indikerer GPS-satellitterne brugt til måling. Dette mærke kan bruges til at "
2704 "angivet. Hvis GPS-modtageren er ude af stand til at måle, vil værdien af "
[all …]
Dde.po2508 msgid "GPS Tag Version"
2509 msgstr "GPS-Tag-Version"
2637 msgid "GPS Time (Atomic Clock)"
2638 msgstr "GPS-Zeit (Atomuhr)"
2649 msgid "GPS Satellites"
2650 msgstr "GPS-Satelliten"
2654 "Indicates the GPS satellites used for measurements. This tag can be used to "
2657 "specified. If the GPS receiver is incapable of taking measurements, value of "
2660 "Gibt die GPS-Satelliten an, die für die Messung verwendet wurden. Dieses Tag "
2663 "nicht festgelegt. Wenn der GPS-Empfänger nicht zu Messungen fähig ist, "
[all …]
Den_AU.po2494 msgid "GPS Tag Version"
2495 msgstr "GPS Tag Version"
2620 msgid "GPS Time (Atomic Clock)"
2621 msgstr "GPS Time (Atomic Clock)"
2632 msgid "GPS Satellites"
2633 msgstr "GPS Satellites"
2637 "Indicates the GPS satellites used for measurements. This tag can be used to "
2640 "specified. If the GPS receiver is incapable of taking measurements, value of "
2643 "Indicates the GPS satellites used for measurements. This tag can be used to "
2646 "specified. If the GPS receiver is incapable of taking measurements, value of "
[all …]
Dsk.po2582 msgid "GPS Tag Version"
2583 msgstr "verzia GPS štítka"
2716 msgid "GPS Time (Atomic Clock)"
2717 msgstr "GPS čas (atómové hodiny)"
2728 msgid "GPS Satellites"
2729 msgstr "Satelity GPS"
2733 "Indicates the GPS satellites used for measurements. This tag can be used to "
2736 "specified. If the GPS receiver is incapable of taking measurements, value of "
2739 "Indicates ktoré GPS satelity boli na merania použité. Táto značka môže "
2741 "informácie v zápise ASCII. Formát nie je predpísaný. Ak nie je GPS prijímač "
[all …]
Dbs.po2504 msgid "GPS Tag Version"
2505 msgstr "GPS oznaka verzije"
2630 msgid "GPS Time (Atomic Clock)"
2631 msgstr "GPS Vrijeme(Atomski sat)"
2643 msgid "GPS Satellites"
2644 msgstr "GPS Sateliti"
2648 "Indicates the GPS satellites used for measurements. This tag can be used to "
2651 "specified. If the GPS receiver is incapable of taking measurements, value of "
2654 "Pokazuje GPS satelite korištene radi mjerenja. Ova oznaka može biti "
2657 "specificiran. Ako je GPS prijemnik nesposoban za mjerenje, vrijednost "
[all …]
Dpl.po2497 msgid "GPS Tag Version"
2498 msgstr "Wersja znacznika GPS"
2626 msgid "GPS Time (Atomic Clock)"
2627 msgstr "Czas GPS (zegar atomowy)"
2639 msgid "GPS Satellites"
2640 msgstr "Satelity GPS"
2644 "Indicates the GPS satellites used for measurements. This tag can be used to "
2647 "specified. If the GPS receiver is incapable of taking measurements, value of "
2650 "Określenie satelitów GPS użytych do pomiaru. Znacznik ten może opisywać "
2653 "Jeśli odbiornik GPS nie jest w stanie wykonać pomiaru, wartość tego "
[all …]

12345678910>>...14