Home
last modified time | relevance | path

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

12345678910>>...30

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp151 FOR_VECTOR (m, _options.Methods) in CreateMixerCoder()
153 const CMethodFull &methodFull = _options.Methods[m]; in CreateMixerCoder()
491 if (_options.Methods.IsEmpty()) in EncoderConstr()
502 _options.Methods.Add(method); in EncoderConstr()
517 for (i = 0; i < _options.Methods.Size(); i++) in EncoderConstr()
519 const CMethodFull &methodFull = _options.Methods[i]; in EncoderConstr()
527 if (i != _options.Methods.Size() - 1) in EncoderConstr()
626 _options.Methods.Add(method); in EncoderConstr()
638 for (unsigned i = _options.Methods.Size(); i != 0;) in EncoderConstr()
639 _decompressionMethods.Add(_options.Methods[--i].Id); in EncoderConstr()
D7zCompressionMode.h38 CObjectVector<CMethodFull> Methods; member
60 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty()
D7zUpdate.cpp939 for (unsigned c = 1; c < mode.Methods.Size(); c++) in AddBondForFilter()
975 unsigned methodIndex = mode.Methods.Size(); in AddBcj2Methods()
979 for (unsigned i = 1; i + 1 < mode.Methods.Size(); i++) in AddBcj2Methods()
989 mode.Methods.Add(m); in AddBcj2Methods()
990 mode.Methods.Add(m); in AddBcj2Methods()
1005 const CMethodFull &m = mode.Methods[0]; in MakeExeMethod()
1018 CMethodFull &m = mode.Methods.InsertNew(0); in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
1604 FOR_VECTOR (i, method.Methods) in Update()
[all …]
/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/doclava/res/assets/templates-sdk/
Dpage_info.cs101 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
105 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
109 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc619 static PyMethodDef Methods[] = { variable
656 message_descriptor::Methods, // tp_methods
911 static PyMethodDef Methods[] = { variable
946 field_descriptor::Methods, // tp_methods
1041 static PyMethodDef Methods[] = { variable
1094 enum_descriptor::Methods, // tp_getset
1173 static PyMethodDef Methods[] = { variable
1208 enumvalue_descriptor::Methods, // tp_methods
1336 static PyMethodDef Methods[] = { variable
1372 file_descriptor::Methods, // tp_methods
/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.3/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.0-rc3/MockFtpServer/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.4/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.5/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-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/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.2/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy56 // Abstract and Overridden Methods
73 // Helper Methods
/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/antlr-3.4/runtime/ObjC/Framework/
DANTLRBufferedTreeNodeStream.h112 #pragma mark Protected Methods
121 #pragma mark General Methods
/external/python/cpython3/Doc/c-api/
Dmethod.rst51 Methods are bound function objects. Methods are always bound to an instance of
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBufferedTreeNodeStream.h110 #pragma mark Protected Methods
119 #pragma mark General Methods
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBufferedTreeNodeStream.h110 #pragma mark Protected Methods
119 #pragma mark General Methods

12345678910>>...30