Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/
Dordinal_split_handler_test.py95 is_active=array_ops.constant([True, True]))
109 is_active=array_ops.constant([True, True]))
230 is_active=array_ops.constant([True, True]))
247 is_active=array_ops.constant([True, True]))
366 is_active=array_ops.constant([True, True]))
380 is_active=array_ops.constant([True, True]))
389 is_active=array_ops.constant([True, True]))
507 is_active=array_ops.constant([True, True]))
521 is_active=array_ops.constant([True, True]))
595 is_active=array_ops.constant([True, True]))
[all …]
Dbase_split_handler.py79 is_active, scheduled_reads): argument
104 is_active): argument
129 empty_gradients, empty_hessians, weights, is_active,
Dcategorical_split_handler_test.py92 is_active=array_ops.constant([True, True]))
101 is_active=array_ops.constant([True, True]))
216 is_active=array_ops.constant([True, True]))
225 is_active=array_ops.constant([True, True]))
327 is_active=array_ops.constant([True, True]))
336 is_active=array_ops.constant([True, True]))
456 is_active=array_ops.constant([True, True]))
521 is_active=array_ops.constant([True, True]))
569 is_active=array_ops.constant([False, False]))
623 is_active=array_ops.constant([True, True]))
Dordinal_split_handler.py225 is_active, scheduled_reads): argument
251 is_active, are_buckets_ready, self._dense_float_column, buckets,
402 is_active, scheduled_reads): argument
428 is_active, are_buckets_ready, self._sparse_float_column.indices,
606 def dense_make_stats_update(is_active, are_buckets_ready, float_column, argument
613 is_active[1], # For the next layer, this handler is inactive.
635 is_active[0]), ready_inputs_fn, not_ready_inputs_fn))
655 is_active, are_buckets_ready, sparse_column_indices, sparse_column_values, argument
725 control_flow_ops.cond(is_active[1], lambda: handler_active,
Dcategorical_split_handler.py95 is_active, scheduled_reads): argument
181 control_flow_ops.cond(is_active[0], active_inputs, not_active_inputs))
/external/grpc-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
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c37 is_active(struct fd_acc_query *aq, enum fd_render_stage stage) in is_active() function
89 if (batch && is_active(aq, batch->stage)) in fd_acc_begin_query()
108 if (batch && is_active(aq, batch->stage)) in fd_acc_end_query()
208 bool was_active = is_active(aq, batch->stage); in fd_acc_query_set_stage()
209 bool now_active = is_active(aq, stage); in fd_acc_query_set_stage()
Dfreedreno_query_hw.c76 is_active(struct fd_hw_query *hq, enum fd_render_stage stage) in is_active() function
148 if (batch && is_active(hq, batch->stage)) in fd_hw_begin_query()
166 if (batch && is_active(hq, batch->stage)) in fd_hw_end_query()
388 bool was_active = is_active(hq, batch->stage); in fd_hw_query_set_stage()
389 bool now_active = is_active(hq, stage); in fd_hw_query_set_stage()
/external/grpc-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():
/external/google-breakpad/src/common/
Dsimple_string_dictionary.h71 bool is_active() const { in is_active() function
90 if (entry->is_active()) { in Next()
136 if (entries_[i].is_active()) { in GetCount()
181 if (!entries_[i].is_active()) { in SetKeyValue()
/external/python/cpython2/Lib/idlelib/
DAutoCompleteWindow.py220 if not self.is_active():
241 if not self.is_active():
246 if not self.is_active():
259 if not self.is_active():
365 if not self.is_active():
372 def is_active(self): member in AutoCompleteWindow
380 if not self.is_active():
/external/python/cpython3/Lib/idlelib/
Dautocomplete_w.py228 if not self.is_active():
270 if self.is_active():
281 if self.is_active():
293 if not self.is_active():
409 if not self.is_active():
416 def is_active(self): member in AutoCompleteWindow
424 if not self.is_active():
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_server_application.py53 elif not context.is_active():
64 elif not context.is_active():
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Drasters_alloc.cl40 skc_bool const is_active = gid < count;
49 if (is_active)
122 if (is_active)
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasters_alloc.cl40 skc_bool const is_active = gid < count;
49 if (is_active)
122 if (is_active)
/external/grpc-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():
/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.cc23 MakeActive(std::atomic<bool>* is_active) : is_active_(is_active) { in MakeActive() argument
/external/v8/src/runtime/
Druntime-promise.cc24 if (isolate->debug()->is_active()) { in RUNTIME_FUNCTION()
158 if (isolate->debug()->is_active()) isolate->PushPromise(promise); in RUNTIME_FUNCTION()
173 if (isolate->debug()->is_active()) isolate->PopPromise(); in RUNTIME_FUNCTION()
/external/clang/tools/scan-build-py/libscanbuild/
Dclang.py125 def is_active(actives, entry): function
148 k: (v, is_active(actives, k))
/external/u-boot/drivers/usb/musb-new/
Dmusb_core.c347 musb->is_active = 0; in musb_otg_timer_func()
464 musb->is_active = 1; in musb_stage0_irq()
469 musb->is_active = 1; in musb_stage0_irq()
631 if (!musb->is_active) in musb_stage0_irq()
635 musb->is_active = is_otg_enabled(musb) in musb_stage0_irq()
637 if (musb->is_active) { in musb_stage0_irq()
652 musb->is_active = is_otg_enabled(musb) in musb_stage0_irq()
661 musb->is_active = 0; in musb_stage0_irq()
671 musb->is_active = 1; in musb_stage0_irq()
925 musb->is_active = 0; in musb_start()
[all …]
Domap2430.c76 musb->is_active = 1; in musb_do_idle()
107 if (musb->is_active || ((musb->a_wait_bcon == 0) in omap2430_musb_try_idle()
169 musb->is_active = 1; in omap2430_musb_set_vbus()
176 musb->is_active = 0; in omap2430_musb_set_vbus()
/external/autotest/frontend/afe/
Dmodels_test.py174 task.update_object(is_active=True)
177 task.update_object(is_active=False, is_complete=True, success=True)
187 self.assertTrue(task.is_active)
195 self.assertFalse(task.is_active)
/external/adhd/cras/src/tests/
Daudio_thread_unittest_obsolete.cc1647 EXPECT_EQ(1, iodev_.is_active); in TEST_F()
1657 EXPECT_EQ(iodev3_.is_active, 1); in TEST_F()
1658 EXPECT_EQ(iodev_.is_active, 0); in TEST_F()
1671 EXPECT_EQ(iodev_.is_active, 1); in TEST_F()
1676 EXPECT_EQ(iodev2_.is_active, 1); in TEST_F()
1677 EXPECT_EQ(iodev_.is_active, 0); in TEST_F()
1689 EXPECT_EQ(1, iodev_.is_active); in TEST_F()
1694 EXPECT_EQ(1, iodev2_.is_active); in TEST_F()
1700 EXPECT_EQ(0, iodev_.is_active); in TEST_F()
1705 EXPECT_EQ(1, iodev_.is_active); in TEST_F()
[all …]
/external/v8/src/
Dglobal-handles.cc130 bool is_active() { in is_active() function in v8::internal::GlobalHandles::Node
656 node->is_active())) { in IterateNewSpaceStrongAndDependentRoots()
672 node->is_active())) { in IterateNewSpaceStrongAndDependentRootsAndIdentifyUnmodified()
692 if ((node->is_independent() || !node->is_active()) && node->IsWeak() && in MarkNewSpaceWeakUnmodifiedObjectsPending()
705 if ((node->is_independent() || !node->is_active()) && in IterateNewSpaceWeakUnmodifiedRootsForFinalizers()
720 if ((node->is_independent() || !node->is_active()) && in IterateNewSpaceWeakUnmodifiedRootsForPhantomHandles()
779 if (!node->is_independent() && (node->is_active())) { in PostScavengeProcessing()
/external/autotest/scheduler/
Dmonitor_db.py519 is_active=False,
539 + self._get_special_task_agent_tasks(is_active=True))
603 def _get_special_task_agent_tasks(self, is_active=False): argument
605 is_active=is_active, is_complete=False)
1095 models.SpecialTask.objects.filter(is_active=False,
1125 aborted_tasks = models.SpecialTask.objects.filter(is_active=True,

1234