/external/v8/tools/clang/rewrite_scoped_refptr/tests/ |
temp-returned-as-raw-expected.cc | 12 scoped_refptr<Foo> TestFunction(); 20 scoped_refptr<Foo> Bar::TestFunction() {
|
temp-returned-as-raw-original.cc | 12 Foo* TestFunction(); 20 Foo* Bar::TestFunction() {
|
gtest-expected.cc | 12 void TestFunction() {
|
gtest-original.cc | 12 void TestFunction() {
|
logging-checks-expected.cc | 16 void TestFunction() {
|
logging-checks-original.cc | 16 void TestFunction() {
|
ref-to-local-returned-as-raw-expected.cc | 14 Foo* TestFunction() {
|
ref-to-local-returned-as-raw-original.cc | 14 Foo* TestFunction() {
|
const-scoped_refptr&-to-raw-adds-get-expected.cc | 19 void TestFunction() {
|
const-scoped_refptr&-to-raw-adds-get-original.cc | 19 void TestFunction() {
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
bpf_tester_compatibility_delegate.h | 25 typedef void (*TestFunction)(Aux*); 27 explicit BPFTesterCompatibilityDelegate(TestFunction test_function) 49 TestFunction test_function_;
|
/external/clang/test/Misc/ |
ast-dump-stmt.cpp | 9 void TestFunction() {
|
ast-dump-attr.cpp | 58 int TestFunction __attribute__((cleanup(function1))); 60 // CHECK: VarDecl{{.*}}TestFunction
|
/external/libchrome/base/trace_event/ |
trace_event_synthetic_delay_unittest.cc | 45 int64_t TestFunction() { 72 EXPECT_GE(TestFunction(), kTargetDurationMs); 78 EXPECT_GE(TestFunction(), kTargetDurationMs); 79 EXPECT_LT(TestFunction(), kShortDurationMs); 83 EXPECT_GE(TestFunction(), kTargetDurationMs); 89 EXPECT_GE(TestFunction(), kTargetDurationMs); 90 EXPECT_LT(TestFunction(), kShortDurationMs); 91 EXPECT_GE(TestFunction(), kTargetDurationMs); 92 EXPECT_LT(TestFunction(), kShortDurationMs); 134 EXPECT_LT(TestFunction(), kShortDurationMs) [all...] |
/external/selinux/libsepol/cil/test/unit/ |
CuTest.h | 64 typedef void (*TestFunction)(CuTest *); 69 TestFunction function; 76 void CuTestInit(CuTest* t, const char* name, TestFunction function); 77 CuTest* CuTestNew(const char* name, TestFunction function);
|
/external/vixl/test/ |
test-runner.h | 37 typedef void(TestFunction)(); 40 Test(const char* name, TestFunction* callback); 43 TestFunction* callback() { return callback_; } 73 TestFunction* callback_;
|
/prebuilts/ndk/r11/sources/android/support/tests/minitest/ |
minitest.h | 229 typedef void(TestFunction)(TestCase* testcase); 234 TestFunction* test_function);
|
/prebuilts/ndk/r13/sources/android/support/tests/minitest/ |
minitest.h | 229 typedef void(TestFunction)(TestCase* testcase); 234 TestFunction* test_function);
|
/external/google-breakpad/src/common/ |
dwarf_cu_to_module_unittest.cc | 251 void TestFunction(int i, const string &name, 589 void CUFixtureBase::TestFunction(int i, const string &name, 636 #define TestFunction(a,b,c,d) TRACE(TestFunction((a),(b),(c),(d))) 659 TestFunction(0, "function1", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL); 676 TestFunction(0, "function1", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL); 691 TestFunction(0, "n::f(int)", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL); 732 TestFunction(0, "inline-name", 748 TestFunction(0, "inline-name", 766 TestFunction(0, "abstract-instance" [all...] |
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
JITTest.cpp | 304 Function *TestFunction = Function::Create( 307 BasicBlock *Entry = BasicBlock::Create(Context, "entry", TestFunction); 316 (intptr_t)TheJIT->getPointerToFunction(TestFunction));
|
/external/deqp/modules/glshared/ |
glsLifetimeTests.cpp | 882 typedef void (LifeTest::*TestFunction) (void); 887 TestFunction test) 905 TestFunction m_test; 1041 typedef void (AttachmentTest::*TestFunction) (void); 1045 TestFunction test) 1057 const TestFunction m_test; [all...] |
/external/icu/icu4c/source/test/intltest/ |
transtst.cpp | 181 TESTCASE(67,TestFunction); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
TransliteratorTest.java | [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | [all...] |