/external/clang/unittests/AST/ |
D | ASTContextParentMapTest.cpp | 28 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST() 34 ifStmt(hasParent(compoundStmt())))); in TEST() 41 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST() 47 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST() 56 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST() 61 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST() 67 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST() 68 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
|
D | SourceLocationTest.cpp | 530 friendDecl(hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
|
/external/v8/tools/clang/rewrite_scoped_refptr/ |
D | RewriteScopedRefptr.cpp | 300 auto returned_as_raw_ptr = hasParent( in main() 311 anyOf(allOf(hasParent(implicitCastExpr(returned_as_raw_ptr)), in main() 313 allOf(hasParent(implicitCastExpr( in main() 314 hasParent(exprWithCleanups(returned_as_raw_ptr)))), in main() 325 auto bool_conversion_matcher = hasParent( in main() 326 expr(anyOf(implicit_to_bool, expr(hasParent(implicit_to_bool))))); in main()
|
/external/caliper/caliper/src/main/java/com/google/caliper/memory/ |
D | Chain.java | 63 public boolean hasParent() { 115 while (current.hasParent()) { 125 while (current.hasParent()) {
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 1638 compoundStmt(hasParent(ifStmt())))); in TEST() 1641 compoundStmt(hasParent(ifStmt())))); in TEST() 1644 compoundStmt(hasParent(ifStmt())))); in TEST() 1711 hasParent(compoundStmt(hasParent(functionDecl( in TEST() 1712 hasParent(cxxRecordDecl(isTemplateInstantiation()))))))))); in TEST() 1718 hasParent(compoundStmt(hasParent(functionDecl(hasParent( in TEST() 1724 hasParent(compoundStmt( in TEST() 1725 allOf(hasParent(functionDecl(hasParent( in TEST() 1727 hasParent(functionDecl(hasParent(cxxRecordDecl( in TEST() 1732 compoundStmt(hasParent(recordDecl())))); in TEST()
|
D | ASTMatchersNodeTest.cpp | 1433 "", match(stmt(hasParent( in verify() 1442 "", match(decl(hasParent( in verify() 1452 "", match(fieldDecl(hasParent(decl(has(fieldDecl( in verify()
|
D | ASTMatchersNarrowingTest.cpp | 650 cxxOperatorCallExpr(hasParent(cxxOperatorCallExpr())))); in TEST() 1826 hasParent(stmt(has(stmt(equalsBoundNode("if"))))))))); in TEST() 1837 hasParent(decl(has(decl(equalsBoundNode("record"))))))))); in TEST()
|
/external/guava/guava/src/com/google/common/net/ |
D | InternetDomainName.java | 431 public boolean hasParent() { in hasParent() method in InternetDomainName 444 checkState(hasParent(), "Domain '%s' has no parent", name); in parent()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/ |
D | StyleResolver.java | 32 while (hasParent(styles.get(styles.size() - 1))) { in getAttrValue() 73 private static boolean hasParent(StyleData style) { in hasParent() method in StyleResolver
|
/external/clang/include/clang/AST/ |
D | ParentMap.h | 55 bool hasParent(Stmt* S) const { in hasParent() function
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 314 hasParent(namespaceDecl(hasName("blink"), in MatchAllOverriddenMethods() 315 hasParent(translationUnitDecl())))); in MatchAllOverriddenMethods() 318 anyOf(hasParent(internal_settings_class_decl), // in .h file in MatchAllOverriddenMethods() 1376 auto matcher = stmt(hasParent(callExpr(callee(equalsNode(&expr))))); in IsCallee() 1535 hasParent(translationUnitDecl())); in main() 1538 hasParent(namespaceDecl(hasName("blink"), in main() 1539 hasParent(translationUnitDecl())))); in main()
|
/external/v8/tools/clang/traffic_annotation_extractor/ |
D | traffic_annotation_extractor.cpp | 380 hasParent(binaryOperator(hasOperatorName("="))), in RunMatchers()
|
/external/swiftshader/src/Device/ |
D | Surface.hpp | 326 bool hasParent; member in sw::Surface
|
D | Surface.cpp | 778 hasParent = false; in Surface() 833 hasParent = texture != nullptr; in Surface() 892 if(!hasParent) in ~Surface()
|
/external/swiftshader/src/Renderer/ |
D | Surface.hpp | 507 bool hasParent; member in sw::Surface
|
D | Surface.cpp | 1259 hasParent = false; in Surface() 1315 hasParent = texture != nullptr; in Surface() 1375 if(!hasParent) in ~Surface() 3950 if(hasParent) // Texture in selectInternalFormat() 3964 if(hasParent) // Texture in selectInternalFormat()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 247 REGISTER_MATCHER(hasParent); in RegistryMaps()
|
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 1939 UBool hasParent = parentEntry != NULL && U_SUCCESS(parentEntry->fBogus); in getAllItemsWithFallback() local 1941 sink.put(bundle->fKey, value, !hasParent, errorCode); in getAllItemsWithFallback() 1942 if (hasParent) { in getAllItemsWithFallback()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2367 LLVM_ATTRIBUTE_UNUSED hasParent = {}; variable 5352 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 5057 hasParent = context.parentNode, 5065 if ( relativeHierarchySelector && hasParent ) { 5070 if ( !relativeHierarchySelector || hasParent ) {
|
/external/junit-params/lib/ |
D | assertj-core-1.7.1.jar | META-INF/MANIFEST.MF
META-INF/maven/
META-INF/maven/ ... |
/external/guice/extensions/persist/lib/ |
D | db4o-6.4.14.8131-java5.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/db4o/
com/ ... |
/external/testng/ant/ |
D | ivy-2.1.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/external/kotlinc/lib/ |
D | kotlin-main-kts.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/mainKts/MainKtsScriptDefinition$1$ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |