Searched refs:pass (Results 151 - 175 of 574) sorted by relevance

1234567891011>>

/external/libpng/
H A Dpngread.c619 png_debug2(1, "in png_read_row (row %lu, pass %d)",
620 png_ptr->row_number, png_ptr->pass);
624 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
662 switch (png_ptr->pass)
669 png_pass_dsp_mask[png_ptr->pass]);
679 png_pass_dsp_mask[png_ptr->pass]);
689 png_pass_dsp_mask[png_ptr->pass]);
699 png_pass_dsp_mask[png_ptr->pass]);
709 png_pass_dsp_mask[png_ptr->pass]);
719 png_pass_dsp_mask[png_ptr->pass]);
945 png_configure_decoder(png_structp png_ptr, int *row, int pass) argument
1075 int pass, j; local
[all...]
H A Dexample.c54 * to pass the bytes to png_sig_cmp() or even skip that if you know
363 for (pass = 0; pass < number_passes; pass++)
383 /* If you want to display the image after every pass, do so here */
493 png_uint_32 row_num, int pass)
498 * this function will be called for every row in every pass.
525 * need the row_num and pass, but I'm supplying them because it
539 * that the first pass (pass
[all...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DKeyManagerFactory2Test.java85 char[] pass = { 'a', 'b', 'c' };
93 keyMF.init(kStore, pass);
112 keyMF.init(kStore, pass);
120 mfp = (ManagerFactoryParameters) new MyKeyManagerFactorySpi.Parameters(kStore, pass);
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dprexmppauth.h71 const talk_base::CryptString & pass,
/external/chromium_org/jingle/notifier/base/
H A Dgaia_token_pre_xmpp_auth.h32 const talk_base::CryptString& pass,
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dprexmppauth.h71 const talk_base::CryptString& pass,
H A Dxmppauth.h44 // TODO: Just have one "secret" that is either pass or
48 const talk_base::CryptString& pass,
/external/chromium_org/third_party/openssl/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))
/external/harfbuzz_ng/contrib/python/lib/
H A Dfontconfig.pyx3 pass
5 pass
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.h83 vchar_t *pass; /* xauth password */ member in struct:xauth_rmconf
/external/libpng/contrib/gregbook/
H A Dreadpng2.h95 int pass; member in struct:_mainprog_info
/external/llvm/lib/Target/
H A DTargetMachineC.cpp166 PassManager pass; local
177 pass.add(new DataLayout(*td));
188 if (TM->addPassesToEmitFile(pass, OS, ft)) {
194 pass.run(*Mod);
/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))
/external/qemu/distrib/libpng-1.2.19/
H A Dpngvcrd.c109 you want all pixels to be combined, pass 0xff (255) in mask. */
257 register int disp = png_pass_inc[png_ptr->pass];
261 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
263 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
264 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
401 register int disp = png_pass_inc[png_ptr->pass];
405 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
407 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
408 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
507 register int disp = png_pass_inc[png_ptr->pass];
1012 int pass = png_ptr->pass; local
[all...]
H A Dpngread.c581 png_debug2(1, "in png_read_row (row %lu, pass %d)\n",
582 png_ptr->row_number, png_ptr->pass);
585 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
622 switch (png_ptr->pass)
629 png_pass_dsp_mask[png_ptr->pass]);
639 png_pass_dsp_mask[png_ptr->pass]);
649 png_pass_dsp_mask[png_ptr->pass]);
659 png_pass_dsp_mask[png_ptr->pass]);
669 png_pass_dsp_mask[png_ptr->pass]);
679 png_pass_dsp_mask[png_ptr->pass]);
884 int pass, j; local
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DStepPattern.java446 boolean pass = true;
467 pass = false;
488 if (pass)
545 boolean pass = true;
564 pass = false;
571 pass = false;
592 if (pass)
634 * position of the last node that can pass this test in the sub context
/external/chromium_org/third_party/WebKit/Source/weborigin/
H A DKURLTest.cpp48 const char* pass; member in struct:__anon10469::ComponentCase
64 const char* pass; member in struct:__anon10469::GetterCase
73 {"https://me:pass@google.com:23#foo", "https", "google.com", 23, "me", "pass", 0, 0, "foo", true},
85 EXPECT_EQ(cases[i].pass, kurl.pass());
99 EXPECT_EQ(cases[i].pass, kurl.pass());
112 // url protocol host port user pass path lastPath query ref
136 EXPECT_EQ(cases[i].pass, kur
190 const char* pass; member in struct:__anon10469::ExpectedComponentCase
[all...]
/external/qemu/target-arm/
H A Dtranslate.c1110 static TCGv neon_load_reg(int reg, int pass) argument
1113 tcg_gen_ld_i32(tmp, cpu_env, neon_reg_offset(reg, pass));
1117 static void neon_store_reg(int reg, int pass, TCGv var) argument
1119 tcg_gen_st_i32(var, cpu_env, neon_reg_offset(reg, pass));
2753 int pass; local
2762 pass = (insn >> 21) & 1;
2775 tmp = neon_load_reg(rn, pass);
2814 for (n = 0; n <= pass * 2; n++) {
2824 tmp2 = neon_load_reg(rn, pass);
2829 tmp2 = neon_load_reg(rn, pass);
3837 int pass; local
4423 int pass; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c365 else if (cpi->pass == 2)
367 /* New Two pass RC */
428 if (cpi->pass != 2)
467 /* Not two pass */
468 if (cpi->pass != 2)
549 /* Apply an upper limit based on Q for 1 pass encodes */
550 if (Boost > kf_gf_boost_qlimits[Q] && (cpi->pass == 0))
567 if (cpi->pass == 2) /* 2 Pass */
598 if (cpi->pass != 2)
600 /* For now Alt ref is not allowed except in 2 pass mode
[all...]
/external/chromium_org/cc/output/
H A Ddirect_renderer.cc221 RenderPass* pass = render_passes_in_draw_order->at(i); local
222 DrawRenderPass(&frame, pass);
225 pass->copy_requests.begin();
226 it != pass->copy_requests.end();
231 UseRenderPass(&frame, pass);
233 CopyCurrentRenderPassToBitmap(&frame, pass->copy_requests.take(it));
H A Ddelegating_renderer_unittest.cc107 TestRenderPass* pass = AddRenderPass( variable
112 pass->AppendOneOfEveryQuadType(
130 // Each render pass has 10 resources in it. And the root render pass has a
131 // mask resource used when drawing the child render pass. The number 10 may
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc219 // will get input from the console, parse it, and pass the appropriate
317 talk_base::InsecureCryptStringImpl pass; local
321 pass.password() = argv[2];
337 if (pass.password().empty() && !test_server && oauth_token.empty()) {
340 std::cin >> pass.password();
364 pass.password() = jid.node();
369 xcs.set_pass(talk_base::CryptString(pass));
/external/checkpolicy/
H A Dpolicy_define.c56 unsigned int pass; variable
79 pass = pass_number;
148 if (pass == 2) {
212 if (pass == 1)
246 if (pass == 2) {
284 if (pass == 2) {
359 if (pass == 1) {
391 if (pass == 1) {
423 if (pass == 1) {
457 if (pass
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngread.c610 png_debug2(1, "in png_read_row (row %lu, pass %d)",
611 png_ptr->row_number, png_ptr->pass);
615 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
653 switch (png_ptr->pass)
660 png_pass_dsp_mask[png_ptr->pass]);
670 png_pass_dsp_mask[png_ptr->pass]);
680 png_pass_dsp_mask[png_ptr->pass]);
690 png_pass_dsp_mask[png_ptr->pass]);
700 png_pass_dsp_mask[png_ptr->pass]);
710 png_pass_dsp_mask[png_ptr->pass]);
913 int pass, j; local
[all...]
/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-duplicate-cn-certs.sh122 -passout pass:chrome
129 -passout pass:chrome

Completed in 1409 milliseconds

1234567891011>>