HomeSort by relevance Sort by last modified time
    Searched defs:Methods (Results 1 - 25 of 46) sorted by null

1 2

  /build/make/tools/droiddoc/templates-ndk/
class.cs 23 <?cs if:subcount(cl.methods) ?>
81 <?cs if:subcount(class.methods.public) ?>
82 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
85 <?cs if:subcount(class.methods.protected) ?>
86 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
90 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
184 <?cs def:write_method_summary(methods, included) ?>
186 <?cs each:method = methods ?>
254 <td class="jd-linkcol"><?cs each:m=attr.methods ?>
301 || subcount(class.methods.public
    [all...]
  /build/make/tools/droiddoc/templates-sac/
class.cs 20 <?cs if:subcount(cl.methods) ?>
78 <?cs if:subcount(class.methods.public) ?>
79 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
82 <?cs if:subcount(class.methods.protected) ?>
83 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
181 <?cs def:write_method_summary(methods, included) ?>
183 <?cs each:method = methods ?>
245 <td class="jd-linkcol"><?cs each:m=attr.methods ?>
286 || subcount(class.methods.public
    [all...]
  /external/doclava/res/assets/templates/
class.cs 14 <?cs if:subcount(cl.methods) ?>
72 <?cs if:subcount(class.methods.public) ?>
73 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
76 <?cs if:subcount(class.methods.protected) ?>
77 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
81 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
173 <?cs def:write_method_summary(methods, included) ?>
175 <?cs each:method = methods ?>
234 <td class="jd-linkcol"><?cs each:m=attr.methods ?>
275 || subcount(class.methods.public
    [all...]
  /external/doclava/res/assets/templates-sdk/
page_info.cs 40 <?cs if:subcount(cl.methods) ?>
98 <?cs if:subcount(class.methods.public) ?>
99 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
102 <?cs if:subcount(class.methods.protected) ?>
103 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
107 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ServiceDescriptor.cs 44 private readonly IList<MethodDescriptor> methods; field in class:Google.Protobuf.Reflection.ServiceDescriptor
50 methods = DescriptorUtil.ConvertAndMakeReadOnly(proto.Method,
64 /// An unmodifiable list of methods in this service.
66 public IList<MethodDescriptor> Methods
68 get { return methods; }
83 foreach (MethodDescriptor method in methods)
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
remote_method_type.h 45 // interface between RPC clients and services as a set of methods.
48 typedef std::tuple<MethodTypes...> Methods;
52 using Method = typename std::tuple_element<Index, Methods>::type;
66 #define PDX_REMOTE_API(name, ... /*methods*/) \
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 33 Methods[0] is filter method
38 CObjectVector<CMethodFull> Methods;
60 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 284 static PyMethodDef Methods[] = {
324 extension_dict::Methods, // tp_methods
descriptor_pool.cc 467 static PyMethodDef Methods[] = {
530 cdescriptor_pool::Methods, // tp_methods
repeated_composite_container.cc 553 static PyMethodDef Methods[] = {
599 repeated_composite_container::Methods, // tp_methods
descriptor.cc 619 static PyMethodDef Methods[] = {
656 message_descriptor::Methods, // tp_methods
    [all...]
message.cc     [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 285 std::vector<OneMethodRecord> Methods;
296 Methods.emplace_back(L->Type, MethKind, Options, Access, VFTableOffset,
300 auto &Method = Methods.back();
304 return MethodOverloadListRecord(Methods);
533 for (OneMethodRecord &Meth : Methods)
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.h 55 HRESULT SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &methods);
89 UStringVector Methods;
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 45 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Api), global::Google.Protobuf.WellKnownTypes.Api.Parser, new[]{ "Name", "Methods", "Options", "Version", "SourceContext", "Mixins", "Syntax" }, null, null, null),
104 /// <summary>Field number for the "methods" field.</summary>
110 /// The methods of this api, in unspecified order.
112 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> Methods {
629 /// redeclare all the methods from the included API, but documentation
671 /// The mixin construct implies that all methods in `AccessControl` are
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 5 // This file provides methods that let us export a Type as an ../ssa:Type.
143 methods Fields
325 // This saves space in Types that do not have fields or methods
657 // interface methods.
794 func (t *Type) Methods() *Fields {
796 return &t.methods
820 // FieldSlice returns a slice of containing all fields/methods of
826 // SetFields sets struct/interface type t's fields/methods to fields.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 5 // This file provides methods that let us export a Type as an ../ssa:Type.
143 methods Fields
325 // This saves space in Types that do not have fields or methods
657 // interface methods.
794 func (t *Type) Methods() *Fields {
796 return &t.methods
820 // FieldSlice returns a slice of containing all fields/methods of
826 // SetFields sets struct/interface type t's fields/methods to fields.
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 841 ArrayRef<StringRef> Methods)
844 VFPtrOffset(VFPtrOffset), Name(Name), MethodNamesRef(Methods) {}
847 const std::vector<StringRef> &Methods)
850 VFPtrOffset(VFPtrOffset), Name(Name), MethodNames(Methods) {}
935 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods)
936 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {}
945 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
957 std::vector<OneMethodRecord> Methods;
982 TypeIndex MethList; // Type index of methods in overload se
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 630 ArrayRef<StringRef> Methods)
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
687 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods)
688 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {}
690 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
691 std::vector<OneMethodRecord> Methods;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 630 ArrayRef<StringRef> Methods)
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
687 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods)
688 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {}
690 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
691 std::vector<OneMethodRecord> Methods;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 630 ArrayRef<StringRef> Methods)
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
687 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods)
688 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {}
690 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
691 std::vector<OneMethodRecord> Methods;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 630 ArrayRef<StringRef> Methods)
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
687 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods)
688 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {}
690 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
691 std::vector<OneMethodRecord> Methods;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 630 ArrayRef<StringRef> Methods)
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
687 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods)
688 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {}
690 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
691 std::vector<OneMethodRecord> Methods;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 630 ArrayRef<StringRef> Methods)
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
687 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods)
688 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {}
690 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
691 std::vector<OneMethodRecord> Methods;

Completed in 942 milliseconds

1 2