Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 25 of 49) sorted by relevance

12

/third_party/node/test/fixtures/wpt/streams/resources/
Dtest-utils.js13 self.methodRejects = (t, obj, methodName, target, args) => { argument
20 self.methodRejectsForAll = (t, obj, methodName, targets, args) => { argument
34 self.methodThrows = (obj, methodName, target, args) => { argument
41 self.methodThrowsForAll = (obj, methodName, targets, args) => { argument
/third_party/node/benchmark/child_process/
Dchild-process-params.js13 methodName: [ property
23 function main({ n, methodName, params }) { property
/third_party/jsframework/runtime/preparation/
Dinit.ts81 for (const methodName in globalMethods) { constant
83 const res: any = globalMethods[methodName](...args); constant
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DNumberFormatTest.java73 private NumberFormat getJDKInstance(int type, Locale loc, String[] methodName) { in getJDKInstance()
105 … private com.ibm.icu.text.NumberFormat getICUInstance(int type, Locale loc, String[] methodName) { in getICUInstance()
171 String[] methodName = new String[1]; in TestICUEquivalent() local
DDateFormatTest.java64 private DateFormat getJDKInstance(int dstyle, int tstyle, Locale loc, String[] methodName) { in getJDKInstance()
83 …m.ibm.icu.text.DateFormat getICUInstance(int dstyle, int tstyle, Locale loc, String[] methodName) { in getICUInstance()
/third_party/node/test/parallel/
Dtest-whatwg-url-properties.js64 ].forEach(({ name, methodName }) => { field
95 function testMethod(target, name, methodName = stringifyName(name)) { argument
/third_party/typescript/tests/cases/conformance/es6/computedProperties/
DcomputedPropertyNamesOnOverloads_ES5.ts2 var methodName = "method"; variable
DcomputedPropertyNamesOnOverloads_ES6.ts2 var methodName = "method"; variable
DcomputedPropertyNames2_ES5.ts2 var methodName = "method"; variable
DcomputedPropertyNames2_ES6.ts2 var methodName = "method"; variable
/third_party/typescript/tests/baselines/reference/
DspyComparisonChecking.js30 var methodName = methodNames_1[_i]; variable
DcomputedPropertyNamesOnOverloads_ES5.js2 var methodName = "method"; variable
DcomputedPropertyNamesOnOverloads_ES6.js2 var methodName = "method"; variable
DcomputedPropertyNames2_ES6.js2 var methodName = "method"; variable
DcomputedPropertyNames2_ES5.js2 var methodName = "method"; variable
/third_party/typescript/tests/cases/compiler/
DspyComparisonChecking.ts19 for (const methodName of methodNames) { constant
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryFactory.java81 private static final ExtensionRegistryLite invokeSubclassFactory(String methodName) { in invokeSubclassFactory()
/third_party/skia/src/sksl/ir/
DSkSLFieldAccess.cpp24 String methodName = String("$") + field; in Convert() local
/third_party/node/lib/internal/test_runner/
Dmock.js185 const restore = { descriptor, object: objectOrFunction, methodName }; field
356 function findMethodOnPrototypeChain(instance, methodName) { argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIStatusConsistencyChecker.java93 String methodName = api.getName(); in checkConsistency() local
/third_party/node/lib/internal/test_runner/mock/
Dmock.js246 const restore = { __proto__: null, descriptor, object: objectOrFunction, methodName }; field
452 function findMethodOnPrototypeChain(instance, methodName) { argument
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DDebugWriter.java128 private String plainMethodName(String methodName) { in plainMethodName()
/third_party/jsframework/runtime/main/page/
Dregister.ts149 for (const methodName in methods) { constant
/third_party/python/Lib/unittest/test/
Dtest_assertions.py185 def assertMessages(self, methodName, args, errors): argument
351 def assertMessagesCM(self, methodName, args, func, errors): argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
DArabicShapingRegTest.java204 …private boolean getStaticCharacterHelperFunctionValue(String methodName, char testValue) throws Ex… in getStaticCharacterHelperFunctionValue()

12