Home
last modified time | relevance | path

Searched defs:is_active (Results 1 – 25 of 83) sorted by relevance

1234

/external/autotest/site_utils/stable_images/
Dtest_omaha_status.json6 "is_active": true boolean
30 "is_active": true boolean
54 "is_active": true boolean
72 "is_active": true boolean
90 "is_active": true boolean
108 "is_active": true boolean
126 "is_active": true boolean
144 "is_active": true boolean
168 "is_active": true boolean
188 "is_active": true boolean
[all …]
/external/perfetto/include/perfetto/tracing/internal/
Dchecked_scope.h46 bool is_active() const { return is_active_; } in is_active() function
49 void set_is_active(bool is_active) { is_active_ = is_active; } in set_is_active()
/external/pigweed/pw_spi/public/pw_spi/
Dchip_selector_mock.h26 bool is_active() { return active_; } in is_active() function
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dscoped_channel.h31 [[nodiscard]] bool is_active() const { return chan_.is_alive(); } in is_active() function
/external/autotest/client/cros/cellular/
Dhermes_utils.py186 is_active, euicc_path=None, hermes_manager=None, iccid=None, profile=None): argument
226 def get_profile(euicc_path, hermes_manager, is_active): argument
/external/pandora/avatar/avatar/metrics/
Dinterceptors.py106 def is_active(self) -> bool: member in UnaryStreamInterceptor.intercept_unary_stream.Proxy
154 def is_active(self) -> bool: member in StreamStreamInterceptor.intercept_stream_stream.Proxy
217 def is_active(self) -> bool: member in AioUnaryStreamInterceptor.intercept_unary_stream.Proxy
274 def is_active(self) -> bool: member in AioStreamStreamInterceptor.intercept_stream_stream.ResponseProxy
/external/python/python-api-core/google/api_core/
Dbidi.py351 def is_active(self): member in BidiRpc
578 def is_active(self): member in ResumableBidiRpc
725 def is_active(self): member in BackgroundConsumer
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py67 def is_active(self): member in _Call
96 def is_active(self): member in _RpcErrorCall
213 def is_active(self): member in _FutureCall
299 def is_active(self): member in ResponseIteratorCall
D_rpc_state.py195 def is_active(self): member in State
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/channel_idle/
Didle_filter_state.cc74 bool is_active = false; in CheckTimer() local
/external/grpc-grpc/src/core/ext/filters/channel_idle/
Didle_filter_state.cc74 bool is_active = false; in CheckTimer() local
/external/cronet/tot/net/base/
Dmock_network_change_notifier.h66 void SetIsDefaultNetworkActiveInternalForTesting(bool is_active) { in SetIsDefaultNetworkActiveInternalForTesting()
/external/cronet/stable/net/base/
Dmock_network_change_notifier.h66 void SetIsDefaultNetworkActiveInternalForTesting(bool is_active) { in SetIsDefaultNetworkActiveInternalForTesting()
/external/clang/tools/scan-build-py/libscanbuild/
Dclang.py125 def is_active(actives, entry): function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/
Ddefinition.rs21 is_active: u8, field
65 pub fn is_active(&self) -> bool { in is_active() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/
Ddefinition.rs21 is_active: u8, field
65 pub fn is_active(&self) -> bool { in is_active() method
/external/OpenCSD/decoder/include/common/
Dtrc_ret_stack.h64 bool is_active() const in is_active() function
/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.cc23 MakeActive(std::atomic<bool>* is_active) : is_active_(is_active) { in MakeActive()
/external/cronet/stable/base/message_loop/
Dmessage_pump_fuchsia.h61 bool is_active() const { return async_wait_t::handler != nullptr; } in is_active() function
/external/cronet/tot/base/message_loop/
Dmessage_pump_fuchsia.h61 bool is_active() const { return async_wait_t::handler != nullptr; } in is_active() function
/external/webrtc/api/video/
Dvideo_source_interface.h88 bool is_active = true; member
/external/python/cpython3/Lib/
Dgraphlib.py134 def is_active(self): member in TopologicalSorter
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_servicer_context.py25 def is_active(self): member in ServicerContext
/external/google-breakpad/src/common/
Dsimple_string_dictionary.h68 bool is_active() const { in is_active() function
/external/python/python-api-core/tests/unit/
Dtest_bidi.py239 def is_active(self): member in ClosedCall
363 def is_active(self): member in CallStub

1234