/external/llvm-project/compiler-rt/test/fuzzer/ |
D | DeepRecursionTest.cpp | 14 void Recursive(const uint8_t *Data, size_t Size, int Depth) { in Recursive() function 18 Recursive(Data + 1, Size - 1, Depth + 1); in Recursive() 23 Recursive(Data, Size, 0); in LLVMFuzzerTestOneInput()
|
/external/llvm-project/clang/test/Analysis/ |
D | new-ctor-recursive.cpp | 20 Recursive enumerator 31 case ConstructionKind::Recursive: { // Call one more operator new 'r'ecursively. in S() 113 s = new (nullptr) S(ConstructionKind::Recursive); in testChainedOperatorNew()
|
/external/lzma/CPP/Common/ |
D | Wildcard.cpp | 209 if (Recursive) in CheckPath() 218 if (Recursive) in CheckPath() 306 item.Recursive = recursive; in AddItem() 318 if (item.Recursive || item.PathParts.Size() > 1) in NeedCheckSubDirs() 620 item.Recursive = recursive; in AddItem() 662 AddItem(censorPathMode, cp.Include, cp.Path, cp.Recursive, cp.WildcardMatching); in AddPathsToCensor() 672 cp.Recursive = recursive; in AddPreItem()
|
D | Wildcard.h | 36 bool Recursive; member 109 bool Recursive; member 114 Recursive(false), in CCensorPath()
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | validation_test_interfaces.mojom | 100 Method19(Recursive recursive); 133 struct Recursive { 134 Recursive? recursive;
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | set-sym-recursive.s | 4 # CHECK: :[[@LINE-1]]:9: error: Recursive use of 'A'
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 65 DeclarationMatcher Recursive = in TEST() local 87 "};", Recursive)); in TEST() 101 "};", Recursive)); in TEST() 119 "};", Recursive)); in TEST() 123 DeclarationMatcher Recursive = in TEST() local 142 EXPECT_TRUE(matches("class F {};", Recursive)); in TEST() 143 EXPECT_TRUE(matches("class Z {};", Recursive)); in TEST() 144 EXPECT_TRUE(matches("class C {};", Recursive)); in TEST() 145 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive)); in TEST() 146 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive)); in TEST() [all …]
|
/external/libchrome/ipc/ |
D | ipc_sync_channel_unittest.cc | 671 void Recursive( in Recursive() function 683 TEST_F(IPCSyncChannelTest, Recursive) { in TEST_F() argument 684 Recursive(false, false, false); in TEST_F() 685 Recursive(false, false, true); in TEST_F() 686 Recursive(false, true, false); in TEST_F() 687 Recursive(false, true, true); in TEST_F() 688 Recursive(true, false, false); in TEST_F() 689 Recursive(true, false, true); in TEST_F() 690 Recursive(true, true, false); in TEST_F() 691 Recursive(true, true, true); in TEST_F()
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | AbstractTypesTest.java | 147 static class Recursive<T extends Map<List<T>, Set<T[]>>> {} class in AbstractTypesTest 151 TypeMirror typeMirror = getElement(Recursive.class).asType(); in getTypeVariableTypeMirrorRecursive() 153 String className = Recursive.class.getCanonicalName(); in getTypeVariableTypeMirrorRecursive()
|
/external/llvm-project/llvm/test/Analysis/StackSafetyAnalysis/Inputs/ |
D | ipa.ll | 85 ; Recursive function that passes %acc unchanged => access range [0, 4). 105 ; Recursive function that advances %acc on each iteration => access range unlimited.
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumb_set-diagnostics.s | 61 @ CHECK: error: Recursive use of 'recursive_use'
|
/external/llvm/test/MC/ARM/ |
D | thumb_set-diagnostics.s | 61 @ CHECK: error: Recursive use of 'recursive_use'
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 69 bool Recursive; member 90 Recursive(true), in COpenType()
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_structures.py | 470 class Recursive(Structure): class 474 Recursive._fields_ = [("next", Recursive)]
|
/external/llvm-project/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 62 Recursive("recursive", cl::desc("Recursively extract all called functions"), variable 281 if (Recursive) { in main()
|
/external/selinux/secilc/ |
D | README | 68 - Recursive limits are not handled
|
/external/pigweed/pw_sync/ |
D | docs.rst | 80 **Precondition:** The lock isn't already held by this thread. Recursive 88 **Precondition:** The lock isn't already held by this thread. Recursive 251 **Precondition:** The lock isn't already held by this thread. Recursive 259 **Precondition:** The lock isn't already held by this thread. Recursive 268 **Precondition:** The lock isn't already held by this thread. Recursive 277 **Precondition:** The lock isn't already held by this thread. Recursive 488 **Precondition:** Recursive locking is undefined behavior. 495 **Precondition:** Recursive locking is undefined behavior.
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 211 DeclarationMatcher Recursive = in TEST_P() local 228 Recursive)); in TEST_P() 242 Recursive)); in TEST_P() 260 Recursive)); in TEST_P() 268 DeclarationMatcher Recursive = recordDecl( in TEST_P() local 275 EXPECT_TRUE(matches("class F {};", Recursive)); in TEST_P() 276 EXPECT_TRUE(matches("class Z {};", Recursive)); in TEST_P() 277 EXPECT_TRUE(matches("class C {};", Recursive)); in TEST_P() 278 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive)); in TEST_P() 279 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive)); in TEST_P() [all …]
|
/external/llvm-project/llvm/test/Transforms/SampleProfile/ |
D | early-inline.ll | 39 ; Recursive calls should not be early-inlined.
|
/external/llvm-project/polly/cmake/ |
D | polly_macros.cmake | 75 # Recursive helper for setup_source_group. Traverse the file system and add
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 88 HANDLE_DISP_FLAG((1u << 7), Recursive)
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 88 HANDLE_DISP_FLAG((1u << 7), Recursive)
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | asn1_test.cc | 133 TEST(ASN1Test, Recursive) { in TEST() argument
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0rc1.rst | 92 Recursive evaluation of `typing.ForwardRef` in `get_type_hints`.
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_structures.py | 784 class Recursive(Structure): class 788 Recursive._fields_ = [("next", Recursive)]
|