Home
last modified time | relevance | path

Searched defs:gps (Results 1 – 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
Dgssapi.c189 struct gssapi_ph1_state *gps; in gssapi_init() local
277 struct gssapi_ph1_state *gps; in gssapi_get_itoken() local
348 struct gssapi_ph1_state *gps; in gssapi_get_rtoken() local
403 struct gssapi_ph1_state *gps; in gssapi_save_received_token() local
425 struct gssapi_ph1_state *gps; in gssapi_get_token_to_send() local
446 struct gssapi_ph1_state *gps; in gssapi_get_itokens() local
481 struct gssapi_ph1_state *gps; in gssapi_get_rtokens() local
519 struct gssapi_ph1_state *gps; in gssapi_wraphash() local
579 struct gssapi_ph1_state *gps; in gssapi_unwraphash() local
624 struct gssapi_ph1_state *gps; in gssapi_set_id_sent() local
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java186 Criteria gps = new Criteria(); in testGetProviders_Criteria() local
869 Criteria gps = new Criteria(); in testRequestLocationUpdates_Criteria_Listener() local
889 Criteria gps = new Criteria(); in testRequestLocationUpdates_Criteria_PendingIntent() local
/external/piex/src/
Dpiex_types.h101 Gps gps; member
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSettings.java148 SECURE_DEFAULTS.put(Secure.LOCATION_PROVIDERS_ALLOWED, Optional.of("gps,network")); in SECURE_DEFAULTS.put()
151 SECURE_DEFAULTS.put(Secure.LOCATION_PROVIDERS_ALLOWED, Optional.of("gps")); in SECURE_DEFAULTS.put()