HomeSort by relevance Sort by last modified time
    Searched refs:err (Results 651 - 675 of 4916) sorted by null

<<21222324252627282930>>

  /external/openssl/crypto/asn1/
n_pkey.c 136 if ((pkey=NETSCAPE_PKEY_new()) == NULL) goto err;
137 if ((enckey=NETSCAPE_ENCRYPTED_PKEY_new()) == NULL) goto err;
141 if ((pkey->algor->parameter=ASN1_TYPE_new()) == NULL) goto err;
159 if ((enckey->enckey->algor->parameter=ASN1_TYPE_new()) == NULL) goto err;
175 goto err;
185 goto err;
191 goto err;
205 goto err;
211 goto err;
217 goto err;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp 130 errln("Err: Number Format ");
143 errln("Err: Number Format parse");
365 errln("Err: Message format creation failed");
382 UErrorCode err = U_ZERO_ERROR; local
395 err);
397 if (U_FAILURE(err)) {
398 dataerrln("TestMessageFormat::testStaticFormat #1 - %s", u_errorName(err));
399 logln(UnicodeString("TestMessageFormat::testStaticFormat failed test #1 with error code ")+(int32_t)err);
415 UErrorCode err = U_ZERO_ERROR; local
417 Locale::setDefault( Locale("tr"), err );
452 UErrorCode err = U_ZERO_ERROR; local
490 UErrorCode err = U_ZERO_ERROR; local
532 UErrorCode err = U_ZERO_ERROR; local
635 UnicodeString err = UnicodeString(errMsg); local
658 UErrorCode err = U_ZERO_ERROR; local
947 UErrorCode err = U_ZERO_ERROR; local
1028 UErrorCode err = U_ZERO_ERROR; local
1087 UErrorCode err = U_ZERO_ERROR; local
1163 UErrorCode err = U_ZERO_ERROR; local
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 185 status_t err; local
186 if ((err = mCodec->dequeueOutputBuffer(
188 return err;
212 status_t err; local
213 if ((err = mCodec->getOutputFormat(&msg)) != OK) {
214 return err;
224 status_t err = local
229 if (err != OK) {
230 return err;
302 status_t err = mCodec->getName(&name) local
435 status_t err = ConvertKeyValueArraysToMessage(env, keys, values, &format); local
478 status_t err = codec->createInputSurface(&bufferProducer); local
499 status_t err = codec->start(); local
514 status_t err = codec->stop(); local
529 status_t err = codec->flush(); local
553 status_t err = codec->queueInputBuffer( local
596 status_t err = OK; local
710 status_t err = codec->dequeueInputBuffer(&index, timeoutUs); local
731 status_t err = codec->dequeueOutputBuffer( local
752 status_t err = codec->releaseOutputBuffer(index, render); local
767 status_t err = codec->signalEndOfInputStream(); local
784 status_t err = codec->getOutputFormat(env, &format); local
807 status_t err = codec->getBuffers(env, input, &buffers); local
833 status_t err = codec->getName(env, &name); local
856 status_t err = ConvertKeyValueArraysToMessage(env, keys, vals, &params); local
951 status_t err = codec->initCheck(); local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 97 int err = 1; local
122 err = read(fd, read_buf, BUFFSIZE);
236 int err; local
238 err = closeDevice(mproxyPlaybackHandle);
239 if (err) {
242 err = closeDevice(musbPlaybackHandle);
243 if (err) {
259 int err; local
261 err = closeDevice(mproxyRecordingHandle);
262 if (err) {
367 status_t err = NO_ERROR; local
393 int err; local
591 int err = NO_ERROR; local
638 int err = NO_ERROR;; local
667 int err; local
782 int err; local
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
minizip.c 175 int err=ZIP_OK; local
181 err = ZIP_ERRNO;
184 if (err == ZIP_OK)
187 err = ZIP_OK;
193 err = ZIP_ERRNO;
200 } while ((err == ZIP_OK) && (size_read>0));
207 return err;
244 int err=0; local
371 err= ZIP_ERRNO;
376 for (i=zipfilenamearg+1;(i<argc) && (err==ZIP_OK);i++
    [all...]
  /external/zlib/src/contrib/minizip/
minizip.c 188 int err=ZIP_OK; local
195 err = ZIP_ERRNO;
198 if (err == ZIP_OK)
201 err = ZIP_OK;
207 err = ZIP_ERRNO;
214 } while ((err == ZIP_OK) && (size_read>0));
221 return err;
257 int err=0; local
384 err= ZIP_ERRNO;
389 for (i=zipfilenamearg+1;(i<argc) && (err==ZIP_OK);i++
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_blind.c 151 if ((ret->A = BN_dup(A)) == NULL) goto err;
155 if ((ret->Ai = BN_dup(Ai)) == NULL) goto err;
159 if ((ret->mod = BN_dup(mod)) == NULL) goto err;
169 err:
193 goto err;
204 goto err;
208 if (!BN_mod_mul(b->A,b->A,b->A,b->mod,ctx)) goto err;
209 if (!BN_mod_mul(b->Ai,b->Ai,b->Ai,b->mod,ctx)) goto err;
213 err:
321 goto err;
    [all...]
bn_exp.c 150 if (rr == NULL || v == NULL) goto err;
152 if (BN_copy(v,a) == NULL) goto err;
156 { if (BN_copy(rr,a) == NULL) goto err; }
157 else { if (!BN_one(rr)) goto err; }
161 if (!BN_sqr(v,v,ctx)) goto err;
164 if (!BN_mul(rr,rr,v,ctx)) goto err;
168 err:
279 if(!aa || !val[0]) goto err;
285 if (!BN_copy(aa, m)) goto err;
287 if (BN_RECP_CTX_set(&recp,aa,ctx) <= 0) goto err;
    [all...]
bn_exp2.c 156 if(!d || !r || !val1[0] || !val2[0]) goto err;
162 if ((mont=BN_MONT_CTX_new()) == NULL) goto err;
163 if (!BN_MONT_CTX_set(mont,m,ctx)) goto err;
175 goto err;
184 goto err;
187 if (!BN_to_montgomery(val1[0],a_mod_m,mont,ctx)) goto err;
190 if (!BN_mod_mul_montgomery(d,val1[0],val1[0],mont,ctx)) goto err;
198 goto err;
209 goto err;
218 goto err;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_ocsp.c 164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err;
165 if (!ASN1_STRING_print(bp, (ASN1_STRING*)a->crlUrl)) goto err;
166 if (BIO_write(bp, "\n", 1) <= 0) goto err;
170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err;
171 if (i2a_ASN1_INTEGER(bp, a->crlNum) <= 0) goto err;
172 if (BIO_write(bp, "\n", 1) <= 0) goto err;
176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err;
177 if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime)) goto err;
178 if (BIO_write(bp, "\n", 1) <= 0) goto err;
181 err
    [all...]
  /external/chromium_org/tools/gn/
parser_unittest.cc 17 Err err; local
18 *result = Tokenizer::Tokenize(input, &err);
19 return !err.has_error();
71 Err err; local
72 scoped_ptr<ParseNode> result = Parser::Parse(tokens, &err);
87 Err err; local
88 std::vector<Token> tokens = Tokenizer::Tokenize(&input_file, &err);
108 Err err; local
130 Err err; local
194 Err err; local
    [all...]
  /external/openssl/crypto/bn/
bn_blind.c 151 if ((ret->A = BN_dup(A)) == NULL) goto err;
155 if ((ret->Ai = BN_dup(Ai)) == NULL) goto err;
159 if ((ret->mod = BN_dup(mod)) == NULL) goto err;
169 err:
193 goto err;
204 goto err;
208 if (!BN_mod_mul(b->A,b->A,b->A,b->mod,ctx)) goto err;
209 if (!BN_mod_mul(b->Ai,b->Ai,b->Ai,b->mod,ctx)) goto err;
213 err:
321 goto err;
    [all...]
bn_exp.c 150 if (rr == NULL || v == NULL) goto err;
152 if (BN_copy(v,a) == NULL) goto err;
156 { if (BN_copy(rr,a) == NULL) goto err; }
157 else { if (!BN_one(rr)) goto err; }
161 if (!BN_sqr(v,v,ctx)) goto err;
164 if (!BN_mul(rr,rr,v,ctx)) goto err;
168 err:
279 if(!aa || !val[0]) goto err;
285 if (!BN_copy(aa, m)) goto err;
287 if (BN_RECP_CTX_set(&recp,aa,ctx) <= 0) goto err;
    [all...]
bn_exp2.c 156 if(!d || !r || !val1[0] || !val2[0]) goto err;
162 if ((mont=BN_MONT_CTX_new()) == NULL) goto err;
163 if (!BN_MONT_CTX_set(mont,m,ctx)) goto err;
175 goto err;
184 goto err;
187 if (!BN_to_montgomery(val1[0],a_mod_m,mont,ctx)) goto err;
190 if (!BN_mod_mul_montgomery(d,val1[0],val1[0],mont,ctx)) goto err;
198 goto err;
209 goto err;
218 goto err;
    [all...]
  /external/openssl/crypto/x509v3/
v3_ocsp.c 164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err;
165 if (!ASN1_STRING_print(bp, (ASN1_STRING*)a->crlUrl)) goto err;
166 if (BIO_write(bp, "\n", 1) <= 0) goto err;
170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err;
171 if (i2a_ASN1_INTEGER(bp, a->crlNum) <= 0) goto err;
172 if (BIO_write(bp, "\n", 1) <= 0) goto err;
176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err;
177 if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime)) goto err;
178 if (BIO_write(bp, "\n", 1) <= 0) goto err;
181 err
    [all...]
  /bionic/libthread_db/
libthread_db.c 130 td_err_e err; local
133 err = ps_pglobal_lookup(NULL, NULL, gSymbols[SYM_TD_CREATE], &bkpt_addr);
134 if (err) {
135 return err;
138 err = td_ta_thr_iter(agent, _event_getmsg_helper, bkpt_addr, 0, 0, NULL, 0);
139 if (err != 0x42) {
186 int32_t err; local
196 err = ps_pglobal_lookup(NULL, NULL, gSymbols[SYM_TD_CREATE], &notify_out->u.bptaddr);
197 if (err) {
219 td_err_e err = TD_OK local
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyCommandEvent.java 43 System.err.println("// Shell command " + mCmd + " status was " + status);
45 System.err.println("// Exception from " + mCmd + ":");
46 System.err.println(e.toString());
  /external/aac/libFDK/include/x86/
clz_x86.h 132 unsigned char err; local
133 err = _BitScanReverse(&result, value);
134 if (err) {
  /external/android-clat/
netlink_callbacks.c 39 * err - netlink error message
42 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) {
44 if(err->error < 0) {
45 *retval = err->error;
  /external/chromium/net/base/
host_resolver_proc.cc 199 int err = getaddrinfo(host.c_str(), NULL, &hints, &ai); local
204 if (err && DnsReloadTimerHasExpired()) {
219 err == 0 && IsAllLocalhostOfOneFamily(ai)) {
234 err = getaddrinfo(host.c_str(), NULL, &hints, &ai);
238 if (err || ai == NULL) {
240 if (err) {
243 err = WSAGetLastError();
248 *os_error = err;
253 if (err != WSAHOST_NOT_FOUND && err != WSANO_DATA
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
p5_pbe.c 88 goto err;
95 goto err;
102 goto err;
108 goto err;
113 goto err;
122 err:
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cnf.c 137 goto err;
139 goto err;
141 goto err;
143 goto err;
160 goto err;
170 goto err;
174 goto err;
179 goto err;
185 goto err;
189 goto err;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md4/
md4test.c 99 int i,err=0; local
115 err++;
123 EXIT(err);
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_sign.c 89 goto err;
92 if (EVP_SignFinal(ctx,m,&m_len,pkey) <= 0) goto err;
97 err:
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_depr.c 79 if(!rsa || !e) goto err;
87 goto err;
96 err:

Completed in 980 milliseconds

<<21222324252627282930>>