Home
last modified time | relevance | path

Searched refs:Methods (Results 1 – 25 of 845) sorted by relevance

12345678910>>...34

/external/llvm-project/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/
DSomeKit.apinotes4 Methods:
54 Methods:
59 Methods:
87 Methods:
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp151 FOR_VECTOR (m, _options.Methods) in CreateMixerCoder()
153 const CMethodFull &methodFull = _options.Methods[m]; in CreateMixerCoder()
513 if (_options.Methods.IsEmpty()) in EncoderConstr()
524 _options.Methods.Add(method); in EncoderConstr()
539 for (i = 0; i < _options.Methods.Size(); i++) in EncoderConstr()
541 const CMethodFull &methodFull = _options.Methods[i]; in EncoderConstr()
549 if (i != _options.Methods.Size() - 1) in EncoderConstr()
648 _options.Methods.Add(method); in EncoderConstr()
660 for (unsigned i = _options.Methods.Size(); i != 0;) in EncoderConstr()
661 _decompressionMethods.Add(_options.Methods[--i].Id); in EncoderConstr()
D7zCompressionMode.h40 CObjectVector<CMethodFull> Methods; member
62 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty()
/external/python/cpython2/Doc/library/
Dfl.rst171 object. Methods of FORMS objects are described below. Most kinds of FORMS
257 Add a button object to the form. --- Methods: :meth:`get_button`,
263 Add a lightbutton object to the form. --- Methods: :meth:`get_button`,
269 Add a roundbutton object to the form. --- Methods: :meth:`get_button`,
275 Add a slider object to the form. --- Methods: :meth:`set_slider_value`,
283 Add a valslider object to the form. --- Methods: :meth:`set_slider_value`,
291 Add a dial object to the form. --- Methods: :meth:`set_dial_value`,
297 Add a positioner object to the form. --- Methods:
306 Add a counter object to the form. --- Methods: :meth:`set_counter_value`,
313 Add an input object to the form. --- Methods: :meth:`set_input`,
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DUpgradeGoogletestCaseCheck.cpp138 auto Methods = in registerMatchers() local
173 Finder->addMatcher(expr(anyOf(callExpr(callee(Methods)).bind("call"), in registerMatchers()
174 declRefExpr(to(Methods)).bind("ref")), in registerMatchers()
179 usingDecl(hasAnyUsingShadowDecl(hasTargetDecl(Methods)), LocationFilter) in registerMatchers()
183 Finder->addMatcher(cxxMethodDecl(Methods, LocationFilter), this); in registerMatchers()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc679 static PyMethodDef Methods[] = { variable
716 message_descriptor::Methods, // tp_methods
996 static PyMethodDef Methods[] = { variable
1031 field_descriptor::Methods, // tp_methods
1131 static PyMethodDef Methods[] = { variable
1186 enum_descriptor::Methods, // tp_methods
1271 static PyMethodDef Methods[] = { variable
1306 enumvalue_descriptor::Methods, // tp_methods
1446 static PyMethodDef Methods[] = { variable
1482 file_descriptor::Methods, // tp_methods
[all …]
/external/doclava/res/assets/templates-sdk/
Dpage_info.cs94 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
98 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
102 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
/external/apache-http/api/
Dlint-baseline.txt3 Methods must not throw generic exceptions (`java.lang.Throwable`)
5 Methods must not throw generic exceptions (`java.lang.Throwable`)
7 Methods must not throw generic exceptions (`java.lang.Throwable`)
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3389 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool() argument
3405 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3409 if (!Methods.empty()) in CollectMultipleMethodsInGlobalPool()
3410 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3421 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3424 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3429 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool() argument
3434 for (auto *M : Methods) in AreMultipleMethodsInGlobalPool()
3464 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local
3472 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, in DiagnoseMultipleMethodInGlobalPool() argument
[all …]
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/external/libchrome/base/android/jni_generator/
DREADME.md24 ### Exposing Native Methods
47 ### Exposing Java Methods
61 * Methods marked as `native` will have stubs generated for them that forward
69 * Methods annotated with `@CalledByNative` will have stubs generated for them.
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h841 ArrayRef<StringRef> Methods) in VFTableRecord() argument
844 VFPtrOffset(VFPtrOffset), Name(Name), MethodNamesRef(Methods) {} in VFTableRecord()
847 const std::vector<StringRef> &Methods) in VFTableRecord() argument
850 VFPtrOffset(VFPtrOffset), Name(Name), MethodNames(Methods) {} in VFTableRecord()
935 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord() argument
936 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {} in MethodOverloadListRecord()
945 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods()
957 std::vector<OneMethodRecord> Methods; variable
/external/clang/lib/AST/
DDeclObjC.cpp519 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const { in getDesignatedInitializers()
532 Methods.push_back(MD); in getDesignatedInitializers()
536 Methods.push_back(MD); in getDesignatedInitializers()
1106 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse() argument
1126 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse()
1131 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1143 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse()
1149 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1155 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1158 CollectOverriddenMethodsRecurse(Cat, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
[all …]
/external/antlr/runtime/ObjC/Framework/
DBufferedTreeNodeStream.h112 #pragma mark Protected Methods
121 #pragma mark General Methods

12345678910>>...34