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

1 2

  /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/python/cpython2/Lib/idlelib/
CallTipWindow.py 132 def is_active(self): member in class:CallTip
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/
calltip_w.py 132 def is_active(self): member in class:CallTip
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():
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTipWindow.py 138 def is_active(self): member in class:CallTip
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/
CallTipWindow.py 138 def is_active(self): member in class:CallTip
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/
CallTipWindow.py 138 def is_active(self): member in class:CallTip
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/
CallTipWindow.py 138 def is_active(self): member in class:CallTip
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/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/tensorflow/tensorflow/contrib/learn/python/learn/
graph_actions_test.py 78 def is_active(self): member in class:_BaseMonitorWrapper
642 self.assertTrue(chief_exclusive_monitor.is_active and
643 all_workers_monitor.is_active,
676 self.assertTrue(not chief_exclusive_monitor.is_active and
677 all_workers_monitor.is_active,
  /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/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessXFBTests.cpp 454 glw::GLint is_active = -1; local
455 m_gl_getTransformFeedbackiv(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_ACTIVE, &is_active);
457 if (-1 == is_active)
468 if (0 != is_active)
472 << "glGetTransformFeedbackiv with parameter GL_TRANSFORM_FEEDBACK_ACTIVE has returned " << is_active
    [all...]
  /external/v8/src/
global-handles.cc 144 bool is_active() { function in class:v8::internal::GlobalHandles::Node
661 node->is_active())) {
717 if ((node->is_independent() || !node->is_active()) && node->IsWeak() &&
729 if ((node->is_independent() || !node->is_active()) &&
941 if (!node->is_independent() && (node->is_active())) {
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Lan.h 219 bool is_active; member in class:IPACM_Lan
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.cpp 2521 uint8_t is_active = FALSE; local
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
maxxaudio.c 180 static inline bool is_active() function
519 if (is_active())
556 if (is_active()) {
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.cpp 2523 uint8_t is_active = FALSE; local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 1713 uint8_t is_active = FALSE; local
    [all...]
  /external/v8/src/debug/
debug.h 367 return is_active() && !debug_context().is_null() && break_id() != 0;
385 inline bool is_active() const { return is_active_; } function in class:v8::internal::Debug
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3PostProc.cpp 2004 uint8_t is_active = FALSE; local
    [all...]

Completed in 906 milliseconds

1 2