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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/059-dex-call-super/
Blort.java 25 public void test2() { method in class:Blort
26 super.test2();
Zorch.java 27 public void test2() { method in class:Zorch
Blort.class 
  /external/clang/test/Analysis/inlining/
analysis-order.c 6 void test2() { function
13 // CHECK: analysis-order.c test2
15 // CHECK-NEXT: analysis-order.c test2
  /external/clang/test/Analysis/
test-include-cpp.h 6 static int test2(int *);
malloc-protoype.c 14 void test2() function
  /external/clang/test/CodeGen/
2004-02-13-BuiltinFrameReturnAddress.c 7 void *test2() { function
instrument-functions.c 11 // CHECK: @test2
12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { function
attr-optnone.c 12 int test2() { return 0; } function
13 // OPTSIZE: @test2{{.*}}[[ATTR2:#[0-9]+]]
14 // MINSIZE: @test2{{.*}}[[ATTR2:#[0-9]+]]
21 int test4() { return test2(); }
23 // Also check that test2 is inlined into test4 (always_inline still works).
24 // PRESENT-NOT: call i32 @test2
34 // With -Os, check that 'optsize' appears only on test2.
39 // With -Oz, check that 'minsize' appears only on test2.
2003-11-08-PointerSubNotGetelementptr.c 8 int *test2(int* I) { function
2006-12-14-ordered_expr.c 3 int test2(float X, float Y) { function
pointer-to-int.c 9 int test2(void) { function
pr27892.c 14 long test2(long *p) { function
17 // CHECK-DAG: define i64 @test2(
unwind-attr.c 20 // CHECK: define weak [[INT:i.*]] @test2() [[TF]] {
21 // CHECK-NOEXC: define weak [[INT:i.*]] @test2() [[NUW]] {
22 __attribute__((weak)) int test2(void) { function
  /external/clang/test/CodeGenCXX/
debug-info-ms-anonymous-tag.cpp 10 } test2; variable in typeref:struct:__anon17329
11 void *use_test2 = &test2;
13 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "<unnamed-type-test2>"
  /external/libcxx/test/std/strings/string.view/string.view.capacity/
capacity.pass.cpp 50 void test2 ( const CharT *s, size_t len ) { function
75 test2 ( "ABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDE", 105 );
76 test2 ( "ABCDE", 5 );
77 test2 ( "a", 1 );
78 test2 ( "", 0 );
80 test2 ( L"ABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDE", 105 );
81 test2 ( L"ABCDE", 5 );
82 test2 ( L"a", 1 );
83 test2 ( L"", 0 );
86 test2 ( u8"ABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABC (…)
    [all...]
  /dalvik/dx/tests/081-dex-throws-list/
Blort.java 24 public int test2() method in class:Blort
  /development/vndk/tools/header-checker/tests/integration/version_script_example/
example.cpp 4 void test2() {} function
example.h 2 extern "C" void test2();
  /external/clang/test/Sema/
implicit-cast.c 6 static char *test2(int cf) { function
  /art/test/524-boolean-simplifier-regression/src/
Main.java 19 public static boolean test2() { method in class:Main
26 test2(); method
  /build/kati/testcase/
wildcard_multi.mk 6 test2:
  /dalvik/dx/tests/047-dex-wide-args/
Blort.class 
  /dalvik/dx/tests/051-dex-explicit-null/
Blort.class 
  /dalvik/dx/tests/063-dex-empty-switch/
Blort.class 

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 91011>>