/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 | ClassPool.java | 123 MethodImplementation methodImpl = method.getImplementation(); in internCode() 171 MethodImplementation methodImpl = method.getImplementation(); in internDebug() 373 MethodImplementation impl = method.getImplementation(); 389 MethodImplementation impl = method.getImplementation(); 397 MethodImplementation impl = method.getImplementation(); 406 MethodImplementation impl = method.getImplementation(); 419 return new MutableMethodImplementation(poolMethod.getImplementation());
|
D | PoolMethod.java | 90 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation() method in PoolMethod 91 return method.getImplementation(); in 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 | 271 MethodImplementation impl = builderMethod.getImplementation(); 288 MethodImplementation impl = builderMethod.getImplementation(); 297 MethodImplementation impl = builderMethod.getImplementation(); 306 MethodImplementation impl = builderMethod.getImplementation(); 319 MethodImplementation impl = builderMethod.getImplementation();
|
D | BuilderMethod.java | 72 …@Override @Nullable public MethodImplementation getImplementation() { return methodImplementation;… in getImplementation() method in BuilderMethod
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedMethod.java | 156 DexBackedMethodImplementation methodImpl = getImplementation(); 190 public DexBackedMethodImplementation getImplementation() { 250 DexBackedMethodImplementation impl = getImplementation();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509Util.java | 322 static Implementation getImplementation( in getImplementation() method in X509Util 376 static Implementation getImplementation( in getImplementation() method in X509Util 391 … Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); in getImplementation() 399 imp = getImplementation(baseName, algorithm, prov[i]); in getImplementation()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/ |
D | X509Util.java | 323 static Implementation getImplementation( in getImplementation() method in X509Util 377 static Implementation getImplementation( in getImplementation() method in X509Util 392 … Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); in getImplementation() 400 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/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | ClassDefinition.java | 70 MethodImplementation impl = method.getImplementation(); in findFieldsSetInStaticConstructor() 276 MethodImplementation methodImpl = method.getImplementation(); in writeDirectMethods() 321 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/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/smali/src/test/java/org/jf/smali/ |
D | ImplicitReferenceTest.java | 82 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitMethodReference() 177 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitFieldReference()
|
/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/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 152 return ID->getImplementation() != nullptr; in hasObjCImpl() 154 return CD->getImplementation() != nullptr; in hasObjCImpl()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 476 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() 722 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() 1481 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() function in ObjCInterfaceDecl 1555 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() 1611 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod() 1621 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod() 1954 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() function in ObjCCategoryDecl
|
/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/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/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/ |
D | SmalideaMethod.java | 147 @Nullable @Override public MethodImplementation getImplementation() {
|
/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()
|