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

1 2

  /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()) {
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 1372 uint8_t is_active = FALSE; local
    [all...]
  /external/v8/src/
global-handles.cc 166 bool is_active() { function in class:v8::internal::GlobalHandles::Node
680 node->is_active())) {
742 if ((node->is_independent() || !node->is_active()) && node->IsWeak() &&
754 if ((node->is_independent() || !node->is_active()) &&
844 if (!node->is_independent() && (node->is_active())) {
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMuxer.cpp 2518 uint8_t is_active = FALSE; local
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.cpp 2303 uint8_t is_active = FALSE; local
2437 uint8_t is_active = FALSE; local
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 1604 uint8_t is_active = FALSE; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 2303 uint8_t is_active = FALSE; local
2437 uint8_t is_active = FALSE; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 1604 uint8_t is_active = FALSE; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp 1891 uint8_t is_active = FALSE; local
2024 uint8_t is_active = FALSE; local
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 1804 BOOLEAN is_active = FALSE; local
    [all...]
  /external/v8/src/debug/
debug.h 458 return is_active() && !debug_context().is_null() && break_id() != 0 &&
474 inline bool is_active() const { return is_active_; } function in class:v8::internal::Debug
debug.cc 762 if (!is_active()) return;
772 if (!is_active()) return;
1992 bool is_active = message_handler_ != NULL || !event_listener_.is_null(); local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 1692 uint8_t is_active = FALSE; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 320 uint8_t is_active = FALSE; local
341 is_active = TRUE;
345 is_active = FALSE;
359 ALOGD("%s: active is %d", __func__, is_active);
360 if (is_active == TRUE) {
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 373 uint8_t is_active; /* flag to indicate if bundle is valid */ member in struct:__anon5224
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 344 uint8_t is_active; /* flag to indicate if bundle is valid */ member in struct:__anon5618
  /external/autotest/frontend/afe/
models.py 2030 is_active = dbmodels.BooleanField(default=False, blank=False, null=False) variable in class:SpecialTask
    [all...]

Completed in 1404 milliseconds

1 2