Searched defs:is_local (Results 1 - 9 of 9) 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)
/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
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h64 int is_local; member in struct:tls_event_data::__anon15656
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h64 int is_local; member in struct:tls_event_data::__anon15882
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c953 uint8_t is_local; 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 872 milliseconds