/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
D | stress.c | 119 sem_t unnamed, *named; in main() local 156 ret = sem_init(&unnamed, 0, INIT_VAL); in main() 169 ret = pthread_create(&child2, NULL, threaded, &unnamed); in main() 190 ret = sem_getvalue(&unnamed, &value); in main() 226 ret = sem_destroy(&unnamed); in main()
|
/external/ltp/runtest/ |
D | pipes | 2 # These tests use tests/pipeio to put pipes (named or unnamed) through a workout 12 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe 15 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe 21 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe 28 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe
|
D | ipc | 2 # These tests use tests/pipeio to put pipes (named or unnamed) through a workout 12 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe 15 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe 21 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe 28 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe
|
D | stress.part2 | 21 # These tests use tests/pipeio to put pipes (named or unnamed) through a workout 31 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe 34 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe 40 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe 47 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-private-ivars.mm | 16 } unnamed; 51 unnamed.x = 10;
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | InferenceVariable.java | 26 inferenceVariables.add(InferenceVariable.unnamed(tp)); in instantiate() 31 …public static InferenceVariable unnamed(ResolvedTypeParameterDeclaration typeParameterDeclaration)… in unnamed() method in InferenceVariable
|
/external/capstone/tests/ |
D | test_winkernel.cpp | 33 namespace unnamed { namespace 105 unnamed::test(); in test()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-args-02.ll | 1 ; Test the handling of unnamed vector arguments. 7 ; in %v24 and %v26) and two unnamed vector arguments (passed
|
D | vec-args-05.ll | 1 ; Test the handling of unnamed short vector arguments. 7 ; in %v24 and %v26) and two unnamed vector arguments (passed
|
/external/llvm/test/Assembler/ |
D | unnamed-comdat.ll | 2 ; CHECK: comdat cannot be unnamed
|
/external/llvm/test/Linker/ |
D | unnamed-addr-err-b.ll | 1 ; This file is for use with unnamed-addr-err-a.ll
|
D | unnamed-addr-err-a.ll | 1 ; RUN: not llvm-link %s %p/unnamed-addr-err-b.ll -S -o - 2>&1 | FileCheck %s
|
D | unnamed-addr1-b.ll | 1 ; This file is for use with unnamed-addr1-a.ll
|
/external/clang/test/CodeGenObjC/ |
D | unname-bf-metadata.m | 2 // Test that meta-data for ivar lists with unnamed bitfield are generated.
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | unnamed-addr1-b.ll | 1 ; This file is for use with unnamed-addr1-a.ll
|
D | unnamed-addr1-a.ll | 1 ; RUN: llvm-link %s %p/unnamed-addr1-b.ll -S -o - | sort | FileCheck %s
|
/external/llvm/test/CodeGen/MIR/Generic/ |
D | machine-basic-block-ir-block-reference.mir | 2 # This test ensures that the MIR parser preserves unnamed LLVM IR block
|
/external/swiftshader/third_party/LLVM/test/Feature/ |
D | testtype.ll | 13 ; same as above with unnamed types
|
/external/llvm/test/Feature/ |
D | testtype.ll | 13 ; same as above with unnamed types
|
/external/llvm/test/DebugInfo/COFF/ |
D | bitfields.ll | 75 ; CHECK: Name: S1::<unnamed-tag> 110 ; CHECK: Type: S1::<unnamed-tag> ([[anon_ty]]) 150 ; CHECK: Name: S1::<unnamed-tag>
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | codegen-prepare-cast.ll | 11 define fastcc i32 @_Dmain(%"char[][]" %unnamed) {
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | pr3909.ll | 8 define x86_stdcallcc i32 @_Dmain(%0 %unnamed) {
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | pr3909.ll | 8 define x86_stdcallcc i32 @_Dmain(%0 %unnamed) {
|
/external/llvm/test/CodeGen/X86/ |
D | codegen-prepare-cast.ll | 15 define fastcc i32 @_Dmain(%"char[][]" %unnamed) {
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.arrays.txt | 28 + Arrays as unnamed parameters in function prototypes
|