HomeSort by relevance Sort by last modified time
    Searched defs:test_status (Results 1 - 10 of 10) 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/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 1791 SyscallStatus test_status; local
    [all...]
  /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...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 3764 int test_status; local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 3434 int test_status; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 171 } test_status; typedef in typeref:enum:__anon41959
280 test_status currentStatus = GOOD_STATE;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 293 } test_status; typedef in typeref:enum:__anon41980
410 test_status currentStatus = GOOD_STATE;
    [all...]

Completed in 214 milliseconds