/external/e2fsprogs/lib/ext2fs/ |
tst_byteswap.c | 28 __u16 test1[] = { variable 55 printf("swab16(0x%04x) = 0x%04x\n", test1[i], 56 ext2fs_swab16(test1[i])); 57 if (ext2fs_swab16(test1[i]) != test1[i+1]) { 59 ext2fs_swab16(test1[i]), test1[i+1]); 62 if (ext2fs_swab16(test1[i+1]) != test1[i]) { 64 ext2fs_swab16(test1[i+1]), test1[i]) [all...] |
/external/eigen/cmake/ |
RegexUtils.cmake | 13 SET(test1 "\\.^$-+*()[]?|") 14 escape_string_as_regex(test2 "${test1}") 17 message("Error in the escape_string_for_regex function : \n ${test1} was escaped as ${test2}, should be ${testRef}")
|
/external/llvm/test/CodeGen/ARM/ |
section-name.ll | 4 ; CHECK: .globl test1 5 ; CHECK: .type test1,%function 6 define void @test1() {
|
/external/llvm/test/Transforms/GlobalDCE/ |
indirectbr.ll | 3 @L = internal unnamed_addr constant [3 x i8*] [i8* blockaddress(@test1, %L1), i8* blockaddress(@test1, %L2), i8* null], align 16 7 define void @test1(i32 %idx) {
|
/external/valgrind/main/none/tests/ |
nestedfns.c | 17 void test1() function 21 printf( "Inside test1\n" ); 37 test1();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/ |
string_string.pass.cpp | 48 test1(S&& lhs, const S& rhs, const S& x) function 92 test1(S(""), S(""), S("")); 93 test1(S(""), S("12345"), S("12345")); 94 test1(S(""), S("1234567890"), S("1234567890")); 95 test1(S(""), S("12345678901234567890"), S("12345678901234567890")); 96 test1(S("abcde"), S(""), S("abcde")); 97 test1(S("abcde"), S("12345"), S("abcde12345")); 98 test1(S("abcde"), S("1234567890"), S("abcde1234567890")); 99 test1(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890")); 100 test1(S("abcdefghij"), S(""), S("abcdefghij")) [all...] |
/art/test/055-enum-performance/ |
expected.txt | 9 test1: performed 10000 iterations
|
/dalvik/tests/055-enum-performance/ |
expected.txt | 9 test1: performed 10000 iterations
|
/external/clang/test/ARCMT/ |
with-arc-mode-check.m | 7 void test1(id p) {
|
/external/clang/test/CXX/class/ |
p1-0x.cpp | 3 namespace Test1 {
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/ |
p2.cpp | 2 char test1[1]="f"; // expected-error {{initializer-string for char array is too long}} variable
|
/external/clang/test/CodeGen/ |
2005-03-06-OffsetOfStructCrash.c | 8 void test1() { function
|
instrument-functions.c | 3 // CHECK: @test1 4 int test1(int x) { function
|
/external/clang/test/Parser/ |
captured-statements.c | 3 void test1() function
|
/external/clang/test/Sema/ |
implicit-cast.c | 3 static char *test1(int cf) { function
|
/external/clang/test/SemaCXX/ |
indirect-goto.cpp | 4 namespace test1 { namespace
|
visibility.cpp | 3 namespace test1 { namespace
|
/external/llvm/test/Assembler/ |
invalid-fwdref1.ll | 3 define i8* @test1() { ret i8* @test1a }
|
/external/valgrind/main/gdbserver_tests/ |
mcsignopass.stdoutB.exp | 9 0x........ in test1 () at faultstatus.c:105 13 0x........ in test1 () at faultstatus.c:105 17 0x........ in test1 () at faultstatus.c:105 21 0x........ in test1 () at faultstatus.c:105 25 0x........ in test1 () at faultstatus.c:105 29 0x........ in test1 () at faultstatus.c:105 33 0x........ in test1 () at faultstatus.c:105 37 0x........ in test1 () at faultstatus.c:105 41 0x........ in test1 () at faultstatus.c:105 45 0x........ in test1 () at faultstatus.c:10 [all...] |
/external/clang/test/CodeGenObjC/ |
builtin-memfns.m | 6 void test1(int *a, id b) { 7 // CHECK: @test1
|
/external/llvm/test/CodeGen/X86/ |
avx-shuffle-x86_32.ll | 3 define <4 x i64> @test1(<4 x i64> %a) nounwind { 6 ; CHECK-LABEL: test1:
|
no-cmov.ll | 3 define i32 @test1(i32 %g, i32* %j) { 9 ; CHECK-LABEL: test1:
|
trap.ll | 11 ; CHECK-LABEL: test1: 13 define i32 @test1() noreturn nounwind {
|
vec_uint_to_fp.ll | 4 define <4 x float> @test1(<4 x i32> %A) nounwind { 5 ; CHECK-LABEL: test1:
|
/external/llvm/test/MC/AsmParser/ |
directive_align.s | 8 # CHECK: TEST1: 10 TEST1:
|