Home
last modified time | relevance | path

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

123

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dcall_get.js17 var makeMethodCaller = function (methodName) { argument
69 function ensureMethod(obj, methodName) { argument
85 Promise.prototype.call = function (methodName) { argument
/third_party/grpc/src/csharp/Grpc.Core.Api/
DAsyncAuthInterceptor.cs42 readonly string methodName; field in Grpc.Core.AuthInterceptorContext
47 public AuthInterceptorContext(string serviceUrl, string methodName) in AuthInterceptorContext()
DMethod.cs171 internal static string GetFullName(string serviceName, string methodName) in GetFullName()
/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.java82 private NumberFormat getJDKInstance(int type, Locale loc, String[] methodName) { in getJDKInstance()
114 … private com.ibm.icu.text.NumberFormat getICUInstance(int type, Locale loc, String[] methodName) { in getICUInstance()
180 String[] methodName = new String[1]; in TestICUEquivalent() local
DDateFormatTest.java72 private DateFormat getJDKInstance(int dstyle, int tstyle, Locale loc, String[] methodName) { in getJDKInstance()
91 …m.ibm.icu.text.DateFormat getICUInstance(int dstyle, int tstyle, Locale loc, String[] methodName) { in getICUInstance()
/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/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.cs55 var methodName = RemoveStringSuffix(typeof(T).Name, "_delegate"); field in Grpc.Core.Internal.NativeMethods.__anon1
/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/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIStatusConsistencyChecker.java93 String methodName = api.getName(); in checkConsistency() local
/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/typescript_eslint/packages/eslint-plugin/src/rules/
Dexplicit-member-accessibility.ts133 const methodName = util.getNameFromMember(methodDefinition, sourceCode); constant
/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()

123