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

  /external/chromium_org/base/test/
gtest_xml_util.cc 158 std::string test_status; local
159 if (!xml_reader.NodeAttribute("status", &test_status))
162 if (test_status != "run" && test_status != "notrun")
164 if (test_status != "run")
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 190 self.test_status = TEST_STATUS_UNKNOWN
215 # FIXME: skip 'incoming' tests for now, but we should rework the 'test_status' concept and
382 start = self.source_directory.find(self.test_status)
398 for test_status in VALID_TEST_STATUSES:
399 if test_status in directory_parts:
400 status = test_status
402 self.test_status = status
442 import_log.write('Test status at time of import: ' + self.test_status + '\n')
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.h 329 uint8_t test_status
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...]
phHciNfc_Sequence.c 176 NFCSTATUS test_status,
196 NFCSTATUS test_status,
    [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 327 function fail(message, info, test_status) {
337 if (test_status !== undefined) {
339 test_status.fail(full_message);
347 function assert(condition, message, test_status) {
349 fail(message, toString(condition), test_status);
386 function assertEqual(a, b, message, test_status) {
388 assertArraysEqual(a, b, message, test_status);
390 fail(message, toString(a) + ' != ' + toString(b), test_status);
398 function assertArraysEqual(a, b, message, test_status) {
400 fail(message, toString(a) + ' != ' + toString(b), test_status);
    [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...]
  /external/chromium_org/third_party/sqlite/src/src/
test_malloc.c 1221 static int test_status( function
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 1670 SyscallStatus test_status; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 175 } test_status; typedef in typeref:enum:__anon34524
284 test_status currentStatus = GOOD_STATE;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 260 } test_status; typedef in typeref:enum:__anon34544
377 test_status currentStatus = GOOD_STATE;
    [all...]

Completed in 237 milliseconds