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

  /external/jemalloc/test/src/
test.c 5 static test_status_t test_status = test_status_pass; variable
18 test_status = test_status_skip;
31 test_status = test_status_fail;
35 test_status_string(test_status_t test_status)
38 switch (test_status) {
51 test_status = test_status_pass;
59 test_counts[test_status]++;
60 malloc_printf("%s: %s\n", test_name, test_status_string(test_status));
85 if (test_status > ret)
86 ret = test_status;
    [all...]
  /external/lldb/test/functionalities/platform/
TestPlatformCommand.py 31 def test_status(self): member in class:PlatformCommandTestCase
  /external/chromium_org/base/test/
gtest_xml_util.cc 159 std::string test_status; local
160 if (!xml_reader.NodeAttribute("status", &test_status))
163 if (test_status != "run" && test_status != "notrun")
165 if (test_status != "run")
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.c 132 uint8_t test_status; member in struct:phHciNfc_DevMgmt_Info
306 uint8_t test_status
318 p_device_mgmt_info->test_status = test_status;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_malloc.c 1221 static int test_status( function
    [all...]

Completed in 871 milliseconds