/external/icu/icu4c/source/test/cintltst/ |
cfintst.c | 80 UErrorCode status = U_ZERO_ERROR; local 81 myCollation = ucol_open("fi_FI@collation=standard", &status); 82 if(U_FAILURE(status)){ 83 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status)); 98 UErrorCode status = U_ZERO_ERROR; local 99 myCollation = ucol_open("fi_FI@collation=standard", &status); 100 if(U_FAILURE(status)){ 101 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status)); [all...] |
cgendtst.c | 36 UErrorCode status = U_ZERO_ERROR; local 37 const UGenderInfo* actual_gi = ugender_getInstance("fr_CA", &status); 39 if (U_FAILURE(status)) { 40 log_err_status(status, "Fail to create UGenderInfo - %s (Are you missing data?)", u_errorName(status)); 43 actual = ugender_getListGender(actual_gi, kAllFemale, LENGTHOF(kAllFemale), &status); 44 if (U_FAILURE(status)) { 45 log_err("Fail to get gender of list - %s\n", u_errorName(status));
|
cturtst.c | 96 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/ |
lcukocol.cpp | 34 UErrorCode status = U_ZERO_ERROR; local 35 myCollation = Collator::createInstance("ko_kr", status); 36 if(U_SUCCESS(status)) { 37 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); 39 errcheckln(status, "Couldn't instantiate the collator with %s", u_errorName(status));
|
tstnrapi.cpp | 17 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);
|
ucaconf.h | 46 UErrorCode status; member in class:UCAConformanceTest
|
/external/libselinux/src/ |
checkAccess.c | 19 int status = -1; local 35 if ((sclass = string_to_security_class(class)) == 0) return status; 37 if ((av = string_to_av_perm(sclass, perm)) == 0) return status;
|
/external/libunwind/tests/ |
forker.c | 38 int status, i; local 61 waitpid (pid, &status, 0); 62 if (!WIFEXITED (status) || WEXITSTATUS (status) != 0)
|
/external/nanopb-c/examples/using_union_messages/ |
encode.c | 47 bool status = false; local 53 status = encode_unionmessage(&stream, MsgType1_fields, &msg); 59 status = encode_unionmessage(&stream, MsgType2_fields, &msg); 65 status = encode_unionmessage(&stream, MsgType3_fields, &msg); 73 if (!status)
|
/external/nanopb-c/tests/alltypes_pointer/ |
decode_alltypes_pointer.c | 10 status = false; \ 17 bool status = true; local 144 return status;
|
/external/nanopb-c/tests/basic_stream/ |
decode_stream.c | 61 bool status; local 63 status = (fread(buf, 1, count, file) == count); 68 return status;
|
/external/qemu/android/emulation/ |
CpuAccelerator_unittest.cpp | 41 String status = GetCurrentCpuAcceleratorStatus(); local 59 printf("Status: %s\n", status.c_str());
|
/external/qemu/distrib/ext4_utils/src/ |
setup_fs.c | 16 int status, n; local 56 while ((pid=waitpid(-1, &status, 0)) != child) {
|
/external/qemu/distrib/libselinux/src/ |
checkAccess.c | 19 int status = -1; local 35 if ((sclass = string_to_security_class(class)) == 0) return status; 37 if ((av = string_to_av_perm(sclass, perm)) == 0) return status;
|
/external/regex-re2/re2/testing/ |
simplify_test.cc | 143 RegexpStatus status; local 148 &status); 149 CHECK(re != NULL) << " " << tests[i].regexp << " " << status.Text();
|
/external/srtp/crypto/rng/ |
prng.c | 55 err_status_t status; local 64 status = random_source((uint8_t *)&tmp_key, 16); 65 if (status) 66 return status; 72 status = x917_prng.rand((uint8_t *)&x917_prng.state, 16); 73 if (status) 74 return status; 84 err_status_t status; local 92 status = x917_prng_init(x917_prng.rand); 93 if (status) [all...] |
/external/srtp/crypto/test/ |
rand_gen.c | 75 err_status_t status; local 81 status = crypto_kernel_init(); 82 if (status) { 94 status = crypto_kernel_set_debug_module(optarg, 1); 95 if (status) { 114 status = crypto_kernel_list_debug_modules(); 115 if (status) { 124 status = crypto_get_random(buffer, num_octets); 125 if (status) { 132 status = crypto_kernel_shutdown() [all...] |
/external/strace/test/ |
leaderkill.c | 34 int status; local 54 got_pid = waitpid(child, &status, 0); 56 assert(WIFEXITED(status)); 57 assert(WEXITSTATUS(status) == 42);
|
/external/valgrind/main/drd/tests/ |
bug-235681.c | 15 int status; variable 28 while (!status) { 30 fprintf(stderr, "run_fn(): status==0\n"); 37 fprintf(stderr, "run_fn(): status==1\n"); 61 status = 0; 76 fprintf(stderr, "main(): status=1\n"); 77 status = 1;
|
/external/valgrind/main/none/tests/ |
exec-sigmask.c | 13 int status; local 29 ret = waitpid(pid, &status, 0); 35 if (status != 0) {
|
process_vm_readv_writev.c | 11 static int status = EXIT_SUCCESS; variable 38 status = EXIT_FAILURE; 43 status = EXIT_FAILURE; 74 status = EXIT_FAILURE; 79 status = EXIT_FAILURE; 93 return status;
|
/frameworks/av/camera/ |
ICameraServiceListener.cpp | 44 virtual void onStatusChanged(Status status, int32_t cameraId) 50 data.writeInt32(static_cast<int32_t>(status)); 74 Status status = static_cast<Status>(data.readInt32()); local 77 onStatusChanged(status, cameraId);
|
/frameworks/av/drm/common/ |
IDrmServiceListener.cpp | 52 status_t status = notify(DrmInfoEvent(uniqueId, type, message)); local 53 reply->writeInt32(status);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
bitstream.h | 53 PV_STATUS status = PV_SUCCESS; local 59 status = BitstreamFillCache(stream); 63 return status; 71 PV_STATUS status = PV_SUCCESS; local 76 status = BitstreamFillCache(stream); 79 return status; 85 PV_STATUS status = PV_SUCCESS; local 90 status = BitstreamFillCache(stream); 93 return status;
|
/frameworks/av/services/audioflinger/ |
ISchedulingPolicyService.cpp | 48 status_t status = remote()->transact(REQUEST_PRIORITY_TRANSACTION, data, &reply, flags); local 49 if (status != NO_ERROR) { 50 return status;
|