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

1 2

  /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() {
const-scoped_refptr&-to-raw-adds-get-expected.cc 19 void TestFunction() {
const-scoped_refptr&-to-raw-adds-get-original.cc 19 void TestFunction() {
ref-to-local-returned-as-raw-expected.cc 14 Foo* TestFunction() {
ref-to-local-returned-as-raw-original.cc 14 Foo* TestFunction() {
logging-checks-original.cc 16 void TestFunction() {
logging-checks-expected.cc 16 void TestFunction() {
gtest-expected.cc 12 void TestFunction() {
gtest-original.cc 12 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/vixl/test/
test-runner.h 37 typedef void(TestFunction)();
40 Test(const char* name, TestFunction* callback);
43 TestFunction* callback() { return callback_; }
73 TestFunction* callback_;
test-runner.cc 59 vixl::Test::Test(const char* name, TestFunction* callback)
  /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);
CuTest.c 135 void CuTestInit(CuTest* t, const char* name, TestFunction function)
145 CuTest* CuTestNew(const char* name, TestFunction 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...]
  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.cc 13 minitest::TestFunction* test_function;
167 TestFunction* test_function) {
minitest.h 229 typedef void(TestFunction)(TestCase* testcase);
234 TestFunction* test_function);
  /prebuilts/ndk/r13/sources/android/support/tests/minitest/
minitest.cc 13 minitest::TestFunction* test_function;
167 TestFunction* test_function) {
minitest.h 229 typedef void(TestFunction)(TestCase* testcase);
234 TestFunction* test_function);
  /external/icu/icu4c/source/test/intltest/
transtst.h 329 void TestFunction(void);
  /external/webrtc/webrtc/base/
profiler_unittest.cc 31 TEST(ProfilerTest, TestFunction) {

Completed in 478 milliseconds

1 2