/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p3-0x.cpp | 39 auto getImplementation() const -> TFunctionType in getImplementation() function 47 auto imp = m.getImplementation<int, int, int>(); in f()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | PoolMethod.java | 90 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation() method in PoolMethod 91 return method.getImplementation(); in getImplementation()
|
D | ClassPool.java | 141 MethodImplementation methodImpl = method.getImplementation(); in internCode() 189 MethodImplementation methodImpl = method.getImplementation(); in internDebug() 391 MethodImplementation impl = method.getImplementation(); 407 MethodImplementation impl = method.getImplementation(); 415 MethodImplementation impl = method.getImplementation(); 424 MethodImplementation impl = method.getImplementation(); 437 return new MutableMethodImplementation(poolMethod.getImplementation());
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
D | MethodRewriter.java | 95 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation() method in MethodRewriter.RewrittenMethod 97 method.getImplementation()); in getImplementation()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
D | BuilderClassPool.java | 269 MethodImplementation impl = builderMethod.getImplementation(); 286 MethodImplementation impl = builderMethod.getImplementation(); 295 MethodImplementation impl = builderMethod.getImplementation(); 304 MethodImplementation impl = builderMethod.getImplementation(); 317 MethodImplementation impl = builderMethod.getImplementation();
|
D | BuilderMethod.java | 72 …@Override @Nullable public MethodImplementation getImplementation() { return methodImplementation;… in getImplementation() method in BuilderMethod
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509Util.java | 324 static Implementation getImplementation( in getImplementation() method in X509Util 378 static Implementation getImplementation( in getImplementation() method in X509Util 393 … Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); in getImplementation() 401 imp = getImplementation(baseName, algorithm, prov[i]); in getImplementation()
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/ |
D | SmalideaMethodTest.java | 110 MethodImplementation impl = method.getImplementation(); in testSmalideaMethod() 350 MethodImplementation impl = method.getImplementation(); in testCatchBlocks() 422 MethodImplementation impl = method.getImplementation(); in testPackedSwitch() 488 MethodImplementation impl = method.getImplementation(); in testSparseSwitch() 563 MethodImplementation impl = method.getImplementation(); in testArrayData()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
D | ImmutableMethod.java | 102 method.getImplementation()); in of() 112 …@Override @Nullable public ImmutableMethodImplementation getImplementation() { return methodImplem… in getImplementation() method in ImmutableMethod
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/ |
D | OisControllers.java | 249 Method getImplementation = displayClass.getDeclaredMethod("getImplementation", new Class[0]); in getWindowHandle() local 250 getImplementation.setAccessible(true); in getWindowHandle() 251 Object display = getImplementation.invoke(null, (Object[])null); in getWindowHandle()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | ClassDefinition.java | 71 MethodImplementation impl = method.getImplementation(); in findFieldsSetInStaticConstructor() 277 MethodImplementation methodImpl = method.getImplementation(); in writeDirectMethods() 322 MethodImplementation methodImpl = method.getImplementation(); in writeVirtualMethods()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/ |
D | Method.java | 109 @Nullable MethodImplementation getImplementation(); in getImplementation() method
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedMethod.java | 151 DexBackedMethodImplementation methodImpl = getImplementation(); 185 public DexBackedMethodImplementation getImplementation() {
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
D | JumboStringConversionTest.java | 103 MethodImplementation impl = method.getImplementation(); in testJumboStringConversion() 200 MethodImplementation impl = method.getImplementation(); in testJumboStringConversion_NonMethodBuilder()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/ |
D | ReflectionConstructor.java | 92 @Nullable @Override public MethodImplementation getImplementation() {
|
D | ReflectionMethod.java | 91 @Nullable @Override public MethodImplementation getImplementation() {
|
/external/smali/smali/src/test/java/ |
D | ImplicitReferenceTest.java | 82 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitMethodReference() 177 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitFieldReference()
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 152 return ID->getImplementation() != nullptr; in hasObjCImpl() 154 return CD->getImplementation() != nullptr; in hasObjCImpl()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorResolver.java | 109 MethodImplementation methodImpl = method.getImplementation(); in getAccessedMember()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/ |
D | AccessorTest.java | 110 MethodImplementation methodImpl = method.getImplementation(); in testAccessors()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCUnusedIVarsChecker.cpp | 91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 448 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() 694 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() 1447 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() function in ObjCInterfaceDecl 1521 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() 1577 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod() 1587 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod() 1918 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() function in ObjCCategoryDecl
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/ |
D | SmalideaMethod.java | 147 @Nullable @Override public MethodImplementation getImplementation() {
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 251 && ownerDoc.getImplementation().hasFeature("Core", "3.0")) { in traverse() 256 .getImplementation() in traverse() 326 && ownerDoc.getImplementation().hasFeature("Core", "3.0")) { in traverse() 331 .getImplementation() in traverse()
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | ArbitraryInstances.java | 325 private static <T> Class<? extends T> getImplementation(Class<T> type) { in getImplementation() method in ArbitraryInstances 340 Class<? extends T> implementation = getImplementation(type); in get()
|