HomeSort by relevance Sort by last modified time
    Searched refs:is_active (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 79 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) {
89 qpoints->pReadBarrierMarkReg00 = is_active ? art_quick_read_barrier_mark_reg00 : nullptr;
90 qpoints->pReadBarrierMarkReg01 = is_active ? art_quick_read_barrier_mark_reg01 : nullptr;
91 qpoints->pReadBarrierMarkReg02 = is_active ? art_quick_read_barrier_mark_reg02 : nullptr;
92 qpoints->pReadBarrierMarkReg03 = is_active ? art_quick_read_barrier_mark_reg03 : nullptr;
93 qpoints->pReadBarrierMarkReg04 = is_active ? art_quick_read_barrier_mark_reg04 : nullptr;
94 qpoints->pReadBarrierMarkReg05 = is_active ? art_quick_read_barrier_mark_reg05 : nullptr;
95 qpoints->pReadBarrierMarkReg06 = is_active ? art_quick_read_barrier_mark_reg06 : nullptr;
96 qpoints->pReadBarrierMarkReg07 = is_active ? art_quick_read_barrier_mark_reg07 : nullptr;
97 qpoints->pReadBarrierMarkReg08 = is_active ? art_quick_read_barrier_mark_reg08 : nullptr
    [all...]
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 96 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) {
111 qpoints->pReadBarrierMarkReg00 = is_active ? art_quick_read_barrier_mark_introspection : nullptr;
112 qpoints->pReadBarrierMarkReg01 = is_active ? art_quick_read_barrier_mark_reg01 : nullptr;
113 qpoints->pReadBarrierMarkReg02 = is_active ? art_quick_read_barrier_mark_reg02 : nullptr;
114 qpoints->pReadBarrierMarkReg03 = is_active ? art_quick_read_barrier_mark_reg03 : nullptr;
115 qpoints->pReadBarrierMarkReg04 = is_active ? art_quick_read_barrier_mark_reg04 : nullptr;
116 qpoints->pReadBarrierMarkReg05 = is_active ? art_quick_read_barrier_mark_reg05 : nullptr;
117 qpoints->pReadBarrierMarkReg06 = is_active ? art_quick_read_barrier_mark_reg06 : nullptr;
118 qpoints->pReadBarrierMarkReg07 = is_active ? art_quick_read_barrier_mark_reg07 : nullptr;
119 qpoints->pReadBarrierMarkReg08 = is_active ? art_quick_read_barrier_mark_reg08 : nullptr
    [all...]
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 58 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) {
59 qpoints->pReadBarrierMarkReg00 = is_active ? art_quick_read_barrier_mark_reg00 : nullptr;
60 qpoints->pReadBarrierMarkReg01 = is_active ? art_quick_read_barrier_mark_reg01 : nullptr;
61 qpoints->pReadBarrierMarkReg02 = is_active ? art_quick_read_barrier_mark_reg02 : nullptr;
62 qpoints->pReadBarrierMarkReg03 = is_active ? art_quick_read_barrier_mark_reg03 : nullptr;
63 qpoints->pReadBarrierMarkReg05 = is_active ? art_quick_read_barrier_mark_reg05 : nullptr;
64 qpoints->pReadBarrierMarkReg06 = is_active ? art_quick_read_barrier_mark_reg06 : nullptr;
65 qpoints->pReadBarrierMarkReg07 = is_active ? art_quick_read_barrier_mark_reg07 : nullptr;
66 qpoints->pReadBarrierMarkReg08 = is_active ? art_quick_read_barrier_mark_reg08 : nullptr;
67 qpoints->pReadBarrierMarkReg09 = is_active ? art_quick_read_barrier_mark_reg09 : nullptr
    [all...]
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 79 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) {
80 qpoints->pReadBarrierMarkReg00 = is_active ? art_quick_read_barrier_mark_reg00 : nullptr;
81 qpoints->pReadBarrierMarkReg01 = is_active ? art_quick_read_barrier_mark_reg01 : nullptr;
82 qpoints->pReadBarrierMarkReg02 = is_active ? art_quick_read_barrier_mark_reg02 : nullptr;
83 qpoints->pReadBarrierMarkReg03 = is_active ? art_quick_read_barrier_mark_reg03 : nullptr;
84 qpoints->pReadBarrierMarkReg04 = is_active ? art_quick_read_barrier_mark_reg04 : nullptr;
85 qpoints->pReadBarrierMarkReg05 = is_active ? art_quick_read_barrier_mark_reg05 : nullptr;
86 qpoints->pReadBarrierMarkReg06 = is_active ? art_quick_read_barrier_mark_reg06 : nullptr;
87 qpoints->pReadBarrierMarkReg07 = is_active ? art_quick_read_barrier_mark_reg07 : nullptr;
88 qpoints->pReadBarrierMarkReg08 = is_active ? art_quick_read_barrier_mark_reg08 : nullptr
    [all...]
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 47 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) {
48 qpoints->pReadBarrierMarkReg00 = is_active ? art_quick_read_barrier_mark_reg00 : nullptr;
49 qpoints->pReadBarrierMarkReg01 = is_active ? art_quick_read_barrier_mark_reg01 : nullptr;
50 qpoints->pReadBarrierMarkReg02 = is_active ? art_quick_read_barrier_mark_reg02 : nullptr;
51 qpoints->pReadBarrierMarkReg03 = is_active ? art_quick_read_barrier_mark_reg03 : nullptr;
52 qpoints->pReadBarrierMarkReg05 = is_active ? art_quick_read_barrier_mark_reg05 : nullptr;
53 qpoints->pReadBarrierMarkReg06 = is_active ? art_quick_read_barrier_mark_reg06 : nullptr;
54 qpoints->pReadBarrierMarkReg07 = is_active ? art_quick_read_barrier_mark_reg07 : nullptr;
101 UpdateReadBarrierEntrypoints(qpoints, /*is_active*/ false);
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/
base_split_handler.py 73 is_active, scheduled_reads):
87 is_active: A boolean tensor that says if this handler is active or not.
98 is_active):
112 is_active: A boolean tensor that says if this handler is active or not.
123 empty_gradients, empty_hessians, weights, is_active,
ordinal_split_handler_test.py 93 is_active=array_ops.constant([True, True]))
105 is_active=array_ops.constant([True, True]))
228 is_active=array_ops.constant([True, True]))
240 is_active=array_ops.constant([True, True]))
314 is_active=array_ops.constant([True, True]))
326 is_active=array_ops.constant([True, True]))
397 is_active=array_ops.constant([True, False]))
409 is_active=array_ops.constant([False, True]))
471 is_active=array_ops.constant([True, True]))
483 is_active=array_ops.constant([True, True])
    [all...]
