Home
last modified time | relevance | path

Searched refs:createMethod (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DNamePrepTransform.java192 … Method createMethod = cls.getMethod("createFromRules", String.class, String.class, Integer.TYPE); in initialize() local
193 translitInstance = createMethod.invoke(null, id, rule, Integer.valueOf(direction)); in initialize()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DNamePrepTransform.java189 … Method createMethod = cls.getMethod("createFromRules", String.class, String.class, Integer.TYPE); in initialize() local
190 translitInstance = createMethod.invoke(null, id, rule, Integer.valueOf(direction)); in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h702 createMethod(DIScope *Scope, StringRef Name, StringRef LinkageName,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp788 DISubprogram *DIBuilder::createMethod( in createMethod() function in DIBuilder
/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts107 … export const createMethod = Debug.deprecate(factory.createMethodDeclaration, factoryDeprecation); constant
/third_party/typescript/lib/
DtypescriptServices.d.ts6560 …const createMethod: (decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] … constant
Dtypescript.d.ts6560 …const createMethod: (decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] … constant
Dtsserverlibrary.d.ts10305 …const createMethod: (decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] … constant
Dtsserverlibrary.js162638 ts.createMethod = ts.Debug.deprecate(ts.factory.createMethodDeclaration, factoryDeprecation);
Dtypescript.js152866 ts.createMethod = ts.Debug.deprecate(ts.factory.createMethodDeclaration, factoryDeprecation);
Dtsserver.js162634 ts.createMethod = ts.Debug.deprecate(ts.factory.createMethodDeclaration, factoryDeprecation);
DtypescriptServices.js152866 ts.createMethod = ts.Debug.deprecate(ts.factory.createMethodDeclaration, factoryDeprecation);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6649 …const createMethod: (decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] … constant
Dtsserverlibrary.d.ts10432 …const createMethod: (decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] … constant