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

<<31323334353637383940>>

  /packages/apps/Email/tests/src/com/android/email/
AccountUnitTests.java 92 final String STORE_URI_IMAP = "imap://user:pass@imap-server.com";
93 final String STORE_URI_POP3 = "pop3://user:pass@pop3-server.com";
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 149 // Need to loop until we've made 1 full pass through without finding a match.
152 // making only one pass would result in "New Playlist 10" being erroneously
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 101 // The browser can pass along an application id which it uses to figure out which
102 // window to place a new search into. So if this exists, we'll pass it back to
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 122 /* Concatenate an arbitrary number of strings. You must pass NULL as
128 /* Concatenate an arbitrary number of strings. You must pass NULL as
138 strings. You must pass NULL as the last argument of this function,
144 memory. You must pass NULL as the last argument of this function,
151 memory. You must pass NULL as the last argument of this function,
161 /* Concatenate an arbitrary number of strings. You must pass NULL as
438 ARGV NULL terminated array of arguments to pass to the program.
500 /* Return a stream for a temporary file to pass to the first program
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 83 // pass
90 // pass
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
PowerMgr.h 134 * the pass to active event from the traffic monitor.
138 * the pass to short doze from active event from the
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
PowerMgr.h 127 * the pass to active event from the traffic monitor.
131 * the pass to short doze from active event from the
  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c 57 * why subtract 8 from width_mmx in the pass 4/5 case?
64 * writes for odd passes (that is, pass == odd), it may also
134 * pass == 4 or 5, that caused visible corruption of interlaced images
372 * - rearranged pass-related if-blocks in png_do_read_interlace() to put most
421 * why subtract 8 from width_mmx in the pass 4/5 case? due to
2054 int pass = png_ptr->pass; local
    [all...]
pngwrite.c 290 * time information, you can pass NULL for info. If you already wrote these
731 int pass, num_pass; /* pass variables */ local
740 this will set pass to 1 */
746 for (pass = 0; pass < num_pass; pass++)
762 png_debug2(1, "in png_write_row (row %ld, pass %d)\n",
763 png_ptr->row_number, png_ptr->pass);
766 if (png_ptr->row_number == 0 && png_ptr->pass == 0
    [all...]
  /external/libpng/
pngwrite.c 309 * time information, you can pass NULL for info. If you already wrote these
761 int pass, num_pass; /* pass variables */ local
771 * this will set pass to 1
778 for (pass = 0; pass < num_pass; pass++)
795 png_debug2(1, "in png_write_row (row %ld, pass %d)",
796 png_ptr->row_number, png_ptr->pass);
799 if (png_ptr->row_number == 0 && png_ptr->pass == 0
    [all...]
libpng-1.2.44.txt 145 To use it, pass in the first 1 to 8 bytes of the file to the function
148 Of course, the more bytes you pass in, the greater the accuracy of the
178 allocate the structures. We also pass the library version, optional
223 to your routine. Therefore, you will need to call setjmp and pass
248 use the C function fread(). If you use this, you will need to pass a
315 int pass);
    [all...]
  /dalvik/docs/
embedded-vm-control.html 25 it's not possible to pass arbitrary arguments through the
85 <p>You can also pass JNI-checking options into the VM through a system
132 then the framework will pass <code>-Xverify:all -Xdexopt:verified</code>
136 to have the framework pass <code>-Xverify:none -Xdexopt:verified</code>
137 to disable verification. (We could pass in <code>-Xdexopt:all</code> to
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreBuilderTest.java 51 private static char[] pass = { 's', 't', 'o', 'r', 'e', 'p', 'w', 'd' }; field in class:KeyStoreBuilderTest
54 pass);
151 pass);
163 ks.load(null, pass);
548 ks.store(fos, pass);
  /external/jpeg/
