HomeSort by relevance Sort by last modified time
    Searched defs:test_result (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
unit_test.h 2 struct test_result { struct
10 void (*test_func)(struct test_result * result);
11 struct test_result result;
16 void test_begin(struct test_result * result);
17 void test_check(struct test_result * result, int cond);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.h 2 struct test_result { struct
10 void (*test_func)(struct test_result * result);
11 struct test_result result;
16 void test_begin(struct test_result * result);
17 void test_check(struct test_result * result, int cond);
  /external/chromium_org/build/android/pylib/host_driven/
test_runner.py 14 from pylib.instrumentation import test_result namespace
19 class HostDrivenExceptionTestResult(test_result.InstrumentationTestResult):
test_case.py 29 from pylib.instrumentation import test_result namespace
143 test_result.InstrumentationTestResult(
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 20 import test_result namespace
320 result = test_result.InstrumentationTestResult(
324 result = test_result.InstrumentationTestResult(
340 results.AddResult(test_result.InstrumentationTestResult(
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.h 99 int test_result() const { function in class:CFUrlRequestUnittestRunner
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 262 def test_result(self): member in class:RebaselineHTTPRequestHandler
  /external/libnfc-nxp/src/
phHciNfc.c 1630 static phNfc_sData_t test_result; local
    [all...]
phHciNfc_Sequence.c 2440 static phNfc_sData_t test_result= {NULL,0}; local
    [all...]
phHciNfc_DevMgmt.c 139 phNfc_sData_t test_result; member in struct:phHciNfc_DevMgmt_Info
290 p_test_result->buffer = p_device_mgmt_info->test_result.buffer;
291 p_test_result->length = p_device_mgmt_info->test_result.length;
    [all...]
  /external/chromium_org/tools/grit/grit/
test_suite_all.py 149 test_result = unittest.TextTestRunner(verbosity=2).run(TestSuiteAll()) variable in class:TestSuiteAll
150 sys.exit(len(test_result.errors) + len(test_result.failures))
  /external/chromium_org/chrome/browser/net/
network_stats.cc 620 bool test_result = status == SUCCESS; local
621 std::string middle_name = test_result ? "Connectivity.Success"
640 if (!test_result || !packets_received_mask_.test(0))
  /external/protobuf/gtest/test/
gtest_unittest.cc 1882 TestResult test_result; local
1888 TestResult test_result; local
1899 TestResult test_result; local
1916 TestResult test_result; local
1938 TestResult test_result; local
1971 TestResult test_result; local
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 1618 TestResult test_result; local
1624 TestResult test_result; local
1635 TestResult test_result; local
1652 TestResult test_result; local
1674 TestResult test_result; local
1703 TestResult test_result; local
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 1401 TestResult test_result; local
1407 TestResult test_result; local
1418 TestResult test_result; local
1435 TestResult test_result; local
1457 TestResult test_result; local
1486 TestResult test_result; local
    [all...]
  /external/gtest/test/
gtest_unittest.cc 1618 TestResult test_result; local
1624 TestResult test_result; local
1635 TestResult test_result; local
1652 TestResult test_result; local
1674 TestResult test_result; local
1703 TestResult test_result; local
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 3957 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 1456 TestResult test_result; local
1462 TestResult test_result; local
1473 TestResult test_result; local
1490 TestResult test_result; local
1512 TestResult test_result; local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 5534 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]

Completed in 6160 milliseconds