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

1 2 3

  /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()) {
simple_string_dictionary_unittest.cc 58 EXPECT_FALSE(entry->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():
AutoComplete.py 89 if self.autocompletewindow and self.autocompletewindow.is_active():
CallTipWindow.py 138 def is_active(self): member in class:CallTip
CallTips.py 63 if self.calltip and self.calltip.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():
AutoComplete.py 89 if self.autocompletewindow and self.autocompletewindow.is_active():
CallTipWindow.py 138 def is_active(self): member in class:CallTip
CallTips.py 63 if self.calltip and self.calltip.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():
AutoComplete.py 89 if self.autocompletewindow and self.autocompletewindow.is_active():
CallTipWindow.py 138 def is_active(self): member in class:CallTip
CallTips.py 63 if self.calltip and self.calltip.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():
AutoComplete.py 89 if self.autocompletewindow and self.autocompletewindow.is_active():
CallTipWindow.py 138 def is_active(self): member in class:CallTip
CallTips.py 63 if self.calltip and self.calltip.is_active():
  /external/autotest/frontend/afe/
models_test.py 95 task.update_object(is_active=True)
98 task.update_object(is_active=False, is_complete=True, success=True)
108 self.assertTrue(task.is_active)
116 self.assertFalse(task.is_active)
  /external/autotest/scheduler/
query_managers.py 122 queued_tasks = models.SpecialTask.objects.filter(is_active=False,
164 is_active=1, is_complete=0, host_id__isnull=False,
monitor_db.py 463 is_active=False,
483 + self._get_special_task_agent_tasks(is_active=True))
526 def _get_special_task_agent_tasks(self, is_active=False):
528 is_active=is_active, is_complete=False)
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 143 uint8_t is_active; /*indicates whether thread is active or not */ member in struct:__anon32327
271 uint8_t is_active; member in struct:__anon32336
448 uint8_t is_active; /* flag to indicate if bundle is valid */ member in struct:__anon32345
    [all...]
  /external/autotest/server/
site_utils.py 508 def get_special_task_status(is_complete, success, is_active):
517 @param is_active Boolean if the task is active.
525 if is_active:
  /external/opencv3/modules/core/src/
parallel.cpp 334 return tbbScheduler.is_active()
384 if(tbbScheduler.is_active()) tbbScheduler.terminate();
  /external/v8/src/runtime/
runtime-debug.cc     [all...]

Completed in 431 milliseconds

1 2 3