Searched defs:test (Results 1 - 25 of 5411) sorted by relevance

1234567891011>>

/external/clang/test/CodeCompletion/
H A Dcall.c2 // matter in this test.
5 void test() { function
H A Dfunctions.cpp4 void test() { function
/external/clang/test/CodeGen/
H A D2003-06-29-MultipleFunctionDefinition.c5 extern __inline__ void test() { } function
7 void test() { function
H A D2003-08-20-vfork-bug.c4 test() { function
H A D2006-01-13-Includes.c6 void test() { function
10 // CHECK: test{{[\\/]}}CodeGen
H A Dbool-init.c4 // CHECK: @test = global i8 1
5 _Bool test = &test; variable
/external/clang/test/CodeGenCXX/
H A Dsizeof-unwind-exception.cpp8 void test() { function
/external/clang/test/Index/
H A Dpreamble-reparse-warn-end-of-file.c3 // 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/Preprocessor/
H A Dpr2086.c3 #define test macro
5 #define test macro
8 #ifdef test
H A Dpr2086.h1 #ifndef test
4 #ifdef test
5 #undef test macro
/external/clang/test/Sema/
H A Dattr-availability-app-extensions.c24 void test() { function
H A Dattr-availability-ios.c13 void test() { function
H A Dmemset-invalid.c4 char test() { function
/external/clang/test/SemaCXX/
H A Dattr-deprecated-replacement-fixit.cpp19 void test() { function
H A Dpr9812.cpp3 int test(int, char**) function
H A Dshort-wchar-sign.cpp7 int test[(wchar_t(-1)<wchar_t(0)) == (sizeof(wchar_t) == 4) ?1:-1]; variable
/external/clang/tools/scan-build-py/tests/functional/src/
H A Dbroken-two.c1 int test() { ; function
/external/compiler-rt/test/builtins/timing/
H A Dtime3 function test () { function
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
/external/llvm/test/MC/ARM/
H A D2013-03-18-Br-to-label-named-like-reg.s3 @ CHECK: test:
5 test: label
/external/toolchain-utils/
H A Dperf-to-inst-page.sh39 function test { function
51 test grep -A 2 PERF_RECORD_SAMPLE $profile | grep -A 1 -B 1 "thread: $binary" | \
58 test awk '{print $3}' out.txt | sort -n | uniq -c > inst-histo.txt
71 " | test gnuplot
85 " | test gnuplot
/external/testng/src/test/java/test/listeners/
H A DClassListenerSample.java1 package test.listeners;
10 public void test() {} method in class:ClassListenerSample
/external/testng/src/test/java/test/multiplelisteners/
H A DTest1.java1 package test.multiplelisteners;
8 public void test() method in class:Test1
/external/testng/src/test/java/test/name/
H A DNameSample.java1 package test.name;
10 public void test() { method in class:NameSample
H A DNoNameSample.java1 package test.name;
9 public void test() { method in class:NoNameSample
/external/testng/src/test/java/test/retryAnalyzer/
H A DImmediateSuccess.java1 package test.retryAnalyzer;
7 public void test() { method in class:ImmediateSuccess

Completed in 375 milliseconds

1234567891011>>