Searched defs:pass (Results 126 - 150 of 295) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/intltest/
H A Djamotest.cpp445 const UnicodeString& summary, UBool pass,
449 TransliteratorTest::expectAux(tag, jsum, pass, jexp);
444 expectAux(const UnicodeString& tag, const UnicodeString& summary, UBool pass, const UnicodeString& expectedResult) argument
H A Dnormconf.cpp301 UBool pass = TRUE, result; local
313 pass &= assertEqual("C", field[i], out, field[1], "c2!=C(c", fieldNum);
315 pass &= assertEqual("C(+1)", field[i], out, field[1], "c2!=C(c", fieldNum);
317 pass &= assertEqual("C(-1)", field[i], out, field[1], "c2!=C(c", fieldNum);
324 pass &= assertEqual("D", field[i], out, field[2], "c3!=D(c", fieldNum);
326 pass &= assertEqual("D(+1)", field[i], out, field[2], "c3!=D(c", fieldNum);
328 pass &= assertEqual("D(-1)", field[i], out, field[2], "c3!=D(c", fieldNum);
335 pass &= assertEqual("KC", field[i], out, field[3], "c4!=KC(c", fieldNum);
337 pass &= assertEqual("KC(+1)", field[i], out, field[3], "c4!=KC(c", fieldNum);
339 pass
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.h83 vchar_t *pass; /* xauth password */ member in struct:xauth_rmconf
/external/libselinux/src/
H A Dlabel_android_property.c85 int pass, unsigned lineno)
111 if (pass == 1) {
112 /* On the second pass, process and store the specification in spec. */
150 unsigned int lineno = 0, maxnspec, pass; local
175 * After the first pass, the spec array is malloced to the appropriate
176 * size. Second pass is to populate the spec array and check for
180 for (pass = 0; pass < 2; pass++) {
185 if (process_line(rec, path, line_buf, pass,
83 process_line(struct selabel_handle *rec, const char *path, char *line_buf, int pass, unsigned lineno) argument
[all...]
/external/llvm/lib/Target/
H A DTargetMachineC.cpp188 PassManager pass; local
200 pass.add(new DataLayoutPass(Mod));
211 if (TM->addPassesToEmitFile(pass, OS, ft)) {
217 pass.run(*Mod);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c331 bool pass; local
336 pass = precision >= test->precision;
342 if (!pass || verbose) {
345 pass ? "PASS" : "FAIL");
348 if (!pass) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp264 "pass",
268 "cent pass",
272 "off pass",
276 "samp pass",
626 PrintPass pass; local
627 pass.run(this, true, false);
633 PrintPass pass; local
635 pass.run(this, true, false);
/external/mesa3d/src/mesa/swrast/
H A Ds_atifragshader.c325 GLint j, pass; local
332 for (pass = 0; pass < shader->NumPasses; pass++) {
333 if (pass > 0)
336 texinst = &shader->SetupInst[pass][j];
343 for (pc = 0; pc < shader->numArithInstr[pass]; pc++) {
344 inst = &shader->Instructions[pass][pc];
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_render.c268 GLint pass = 0; local
324 tnl->Driver.Render.Multipass( ctx, ++pass ));
/external/openssl/apps/
H A Denc.c115 char *str=NULL, *passarg = NULL, *pass = NULL; local
182 else if (strcmp(*argv,"-pass") == 0)
303 BIO_printf(bio_err,"%-14s pass phrase source\n","-pass <arg>");
429 if(!app_passwd(bio_err, passarg, NULL, &pass, NULL)) {
433 str = pass;
707 if(pass) OPENSSL_free(pass);
/external/openssl/crypto/evp/
H A Devp_pbe.c155 int EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, argument
174 if(!pass)
177 passlen = strlen(pass);
203 if (!keygen(ctx, pass, passlen, param, cipher, md, en_de))
H A Dp5_crpt2.c80 int PKCS5_PBKDF2_HMAC(const char *pass, int passlen, argument
97 if(!pass)
100 passlen = strlen(pass);
101 if (!HMAC_Init_ex(&hctx_tpl, pass, passlen, digest, NULL))
159 h__dump (pass, passlen);
169 int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen, argument
173 return PKCS5_PBKDF2_HMAC(pass, passlen, salt, saltlen, iter, EVP_sha1(),
194 int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, argument
245 rv = PKCS5_v2_PBKDF2_keyivgen(ctx, pass, passlen,
252 int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, in argument
[all...]
/external/openssl/crypto/srp/
H A Dsrp_lib.c213 BIGNUM *SRP_Calc_x(BIGNUM *s, const char *user, const char *pass) argument
221 (pass == NULL))
231 EVP_DigestUpdate(&ctxt, pass, strlen(pass));
/external/openssl/ssl/
H A Dtls_srp.c257 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass, const char *grp) argument
273 if(!SRP_create_verifier_BN(user, pass, &s->srp_ctx.s, &s->srp_ctx.v, GN->N, GN->g)) return -1;
/external/qemu/distrib/libselinux/src/
H A Dlabel_android_property.c85 int pass, unsigned lineno)
111 if (pass == 1) {
112 /* On the second pass, process and store the specification in spec. */
150 unsigned int lineno = 0, maxnspec, pass; local
175 * After the first pass, the spec array is malloced to the appropriate
176 * size. Second pass is to populate the spec array and check for
180 for (pass = 0; pass < 2; pass++) {
185 if (process_line(rec, path, line_buf, pass,
83 process_line(struct selabel_handle *rec, const char *path, char *line_buf, int pass, unsigned lineno) argument
[all...]
/external/skia/src/core/
H A DSkRecordOpts.cpp37 static bool apply(Pass* pass, SkRecord* record) { argument
43 changed |= pass->onMatch(record, &pattern, begin, end);
59 CullNooper pass; local
60 while (apply(&pass, record));
170 SaveLayerDrawRestoreNooper pass; local
171 apply(&pass, record);
214 StrengthReducer pass; local
215 apply(&pass, record);
255 TextBounder pass; local
256 apply(&pass, recor
301 CullAnnotator pass; local
[all...]
/external/srec/srec/include/
H A Dhmm_desc.h116 struct tree_branch_info *pass; member in struct:tree_branch_info
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A Dnacltest.js267 this.pass = function(test_name, from_completed_test) {
702 this.pass = function() {
704 this.tester.rpc.pass(this.name, !this.running);
762 // Async tests do not move on without an explicit pass.
764 this.tester.rpc.pass(this.name);
797 this_.pass();
805 // spuriously pass. Throwing this exception forces us to behave like an
831 this_.pass();
883 // This kind of test does not pass until "pass" i
[all...]
/external/chromium_org/cc/output/
H A Ddirect_renderer.cc231 RenderPass* pass = render_passes_in_draw_order->at(i); local
232 DrawRenderPass(&frame, pass);
235 pass->copy_requests.begin();
236 it != pass->copy_requests.end();
241 UseRenderPass(&frame, pass);
243 CopyCurrentRenderPassToBitmap(&frame, pass->copy_requests.take(it));
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc217 // will get input from the console, parse it, and pass the appropriate
315 rtc::InsecureCryptStringImpl pass; local
319 pass.password() = argv[2];
335 if (pass.password().empty() && !test_server && oauth_token.empty()) {
338 std::cin >> pass.password();
362 pass.password() = jid.node();
367 xcs.set_pass(rtc::CryptString(pass));
/external/chromium_org/third_party/libpng/
H A Dpngwrite.c310 * time information, you can pass NULL for info. If you already wrote these
762 int pass, num_pass; /* pass variables */ local
772 * this will set pass to 1
779 for (pass = 0; pass < num_pass; pass++)
796 png_debug2(1, "in png_write_row (row %ld, pass %d)",
797 png_ptr->row_number, png_ptr->pass);
800 if (png_ptr->row_number == 0 && png_ptr->pass
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c52 ARG_DEF(NULL, "pass", 1, "Pass to execute (1/2)");
54 ARG_DEF(NULL, "fpf", 1, "First pass statistics file name");
91 int pass; member in struct:__anon12970
113 int pass = 0; local
176 pass = arg_parse_uint(&arg);
177 if (pass < 1 || pass > 2) {
178 die("Error: Invalid pass selected (%d)\n", pass);
202 if (pass) {
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c654 /* update stencil buffer values according to z pass/fail result */
770 unsigned i, pass = 0; local
817 quads[pass++] = quads[i];
820 nr = pass;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_blit.c106 GLuint CMD, BR13, pass = 0; local
133 pass++;
136 } while (pass < 2);
138 if (pass >= 2)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_blit.c106 GLuint CMD, BR13, pass = 0; local
133 pass++;
136 } while (pass < 2);
138 if (pass >= 2)

Completed in 588 milliseconds

1234567891011>>