/external/chromium_org/base/time/ |
D | time_posix.cc | 48 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() 175 void Time::Explode(bool is_local, Exploded* exploded) const { in Explode() argument 202 SysTimeToTimeStruct(seconds, ×truct, is_local); in Explode() [all …]
|
D | time_mac.cc | 164 Time Time::FromExploded(bool is_local, const Exploded& exploded) { in FromExploded() argument 175 is_local ? CFTimeZoneCopySystem() : NULL); in FromExploded() 182 void Time::Explode(bool is_local, Exploded* exploded) const { in Explode() argument 193 is_local ? CFTimeZoneCopySystem() : NULL); in Explode()
|
D | time_win.cc | 226 Time Time::FromExploded(bool is_local, const Exploded& exploded) { in FromExploded() argument 242 if (is_local) { in FromExploded() 257 void Time::Explode(bool is_local, Exploded* exploded) const { in Explode() argument 272 if (is_local) { in Explode()
|
D | time.cc | 214 bool is_local, in FromStringInternal() argument 223 is_local ? PR_FALSE : PR_TRUE, in FromStringInternal()
|
D | time.h | 469 void Explode(bool is_local, Exploded* exploded) const; 473 static Time FromExploded(bool is_local, const Exploded& exploded); 483 bool is_local,
|
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/ |
D | signed_in_devices_api.cc | 118 bool is_local = params->is_local.get() ? *params->is_local : false; in RunSync() local 120 if (is_local) { in RunSync()
|
/external/chromium_org/device/bluetooth/test/ |
D | mock_bluetooth_gatt_descriptor.cc | 18 bool is_local, in MockBluetoothGattDescriptor() argument 22 ON_CALL(*this, IsLocal()).WillByDefault(Return(is_local)); in MockBluetoothGattDescriptor()
|
D | mock_bluetooth_gatt_service.cc | 19 bool is_local) { in MockBluetoothGattService() argument 22 ON_CALL(*this, IsLocal()).WillByDefault(Return(is_local)); in MockBluetoothGattService()
|
D | mock_bluetooth_gatt_characteristic.cc | 19 bool is_local, in MockBluetoothGattCharacteristic() argument 24 ON_CALL(*this, IsLocal()).WillByDefault(Return(is_local)); in MockBluetoothGattCharacteristic()
|
D | mock_bluetooth_gatt_descriptor.h | 28 bool is_local,
|
D | mock_bluetooth_gatt_service.h | 26 bool is_local);
|
D | mock_bluetooth_gatt_characteristic.h | 28 bool is_local,
|
/external/llvm/test/CodeGen/NVPTX/ |
D | isspacep.ll | 22 ; CHECK: is_local 23 define i1 @is_local(i8* %addr) {
|
/external/chromium_org/content/renderer/media/ |
D | media_stream.h | 69 bool is_local() const { return is_local_; } in NON_EXPORTED_BASE()
|
D | media_stream_renderer_factory.cc | 161 if (native_stream->is_local()) { in GetAudioRenderer()
|
/external/libunwind/src/ia64/ |
D | Gtables.c | 258 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/valgrind/main/coregrind/m_debuginfo/ |
D | image.c | 67 Bool is_local; member 462 if (img->source.is_local) { in set_CEnt() 614 img->source.is_local = True; in ML_() 699 img->source.is_local = False; in ML_() 743 if (img->source.is_local) { in ML_() 982 if (img->source.is_local) { in ML_()
|
/external/chromium_org/tools/perf/measurements/ |
D | session_restore.py | 56 if page.is_local:
|
/external/kernel-headers/original/uapi/linux/ |
D | if_bridge.h | 94 __u8 is_local; member
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
D | gaia_screen_handler.cc | 125 is_local(false), in GaiaContext() 163 params.SetBoolean("isLocal", context.is_local); in LoadGaia() 646 context.is_local = offline; in LoadAuthExtension()
|
D | gaia_screen_handler.h | 33 bool is_local; member
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
D | page_runner.py | 448 if any(not p.is_local for p in pages): 464 if not page.is_local and not page.archive_path: 466 elif not page.is_local and not os.path.isfile(page.archive_path):
|
D | __init__.py | 140 def is_local(self): member in Page
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls.h | 65 int is_local; member
|
/external/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 94 load_debug_frame (const char *file, char **buf, size_t *bufsize, int is_local) in load_debug_frame() argument 169 if (linkbuf && is_local == -1) in load_debug_frame() 208 if (ret == 1 && is_local == 1) in load_debug_frame()
|