Searched defs:status (Results 51 - 75 of 1610) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/cintltst/
H A Dcgendtst.c35 UErrorCode status = U_ZERO_ERROR; local
36 const UGenderInfo* actual_gi = ugender_getInstance("fr_CA", &status);
38 if (U_FAILURE(status)) {
39 log_err_status(status, "Fail to create UGenderInfo - %s (Are you missing data?)", u_errorName(status));
42 actual = ugender_getListGender(actual_gi, kAllFemale, UPRV_LENGTHOF(kAllFemale), &status);
43 if (U_FAILURE(status)) {
44 log_err("Fail to get gender of list - %s\n", u_errorName(status));
H A Dcturtst.c96 UErrorCode status = U_ZERO_ERROR; local
97 myCollation = ucol_open("tr", &status);
98 if(U_FAILURE(status)){
99 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
116 UErrorCode status = U_ZERO_ERROR; local
117 myCollation = ucol_open("tr", &status);
118 if(U_FAILURE(status)){
119 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditformat.cpp92 UErrorCode status = U_ZERO_ERROR; local
93 Locale::setDefault( Locale::getEnglish(), status ); local
94 if (U_FAILURE(status)) {
209 UErrorCode status = U_ZERO_ERROR; local
210 Locale::setDefault( saveDefaultLocale, status );
211 if (U_FAILURE(status)) {
H A Dtstnrapi.cpp17 static UErrorCode status = U_ZERO_ERROR; variable
138 Normalizer::normalize(s, UNORM_NONE, 0, out, status);
145 Normalizer::normalize(s, UNORM_NFD, 0, s, status);
149 Normalizer::normalize(s, UNORM_NFC, 0, s, status);
153 Normalizer::decompose(s, FALSE, 0, s, status);
157 Normalizer::compose(s, FALSE, 0, s, status);
161 Normalizer::concatenate(s, s, s, UNORM_NFC, 0, status);
H A Ducaconf.h46 UErrorCode status; member in class:UCAConformanceTest
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_vs.c55 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;
/external/libnfc-nxp/src/
H A DphFriNfc_IntNdefMap.c75 NFCSTATUS status = NFCSTATUS_PENDING;
88 status = phFriNfc_Desf_ChkAndParseTLV(NdefMap,PH_FRINFC_NDEFMAP_DESF_TLV_INDEX);
89 return (status);
109 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,\
115 return ( status);
175 NFCSTATUS status = NFCSTATUS_SUCCESS; local
182 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,NFCSTATUS_INVALID_FORMAT);
196 status = PHNFCSTVAL(CID_NFC_NONE,NFCSTATUS_SUCCESS);
205 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,NFCSTATUS_INVALID_FORMAT);
209 return (status);
[all...]
H A DphFriNfc_MapTools.c136 NFCSTATUS status = NFCSTATUS_SUCCESS; local
143 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,NFCSTATUS_INVALID_FORMAT);
153 status = (( (( PH_NFCFRI_MFSTDMAP_NFCDEV_MAJOR_VER_NUM ==
180 status = PHNFCSTVAL(CID_NFC_NONE,NFCSTATUS_SUCCESS);
189 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,NFCSTATUS_INVALID_FORMAT);
208 status = PHNFCSTVAL(CID_NFC_NONE,NFCSTATUS_SUCCESS);
217 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,NFCSTATUS_INVALID_FORMAT);
227 return (status);
/external/libpcap/tests/
H A Dreactivatetest.c42 int status = 0; local
53 status = pcap_activate(pd);
54 if (status != PCAP_ERROR_ACTIVATED) {
55 if (status == 0)
57 else if (status == PCAP_ERROR)
62 pcap_statustostr(status));
/external/ltrace/sysdeps/linux-gnu/aarch64/
H A Dtrace.c46 syscall_p(struct process *proc, int status, int *sysnum) argument
48 if (WIFSTOPPED(status)
49 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) {
/external/ltrace/sysdeps/linux-gnu/m68k/
H A Dtrace.c50 syscall_p(struct process *proc, int status, int *sysnum) argument
54 if (WIFSTOPPED(status)
55 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) {
/external/regex-re2/re2/testing/
H A Dsimplify_test.cc143 RegexpStatus status; local
148 &status);
149 CHECK(re != NULL) << " " << tests[i].regexp << " " << status.Text();
/external/srtp/crypto/rng/
H A Dctr_prng.c55 err_status_t status; local
64 status = random_source(tmp_key, 32);
65 if (status)
66 return status;
69 status = aes_icm_context_init(&ctr_prng.state, tmp_key);
70 if (status)
71 return status;
78 err_status_t status; local
86 status = ctr_prng_init(ctr_prng.rand);
87 if (status)
[all...]
/external/srtp/crypto/test/
H A Dkernel_driver.c61 err_status_t status; local
67 status = crypto_kernel_init();
68 if (status) {
84 status = crypto_kernel_set_debug_module(optarg, 1);
85 if (status) {
96 printf("checking crypto_kernel status...\n");
97 status = crypto_kernel_status();
98 if (status) {
105 status = crypto_kernel_shutdown();
106 if (status) {
[all...]
/external/strace/tests/
H A Dinet-accept-connect-send-recv.c43 int status; local
48 assert(waitpid(pid, &status, 0) == pid);
49 assert(status == 0);
H A Dnet-accept-connect.c53 int status; local
54 assert(waitpid(pid, &status, 0) == pid);
55 assert(status == 0);
H A Dpc.c62 int status; local
63 if (wait(&status) != pid ||
64 !WIFSIGNALED(status) ||
65 WTERMSIG(status) != SIGSEGV)
/external/v8/test/cctest/
H A Dtest-fixed-dtoa.cc495 bool status; local
505 status = FastFixedDtoa(v, number_digits,
507 CHECK(status);
/external/v8/test/mjsunit/regress/
H A Dregress-1233.js40 var status = "fail"; variable
44 status = "succeed";
47 assertEquals("succeed", status);
/external/valgrind/drd/tests/
H A Dthreaded-fork.c23 int status; local
43 while (waitpid(childpid, &status, 0) != childpid) {
/external/valgrind/none/tests/
H A Dmmap_fcntl_bug.c21 int fd, status; local
63 if (wait(&status) == -1)
66 if (!WIFEXITED(status))
67 errx(1, "Child died with signal %i", WTERMSIG(status));
69 switch (WEXITSTATUS(status)) {
76 errx(1, "Child weird exit status %i", WEXITSTATUS(status));
H A Dthreaded-fork.c21 int status; local
41 while(waitpid(childpid, &status, 0) != childpid) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
H A DSetValues002Debuggee.java39 static String status = passedStatus; field in class:SetValues002Debuggee
60 status = failedStatus;
65 logWriter.println("--> Debuggee: Send check status for SetValues002Test...\n");
66 synchronizer.sendMessage(status);
/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpResponseFactory.java91 final int status,
97 final String reason = reasonCatalog.getReason(status, loc);
98 StatusLine statusline = new BasicStatusLine(ver, status, reason);
90 newHttpResponse(final ProtocolVersion ver, final int status, HttpContext context) argument
H A DEnglishReasonPhraseCatalog.java41 * English reason phrases for HTTP status codes.
42 * All status codes defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1), and
80 * Obtains the reason phrase for a status code.
82 * @param status the status code, in the range 100-599
87 public String getReason(int status, Locale loc) { argument
88 if ((status < 100) || (status >= 600)) {
90 ("Unknown category for status code " + status
123 setReason(int status, String reason) argument
[all...]

Completed in 519 milliseconds

1234567891011>>