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

12

/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_gatt_descriptor.cc18 bool is_local,
22 ON_CALL(*this, IsLocal()).WillByDefault(Return(is_local));
14 MockBluetoothGattDescriptor( MockBluetoothGattCharacteristic* characteristic, const std::string& identifier, const BluetoothUUID& uuid, bool is_local, BluetoothGattCharacteristic::Permissions permissions) argument
H A Dmock_bluetooth_gatt_characteristic.cc19 bool is_local,
24 ON_CALL(*this, IsLocal()).WillByDefault(Return(is_local));
15 MockBluetoothGattCharacteristic( MockBluetoothGattService* service, const std::string& identifier, const BluetoothUUID& uuid, bool is_local, Properties properties, Permissions permissions) argument
H A Dmock_bluetooth_gatt_service.cc19 bool is_local) {
22 ON_CALL(*this, IsLocal()).WillByDefault(Return(is_local));
14 MockBluetoothGattService( MockBluetoothDevice* device, const std::string& identifier, const BluetoothUUID& uuid, bool is_primary, bool is_local) argument
H A Dmock_bluetooth_gatt_descriptor.h28 bool is_local,
H A Dmock_bluetooth_gatt_service.h26 bool is_local);
H A Dmock_bluetooth_gatt_characteristic.h28 bool is_local,
/external/chromium_org/base/time/
H A Dtime_posix.cc48 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) { argument
50 if (is_local)
56 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) { argument
58 if (is_local)
67 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) { argument
69 if (is_local)
75 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) { argument
77 if (is_local)
175 void Time::Explode(bool is_local, Exploded* exploded) const { argument
202 SysTimeToTimeStruct(seconds, &timestruct, is_local);
215 FromExploded(bool is_local, const Exploded& exploded) argument
[all...]
H A Dtime_mac.cc164 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
175 is_local ? CFTimeZoneCopySystem() : NULL);
182 void Time::Explode(bool is_local, Exploded* exploded) const { argument
193 is_local ? CFTimeZoneCopySystem() : NULL);
H A Dtime_win.cc226 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
242 if (is_local) {
257 void Time::Explode(bool is_local, Exploded* exploded) const { argument
272 if (is_local) {
H A Dtime.cc214 bool is_local,
223 is_local ? PR_FALSE : PR_TRUE,
213 FromStringInternal(const char* time_string, bool is_local, Time* parsed_time) argument
H A Dtime.h467 // Explodes the given time to either local time |is_local = true| or UTC
468 // |is_local = false|.
469 void Explode(bool is_local, Exploded* exploded) const;
472 // |is_local = true| or UTC |is_local = false|.
473 static Time FromExploded(bool is_local, const Exploded& exploded);
478 // in the input string, local time |is_local = true| or
479 // UTC |is_local = false| is assumed. A timezone that cannot be parsed
483 bool is_local,
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_api.cc118 bool is_local = params->is_local.get() ? *params->is_local : false; local
120 if (is_local) {
/external/chromium_org/content/renderer/media/
H A Dmedia_stream.h67 // TODO(xians): Remove |is_local| once AudioTracks can be rendered the same
69 bool is_local() const { return is_local_; } function in class:content::MediaStream
H A Dmedia_stream_renderer_factory.cc158 // We need to remove the |is_local| property from MediaStreamExtraData since
161 if (native_stream->is_local()) {
/external/chromium_org/tools/perf/measurements/
H A Dsession_restore.py56 if page.is_local:
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dgaia_screen_handler.h33 bool is_local; member in struct:chromeos::GaiaContext
H A Dgaia_screen_handler.cc125 is_local(false),
163 params.SetBoolean("isLocal", context.is_local);
646 context.is_local = offline;
/external/kernel-headers/original/uapi/linux/
H A Dif_bridge.h94 __u8 is_local; member in struct:__fdb_entry
/external/chromium_org/tools/telemetry/telemetry/page/
H A D__init__.py140 def is_local(self): member in class:Page
H A Dpage_runner.py448 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):
/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/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c67 Bool is_local; member in struct:__anon32398
74 // (that is, using a debuginfo server; hence when is_local==False)
462 if (img->source.is_local) {
614 img->source.is_local = True;
699 img->source.is_local = False;
743 if (img->source.is_local) {
982 if (img->source.is_local) {
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h65 int is_local; member in struct:tls_event_data::__anon33599
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h65 int is_local; member in struct:tls_event_data::__anon33852
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h65 int is_local; member in struct:tls_event_data::__anon34103

Completed in 368 milliseconds

12