HomeSort by relevance Sort by last modified time
    Searched refs:test (Results 1 - 25 of 15099) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
preamble-reparse-warn-end-of-file.c 3 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 local %s -I %t 2>&1 > %t.out.txt | FileCheck -check-prefix=STDERR %s
5 // CHECK: preamble-reparse-warn-end-of-file.c:[[@LINE+6]]:6: FunctionDecl=test:[[@LINE+6]]:6
11 void test() { function
  /external/clang/test/SemaCXX/
pr9812.cpp 3 int test(int, char**) function
  /external/libcxx/test/std/experimental/string.view/string.view.ops/
compare.size_size_sv_size_size.pass.cpp 39 void test ( const CharT *s1, size_t pos1, size_t n1, function
51 test("", 0, 0, "", 0, 0, 0);
52 test("", 0, 0, "", 0, 1, 0);
53 test("", 0, 0, "", 1, 0, 0);
54 test("", 0, 0, "abcde", 0, 0, 0);
55 test("", 0, 0, "abcde", 0, 1, -1);
56 test("", 0, 0, "abcde", 0, 2, -2);
57 test("", 0, 0, "abcde", 0, 4, -4);
58 test("", 0, 0, "abcde", 0, 5, -5);
59 test("", 0, 0, "abcde", 0, 6, -5)
    [all...]
compare.size_size_sv.pass.cpp 36 void test ( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected ) { function
46 test("", 0, 0, "", 0);
47 test("", 0, 0, "abcde", -5);
48 test("", 0, 0, "abcdefghij", -10);
49 test("", 0, 0, "abcdefghijklmnopqrst", -20);
50 test("", 0, 1, "", 0);
51 test("", 0, 1, "abcde", -5);
52 test("", 0, 1, "abcdefghij", -10);
53 test("", 0, 1, "abcdefghijklmnopqrst", -20);
54 test("", 1, 0, "", 0)
    [all...]
compare.size_size_sv_pointer_size.pass.cpp 38 void test ( const CharT *s1, size_t pos1, size_t n1, function
50 test("", 0, 0, "", 0, 0);
51 test("", 0, 0, "abcde", 0, 0);
52 test("", 0, 0, "abcde", 1, -1);
53 test("", 0, 0, "abcde", 2, -2);
54 test("", 0, 0, "abcde", 4, -4);
55 test("", 0, 0, "abcde", 5, -5);
56 test("", 0, 0, "abcdefghij", 0, 0);
57 test("", 0, 0, "abcdefghij", 1, -1);
58 test("", 0, 0, "abcdefghij", 5, -5)
    [all...]
compare.pointer_size.pass.cpp 33 test( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected) function
42 test("", 0, 0, "", 0);
43 test("", 0, 0, "abcde", -5);
44 test("", 0, 0, "abcdefghij", -10);
45 test("", 0, 0, "abcdefghijklmnopqrst", -20);
46 test("", 0, 1, "", 0);
47 test("", 0, 1, "abcde", -5);
48 test("", 0, 1, "abcdefghij", -10);
49 test("", 0, 1, "abcdefghijklmnopqrst", -20);
50 test("", 1, 0, "", 0)
    [all...]
  /external/clang/test/Preprocessor/
pr2086.c 3 #define test macro
5 #define test macro
8 #ifdef test
pr2086.h 1 #ifndef test
4 #ifdef test
5 #undef test macro
cxx_true.cpp 8 // CPP: test block_1
9 // C-NOT: test block_1
10 test block_1
14 // CPP-NOT: test block_2
15 // C-NOT: test block_2
16 test block_2
include-macros.c 1 // RUN: %clang_cc1 -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test'
3 // This should not be expanded into FOO because pr2086.h undefs 'test'.
4 HERE: test
  /external/clang/test/CodeGen/
2003-06-29-MultipleFunctionDefinition.c 5 extern __inline__ void test() { } function
7 void test() { function
bool-init.c 4 // CHECK: @test = global i8 1
5 _Bool test = &test; variable
long_double_fp128.cpp 19 void test(long, float, double, long double, long double _Complex) { } function
blockwithlocalstatic.c 4 // CHECK: @block_block_invoke.test = internal global i32
6 static int test=0;
7 return test;
9 // CHECK: @block1_block_invoke_2.test = internal global i32
11 static int test = 2;
14 // CHECK: @block2_block_invoke_3.test = internal global i32
16 static int test = 5;
17 return test;
2007-09-14-NegatePointer.c 4 int foo(unsigned char *test) {
5 return 0U - (unsigned int )test;
2008-02-08-bitfield-bug.c 3 struct test { struct
8 struct test *t;
  /build/kati/testcase/
target_specific_var_simple.mk 0 test: X:=PASS
2 test:
target_specific_var_with_semi.mk 0 test: X = foo ; bar
2 test:
  /external/valgrind/none/tests/x86/
aad_aam.stdout.exp 0 test begins
2 test completed
  /external/libcxx/test/std/strings/basic.string/string.ops/string_compare/
size_size_pointer.pass.cpp 31 test(const S& s, typename S::size_type pos1, typename S::size_type n1, function
48 test(S(""), 0, 0, "", 0);
49 test(S(""), 0, 0, "abcde", -5);
50 test(S(""), 0, 0, "abcdefghij", -10);
51 test(S(""), 0, 0, "abcdefghijklmnopqrst", -20);
52 test(S(""), 0, 1, "", 0);
53 test(S(""), 0, 1, "abcde", -5);
54 test(S(""), 0, 1, "abcdefghij", -10);
55 test(S(""), 0, 1, "abcdefghijklmnopqrst", -20);
56 test(S(""), 1, 0, "", 0)
    [all...]
size_size_pointer_size.pass.cpp 31 test(const S& s, typename S::size_type pos, typename S::size_type n1, function
48 test(S(""), 0, 0, "", 0, 0);
49 test(S(""), 0, 0, "abcde", 0, 0);
50 test(S(""), 0, 0, "abcde", 1, -1);
51 test(S(""), 0, 0, "abcde", 2, -2);
52 test(S(""), 0, 0, "abcde", 4, -4);
53 test(S(""), 0, 0, "abcde", 5, -5);
54 test(S(""), 0, 0, "abcdefghij", 0, 0);
55 test(S(""), 0, 0, "abcdefghij", 1, -1);
56 test(S(""), 0, 0, "abcdefghij", 5, -5)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/
size_size_pointer.pass.cpp 31 test(const S& s, typename S::size_type pos1, typename S::size_type n1, function
48 test(S(""), 0, 0, "", 0);
49 test(S(""), 0, 0, "abcde", -5);
50 test(S(""), 0, 0, "abcdefghij", -10);
51 test(S(""), 0, 0, "abcdefghijklmnopqrst", -20);
52 test(S(""), 0, 1, "", 0);
53 test(S(""), 0, 1, "abcde", -5);
54 test(S(""), 0, 1, "abcdefghij", -10);
55 test(S(""), 0, 1, "abcdefghijklmnopqrst", -20);
56 test(S(""), 1, 0, "", 0)
    [all...]
size_size_pointer_size.pass.cpp 31 test(const S& s, typename S::size_type pos, typename S::size_type n1, function
48 test(S(""), 0, 0, "", 0, 0);
49 test(S(""), 0, 0, "abcde", 0, 0);
50 test(S(""), 0, 0, "abcde", 1, -1);
51 test(S(""), 0, 0, "abcde", 2, -2);
52 test(S(""), 0, 0, "abcde", 4, -4);
53 test(S(""), 0, 0, "abcde", 5, -5);
54 test(S(""), 0, 0, "abcdefghij", 0, 0);
55 test(S(""), 0, 0, "abcdefghij", 1, -1);
56 test(S(""), 0, 0, "abcdefghij", 5, -5)
    [all...]
  /libcore/luni/src/test/etc/loading-test-jar/
Test1.java 17 package test; package
23 public static String test() { method in class:Test1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mcore/
allinsn.s 6 .macro test insn text=""
12 test abs r0
13 test addc "r1,r2" // A double forward slash starts a line comment
14 test addi "r3, 1" # So does a hash
15 test addu "r4, r5" // White space between operands should be ignored
16 test and "r6,r7" ; test andi "r8,2" // A semicolon seperates statements
17 test andn "r9, r10"
18 test asr "r11, R12" // Uppercase R is allowed as a register prefix
19 test asrc "r13
    [all...]

Completed in 488 milliseconds

1 2 3 4 5 6 7 8 91011>>