HomeSort by relevance Sort by last modified time
    Searched defs:pass (Results 201 - 225 of 293) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4c/source/test/cintltst/
creststn.c 39 static int32_t pass; variable
    [all...]
  /external/libedit/src/
readline.c 1696 struct passwd *pass = NULL; local
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 483 #define LOG 0x040 /* Log pass/fail to stdout */
490 * bits are simple 1U<<error_level. A pass requires either nothing worse than
1586 const int pass = (d.options & STRICT) ? local
    [all...]
  /external/libpng/
pngread.c 392 png_debug2(1, "in png_read_row (row %lu, pass %d)",
393 (unsigned long)png_ptr->row_number, png_ptr->pass);
396 * interlace pass.
409 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
458 switch (png_ptr->pass)
589 if (png_ptr->pass < 6)
590 png_do_read_interlace(&row_info, png_ptr->row_buf + 1, png_ptr->pass,
612 (*(png_ptr->read_row_fn))(png_ptr, png_ptr->row_number, png_ptr->pass);
620 * contain the contents of the rows from the previous pass. If the
626 * as they arrive. If the image is displayed after each pass, it wil
842 int pass, j; local
3081 int pass; local
3398 int pass; local
3506 int pass, passes; local
    [all...]
pngrutil.c 3032 unsigned int pass = png_ptr->pass; local
    [all...]
pngstruct.h 174 // the number of index points in each pass
177 // the line span of two index points of each pass
180 // the index points of each pass
263 png_uint_32 num_rows; /* number of rows in current pass */
267 png_uint_32 row_number; /* current row in interlace pass */
297 png_byte pass; /* current interlace pass (0 - 6) */ member in struct:png_struct_def
pngtest.c 152 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass)
157 if (status_pass != pass)
159 fprintf(stdout, "\n Pass %d: ", pass);
160 status_pass = pass;
177 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass)
179 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
849 int num_pass = 1, pass; local
959 /* Allow application (pngtest) errors and warnings to pass */
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 187 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1,
188 "Pass to execute (1/2)");
190 "First pass statistics file name");
679 global->pass = arg_parse_uint(&arg);
681 if (global->pass < 1 || global->pass > 2)
682 die("Error: Invalid pass selected (%d)\n",
683 global->pass);
732 if (global->pass) {
733 /* DWIM: Assume the user meant passes=2 if pass=2 is specified *
1515 int pass; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 121 unsigned pass:8; member in struct:svga_depth_stencil_state::__anon31296
svga_tgsi_insn.c 3022 struct src_register pass, fail; local
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1165 int pass, stage_offset = 0; local
    [all...]
  /external/openssl/apps/
apps.c 581 prompt = UI_construct_prompt(ui, "pass phrase",
653 if(!strncmp(arg, "pass:", 5)) return BUF_strdup(arg + 5);
745 const char *pass; local
757 pass = "";
777 pass = tpass;
779 ret = PKCS12_parse(p12, pass, pkey, cert, ca);
787 const char *pass, ENGINE *e, const char *cert_descrip)
863 const char *pass, ENGINE *e, const char *key_descrip)
869 cb_data.password = pass;
961 const char *pass, ENGINE *e, const char *key_descrip
    [all...]
s_client.c 298 BIO_printf(bio_err," -pass arg - private key file pass phrase source\n");
378 /* This is a context that we pass to callbacks */
399 /* This is a context that we pass to all callbacks */
493 char *pass = (char *)OPENSSL_malloc(PWD_STRLEN+1); local
499 if ((l = password_callback(pass, PWD_STRLEN, 0, &cb_tmp))<0)
502 OPENSSL_free(pass);
505 *(pass+l)= '\0';
507 return pass;
516 /* This the context that we pass to next_proto_cb *
579 char *passarg = NULL, *pass = NULL; local
    [all...]
s_server.c 380 /* This is a context that we pass to callbacks */
477 BIO_printf(bio_err," -pass arg - private key file pass phrase source\n");
482 BIO_printf(bio_err," -dpass arg - second private key file pass phrase source\n");
722 /* This is a context that we pass to callbacks */
900 /* This is the context that we pass to next_proto_cb */
953 char *passarg = NULL, *pass = NULL; local
    [all...]
  /external/openssl/ssl/
ssltest.c 254 /* 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)
658 srp_server_arg.pass = srp_client_arg.srppassin= *(++argv);
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrutil.c 2740 int pass = png_ptr->pass; local
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 148 // want to transmit user/pass in cleartext.
149 AString host, path, user, pass; local
152 mSessionURL.c_str(), &host, &port, &path, &user, &pass));
360 "even one, we'll let it pass for now, but this may break "
501 // want to transmit user/pass in cleartext.
502 AString host, path, user, pass; local
505 mSessionURL.c_str(), &host, &port, &path, &user, &pass)
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 818 jboolean pass = env->CallBooleanMethod(mServiceObj, gServiceClassInfo.filterInputEvent, local
821 pass = true;
824 return pass;
830 // - Ignore untrusted events and pass them along.
865 // - Ignore untrusted events and pass them along.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 187 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1,
188 "Pass to execute (1/2)");
190 "First pass statistics file name");
679 global->pass = arg_parse_uint(&arg);
681 if (global->pass < 1 || global->pass > 2)
682 die("Error: Invalid pass selected (%d)\n",
683 global->pass);
732 if (global->pass) {
733 /* DWIM: Assume the user meant passes=2 if pass=2 is specified *
1515 int pass; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 47 /* Auxiliary info specific to a pass. */
100 /* Structure to gather statistic about profile consistency, per pass.
101 An array of this structure, indexed by pass static number, is allocated
105 For every field[2], field[0] is the count before the pass runs, and
106 field[1] is the post-pass count. This allows us to monitor the effect
107 of each individual pass on the profile consistency.
127 /* True iff this pass actually was run. */
184 /* Auxiliary info specific to a pass. */
466 int pass; /* Pass number. *
465 int pass; \/* Pass number. *\/ member in struct:ce_if_block
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 1346 unsigned int nb_guids, pass, i, j, ancestor; local
4284 int i, pass; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 145 // One Pass - Best Quality. The encoder places priority on the
151 // Two Pass - First Pass. The encoder generates a file of statistics
152 // for use in the second encoding pass. (speed setting controls how fast)
155 // Two Pass - Second Pass. The encoder uses the statistics that were
156 // generated in the first encoding pass to create the compressed
160 // Two Pass - Second Pass Best. The encoder uses the statistics that
161 // were generated in the first encoding pass to create the compresse
401 int pass; member in struct:VP9_COMP
    [all...]

Completed in 697 milliseconds

1 2 3 4 5 6 7 891011>>