/external/curl/tests/unit/ |
unit1601.c | 39 unsigned char *testp = output; variable 42 verify_memory(testp, 47 verify_memory(testp,
|
unit1600.c | 44 unsigned char *testp = output; variable 47 verify_memory(testp, 53 verify_memory(testp, 59 verify_memory(testp,
|
/prebuilts/go/darwin-x86/misc/cgo/testcarchive/ |
test.bash | 18 bin=./testp 21 bin="$exec_script ./testp" 24 rm -rf libgo.a libgo.h testp pkg 29 $(go env CC) $(go env GOGCCFLAGS) $ccargs -o testp main.c pkg/$(go env GOOS)_$(go env GOARCH)/libgo.a 31 rm -f libgo.a libgo.h testp 37 $(go env CC) $(go env GOGCCFLAGS) $ccargs -o testp main.c libgo.a 39 rm -f libgo.a libgo.h testp 42 $(go env CC) $(go env GOGCCFLAGS) $ccargs -o testp main.c libgo.a 44 rm -rf libgo.a libgo.h testp pkg
|
/prebuilts/go/linux-x86/misc/cgo/testcarchive/ |
test.bash | 18 bin=./testp 21 bin="$exec_script ./testp" 24 rm -rf libgo.a libgo.h testp pkg 29 $(go env CC) $(go env GOGCCFLAGS) $ccargs -o testp main.c pkg/$(go env GOOS)_$(go env GOARCH)/libgo.a 31 rm -f libgo.a libgo.h testp 37 $(go env CC) $(go env GOGCCFLAGS) $ccargs -o testp main.c libgo.a 39 rm -f libgo.a libgo.h testp 42 $(go env CC) $(go env GOGCCFLAGS) $ccargs -o testp main.c libgo.a 44 rm -rf libgo.a libgo.h testp pkg
|
/prebuilts/go/darwin-x86/misc/cgo/testcshared/ |
test.bash | 31 rm -rf libgo.$libext libgo2.$libext libgo.h testp testp2 testp3 pkg 86 $(go env CC) $(go env GOGCCFLAGS) -I ${installdir} -o testp main0.c libgo.$libext 87 binpush testp 89 output=$(run LD_LIBRARY_PATH=. ./testp) 96 $(go env CC) $(go env GOGCCFLAGS) -o testp main1.c -ldl 97 binpush testp 98 output=$(run ./testp ./libgo.$libext) 123 output=$(run ./testp ./libgo.so)
|
/prebuilts/go/linux-x86/misc/cgo/testcshared/ |
test.bash | 31 rm -rf libgo.$libext libgo2.$libext libgo.h testp testp2 testp3 pkg 86 $(go env CC) $(go env GOGCCFLAGS) -I ${installdir} -o testp main0.c libgo.$libext 87 binpush testp 89 output=$(run LD_LIBRARY_PATH=. ./testp) 96 $(go env CC) $(go env GOGCCFLAGS) -o testp main1.c -ldl 97 binpush testp 98 output=$(run ./testp ./libgo.$libext) 123 output=$(run ./testp ./libgo.so)
|
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
atomic_fetch_add.pass.cpp | 57 testp() function 109 testp<int*>(); 110 testp<const int*>();
|
atomic_fetch_add_explicit.pass.cpp | 59 testp() function 113 testp<int*>(); 114 testp<const int*>();
|
atomic_fetch_sub.pass.cpp | 57 testp() function 109 testp<int*>(); 110 testp<const int*>();
|
atomic_fetch_sub_explicit.pass.cpp | 60 testp() function 114 testp<int*>(); 115 testp<const int*>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/ |
atomic_fetch_add.pass.cpp | 54 testp() function 106 testp<int*>(); 107 testp<const int*>();
|
atomic_fetch_add_explicit.pass.cpp | 56 testp() function 110 testp<int*>(); 111 testp<const int*>();
|
atomic_fetch_sub.pass.cpp | 54 testp() function 106 testp<int*>(); 107 testp<const int*>();
|
atomic_fetch_sub_explicit.pass.cpp | 57 testp() function 111 testp<int*>(); 112 testp<const int*>();
|
/external/v8/src/regexp/x64/ |
regexp-macro-assembler-x64.cc | 357 __ testp(rax, rax); 732 __ testp(rax, rax); 869 __ testp(rdi, rdi); 925 __ testp(rax, rax); [all...] |
/external/v8/src/x64/ |
builtins-x64.cc | [all...] |
code-stubs-x64.cc | 648 __ testp(rbx, rbx); 667 __ testp(rbx, rbx); 716 __ testp(rbx, rbx); 761 __ testp(r9, r9); [all...] |
deoptimizer-x64.cc | 274 __ testp(rcx, rcx);
|
macro-assembler-x64.cc | 228 testp(scratch, Immediate(StoreBuffer::kStoreBufferOverflowBit)); 549 testp(rsp, Immediate(frame_alignment_mask)); [all...] |
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.cc | [all...] |
/external/v8/src/full-codegen/x64/ |
full-codegen-x64.cc | 953 __ testp(rax, rax); [all...] |