/external/chromium_org/chrome/browser/sync/ |
about_sync_util_unittest.cc | 31 browser_sync::SyncBackendHost::Status status; local
|
/external/chromium_org/third_party/icu/source/test/testmap/ |
testmap.c | 29 UErrorCode status = U_ZERO_ERROR; local 31 udata_setCommonData(NULL, &status); 32 printf("setCommonData(NULL) -> %s [should fail]\n", u_errorName(status)); 33 if(status != U_ILLEGAL_ARGUMENT_ERROR) 39 status = U_ZERO_ERROR; 40 udata_setCommonData(U_ICUDATA_ENTRY_POINT, &status); 41 printf("setCommonData(%p) -> %s\n", U_ICUDATA_ENTRY_POINT, u_errorName(status)); 42 if(U_FAILURE(status)) 48 status = U_ZERO_ERROR; 49 c = ucnv_open("iso-8859-7", &status); [all...] |
/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
fork.cc | 14 int status = 0; local 19 waitpid(pid, &status, 0); 20 assert(WIFEXITED(status)); 21 return WEXITSTATUS(status);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_nolibc_test.cc | 27 int status = system(NolibcTestPath.c_str()); local 28 EXPECT_EQ(true, WIFEXITED(status)); 29 EXPECT_EQ(0, WEXITSTATUS(status));
|
/external/elfutils/tests/ |
hash.c | 46 int status; local 49 status = check ("_DYNAMIC", 165832675); 50 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335); 52 return status;
|
/external/icu4c/samples/datecal/ |
cal.cpp | 18 UErrorCode status = U_ZERO_ERROR; local 20 GregorianCalendar* gc = new GregorianCalendar(status); 21 if (U_FAILURE(status)) { 36 gc->get(UCAL_YEAR, status), 37 gc->get(UCAL_MONTH, status) + 1, 38 gc->get(UCAL_MONTH, status), 39 gc->get(UCAL_DATE, status)); 40 if (U_FAILURE(status)) 46 gc->add(UCAL_DATE, 1, status); 47 if (U_FAILURE(status)) { [all...] |
ccal.c | 18 UErrorCode status = U_ZERO_ERROR; local 20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); 21 if (U_FAILURE(status)) { 38 ucal_get(cal, UCAL_YEAR, &status), 39 ucal_get(cal, UCAL_MONTH, &status) + 1, 40 ucal_get(cal, UCAL_MONTH, &status), 41 ucal_get(cal, UCAL_DATE, &status)); 42 if (U_FAILURE(status)) { 47 ucal_add(cal, UCAL_DATE, 1, &status); 48 if (U_FAILURE(status)) [all...] |
/external/icu4c/samples/msgfmt/answers/ |
main_0.cpp | 16 UErrorCode status = U_ZERO_ERROR; local
|
main_1.cpp | 15 UErrorCode status = U_ZERO_ERROR; local
|
main_2.cpp | 23 UErrorCode status = U_ZERO_ERROR; local 28 MessageFormat msg(PATTERN, status); 29 check(status, "MessageFormat::ct"); 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
main_3.cpp | 23 UErrorCode status = U_ZERO_ERROR; local 28 MessageFormat msg(PATTERN, status); 29 check(status, "MessageFormat::ct"); 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
/external/icu4c/test/testmap/ |
testmap.c | 30 UErrorCode status = U_ZERO_ERROR; local 32 udata_setCommonData(NULL, &status); 33 printf("setCommonData(NULL) -> %s [should fail]\n", u_errorName(status)); 34 if(status != U_ILLEGAL_ARGUMENT_ERROR) 40 status = U_ZERO_ERROR; 41 udata_setCommonData(&U_ICUDATA_ENTRY_POINT, &status); 42 printf("setCommonData(%p) -> %s\n", (void*)&U_ICUDATA_ENTRY_POINT, u_errorName(status)); 43 if(U_FAILURE(status)) 49 status = U_ZERO_ERROR; 50 c = ucnv_open("iso-8859-3", &status); [all...] |
/external/libnfc-nci/src/nfc/nfc/ |
nfc_test.c | 56 tNFC_STATUS status = NFC_STATUS_FAILED; local 61 status = nfc_ncif_send_data (p_cb, p_data); 64 if (status != NFC_STATUS_OK) 67 return status;
|
nfc_vs.c | 55 tNFC_STATUS status = NFC_STATUS_FAILED; local 66 status = NFC_STATUS_OK; 79 status = NFC_STATUS_OK; 84 return status; 106 tNFC_STATUS status = NFC_STATUS_OK; local 141 return status;
|
/ndk/tests/device/test-wait/jni/ |
test_wait.c | 37 int status; local 60 wait(&status); 62 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); 89 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); 113 wait3(&status, 0, &usage); 115 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); 140 wait4(cpid, &status, 0, &usage); 141 //__wait4(cpid, &status, 0, &usage); // This function will work, the above which is delcared will not. 143 printf("Child Exit Code: %d\n", WEXITSTATUS(status));
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
SchedulerService.java | 29 Notification status = new Notification(R.drawable.stat_happy, null, local 31 status.flags |= Notification.FLAG_ONGOING_EVENT; 32 status.setLatestEventInfo(this, "Scheduler Test running", 38 startForeground(1, status);
|
/external/chromium/chrome/browser/sync/ |
sync_ui_util_unittest.cc | 24 browser_sync::SyncBackendHost::Status status = local 25 { browser_sync::SyncBackendHost::Status::OFFLINE_UNUSABLE }; 30 .WillOnce(Return(status));
|
/external/chromium_org/courgette/ |
courgette_minimal_tool.cc | 42 courgette::Status status = local 45 if (status != courgette::C_OK) { 46 if (status == courgette::C_READ_OPEN_ERROR) Problem("Can't open file."); 47 if (status == courgette::C_WRITE_OPEN_ERROR) Problem("Can't open file."); 48 if (status == courgette::C_READ_ERROR) Problem("Can't read from file."); 49 if (status == courgette::C_WRITE_ERROR) Problem("Can't write to file.");
|
/external/chromium_org/sync/sessions/ |
status_controller_unittest.cc | 18 StatusController status; local 19 status.set_num_server_changes_remaining(13); 20 EXPECT_EQ(13, status.num_server_changes_remaining()); 22 status.set_last_download_updates_result(SYNCER_OK); 24 status.model_neutral_state().last_download_updates_result); 26 status.set_commit_result(SYNC_AUTH_ERROR); 27 EXPECT_EQ(SYNC_AUTH_ERROR, status.model_neutral_state().commit_result); 30 status.increment_num_successful_commits(); 31 EXPECT_EQ(14, status.model_neutral_state().num_successful_commits); 36 StatusController status; local [all...] |
/external/chromium_org/tools/gyp/test/win/ |
gyptest-cl-additional-options.py | 23 status=1) variable
|
gyptest-cl-exception-handling.py | 23 status=1) variable 30 test.run_built_executable('test_eh_a', chdir=CHDIR, status=1) 31 test.run_built_executable('test_eh_s', chdir=CHDIR, status=2)
|
gyptest-cl-warning-as-error.py | 28 status=1) variable
|
gyptest-link-library-directories.py | 30 status=1) variable
|
/external/clang/test/Sema/ |
transparent-union-pointer.c | 12 int status = 0; local 13 wait(&status);
|
/external/icu4c/samples/msgfmt/ |
main.cpp | 23 UErrorCode status = U_ZERO_ERROR; local 28 MessageFormat msg(PATTERN, status); 29 check(status, "MessageFormat::ct"); 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|