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/ |
D | NamePrepTransform.java | 192 … 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/ |
D | NamePrepTransform.java | 189 … 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/ |
D | DIBuilder.h | 702 createMethod(DIScope *Scope, StringRef Name, StringRef LinkageName,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 788 DISubprogram *DIBuilder::createMethod( in createMethod() function in DIBuilder
|
/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 107 … export const createMethod = Debug.deprecate(factory.createMethodDeclaration, factoryDeprecation); constant
|
/third_party/typescript/lib/ |
D | typescriptServices.d.ts | 6560 …const createMethod: (decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] … constant
|
D | typescript.d.ts | 6560 …const createMethod: (decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] … constant
|
D | tsserverlibrary.d.ts | 10305 …const createMethod: (decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] … constant
|
D | tsserverlibrary.js | 162638 ts.createMethod = ts.Debug.deprecate(ts.factory.createMethodDeclaration, factoryDeprecation);
|
D | typescript.js | 152866 ts.createMethod = ts.Debug.deprecate(ts.factory.createMethodDeclaration, factoryDeprecation);
|
D | tsserver.js | 162634 ts.createMethod = ts.Debug.deprecate(ts.factory.createMethodDeclaration, factoryDeprecation);
|
D | typescriptServices.js | 152866 ts.createMethod = ts.Debug.deprecate(ts.factory.createMethodDeclaration, factoryDeprecation);
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 6649 …const createMethod: (decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] … constant
|
D | tsserverlibrary.d.ts | 10432 …const createMethod: (decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] … constant
|