Home
last modified time | relevance | path

Searched full:methodlist (Results 1 – 25 of 46) sorted by relevance

12

/external/testng/src/main/java/org/testng/reporters/
DFailedReporter.java193 Set<ITestNGMethod> methodList= methodsMap.get(clazz); in createXmlClasses() local
194 if(null == methodList) { in createXmlClasses()
195 methodList= new HashSet<>(); in createXmlClasses()
196 methodsMap.put(clazz, methodList); in createXmlClasses()
198 methodList.add(m); in createXmlClasses()
211 Set<ITestNGMethod> methodList= entry.getValue(); in createXmlClasses() local
215 List<XmlInclude> methodNames= Lists.newArrayList(methodList.size()); in createXmlClasses()
217 for(ITestNGMethod m: methodList) { in createXmlClasses()
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInlineBytecodeGenerator.java14 import net.bytebuddy.description.method.MethodList;
238 MethodList<?> methods, in wrap()
258MethodList<?> methodList = typeDescription.getDeclaredMethods().filter((name.equals(MethodDescript… in visitMethod() local
261 … if (methodList.size() == 1 && methodList.getOnly().getParameters().hasExplicitMetaData()) { in visitMethod()
262 … for (ParameterDescription parameterDescription : methodList.getOnly().getParameters()) { in visitMethod()
/external/testng/src/main/java/org/testng/internal/
DMethodGroupsHelper.java134 List<ITestNGMethod> methodList = result.get(group); in findGroupsMethods() local
135 if (methodList == null) { in findGroupsMethods()
136 methodList = Lists.newArrayList(); in findGroupsMethods()
137 result.put(group, methodList); in findGroupsMethods()
143 if (! methodList.contains(method)) { in findGroupsMethods()
144 methodList.add(method); in findGroupsMethods()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DRpcReceiverManager.java42 Collection<MethodDescriptor> methodList = MethodDescriptor.collectFrom(receiverClass); in RpcReceiverManager() local
43 for (MethodDescriptor m : methodList) { in RpcReceiverManager()
/external/llvm-project/lld/test/COFF/
Dpdb-thunk.yaml515 MethodList: 4110
520 MethodList: 4114
689 MethodList: 4133
694 MethodList: 4137
852 MethodList: 4152
869 MethodList: 4157
1124 MethodList: 4193
1335 MethodList: 4207
1451 MethodList: 4219
1571 MethodList: 4231
[all …]
Dpdb-heapsite.yaml449 MethodList: 4121
660 MethodList: 4135
776 MethodList: 4147
896 MethodList: 4159
1355 MethodList: 4194
/external/auto/common/src/main/java/com/google/auto/common/
DMoreElements.java426 List<ExecutableElement> methodList = ImmutableList.copyOf(methods);
427 for (int i = 0; i < methodList.size(); i++) {
428 ExecutableElement methodI = methodList.get(i);
429 for (int j = i + 1; j < methodList.size(); j++) {
430 ExecutableElement methodJ = methodList.get(j);
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp1169 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local
1171 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
1174 MethodList.addInt(IntTy, td.getTypeSizeInBits(ObjCMethodDescTy) / in GenerateProtocolMethodList()
1177 auto MethodArray = MethodList.beginArray(ObjCMethodDescTy); in GenerateProtocolMethodList()
1184 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList()
1185 return MethodList.finishAndCreateGlobal(".objc_protocol_method_list", in GenerateProtocolMethodList()
2776 /// Generates a MethodList. Used in construction of a objc_class and
2788 auto MethodList = Builder.beginStruct(); in GenerateMethodList() local
2789 MethodList.addNullPointer(CGM.Int8PtrTy); in GenerateMethodList()
2790 MethodList.addInt(Int32Ty, Methods.size()); in GenerateMethodList()
[all …]
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test118 YAML: MethodList: 4105
235 YAML: MethodList: 4117
341 YAML: MethodList: 4127
448 YAML: MethodList: 4138
601 YAML: MethodList: 4152
/external/desugar/java/com/google/devtools/common/options/processor/
DOptionProcessor.java280 List<ExecutableElement> methodList = in checkProvidedConverter() local
295 if (methodList.size() != 1) { in checkProvidedConverter()
300 methodList.stream().map(Object::toString).collect(Collectors.joining(", "))); in checkProvidedConverter()
304 (ExecutableType) typeUtils.asMemberOf(converterType, methodList.get(0)); in checkProvidedConverter()
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-file-statics-b.yaml279 MethodList: 4114
490 MethodList: 4128
606 MethodList: 4140
726 MethodList: 4152
1185 MethodList: 4187
Dpdb-file-statics-a.yaml304 MethodList: 4118
515 MethodList: 4132
631 MethodList: 4144
751 MethodList: 4156
1210 MethodList: 4191
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h768 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord() argument
771 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord()
774 TypeIndex getMethodList() const { return MethodList; } in getMethodList()
778 TypeIndex MethodList; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h774 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord() argument
777 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord()
780 TypeIndex getMethodList() const { return MethodList; } in getMethodList()
784 TypeIndex MethodList; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h963 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord() argument
966 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord()
976 TypeIndex getMethodList() const { return MethodList; } in getMethodList()
987 TypeIndex MethodList; variable
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp245 OverloadedMethodRecord OverloadedMethod(3, TypeIndex(49), "MethodList");
483 checkTypeReferences(0, OverloadedMethod.MethodList); in TEST_F()
531 0, BaseClass.Type, DataMember.Type, OverloadedMethod.MethodList, in TEST_F()
/external/caliper/lib/
Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module- ...
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1514 /// Generates a MethodList. Used in construction of a objc_class and
1772 llvm::Constant *MethodList = in GenerateEmptyProtocol() local
1779 MethodList->getType(), in GenerateEmptyProtocol()
1780 MethodList->getType(), in GenerateEmptyProtocol()
1781 MethodList->getType(), in GenerateEmptyProtocol()
1782 MethodList->getType(), in GenerateEmptyProtocol()
1790 MethodList, MethodList, MethodList, MethodList}; in GenerateEmptyProtocol()
2306 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", in GenerateClass() local
2365 MethodList, GenerateProtocolList(Protocols), IvarOffsetArray, in GenerateClass()
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Devery-type.yaml158 MethodList: 0x100B
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp336 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
337 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
DTypeRecordMapping.cpp191 // FieldList and MethodList records can be any length because they can be in visitTypeBegin()
629 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp336 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
337 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
DTypeRecordMapping.cpp191 // FieldList and MethodList records can be any length because they can be in visitTypeBegin()
630 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp373 MethodOverloadListRecord &MethodList) { in visitMethodOverloadList() argument
374 for (auto &M : MethodList.getMethods()) { in visitMethodOverloadList()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp252 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()

12