Searched refs:test_status (Results 1 - 11 of 11) sorted by relevance

/external/jemalloc/test/src/
H A Dtest.c5 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) argument
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/
H A DTestPlatformCommand.py31 def test_status(self): member in class:PlatformCommandTestCase
/external/chromium_org/base/test/
H A Dgtest_xml_util.cc159 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/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A Dnacltest.js327 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/libnfc-nxp/src/
H A DphHciNfc_DevMgmt.h329 uint8_t test_status
H A DphHciNfc_DevMgmt.c132 uint8_t test_status; member in struct:phHciNfc_DevMgmt_Info
306 uint8_t test_status
318 p_device_mgmt_info->test_status = test_status;
1264 p_device_mgmt_info->test_status = (uint8_t) ( length > HCP_HEADER_LEN ) ?
H A DphHciNfc_Sequence.c176 NFCSTATUS test_status,
196 NFCSTATUS test_status,
2433 NFCSTATUS test_status,
2447 comp_info.status = test_status;
2462 HCI_DEBUG(" HCI System Test Completed : Status = %u\n", test_status);
2430 phHciNfc_Test_Sequence( phHciNfc_sContext_t *psHciContext, void *pHwRef, NFCSTATUS test_status, uint8_t *pdata, uint8_t length ) argument
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c3764 int test_status; local
3784 test_status = srec_test_get_run_params ( &num_shutdown_loops, &num_continuous_run_loops );
3786 if ( test_status == 0 )
3790 while ( ( current_shutdown_loop < num_shutdown_loops )/* && ( test_status == 0 )*/ )
3795 test_status = srec_test_init_system ( srec_test_heap_size, logger, argc, argv );
3797 if ( test_status == 0 )
3801 while ( ( current_continuous_run_loop < num_continuous_run_loops ) && ( test_status == 0 ) )
3803 test_status = srec_test_init_application_data ( &applicationData, argc, argv );
3805 if ( test_status == 0 )
3807 test_status
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c3434 int test_status; local
3455 test_status = srec_test_get_run_params ( &num_shutdown_loops, &num_continuous_run_loops );
3457 if ( test_status == 0 )
3461 while ( ( current_shutdown_loop < num_shutdown_loops )/* && ( test_status == 0 )*/ )
3466 test_status = srec_test_init_system ( srec_test_heap_size, logger, argc, argv, &audio_in_handle );
3468 if ( test_status == 0 )
3472 while ( ( current_continuous_run_loop < num_continuous_run_loops ) && ( test_status == 0 ) )
3474 test_status = srec_test_init_application_data ( &applicationData, argc, argv );
3476 if ( test_status == 0 )
3478 test_status
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_malloc.c1221 static int test_status( function
1418 { "sqlite3_status", test_status ,0 },
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1791 SyscallStatus test_status; local
1816 getSyscallStatusFromGuestState( &test_status, &tst->arch.vex );
1818 vg_assert(eq_SyscallStatus( &sci->status, &test_status ));

Completed in 432 milliseconds