Searched defs:is_local (Results 1 - 19 of 19) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dcros_device.py12 def __init__(self, host_name, ssh_port, ssh_identity, is_local):
19 self._is_local = is_local
38 def is_local(self): member in class:CrOSDevice
/external/chromium-trace/catapult/telemetry/telemetry/story/
H A Dstory.py26 is_local: If True, the story does not require network.
30 is_local=False, make_javascript_deterministic=True):
54 self._is_local = is_local
105 def is_local(self): member in class:Story
/external/libchrome/base/time/
H A Dtime_mac.cc169 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
180 is_local ? CFTimeZoneCopySystem() : NULL);
187 void Time::Explode(bool is_local, Exploded* exploded) const { argument
198 is_local ? CFTimeZoneCopySystem() : NULL);
H A Dtime_posix.cc46 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) { argument
48 if (is_local)
54 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) { argument
56 if (is_local)
65 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) { argument
67 if (is_local)
73 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) { argument
75 if (is_local)
174 void Time::Explode(bool is_local, Exploded* exploded) const { argument
201 SysTimeToTimeStruct(seconds, &timestruct, is_local);
214 FromExploded(bool is_local, const Exploded& exploded) argument
[all...]
H A Dtime.cc247 bool is_local,
256 is_local ? PR_FALSE : PR_TRUE,
246 FromStringInternal(const char* time_string, bool is_local, Time* parsed_time) argument
/external/libweave/third_party/chromium/base/time/
H A Dtime_posix.cc30 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) { argument
31 if (is_local)
37 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) { argument
38 if (is_local)
47 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
48 if (is_local)
54 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
55 if (is_local)
154 void Time::Explode(bool is_local, Exploded* exploded) const { argument
181 SysTimeToTimeStruct(seconds, &timestruct, is_local);
194 FromExploded(bool is_local, const Exploded& exploded) argument
[all...]
/external/skia/src/utils/
H A DSkWhitelistTypefaces.cpp106 static bool is_local(const SkTypeface* tf) { function
155 if (!is_local(tf)) {
/external/libunwind/src/ia64/
H A DGtables.c258 int ret, is_local; local
326 is_local = is_local_addr_space (as);
331 if (need_unwind_info || is_local)
335 if (is_local)
/external/chromium-trace/catapult/telemetry/telemetry/internal/
H A Dstory_runner_unittest.py111 def is_local(self): member in class:DummyLocalStory
677 is_local=True)
/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c95 int is_local, Elf_W(Addr)* segbase_bias)
243 if (linkbuf && is_local == -1)
284 if (ret == 1 && is_local == 1)
94 load_debug_frame(const char *file, char **buf, size_t *bufsize, int is_local, Elf_W(Addr)* segbase_bias) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h69 int is_local; member in struct:tls_event_data::__anon21414
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h69 int is_local; member in struct:tls_event_data::__anon21676
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h69 int is_local; member in struct:tls_event_data::__anon21936
/external/iproute2/include/linux/
H A Dif_bridge.h95 __u8 is_local; member in struct:__fdb_entry
/external/kernel-headers/original/uapi/linux/
H A Dif_bridge.h95 __u8 is_local; member in struct:__fdb_entry
/external/valgrind/coregrind/m_debuginfo/
H A Dimage.c69 Bool is_local; member in struct:__anon19324
76 // (that is, using a debuginfo server; hence when is_local==False)
481 if (img->source.is_local) {
633 img->source.is_local = True;
718 img->source.is_local = False;
762 if (img->source.is_local) {
1009 if (img->source.is_local) {
/external/v8/src/wasm/
H A Dasm-wasm-builder.cc823 void AddLeb128(uint32_t index, bool is_local) { argument
825 if (is_local) {
/external/v8/src/heap/
H A Dspaces.h2145 virtual bool is_local() { return false; } function in class:v8::internal::PagedSpace
2989 bool is_local() override { return true; }
/external/valgrind/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 720 milliseconds