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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 400 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False):
455 for extn in self.GetExtensions(active_only=0):
547 activeExtns=self.GetExtensions(active_only=1)
PyShell.py     [all...]
EditorWindow.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 400 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False):
455 for extn in self.GetExtensions(active_only=0):
547 activeExtns=self.GetExtensions(active_only=1)
PyShell.py     [all...]
EditorWindow.py     [all...]
  /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):
455 for extn in self.GetExtensions(active_only=0):
547 activeExtns=self.GetExtensions(active_only=1)
PyShell.py     [all...]
EditorWindow.py     [all...]
  /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):
455 for extn in self.GetExtensions(active_only=0):
547 activeExtns=self.GetExtensions(active_only=1)
PyShell.py     [all...]
EditorWindow.py     [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 473 static PyObject* GetExtensions(PyBaseDescriptor* self, void *closure) {
599 { "extensions", (getter)GetExtensions, NULL, "Extensions Sequence"},
    [all...]

Completed in 1091 milliseconds