Searched refs:createMethod (Results 1 – 10 of 10) sorted by relevance
/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/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/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/4.0/ |
D | nodeFactoryTopLevelExports.ts | 96 … export const createMethod = Debug.deprecate(factory.createMethodDeclaration, factoryDeprecation); constant
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 7501 const createMethod: { constant
|
D | typescriptServices.d.ts | 7501 const createMethod: { constant
|
D | tsserverlibrary.d.ts | 11440 const createMethod: { constant
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 7501 const createMethod: { constant
|
D | tsserverlibrary.d.ts | 11440 const createMethod: { constant
|