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

<<21222324252627282930>>

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
mac.py 83 pass
95 pass
99 pass
145 expectations.append('BUG_SKIPPED SKIP : webarchive = PASS')
146 expectations.append('BUG_SKIPPED SKIP : svg/webarchive = PASS')
147 expectations.append('BUG_SKIPPED SKIP : http/tests/webarchive = PASS')
149 'image-with-prefix-in-webarchive.svg = PASS')
351 pass
374 pass
393 pass
    [all...]
  /external/clearsilver/util/
neo_err.h 81 * reason. THIS IS A PRINTF STYLE FUNCTION, DO NOT PASS
113 * description: this function is used to pass an error up a level in the
118 * automagically recorded. Just pass the error.
128 * description: this function is used to pass an error up a level in the
135 * automagically recorded. Just pass the error and
  /external/jpeg/
jcmainct.c 65 * Initialize for a processing pass.
108 * This routine handles the simple pass-through mode,
188 /* In a read pass, pretend we just read some source data. */
195 /* If a write pass, read input data until the current iMCU row is full. */
207 /* Emit data, unless this is a sink-only pass. */
libjpeg.doc 383 one or more times. You can pass one or more scanlines in each call, up
384 to the total image height. In most applications it is convenient to pass
443 If you have requested a multi-pass operating mode, such as Huffman code
445 data buffered by the first pass. In this case jpeg_finish_compress() may take
621 If you have requested a multi-pass operating mode, such as 2-pass color
659 one or more times. At each call, you pass in the maximum number of scanlines
685 few scanlines per call, no matter how large a buffer you pass.) So you must
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 8 span.innerHTML = '<p>' + msg + '</p><p>On success, you will see a series of "<span class="pass">PASS</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
30 debug('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
  /external/qemu/target-arm/
translate.c 2780 int pass; local
3738 int pass; local
4115 int pass; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 109 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...]
pngread.c 581 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...]
pngrutil.c 2797 int pass = png_ptr->pass; local
3530 int pass = png_ptr->pass; local
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PipedInputStreamTest.java 426 boolean pass = false; field in class:PipedInputStreamTest.WriteRunnable
442 pass = true;
455 boolean pass; field in class:PipedInputStreamTest.ReadRunnable
460 pass = true;
472 assertTrue("reader thread failed to read", readRunnable.pass);
476 writeRunnable.pass);
485 boolean pass; field in class:PipedInputStreamTest.MyRunnable
491 pass = true;
517 myRun.pass);
  /external/libpng/
pngread.c 610 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...]
pngtest.c 125 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass);
130 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass)
134 if (status_pass != pass)
136 fprintf(stdout, "\n Pass %d: ", pass);
137 status_pass = pass;
153 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass);
158 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass)
160 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
705 int num_pass, pass; local
    [all...]
  /external/stlport/
configure 45 pass extra options to C++ compiler
47 pass extra options to C compiler
49 pass extra options to linker (via C/C++)
99 \$CXXFLAGS pass extra options to C++ compiler
100 \$CFLAGS pass extra options to C compiler
101 \$LDFLAGS pass extra options to linker (via C/C++)
  /packages/apps/IM/src/com/android/im/app/
AccountActivity.java 189 final String pass = mEditPass.getText().toString();
195 rememberPass ? pass : null);
201 signIn(rememberPass, pass);
205 signIn(rememberPass, pass);
209 void signIn(boolean rememberPass, String pass) {
213 intent.putExtra(ImApp.EXTRA_INTENT_PASSWORD, pass);
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 236 * \brief Close BA session receiver and pass all packets in the TID queue to upper layer.
264 /* pass all valid entries at the array */
295 * \brief Responsible on decode packet parameters and pass it to upper layer.
342 * Call from RxXfer in order to pass packet to uppers layers.
351 * " pass it to upper layers
353 * " validate that all sequential queue packet are pass to the upper layers.
361 * " Pass to the upper layers all packets at the array indexes from old winStart index to the updated winStart index.
365 * " Pass to the upper layers all packets at the array indexes from old winStart index to the updated winStart index.
366 * " Free BA event packet via pass it to upper layers with error status.
412 TRACE0(pRxQueue->hReport, REPORT_SEVERITY_INFORMATION, "RxQueue_ReceivePacket: pass packet without reorder.\n")
    [all...]
  /external/clearsilver/python/examples/base/
sgmllib.py 361 pass
365 pass
368 def unknown_starttag(self, tag, attrs): pass
369 def unknown_endtag(self, tag): pass
370 def unknown_charref(self, ref): pass
371 def unknown_entityref(self, ref): pass
487 # pass
503 pass
507 # pass
510 def unknown_starttag(self, tag, attrs): pass
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker_unittest.py 278 # Pass an unsupported argument.
290 # Pass a filter rule not beginning with + or -.
293 # Pass files and git-commit at the same time.
295 # Pass an extra flag already supported.
298 # Pass an extra flag with typo.
321 # Pass non-default explicit values.
329 # Pass user_rules.
337 # Pass spurious white space in user rules.
344 # Pass extra flag values.
358 # Pass multiple files
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array/
Test_filled_new_array.java 80 * @title try to pass obj ref instead of int
93 * @title try to pass long instead of int
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 79 * @title try to pass obj ref instead of int
92 * @title try to pass long instead of int
  /dalvik/libcore/luni/src/test/java/java/text/
NormalizerTest.java 47 // pass
82 // pass
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactorySpiTest.java 172 public Parameters (char[] pass) {
173 this.passWD = pass;
  /dalvik/tests/083-jit-regressions/src/
Main.java 83 * to pass a compatible type so that there are no exceptions when
90 /* Now pass an incompatible type which is guaranteed to throw */
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestRunner.java 35 * arguments, and then pass their values to the instantiated DeviceTests.
60 // holds unprocessed arguments to pass to parent
  /external/bluetooth/glib/docs/reference/glib/tmpl/
type_conversion.sgml 9 Many times GLib, GTK+, and other libraries allow you to pass "user
11 you want to pass an integer instead of a pointer. You could allocate
  /external/bluetooth/glib/gobject/
gboxed.h 95 * used to pass around pointers to GValues.
102 * used to pass around pointers to GValueArrays.

Completed in 972 milliseconds

<<21222324252627282930>>