Searched refs:is_local (Results 1 - 18 of 18) sorted by relevance

/external/chromium/base/
H A Dtime_mac.cc63 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
74 time_zone(is_local ? CFTimeZoneCopySystem() : NULL);
81 void Time::Explode(bool is_local, Exploded* exploded) const { argument
87 time_zone(is_local ? CFTimeZoneCopySystem() : NULL);
H A Dtime_posix.cc76 void Time::Explode(bool is_local, Exploded* exploded) const { argument
85 if (is_local)
101 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
118 if (is_local)
H A Dtime_win.cc181 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
202 if (is_local) {
210 void Time::Explode(bool is_local, Exploded* exploded) const { argument
218 if (is_local)
H A Dtime.h392 // Explodes the given time to either local time |is_local = true| or UTC
393 // |is_local = false|.
394 void Explode(bool is_local, Exploded* exploded) const;
397 // |is_local = true| or UTC |is_local = false|.
398 static Time FromExploded(bool is_local, const Exploded& exploded);
/external/kernel-headers/original/linux/
H A Dif_bridge.h98 __u8 is_local; member in struct:__fdb_entry
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h64 int is_local; member in struct:tls_event_data::__anon15432
H A Dtls_openssl.c533 ev.alert.is_local = !(where & SSL_CB_READ);
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h64 int is_local; member in struct:tls_event_data::__anon15656
H A Dtls_openssl.c533 ev.alert.is_local = !(where & SSL_CB_READ);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h64 int is_local; member in struct:tls_event_data::__anon15882
H A Dtls_openssl.c533 ev.alert.is_local = !(where & SSL_CB_READ);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_int.h252 extern void btm_ble_increment_sign_ctr(BD_ADDR bd_addr, BOOLEAN is_local );
H A Dbtm_ble.c656 void btm_ble_increment_sign_ctr(BD_ADDR bd_addr, BOOLEAN is_local )
660 BTM_TRACE_DEBUG1 ("btm_ble_increment_sign_ctr is_local=%d", is_local);
664 if (is_local)
668 BTM_TRACE_DEBUG3 ("is_local=%d local sign counter=%d peer sign counter=%d",
669 is_local,
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c953 uint8_t is_local; local
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c1332 if (data->alert.is_local)
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c1332 if (data->alert.is_local)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c1332 if (data->alert.is_local)
/external/valgrind/main/perf/
H A Dtinycc.c17340 static void asm_new_label1(TCCState *s1, int label, int is_local,
17349 if (!is_local) {
17366 static void asm_new_label(TCCState *s1, int label, int is_local)
17368 asm_new_label1(s1, label, is_local, cur_text_section->sh_num, ind);
17338 asm_new_label1(TCCState *s1, int label, int is_local, int sh_num, long value) argument
17364 asm_new_label(TCCState *s1, int label, int is_local) argument

Completed in 288 milliseconds