/external/clang/test/SemaTemplate/ |
implicit-instantiation-1.cpp | 21 void test_add(char *cp, int i, int *ip) { function
|
instantiate-expr-1.cpp | 106 void test_add(Addable &a) { function
|
/external/llvm/test/CodeGen/X86/ |
atom-pad-short-functions.ll | 32 define i32 @test_add(i32 %a, i32 %b) nounwind { 33 ; CHECK: test_add
|
fp_load_fold.ll | 6 define double @test_add(double %X, double* %P) {
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22s/ |
Format22s.smali | 11 .method public test_add-int-lit8()V 25 .method public test_add-sub-lit16()V
|
/external/skia/tests/ |
DynamicHashTest.cpp | 60 static void test_add(skiatest::Reporter* reporter) { function 137 test_add(reporter);
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22b/ |
Format22b.smali | 11 .method public test_add-int-lit8()V 25 .method public test_add-sub-lit8()V
|
/external/llvm/test/CodeGen/Generic/ |
i128-addsub.ll | 3 define void @test_add(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) {
|
/external/llvm/test/CodeGen/ARM/ |
vfp.ll | 29 define void @test_add(float* %P, double* %D) { 30 ;CHECK-LABEL: test_add:
|
/external/llvm/test/CodeGen/AArch64/ |
fp128.ll | 6 define fp128 @test_add() { 7 ; CHECK-LABEL: test_add:
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format12x/ |
Format12x.smali | 346 .method public test_add-int-2addr()V 511 .method public test_add-long-2addr()V 676 .method public test_add-float-2addr()V 751 .method public test_add-double-2addr()V
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format23x/ |
Format23x.smali | 413 .method public test_add-int()V 578 .method public test_add-long()V 743 .method public test_add-float()V 818 .method public test_add-double()V
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_epoll.py | 87 def test_add(self): member in class:TestEPoll
|
test_binop.py | 270 def test_add(self): member in class:RatTestCase
|
test_audioop.py | 121 def test_add(self): member in class:TestAudioop
|
test_operator.py | 109 def test_add(self): member in class:OperatorTestCase
|
test_weakset.py | 228 def test_add(self): member in class:TestWeakSet
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_epoll.py | 87 def test_add(self): member in class:TestEPoll
|
test_binop.py | 270 def test_add(self): member in class:RatTestCase
|
test_audioop.py | 121 def test_add(self): member in class:TestAudioop
|
test_operator.py | 109 def test_add(self): member in class:OperatorTestCase
|
test_weakset.py | 228 def test_add(self): member in class:TestWeakSet
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bntest.c | 94 int test_add(BIO *bp); 186 if (!test_add(out)) goto err; 317 int test_add(BIO *bp) function [all...] |
/external/openssl/crypto/bn/ |
bntest.c | 94 int test_add(BIO *bp); 186 if (!test_add(out)) goto err; 317 int test_add(BIO *bp) function [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ArrayDequeTest.java | 395 public void test_add() throws Exception { method in class:ArrayDequeTest [all...] |