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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_copy_reg.py 52 copy_reg.add_extension(mod, func, code)
59 copy_reg.add_extension(mod, func, code) # shouldn't blow up
61 self.assertRaises(ValueError, copy_reg.add_extension,
66 self.assertRaises(ValueError, copy_reg.add_extension,
71 self.assertRaises(ValueError, copy_reg.add_extension,
93 copy_reg.add_extension(mod, func, code)
100 self.assertRaises(ValueError, copy_reg.add_extension,
pickletester.py 105 copy_reg.add_extension(pair[0], pair[1], code)
795 copy_reg.add_extension(__name__, "MyList", extcode)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_copy_reg.py 52 copy_reg.add_extension(mod, func, code)
59 copy_reg.add_extension(mod, func, code) # shouldn't blow up
61 self.assertRaises(ValueError, copy_reg.add_extension,
66 self.assertRaises(ValueError, copy_reg.add_extension,
71 self.assertRaises(ValueError, copy_reg.add_extension,
93 copy_reg.add_extension(mod, func, code)
100 self.assertRaises(ValueError, copy_reg.add_extension,
pickletester.py 105 copy_reg.add_extension(pair[0], pair[1], code)
795 copy_reg.add_extension(__name__, "MyList", extcode)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy_reg.py 10 "add_extension", "remove_extension", "clear_extension_cache"]
157 def add_extension(module, name, code): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy_reg.py 10 "add_extension", "remove_extension", "clear_extension_cache"]
157 def add_extension(module, name, code): function
  /external/chromium_org/third_party/jinja2/
environment.py 307 def add_extension(self, extension): member in class:Environment
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 378 inline ::google::protobuf::FieldDescriptorProto* add_extension();
609 inline ::google::protobuf::FieldDescriptorProto* add_extension();
2714 inline ::google::protobuf::FieldDescriptorProto* FileDescriptorProto::add_extension() { function in class:google::protobuf::FileDescriptorProto
2863 inline ::google::protobuf::FieldDescriptorProto* DescriptorProto::add_extension() { function in class:google::protobuf::DescriptorProto
    [all...]
descriptor.cc     [all...]
descriptor_unittest.cc 109 FieldDescriptorProto* result = file->add_extension();
123 FieldDescriptorProto* result = parent->add_extension();
    [all...]
descriptor.pb.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h 401 inline ::google::protobuf::FieldDescriptorProto* add_extension();
640 inline ::google::protobuf::FieldDescriptorProto* add_extension();
3129 inline ::google::protobuf::FieldDescriptorProto* FileDescriptorProto::add_extension() { function in class:google::protobuf::FileDescriptorProto
3377 inline ::google::protobuf::FieldDescriptorProto* DescriptorProto::add_extension() { function in class:google::protobuf::DescriptorProto
    [all...]
descriptor_unittest.cc 111 FieldDescriptorProto* result = file->add_extension();
125 FieldDescriptorProto* result = parent->add_extension();
    [all...]
descriptor.cc     [all...]
descriptor.pb.cc     [all...]

Completed in 1206 milliseconds