Home
last modified time | relevance | path

Searched refs:is_active (Results 1 – 25 of 56) sorted by relevance

123

/third_party/python/Lib/test/
Dtest_graphlib.py12 while ts.is_active():
139 ts.is_active()
179 self.assertFalse(ts.is_active())
186 self.assertTrue(ts.is_active())
188 self.assertTrue(ts.is_active())
190 self.assertTrue(ts.is_active())
192 self.assertTrue(ts.is_active())
194 self.assertFalse(ts.is_active())
205 while ts.is_active():
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py30 return handler.is_active()
68 def is_active(self): member in _Call
98 def is_active(self): member in _RpcErrorCall
153 return handler.is_active()
157 return not handler.is_active()
217 def is_active(self): member in _FutureCall
305 def is_active(self): member in ResponseIteratorCall
D_rpc_state.py186 def is_active(self): member in State
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/
D_servicer_context.py26 def is_active(self): member in ServicerContext
27 return self._rpc.is_active()
30 if self._rpc.is_active():
D_rpc.py129 def is_active(self): member in Rpc
D_handler.py90 def is_active(self): member in _Handler
/third_party/glib/glib/tests/
Dtimer.c108 gboolean is_active; in test_timer_is_active() local
111 is_active = g_timer_is_active (timer); in test_timer_is_active()
112 g_assert_true (is_active); in test_timer_is_active()
114 is_active = g_timer_is_active (timer); in test_timer_is_active()
115 g_assert_false (is_active); in test_timer_is_active()
/third_party/python/Lib/
Dgraphlib.py132 def is_active(self): member in TopologicalSorter
147 return self.is_active()
243 while self.is_active():
/third_party/python/Lib/idlelib/
Dautocomplete_w.py244 if not self.is_active():
305 if self.is_active():
316 if self.is_active():
328 if not self.is_active():
444 if not self.is_active():
451 def is_active(self): member in AutoCompleteWindow
459 if not self.is_active():
/third_party/node/doc/api/
Dreport.md216 "is_active": true,
223 "is_active": false,
232 "is_active": true,
238 "is_active": false,
244 "is_active": false,
250 "is_active": false,
256 "is_active": true,
262 "is_active": false,
274 "is_active": true,
282 "is_active": true,
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/testing/
D_server_application.py72 elif not context.is_active():
85 elif not context.is_active():
/third_party/grpc/src/python/grpcio/grpc/beta/
D_server_adaptations.py52 def is_active(self): member in _FaceServicerContext
53 return self._servicer_context.is_active()
164 if not servicer_context.is_active() or thread_joined.is_set():
167 if not servicer_context.is_active() or thread_joined.is_set():
/third_party/python/Doc/library/
Dgraphlib.rst44 * While :meth:`~TopologicalSorter.is_active` is ``True``, iterate over
68 while topological_sorter.is_active():
76 # The definition of 'is_active()' guarantees that, at this point, at
109 .. method:: is_active()
121 if ts.is_active():
164 while self.is_active():
/third_party/libinput/tools/
Dlibinput-measure-touchpad-pressure.py111 self.is_active = True
143 self.is_active = False
156 return self._str_state() if self.is_active else self._str_summary()
Dlibinput-measure-touch-size.py104 self.is_active = True
138 self.is_active = False
141 return self._str_state() if self.is_active else self._str_summary()
/third_party/grpc/src/python/grpcio/grpc/
D_interceptor.py113 def is_active(self): member in _FailureOutcome
168 def is_active(self): member in _UnaryOutcome
169 return self._call.is_active()
/third_party/glib/gio/
Dgvfs.h87 gboolean (* is_active) (GVfs *vfs); member
Dglocalvfs.c222 vfs_class->is_active = g_local_vfs_is_active; in g_local_vfs_class_init()
/third_party/grpc/src/python/grpcio_testing/grpc_testing/
D_common.py86 def is_active(self): member in ChannelRpcHandler
/third_party/python/Lib/asyncio/
Dunix_events.py199 if not watcher.is_active():
871 def is_active(self): member in AbstractChildWatcher
913 def is_active(self): member in PidfdChildWatcher
978 def is_active(self): member in BaseChildWatcher
1224 def is_active(self): member in MultiLoopChildWatcher
1343 def is_active(self): member in ThreadedChildWatcher
/third_party/cef/include/capi/views/
Dcef_window_capi.h107 int(CEF_CALLBACK* is_active)(struct _cef_window_t* self);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessXFBTests.cpp454 glw::GLint is_active = -1; in testActive() local
455 m_gl_getTransformFeedbackiv(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_ACTIVE, &is_active); in testActive()
457 if (-1 == is_active) in testActive()
468 if (0 != is_active) in testActive()
472 …< "glGetTransformFeedbackiv with parameter GL_TRANSFORM_FEEDBACK_ACTIVE has returned " << is_active in testActive()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp266 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocations() local
281 new_operands.push_back({SPV_OPERAND_TYPE_ID, {is_active->result_id()}}); in ReplaceSwizzleInvocations()
381 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocationsMasked() local
396 new_operands.push_back({SPV_OPERAND_TYPE_ID, {is_active->result_id()}}); in ReplaceSwizzleInvocationsMasked()
/third_party/spirv-tools/source/opt/
Damd_ext_to_khr.cpp266 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocations() local
281 new_operands.push_back({SPV_OPERAND_TYPE_ID, {is_active->result_id()}}); in ReplaceSwizzleInvocations()
381 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocationsMasked() local
396 new_operands.push_back({SPV_OPERAND_TYPE_ID, {is_active->result_id()}}); in ReplaceSwizzleInvocationsMasked()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Damd_ext_to_khr.cpp266 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocations() local
281 new_operands.push_back({SPV_OPERAND_TYPE_ID, {is_active->result_id()}}); in ReplaceSwizzleInvocations()
381 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocationsMasked() local
396 new_operands.push_back({SPV_OPERAND_TYPE_ID, {is_active->result_id()}}); in ReplaceSwizzleInvocationsMasked()

123