Home
last modified time | relevance | path

Searched refs:is_local (Results 1 – 25 of 33) sorted by relevance

12

/external/libchrome/base/time/
Dtime_posix.cc48 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) { in SysTimeFromTimeStruct() argument
50 if (is_local) in SysTimeFromTimeStruct()
56 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) { in SysTimeToTimeStruct() argument
58 if (is_local) in SysTimeToTimeStruct()
67 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) { in SysTimeFromTimeStruct() argument
69 if (is_local) in SysTimeFromTimeStruct()
75 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) { in SysTimeToTimeStruct() argument
77 if (is_local) in SysTimeToTimeStruct()
191 void Time::Explode(bool is_local, Exploded* exploded) const { in Explode() argument
218 SysTimeToTimeStruct(seconds, &timestruct, is_local); in Explode()
[all …]
Dtime.cc243 bool is_local, in FromStringInternal() argument
252 is_local ? PR_FALSE : PR_TRUE, in FromStringInternal()
Dtime.h597 void Explode(bool is_local, Exploded* exploded) const;
603 static bool FromExploded(bool is_local,
615 bool is_local,
/external/python/cpython3/Lib/test/
Dtest_symtable.py97 self.assertTrue(self.spam.lookup("x").is_local())
98 self.assertFalse(self.internal.lookup("x").is_local())
139 self.assertTrue(st2.lookup('x').is_local())
144 self.assertTrue(st4.lookup('x').is_local())
/external/llvm/test/CodeGen/NVPTX/
Disspacep.ll22 ; CHECK: is_local
23 define i1 @is_local(i8* %addr) {
/external/autotest/server/hosts/
Dabstract_ssh.py285 def _make_rsync_compatible_globs(self, path, is_local): argument
301 if is_local:
316 if is_local:
324 def _make_rsync_compatible_source(self, source, is_local): argument
330 return sum((self._make_rsync_compatible_globs(path, is_local)
/external/libunwind/src/ia64/
DGtables.c258 int ret, is_local; in unw_search_ia64_unwind_table() local
326 is_local = is_local_addr_space (as); in unw_search_ia64_unwind_table()
331 if (need_unwind_info || is_local) in unw_search_ia64_unwind_table()
335 if (is_local) in unw_search_ia64_unwind_table()
/external/skqp/src/utils/
DSkWhitelistTypefaces.cpp107 static bool is_local(const SkTypeface* tf) { in is_local() function
156 if (!is_local(tf)) { in WhitelistSerializeTypeface()
/external/skia/src/utils/
DSkWhitelistTypefaces.cpp107 static bool is_local(const SkTypeface* tf) { in is_local() function
156 if (!is_local(tf)) { in WhitelistSerializeTypeface()
/external/python/cpython2/Lib/test/
Dtest_symtable.py106 self.assertTrue(self.spam.lookup("x").is_local())
107 self.assertFalse(self.internal.lookup("x").is_local())
/external/python/cpython3/Lib/
Dsymtable.py190 def is_local(self): member in Symbol
238 print(info, info.is_local(), info.is_namespace())
/external/python/cpython2/Lib/
Dsymtable.py195 def is_local(self): member in Symbol
239 print info, info.is_local(), info.is_namespace()
/external/valgrind/coregrind/m_debuginfo/
Dimage.c85 Bool is_local; member
576 if (img->source.is_local) { in set_CEnt()
845 img->source.is_local = True; in ML_()
934 img->source.is_local = False; in ML_()
1005 if (img->source.is_local) { in ML_()
1259 if (img->source.is_local) { in ML_()
/external/libnl/include/linux-private/linux/
Dif_bridge.h93 __u8 is_local; member
/external/toolchain-utils/
Dremote_gcc_build.py306 def RunRemote(chromeos_root, branch, patches, is_local, target, chrome_version, argument
311 if is_local:
/external/kernel-headers/original/uapi/linux/
Dif_bridge.h96 __u8 is_local; member
/external/iproute2/include/uapi/linux/
Dif_bridge.h96 __u8 is_local; member
/external/libunwind/src/dwarf/
DGfind_proc_info-lsb.c95 int is_local, Elf_W(Addr)* segbase_bias) in load_debug_frame() argument
243 if (linkbuf && is_local == -1) in load_debug_frame()
288 if (ret == 1 && is_local == 1) in load_debug_frame()
/external/wpa_supplicant_8/src/crypto/
Dtls.h70 int is_local; member
/external/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc104 CHECK(!handle.is_local()); in EmulatePassingAssociatedPtrInfo()
115 CHECK(!handle.is_local()); in EmulatePassingAssociatedRequest()
Dmultiplex_router_unittest.cc51 CHECK(!handle.is_local()); in EmulatePassingEndpointHandle()
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Derrors.ll128 %is_local = icmp ne i32 %is_local_i, 0
129 %arr = select i1 %is_local, i8* %local, i8* %global
/external/python/cpython3/Doc/library/
Dsymtable.rst151 .. method:: is_local()
/external/python/cpython2/Doc/library/
Dsymtable.rst155 .. method:: is_local()
/external/pdfium/third_party/pymock/
Dmock.py1358 self.is_local = local
1378 if self.is_local and self.temp_original is not DEFAULT:
1387 del self.is_local

12