Home
last modified time | relevance | path

Searched refs:add_method (Results 1 – 20 of 20) sorted by relevance

/external/fonttools/Lib/fontTools/merge/
Dlayout.py8 from fontTools.merge.base import add_method, mergeObjects
191 @add_method(ttLib.getTableClass("GSUB"))
259 @add_method(
277 @add_method(
322 @add_method(
351 @add_method(otTables.ExtensionSubst, otTables.ExtensionPos)
359 @add_method(otTables.Lookup)
367 @add_method(otTables.LookupList)
375 @add_method(otTables.Lookup)
381 @add_method(otTables.LookupList)
[all …]
Dtables.py8 from fontTools.merge.base import add_method, mergeObjects
166 @add_method(ttLib.getTableClass("OS/2"))
218 @add_method(ttLib.getTableClass("glyf"))
241 @add_method(ttLib.getTableClass("CFF "))
311 @add_method(ttLib.getTableClass("cmap"))
Dbase.py12 def add_method(*clazzes, **kwargs): function
70 @add_method(DefaultTable, allowDefaultTable=True)
/external/rust/android-crates-io/crates/bindgen/ir/
Dobjc.rs188 interface.add_method(method); in from_ty()
205 fn add_method(&mut self, method: ObjCMethod) { in add_method() method
/external/pytorch/test/mobile/
Dtest_lite_script_module.py369 def add_method(self, x, w): member in TestLiteScriptModule.test_source_range_function_call.FooTest3
376 return self.add_method(x, w)
416 def add_method(self, val: int, x, w): member in TestLiteScriptModule.test_source_range_raise_exc.FooTest5
425 return self.add_method(val, x, w)
/external/python/cpython3/Lib/test/test_email/
Dtest_message.py672 add_method = 'add_attachment' if method=='mixed' else 'add_' + method
674 self._check_disallowed_subtype_raises(m, method, subtype, add_method)
676 getattr(m, add_method)('test', content_manager=cm)
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py487 def add_method(self, method: ProtoServiceMethod) -> None: member in ProtoService
841 service.add_method(
/external/stg/
Dproto_writer.cc199 auto& method = *stg.add_method(); in operator ()()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc2156 return ParseServiceMethod(service->add_method(), location, containing_file); in ParseServiceStatement()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc2156 return ParseServiceMethod(service->add_method(), location, containing_file); in ParseServiceStatement()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc2156 return ParseServiceMethod(service->add_method(), location, containing_file); in ParseServiceStatement()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc188 MethodDescriptorProto* result = service->add_method(); in AddMethod()
Ddescriptor.pb.h3359 ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* add_method(); in Swap()
11472 inline ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* ServiceDescriptorProto::add_method() { in add_method() function
Ddescriptor.cc2763 method(i)->CopyTo(proto->add_method()); in CopyTo()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc188 MethodDescriptorProto* result = service->add_method(); in AddMethod()
Ddescriptor.pb.h3359 ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* add_method(); in Swap()
11472 inline ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* ServiceDescriptorProto::add_method() { in add_method() function
Ddescriptor.cc2763 method(i)->CopyTo(proto->add_method()); in CopyTo()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc188 MethodDescriptorProto* result = service->add_method(); in AddMethod()
Ddescriptor.pb.h3359 ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* add_method(); in Swap()
11472 inline ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* ServiceDescriptorProto::add_method() { in add_method() function
Ddescriptor.cc2769 method(i)->CopyTo(proto->add_method()); in CopyTo()