jidctred.c 133 /* Pass 1: process columns from input, store into work array. */
139 /* Don't bother to process column 4, because second pass won't use it */
194 /* Pass 2: process 4 rows from work array, store into output array. */
285 /* Pass 1: process columns from input, store into work array. */
327 /* Pass 2: process 2 rows from work array, store into output array. */
jquant1.c 8 * This file contains 1-pass color quantization (color mapping) routines.
21 * The main purpose of 1-pass quantization is to provide a fast, if not very
22 * high quality, colormapped output capability. A 2-pass quantizer usually
27 * In 1-pass quantization the colormap must be chosen in advance of seeing the
233 break; /* won't fit, done with this pass */
737 * Initialize for one-pass color quantization.
794 * Finish up at the end of the pass.
800 /* no work in 1-pass case */
817 * Module initialization routine for 1-pass color quantization.
849 * mode in a later pass, we will allocate the space then, and wil
    [all...]
usage.doc 297 -onepass Use one-pass instead of two-pass color quantization.
298 The one-pass method is faster and needs less memory,
301 the one-pass method is always used for gray-scale
302 output (the two-pass method is no improvement then).
351 acceptable results in two-pass mode, but is seldom tolerable in one-pass mode.
359 Two-pass color quantization requires a good deal of memory; on MS-DOS machines
362 one-pass quantization.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 228 """Inserts aggregate pass/failure statistics into the JSON.
242 # Create a pass/skip/failure summary dictionary.
251 # Insert the pass/skip/failure summary dictionary.
255 # Insert the number of all the tests that are supposed to pass.
392 """ Prune tests where all runs pass or tests that no longer exist and
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 462 // pass the event to handlers
590 // pass the event to handlers
665 // pass the event to handlers
685 // pass the event to handlers
714 // pass the event to handlers
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 142 // pass
158 // pass
176 // pass
180 // pass
398 // pass
  /system/core/adb/
jdwp_service.c 60 pass-through connection to the debugger (and receives the
527 int pass; member in struct:__anon12987
563 if (jdwp->pass == 0) {
567 jdwp->pass = 1;
587 s->pass = 0;
  /external/e2fsprogs/e2fsck/
pass3.c 2 * pass3.c -- pass #3 of e2fsck: Check for directory connectivity
11 * Pass #3 assures that all directories are connected to the
28 * Pass 3 also contains the subroutine, e2fsck_reconnect_file() to
30 * pass 4. e2fsck_reconnect_file() calls get_lost_and_found(), which
33 * Pass 3 frees the following data structures:
70 mtrace_print("Pass 3");
145 print_resource_track(_("Pass 3"), &rtrack);
  /external/icu4c/test/intltest/
tzbdtest.cpp 99 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary);
150 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary);
195 logln(UnicodeString("PASS: inDaylightTime = ") + (time_zone->inDaylightTime(d, status)?"true":"false"));
201 logln(UnicodeString("PASS: useDaylightTime = ") + (time_zone->useDaylightTime()?"true":"false"));
205 logln(UnicodeString("PASS: getRawOffset() = ") + (expZoneOffset / ONE_HOUR));
218 if (offset == expDSTOffset) logln(UnicodeString("PASS: getOffset() = ") + (offset / ONE_HOUR));
408 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary);
  /external/webkit/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 434 d->m_pass = url.pass();
460 RetainPtr<CFStringRef> pass(AdoptCF, d->m_pass.createCFString());
462 CFURLCredentialCreate(kCFAllocatorDefault, user.get(), pass.get(), 0, kCFURLCredentialPersistenceNone));
637 // Take user/pass out of the URL.
739 if (url.pass().length())
740 loader.m_pass.adoptCF(url.pass().createCFString());
743 // Take user/pass out of the URL.
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
TrustAnchorTest.java 65 * Expected: must pass without any exceptions
93 * Expected: must pass without any exceptions
143 * Test preconditions: pass <code>null</code> as mentioned parameter<br>
197 * Expected: must pass without any exceptions
226 * Expected: must pass without any exceptions
279 * Test preconditions: pass <code>null</code> as mentioned parameter<br>
325 * Expected: must pass without any exceptions
404 * Expected: must pass without any exceptions
430 * Test preconditions: pass not valid name constraints array Expected:
    [all...]
  /build/tools/releasetools/
amend_generator.py 92 pass
116 pass
200 pass

Completed in 1629 milliseconds

<<31323334353637383940>>