Home
last modified time | relevance | path

Searched refs:unnamed (Results 1 – 25 of 97) sorted by relevance

1234

/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
Dstress.c119 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/
Dpipes2 # 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
Dipc2 # 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
Dstress.part221 # 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/
Drewrite-modern-private-ivars.mm16 } unnamed;
51 unnamed.x = 10;
/external/llvm/test/CodeGen/SystemZ/
Dvec-args-02.ll1 ; Test the handling of unnamed vector arguments.
7 ; in %v24 and %v26) and two unnamed vector arguments (passed
Dvec-args-05.ll1 ; Test the handling of unnamed short vector arguments.
7 ; in %v24 and %v26) and two unnamed vector arguments (passed
/external/llvm/test/Assembler/
Dunnamed-comdat.ll2 ; CHECK: comdat cannot be unnamed
/external/llvm/test/Linker/
Dunnamed-addr-err-b.ll1 ; This file is for use with unnamed-addr-err-a.ll
Dunnamed-addr-err-a.ll1 ; RUN: not llvm-link %s %p/unnamed-addr-err-b.ll -S -o - 2>&1 | FileCheck %s
Dunnamed-addr1-b.ll1 ; This file is for use with unnamed-addr1-a.ll
/external/clang/test/CodeGenObjC/
Dunname-bf-metadata.m2 // Test that meta-data for ivar lists with unnamed bitfield are generated.
/external/llvm/test/CodeGen/MIR/Generic/
Dmachine-basic-block-ir-block-reference.mir2 # This test ensures that the MIR parser preserves unnamed LLVM IR block
/external/swiftshader/third_party/LLVM/test/Linker/
Dunnamed-addr1-b.ll1 ; This file is for use with unnamed-addr1-a.ll
Dunnamed-addr1-a.ll1 ; RUN: llvm-link %s %p/unnamed-addr1-b.ll -S -o - | sort | FileCheck %s
/external/swiftshader/third_party/LLVM/test/Feature/
Dtesttype.ll13 ; same as above with unnamed types
/external/llvm/test/Feature/
Dtesttype.ll13 ; same as above with unnamed types
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcodegen-prepare-cast.ll11 define fastcc i32 @_Dmain(%"char[][]" %unnamed) {
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dpr3909.ll8 define x86_stdcallcc i32 @_Dmain(%0 %unnamed) {
/external/llvm/test/Analysis/ScalarEvolution/
Dpr3909.ll8 define x86_stdcallcc i32 @_Dmain(%0 %unnamed) {
/external/llvm/test/DebugInfo/COFF/
Dbitfields.ll75 ; CHECK: Name: S1::<unnamed-tag>
110 ; CHECK: Type: S1::<unnamed-tag> ([[anon_ty]])
150 ; CHECK: Name: S1::<unnamed-tag>
/external/llvm/test/CodeGen/X86/
Dcodegen-prepare-cast.ll15 define fastcc i32 @_Dmain(%"char[][]" %unnamed) {
/external/deqp/framework/delibs/dethread/
DCMakeLists.txt58 # \note OS X doesn't support unnamed semaphores.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.arrays.txt28 + Arrays as unnamed parameters in function prototypes
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/
Dunnamed.ll1 ; Tests that we name unnamed global addresses.

1234