HomeSort by relevance Sort by last modified time
    Searched refs:active_only (Results 1 - 10 of 10) sorted by null

  /development/host/windows/usb/api/
adb_helper_routines.h 51 @param[in] active_only If true only active interfaces (with flag
61 bool active_only,
73 @param[in] active_only If true only active interfaces (with flag
83 bool active_only,
adb_interface_enum.h 52 @param[in] active_only If true only active interfaces (with flag
60 bool active_only);
adb_interface_enum.cpp 38 bool active_only) {
48 active_only,
adb_helper_routines.cpp 86 bool active_only,
108 (!active_only || (interface_data.Flags & SPINT_ACTIVE))) {
148 bool active_only,
163 active_only,
adb_api.h 203 @param[in] active_only If true only active interfaces (with flag
211 bool active_only);
adb_api.cpp 44 bool active_only) {
55 active_only)) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 400 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False):
403 active_only - boolean, if true only return active (enabled) extensions
412 if active_only:
455 for extn in self.GetExtensions(active_only=0):
547 activeExtns=self.GetExtensions(active_only=1)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 400 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False):
403 active_only - boolean, if true only return active (enabled) extensions
412 if active_only:
455 for extn in self.GetExtensions(active_only=0):
547 activeExtns=self.GetExtensions(active_only=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 400 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False):
403 active_only - boolean, if true only return active (enabled) extensions
412 if active_only:
455 for extn in self.GetExtensions(active_only=0):
547 activeExtns=self.GetExtensions(active_only=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 400 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False):
403 active_only - boolean, if true only return active (enabled) extensions
412 if active_only:
455 for extn in self.GetExtensions(active_only=0):
547 activeExtns=self.GetExtensions(active_only=1)

Completed in 303 milliseconds