/third_party/python/Lib/test/ |
D | test_graphlib.py | 12 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.py | 30 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.py | 186 def is_active(self): member in State
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _servicer_context.py | 26 def is_active(self): member in ServicerContext 27 return self._rpc.is_active() 30 if self._rpc.is_active():
|
D | _rpc.py | 129 def is_active(self): member in Rpc
|
D | _handler.py | 90 def is_active(self): member in _Handler
|
/third_party/glib/glib/tests/ |
D | timer.c | 108 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/ |
D | graphlib.py | 132 def is_active(self): member in TopologicalSorter 147 return self.is_active() 243 while self.is_active():
|
/third_party/python/Lib/idlelib/ |
D | autocomplete_w.py | 244 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/ |
D | report.md | 216 "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.py | 72 elif not context.is_active(): 85 elif not context.is_active():
|
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | _server_adaptations.py | 52 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/ |
D | graphlib.rst | 44 * 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/ |
D | libinput-measure-touchpad-pressure.py | 111 self.is_active = True 143 self.is_active = False 156 return self._str_state() if self.is_active else self._str_summary()
|
D | libinput-measure-touch-size.py | 104 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.py | 113 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/ |
D | gvfs.h | 87 gboolean (* is_active) (GVfs *vfs); member
|
D | glocalvfs.c | 222 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.py | 86 def is_active(self): member in ChannelRpcHandler
|
/third_party/python/Lib/asyncio/ |
D | unix_events.py | 199 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/ |
D | cef_window_capi.h | 107 int(CEF_CALLBACK* is_active)(struct _cef_window_t* self);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessXFBTests.cpp | 454 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/ |
D | amd_ext_to_khr.cpp | 266 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/ |
D | amd_ext_to_khr.cpp | 266 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/ |
D | amd_ext_to_khr.cpp | 266 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()
|