Searched refs:pass (Results 251 - 275 of 336) sorted by relevance

<<11121314

/external/webkit/Source/WebCore/loader/
H A DDocumentThreadableLoader.cpp343 ASSERT(m_sameOriginRequest || requestURL.pass().isEmpty());
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketadapters.cc751 // Handle either no-auth (0) or user/pass auth (2)
778 std::string user, pass;
783 !request->ReadString(&pass, pass_len)) {
/external/kernel-headers/original/linux/
H A Dpci.h555 int pci_scan_bridge(struct pci_bus *bus, struct pci_dev * dev, int max, int pass);
780 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev);
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec61 completions, as a significant amount of time may pass between the
/external/openssl/crypto/pem/
H A Dpvkfmt.c709 const unsigned char *pass, int passlen)
716 || !EVP_DigestUpdate(&mctx, pass, passlen)
707 derive_pvk_key(unsigned char *key, const unsigned char *salt, unsigned int saltlen, const unsigned char *pass, int passlen) argument
/external/stressapptest/src/
H A Dworker.cc1242 "but no miscompares found on second pass.\n",
1386 "but no miscompares found on second pass.\n",
1640 tag[sec].pass = pass_ & 0xff;
1730 tag[badsec].pass = 27;
1745 (tag[sec].pass != (pass_ & 0xff))) {
1752 else if (tag[sec].pass != (pass_ & 0xff))
1762 logprintf(5, "Sector Error: Sector tag @ 0x%x, pass %d/%d. "
1765 (pass_ & 0xff), (unsigned int)tag[sec].pass,
2449 // This thread does not evaluate pass/fail or software error.
3272 // just pass i
[all...]
/external/opencv/cv/src/
H A Dcvhaar.cpp1133 int pass, stage_offset = 0; local
1182 for( pass = 0; pass < npass; pass++ )
1198 if( pass == 0 )
1218 if( pass < npass - 1 )
1235 if( pass == npass - 1 )
/external/openssl/ssl/
H A Dssltest.c254 /* This is a context that we pass to all callbacks */
270 /* This is a context that we pass to SRP server callbacks */
274 char *pass; member in struct:srp_server_arg_st
286 if (SSL_set_srp_server_param_pw(s,p->expected_user,p->pass,"1024")<0)
663 srp_server_arg.pass = srp_client_arg.srppassin= *(++argv);
/external/ppp/pppd/
H A Dsys-linux.c1297 * set_filters - set the active and pass filters in the kernel driver.
1299 int set_filters(struct bpf_program *pass, struct bpf_program *active) argument
1303 fp.len = pass->bf_len;
1304 fp.filter = (struct sock_filter *) pass->bf_insns;
1309 error("Couldn't set pass-filter in kernel: %m");
2239 * sifup - Config the interface up and enable IP packets to pass.
2744 * are removed and the device is no longer able to pass IPX
H A Dpppd.h339 extern struct bpf_program pass_filter; /* Filter for pkts to pass */
562 void demand_unblock __P((void)); /* set all NPs to pass packets */
660 int set_filters __P((struct bpf_program *pass, struct bpf_program *active));
/external/dropbear/libtomcrypt/
H A Dcrypt.tex320 must pass it the length of the buffer where the output will be stored. For example:
394 lower eight bits contain data. For example, if you want to pass a 256 bit key to a symmetric ciphers setup routine, you
395 must pass in (a pointer to) an array of 32 \textit{unsigned char} variables. Certain routines (such as SAFER+) take
426 pass the scheduled key onto \textit{rc5\_ecb\_encrypt()}. All built--in setup functions do not allocate memory off the heap so
642 only difference is when you call find\_cipher() you have to pass the correct name. The cipher descriptors with \textit{enc}
1193 encrypted in EAX mode. Note: if \textit{headerlen} is zero you may pass \textit{header} as \textbf{NULL} to indicate there is no initial header data.
1327 The only difference is eax\_decrypt\_verify\_memory() does not emit a tag. Instead you pass it a tag as input and it compares it against
1383 you can pass them here. This will also encrypt the \textit{ptlen} bytes in \textit{pt} and store them in \textit{ct}. It will also
1387 an input message equal to the length of the block size then you pass the data here (not to ocb\_encrypt()) only.
1401 Similarly to the previous function you can pass trailin
[all...]
/external/icu4c/test/intltest/
H A Dcaltest.cpp1668 //for (int8_t pass=2; pass<=2; ++pass) {
1669 for (int8_t pass=1; pass<=2; ++pass) {
1670 switch (pass) {
H A Dcalregts.cpp2526 // In pass one, change the first day of week so that the weeks
2527 // shift in August 2001. In pass two, change the minimal days
2536 for (int32_t pass=0; pass<2; ++pass) {
2537 if (pass==0) {
2552 if (pass==0) {
H A Dusettest.cpp1390 // We test this with two passes; in the second pass we
1393 for (int32_t pass=1; pass<=2; ++pass) {
1396 if (pass==2) {
1399 // Pattern is only good for pass 1
1400 UBool isPatternValid = (pass==1);
/external/libpng/
H A DCHANGES476 Revised pngvcrd.c to use MMX code for interlacing only on the final pass.
1199 Prevent png_ptr->pass from exceeding 7 in png_push_finish_row().
1389 Use png_ptr->flags instead of png_ptr->transformations to pass
2075 Reset png_ptr->pass in png_read_push_finish_row() before break.
2076 Changed "pass" from png_byte to int.
2656 Backported two-pass png_decompress_chunk() algorithm from libpng-1.4.1.
/external/libvpx/vp8/common/arm/neon/
H A Dsixtappredict16x16_neon.asm199 ;Second pass: 16x16
392 ;Second pass: 16x16
/external/openssh/contrib/redhat/
H A Dopenssh.spec524 - pass OPTIONS correctly to initlog (#50151)
559 - modify init script to source /etc/sysconfig/sshd and pass $OPTIONS to sshd
/external/srec/tools/test_g2g/
H A Dtest_g2g.c360 traverse_tree( (tree_node*)node->node.pass, tree_topo, num_terminal_nodes);
/external/webkit/Tools/Scripts/
H A Dbuild-webkit346 Usage: $programName [options] [options to pass to build system]
/external/v8/src/
H A Djsregexp.h879 static bool SkipPass(int pass, bool ignore_case);
883 TextEmitPassType pass,
/external/libvpx/vp8/common/x86/
H A Dsubpixel_sse2.asm535 ; First-pass filter only when yoffset==0
648 ; First-pass filter only when yoffset==0
813 ; Second-pass filter only when xoffset==0
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml1289 begin group "module pass manager";
1295 begin group "function pass manager";
1337 suite "pass manager" test_pass_manager;
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat28 ( echo Must pass location of vcdiff.exe as script argument ^
/external/icu4c/common/
H A Duloc.c1153 int32_t pass = 0; local
1156 while (pass++ < 2) {
1614 * depending on the options. To specify level 1, pass in options=0.
1615 * To specify level 2, pass in options=_ULOC_CANONICALIZE.
/external/libvorbis/doc/
H A D07-floor1.tex355 Then compute the final curve in one pass:

Completed in 599 milliseconds

<<11121314