HomeSort by relevance Sort by last modified time
    Searched full:pass (Results 376 - 400 of 3584) sorted by null

<<11121314151617181920>>

  /external/jpeg/
djpeg.1 156 Use one-pass instead of two-pass color quantization. The one-pass method is
162 Also, the one-pass method is always used for gray-scale output (the two-pass
213 may give acceptable results in two-pass mode, but is seldom tolerable in
214 one-pass mode.
jccoefct.c 20 * step is run during the first pass, and subsequent passes need only read
42 /* For single-pass compression, it's sufficient to buffer just one MCU
48 * In multi-pass modes, this array points to the current MCU's blocks
53 /* In multi-pass modes, we need a virtual block array for each component. */
96 * Initialize for a processing pass.
133 * Process some data in the single-pass case.
224 * Process some data in the first pass of a multi-pass case.
238 * components are DCT'd and loaded into the virtual arrays in this pass.
240 * the entropy encoder during this first pass; be careful about lookin
    [all...]
  /external/openssl/crypto/pkcs12/
p12_key.c 83 int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt,
90 if(!pass) {
93 } else if (!asc2uni(pass, passlen, &unipass, &uniplen)) {
106 int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt,
121 if (!pass) {
132 h__dump(pass, passlen);
155 for (i = 0; i < Plen; i++) *p++ = pass[i % passlen];
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 54 const char* pass; member in struct:__anon6559::ComponentCase
70 const char* pass; member in struct:__anon6559::GetterCase
79 {"https://me:pass@google.com:23#foo", "https", "google.com", 23, "me", "pass", 0, 0, "foo", true},
91 EXPECT_EQ(cases[i].pass, kurl.pass());
105 EXPECT_EQ(cases[i].pass, kurl.pass());
118 // url protocol host port user pass path lastPath query ref
142 EXPECT_EQ(cases[i].pass, kurl.pass())
196 const char* pass; member in struct:__anon6559::ExpectedComponentCase
    [all...]
  /external/openssl/apps/
pkcs8.c 86 char pass[50], *passin = NULL, *passout = NULL, *p8pass = NULL; local
213 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
216 BIO_printf(bio_err, "-passout arg output file pass phrase source\n");
314 p8pass = pass;
315 if (EVP_read_pw_string(pass, sizeof pass, "Enter Encryption Password:", 1))
395 p8pass = pass;
396 EVP_read_pw_string(pass, sizeof pass, "Enter Password:", 0);
  /external/zlib/examples/
fitblk.c 18 nearly the requested output block size. The first pass generates
22 is discarded. The second pass decompresses and recompresses just
25 input, which is less than the amount consumed on the first pass.
29 the final product. The third compression pass decompresses the
43 two pass approach similar to the above. That shortfall is due to
45 header on the second pass. EXCESS is set to be large enough so
46 that there is enough uncompressed data for the second pass to fill
48 block of the second pass will be close in size to the final deflate
49 block of the third and final pass. MARGIN is chosen to be just
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 158 for(int pass=0;pass<=1;++pass)
188 System.out.println("\nPass "+pass+" complete\n");
189 } // end pass loop
  /external/e2fsprogs/e2fsck/
pass4.c 2 * pass4.c -- pass #4 of e2fsck: Check reference counts
11 * Pass 4 frees the following data structures:
24 * rest of the pass 4 tests.
100 mtrace_print("Pass 4");
176 print_resource_track(_("Pass 4"), &rtrack);
  /external/e2fsprogs/tests/f_badorphan/
expect.1 7 Pass 1: Checking inodes, blocks, and sizes
49 Pass 2: Checking directory structure
50 Pass 3: Checking directory connectivity
51 Pass 4: Checking reference counts
52 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/f_journal/
expect.1 54 Pass 1: Checking inodes, blocks, and sizes
55 Pass 2: Checking directory structure
56 Pass 3: Checking directory connectivity
57 Pass 4: Checking reference counts
58 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/m_std/
expect.1 20 Pass 1: Checking inodes, blocks, and sizes
21 Pass 2: Checking directory structure
22 Pass 3: Checking directory connectivity
23 Pass 4: Checking reference counts
24 Pass 5: Checking group summary information
  /external/guava/src/com/google/common/collect/
ImmutableSortedMapFauxverideShim.java 50 * @deprecated <b>Pass a key of type {@code Comparable} to use {@link
63 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
77 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
92 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
107 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
  /frameworks/base/core/java/android/webkit/
StreamLoader.java 57 private byte [] mData; // buffer to pass data to loader with.
110 // to pass data to the loader
132 // to pass data to the loader
158 * Construct the headers and pass them to the EventHandler.
170 * Read data from the stream and pass it to the EventHandler.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 484 // pass
489 // pass
521 // pass
525 // pass
539 // pass
551 // pass
555 // pass -- an IINC instruction
559 // pass -- a zero operand instruction
563 // pass -- a single int operand instruction
567 // pass -- a jump instructio
    [all...]
  /external/webkit/JavaScriptCore/API/
JSObjectRef.h 316 @field parentClass A JSClass to set as the class's parent class. Pass NULL use the default object class.
317 @field staticValues A JSStaticValue array containing the class's statically declared value properties. Pass NULL to specify no statically declared value properties. The array must be terminated by a JSStaticValue whose name field is NULL.
318 @field staticFunctions A JSStaticFunction array containing the class's statically declared function properties. Pass NULL to specify no statically declared function properties. The array must be terminated by a JSStaticFunction whose name field is NULL.
403 @param jsClass The JSClass to assign to the object. Pass NULL to use the default object class.
404 @param data A void* to set as the object's private data. Pass NULL to specify no private data.
416 @param name A JSString containing the function's name. This will be used when converting the function to string. Pass NULL to create an anonymous function.
426 @param jsClass A JSClass that is the class your constructor will assign to the objects its constructs. jsClass will be used to set the constructor's .prototype property, and to evaluate 'instanceof' expressions. Pass NULL to use the default object class.
427 @param callAsConstructor A JSObjectCallAsConstructorCallback to invoke when your constructor is used in a 'new' expression. Pass NULL to use the default object constructor.
438 @param arguments A JSValue array of data to populate the Array with. Pass NULL if argumentCount is 0.
439 @param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an exception
    [all...]
  /development/host/windows/usb/legacy/driver/
android_usb_driver_object.cpp 43 // Just pass it down inside the class
146 // Pass it down to our driver object
160 // Pass it down to our driver object
  /development/tools/mkstubs/src/com/android/mkstubs/
FilterClassAdapter.java 136 // pass
157 // pass
162 // pass
  /external/clearsilver/cs/
test14.cs 111 PASS
119 PASS
129 PASS
  /external/e2fsprogs/tests/
README 21 filesystem corruption, which e2fsck should fix on the first pass.
22 After the first pass, e2fsck should leave a fully consistent
23 filesystem with no detectable errors found in the second pass. The
  /external/freetype/include/freetype/internal/
ftvalid.h 57 /* returns invalid glyph indices will not pass, even though it can */
66 /* specification by 100%. Very few fonts will be able to pass this */
118 /* Use preprocessor prescan to pass FT_ERR_PREFIX. */