Searched defs:status (Results 1 - 25 of 1564) sorted by relevance

1234567891011>>

/external/icu4c/samples/datecal/
H A Dcal.cpp18 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...]
H A Dccal.c18 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/qemu/android/
H A Dsync-utils.h230 /* Converts syncsocket_xxx operation status into success / failure result.
232 * status - syncsocket_xxx operation status to convert.
234 * 0 if status passed to this routine indicated a success, or < 0 if status
238 syncsocket_result(int status) argument
240 if (status == 0) {
243 status = -1;
244 } else if (status > 0) {
246 status
[all...]
/external/chromium/chrome/browser/sync/
H A Dsync_ui_util_unittest.cc24 browser_sync::SyncBackendHost::Status status = local
30 .WillOnce(Return(status));
/external/clang/test/Sema/
H A Dtransparent-union-pointer.c11 int status = 0; local
12 wait(&status);
/external/dbus/bus/
H A Dutils.c42 DBusDispatchStatus status; local
44 while ((status = dbus_connection_dispatch (connection)) == DBUS_DISPATCH_NEED_MEMORY)
47 return status == DBUS_DISPATCH_DATA_REMAINS;
/external/icu4c/common/
H A Duinit.c60 u_init(UErrorCode *status) { argument
63 uplug_init(status);
66 if (gICUInitialized || U_FAILURE(*status)) {
68 UTRACE_EXIT_STATUS(*status);
85 ucnv_io_countKnownConverters(status);
90 UTRACE_EXIT_STATUS(*status);
/external/icu4c/i18n/
H A Duregexc.cpp28 UErrorCode *status) {
29 if (U_FAILURE(*status)) {
33 *status = U_ILLEGAL_ARGUMENT_ERROR;
38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
25 uregex_openC( const char *pattern, uint32_t flags, UParseError *pe, UErrorCode *status) argument
/external/icu4c/samples/msgfmt/answers/
H A Dmain_0.cpp16 UErrorCode status = U_ZERO_ERROR; local
H A Dmain_1.cpp15 UErrorCode status = U_ZERO_ERROR; local
H A Dmain_2.cpp23 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");
H A Dmain_3.cpp23 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/
H A Dtestmap.c29 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/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
H A Dscope-001.js35 var status = 'Testing scope after changing obj.__proto__'; variable
51 printStatus (status);
54 status= 'Step 1: setting obj.__proto__ = global object';
59 reportCompare (expect, actual, status);
64 reportCompare (expect, actual, status);
68 status= 'Step 2: setting obj.__proto__ = null';
73 reportCompare (expect, actual, status);
78 reportCompare (expect, actual, status);
82 status= 'Step 3: setting obj.__proto__ to global object again';
87 reportCompare (expect, actual, status);
[all...]
/external/apache-http/src/org/apache/http/
H A DReasonPhraseCatalog.java38 * Interface for obtaining reason phrases for HTTP status codes.
51 * Obtains the reason phrase for a status code.
55 * @param status the status code, in the range 100-599
60 public String getReason(int status, Locale loc) argument
H A DHttpResponseFactory.java49 * Creates a new response from status line elements.
52 * @param status the status code
54 * for looking up a reason phrase to the status code, or
57 * @return the new response with an initialized status line
59 HttpResponse newHttpResponse(ProtocolVersion ver, int status, argument
63 * Creates a new response from a status line.
65 * @param statusline the status line
67 * for looking up a reason phrase if the status code
71 * @return the new response with the argument status lin
[all...]
/external/chromium/base/i18n/
H A Dnumber_formatting.cc26 UErrorCode status = U_ZERO_ERROR; local
27 number_format.reset(icu::NumberFormat::createInstance(status));
28 DCHECK(U_SUCCESS(status));
/external/chromium/chrome/browser/sync/engine/
H A Dmodel_changing_syncer_command.cc24 sessions::StatusController* status = work_session_->status_controller(); local
25 sessions::ScopedModelSafeGroupRestriction r(status, group);
/external/elfutils/tests/
H A Dhash.c34 int status; local
37 status = check ("_DYNAMIC", 165832675);
38 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335);
40 return status;
/external/icu4c/samples/msgfmt/
H A Dmain.cpp23 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/intltest/
H A Ducaconf.h46 UErrorCode status; member in class:UCAConformanceTest
/external/qemu/distrib/sdl-1.2.12/src/thread/
H A DSDL_thread_c.h56 int status; member in struct:SDL_Thread
/external/strace/
H A Dproc.c95 prstatus_t status; local
109 else if (umove(tcp, arg, &status) < 0)
113 printflags(proc_status_flags, status.pr_flags, "PR_???");
114 if (status.pr_why) {
116 printxval(proc_status_why, status.pr_why,
119 switch (status.pr_why) {
123 printsignal(status.pr_what);
126 tprintf(", pr_what=%d", status.pr_what);
131 sysent[status.pr_what].sys_name);
211 struct procfs_status status; local
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
H A Dregress-72773.js35 var status = ''; variable
49 status = 'Trying to catch an expected error';
72 reportCompare(expect, actual, status);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dossource_nspr.cpp18 PRStatus status = PR_NewThreadPrivateIndex(&index, NULL); local
20 if (status) {

Completed in 669 milliseconds

1234567891011>>