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

  /external/python/cpython2/Lib/idlelib/
configHandler.py 407 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False):
463 for extn in self.GetExtensions(active_only=0):
560 activeExtns = self.GetExtensions(active_only=1)
PyShell.py     [all...]
EditorWindow.py     [all...]
configDialog.py     [all...]
  /external/python/cpython3/Lib/idlelib/
config.py 434 def GetExtensions(self, active_only=True,
487 for extn in self.GetExtensions(active_only=0):
584 activeExtns = self.GetExtensions(active_only=1)
    [all...]
pyshell.py     [all...]
configdialog.py 304 for ext_name in idleConf.GetExtensions(active_only=False):
    [all...]
editor.py     [all...]
  /external/golang-protobuf/proto/
extensions.go 186 // accessed using GetExtension (or GetExtensions) desc and value
445 // GetExtensions returns a slice of the extensions present in pb that are also listed in es.
447 func GetExtensions(pb Message, es []*ExtensionDesc) (extensions []interface{}, err error) {
extensions_test.go 58 exts, err := proto.GetExtensions(msg, []*proto.ExtensionDesc{
63 t.Fatalf("GetExtensions() failed: %s", err)
418 if _, err := proto.GetExtensions(nilMsg, []*proto.ExtensionDesc{desc}); !isNotExtendable(err) {
419 t.Errorf("GetExtensions(nil) = %q (wrong error)", err)
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
extensions.go 186 // accessed using GetExtension (or GetExtensions) desc and value
429 // GetExtensions returns a slice of the extensions present in pb that are also listed in es.
431 func GetExtensions(pb Message, es []*ExtensionDesc) (extensions []interface{}, err error) {
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 473 static PyObject* GetExtensions(PyBaseDescriptor* self, void *closure) {
599 { "extensions", (getter)GetExtensions, NULL, "Extensions Sequence"},
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
test_config.py 439 iGE = idleConf.GetExtensions
    [all...]

Completed in 167 milliseconds