ordinal_split_handler.py 200 is_active, scheduled_reads):
214 is_active: A boolean tensor that says if this handler is active or not.
226 is_active, are_buckets_ready, self._dense_float_column, buckets,
340 is_active, scheduled_reads):
354 is_active: A boolean tensor that says if this handler is active or not.
366 is_active, are_buckets_ready, self._sparse_float_column.indices,
423 def dense_make_stats_update(is_active, are_buckets_ready, float_column,
430 is_active[1], # For the next layer, this handler is inactive.
449 math_ops.logical_and(are_buckets_ready, is_active[0]),
459 is_active, are_buckets_ready, sparse_column_indices, sparse_column_values
    [all...]
categorical_split_handler_test.py 92 is_active=array_ops.constant([True, True]))
212 is_active=array_ops.constant([True, True]))
277 is_active=array_ops.constant([True, True]))
325 is_active=array_ops.constant([False, False]))
categorical_split_handler.py 86 is_active, scheduled_reads):
100 is_active: A boolean tensor that says if this handler is active or not.
165 control_flow_ops.cond(is_active[0], active_inputs, not_active_inputs))
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 96 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) {
111 qpoints->pReadBarrierMarkReg00 = is_active ? art_quick_read_barrier_mark_introspection : nullptr;
114 qpoints->pReadBarrierMarkReg01 = is_active ? art_quick_read_barrier_mark_reg01 : nullptr;
117 qpoints->pReadBarrierMarkReg02 = is_active ? art_quick_read_barrier_mark_reg02 : nullptr;
120 qpoints->pReadBarrierMarkReg03 = is_active ? art_quick_read_barrier_mark_reg03 : nullptr;
123 qpoints->pReadBarrierMarkReg04 = is_active ? art_quick_read_barrier_mark_reg04 : nullptr;
126 qpoints->pReadBarrierMarkReg05 = is_active ? art_quick_read_barrier_mark_reg05 : nullptr;
129 qpoints->pReadBarrierMarkReg06 = is_active ? art_quick_read_barrier_mark_reg06 : nullptr;
132 qpoints->pReadBarrierMarkReg07 = is_active ? art_quick_read_barrier_mark_reg07 : nullptr;
135 qpoints->pReadBarrierMarkReg08 = is_active ? art_quick_read_barrier_mark_reg08 : nullptr
    [all...]
  /external/google-breakpad/src/common/
simple_string_dictionary.h 71 bool is_active() const { function in struct:google_breakpad::NonAllocatingMap::Entry
90 if (entry->is_active()) {
136 if (entries_[i].is_active()) {
181 if (!entries_[i].is_active()) {
  /external/clang/tools/scan-build-py/libscanbuild/
clang.py 125 def is_active(actives, entry): function in function:get_checkers
148 k: (v, is_active(actives, k))
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_hw.c 96 is_active(struct fd_hw_query *hq, enum fd_render_stage stage) function
171 if (batch && is_active(hq, batch->stage))
201 if (batch && is_active(hq, batch->stage))
440 bool was_active = is_active(hq, batch->stage);
441 bool now_active = is_active(hq, stage);
  /external/python/cpython2/Lib/idlelib/
AutoCompleteWindow.py 220 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 class:AutoCompleteWindow
380 if not self.is_active():
  /external/python/cpython3/Lib/idlelib/
autocomplete_w.py 223 if not self.is_active():
244 if self.is_active():
248 if self.is_active():
260 if not self.is_active():
375 if not self.is_active():
382 def is_active(self): member in class:AutoCompleteWindow
390 if not self.is_active():
calltips.py 59 if self.active_calltip and self.active_calltip.is_active():
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 218 if not self.is_active():
239 if not self.is_active():
244 if not self.is_active():
257 if not self.is_active():
363 if not self.is_active():
370 def is_active(self): member in class:AutoCompleteWindow
378 if not self.is_active():
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 218 if not self.is_active():
239 if not self.is_active():
244 if not self.is_active():
257 if not self.is_active():
363 if not self.is_active():
370 def is_active(self): member in class:AutoCompleteWindow
378 if not self.is_active():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 218 if not self.is_active():
239 if not self.is_active():
244 if not self.is_active():
257 if not self.is_active():
363 if not self.is_active():
370 def is_active(self): member in class:AutoCompleteWindow
378 if not self.is_active():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 218 if not self.is_active():
239 if not self.is_active():
244 if not self.is_active():
257 if not self.is_active():
363 if not self.is_active():
370 def is_active(self): member in class:AutoCompleteWindow
378 if not self.is_active():
  /external/v8/src/runtime/
runtime-promise.cc 23 if (isolate->debug()->is_active() && debug_event) {
43 if (isolate->debug()->is_active()) {
  /hardware/qcom/audio/hal/audio_extn/
maxxaudio.c 180 static inline bool is_active() function
519 if (is_active())
556 if (is_active()) {
  /external/autotest/frontend/afe/
models_test.py 174 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)
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 143 uint8_t is_active; /*indicates whether thread is active or not */ member in struct:__anon49250
271 uint8_t is_active; member in struct:__anon49259
448 uint8_t is_active; /* flag to indicate if bundle is valid */ member in struct:__anon49268
646 uint8_t is_active; member in struct:__anon49279
    [all...]

Completed in 1147 milliseconds

1 2 3 4