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

<<41424344454647484950>>

  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 38 * does nothing but pass requests up to the reader and events
41 * requests as they pass through.</p>
108 * this filter will obtain its events and to which it will pass its
  /dalvik/tests/003-omnibus-opcodes/src/
IntMath.java 114 * We pass in the arguments and return the results so the compiler
254 * We pass in the arguments and return the results so the compiler
402 * Pass in -1, -1L.
  /development/testrunner/
adb_interface.py 37 # argument to pass to adb, to direct command to specific device
183 instrumentation_args: Dictionary of key value bundle arguments to pass to
347 pass
  /external/bluetooth/glib/docs/reference/glib/tmpl/
error_reporting.sgml 47 If you pass a non-%NULL value for the <literal>error</literal> argument, it should
76 can pass %NULL for the <literal>error</literal> argument:
301 The caller may pass %NULL for the #GError** if they are not interested
hooks.sgml 126 @marshal_data: data to pass to @marshaller
148 @marshal_data: data to pass to @marshaller
258 @data: the data to pass to @func
  /external/bluetooth/glib/m4macros/
glib-gettext.m4 417 # GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL])
419 # Create a temporary file with TEST-FILE as its contents and pass the
420 # file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with
  /external/e2fsprogs/e2fsck/
pass1.c 2 * pass1.c -- pass #1 of e2fsck: sequential scan of the inode table
11 * Pass 1 of e2fsck iterates over all the inodes in the filesystems,
18 * Pass 1 also gathers the collects the following information:
30 * Pass 1 is designed to stash away enough information so that the
36 * Note that pass 1B will be invoked if there are any duplicate blocks
502 mtrace_print("Pass 1");
695 * regnerated in pass #3.
1016 print_resource_track(_("Pass 1"), &rtrack);
    [all...]
  /external/e2fsprogs/misc/
fsck.8.in 208 If there are multiple filesystems with the same pass number,
283 designed to pass arbitrarily complicated options to filesystem-specific
285 execute the filesystem-specific checker directly. If you pass
  /external/icu4c/common/unicode/
udata.h 296 * You can read in a whole common mode file and pass the address to the start of the
297 * data, or (with the appropriate link options) pass in the pointer to
335 * pass the address of it to this function.
  /external/icu4c/test/intltest/
restest.cpp 158 : pass(0),
223 logln("Passed: %d\nFailed: %d", pass, fail);
474 ++pass;
  /external/jpeg/
jquant2.c 8 * This file contains 2-pass color quantization (color mapping) routines.
12 * It is also possible to use just the second pass to map to an arbitrary
34 * In the first pass over the image, we accumulate a histogram showing the
45 * The second pass over the image maps each input pixel to the closest output
115 * (In the second pass the histogram space is re-used for pixel mapping data;
203 boolean needs_zeroed; /* TRUE if next pass must zero histogram */
579 * is cleared to zeroes before starting the mapping pass. When we find the
    [all...]
  /external/libpcap/
pcap-linux.c 59 * whose size is the snapshot length and pass the snapshot length
60 * as the byte count, and also pass MSG_TRUNC, so that the return
160 * those kernels, when we pass it in the flags argument to "recvfrom()"
228 * pass NULL as device to get all packages (without link level
229 * information of course). If you pass 1 as promisc the interface
342 * return the number of bytes read, so if we pass
395 * We can safely pass "recvfrom()" a byte count
400 * 1 byte of packet data (so we don't pass a byte
812 * filter, not packets that didn't pass the filter.
837 * including packets that didn't pass the filter
    [all...]
  /external/libpng/
pngwtran.c 87 /* Pack pixels into bytes. Pass the true bit depth in bit_depth. The
211 /* Shift pixel values to take advantage of whole range. Pass the
215 * would pass 3 as bit_depth, and this routine would translate the
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
e_pv_amrwbdec.h 103 int16 mem_hf[2 * L_FILT16k]; /* HF band-pass filter memory */
104 int16 mem_hf2[2 * L_FILT16k]; /* HF band-pass filter memory */
105 int16 mem_hf3[2 * L_FILT16k]; /* HF band-pass filter memory */
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
mp4lib_int.h 275 /* 0 : first pass */
276 /* 1 : intermediate pass(quantization and VLC loop only) */
277 /* 2 : final pass(de-quantization, idct, etc) */
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Types.h 213 /** The OMX_PTR type is intended to be used to pass pointers between the OMX
219 /** The OMX_STRING type is intended to be used to pass "C" type strings between
226 /** The OMX_BYTE type is intended to be used to pass arrays of bytes such as
  /external/opencore/nodes/common/include/
pvmf_node_registry.h 101 ** @param aParam: optional opaque data to pass the MIO constructor.
459 ** @param aParam: optional param to pass to CreateNode.
495 ** @param: optional param to pass to CreateMediaIO
  /external/opencore/oscl/oscl/osclbase/src/
oscl_tagtree.h 451 // if this is the first pass node, then set it for the return value
459 // first pass sets the node to the given value, all others are default value
473 // if this is the first pass node to insert, save it for the return value
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 82 /* Pack pixels into bytes. Pass the true bit depth in bit_depth. The
205 /* Shift pixel values to take advantage of whole range. Pass the
209 * would pass 3 as bit_depth, and this routine would translate the
  /external/webkit/WebCore/bindings/objc/
WebScriptObject.h 160 @param arguments The arguments to pass the method.
170 @param arguments The arguments to pass the method.
242 @param arguments The arguments to pass to the script environment.
  /external/webkit/WebKitTools/simplejson/
encoder.py 240 pass
327 pass
349 # This doesn't pass the iterator directly to ''.join() because it
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 174 (pass it <var>this</var>). Then override each of the
177 <p>In order to draw to the Surface Canvas from within your second thread, you must pass the thread your SurfaceHandler
185 <p class="note"><strong>Note:</strong> On each pass you retrieve the Canvas from the SurfaceHolder,
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
e_pv_amrwbdec.h 103 int16 mem_hf[2 * L_FILT16k]; /* HF band-pass filter memory */
104 int16 mem_hf2[2 * L_FILT16k]; /* HF band-pass filter memory */
105 int16 mem_hf3[2 * L_FILT16k]; /* HF band-pass filter memory */
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaTests.java 105 // Add a new row and pass across parcel, should be same
118 // Update existing row and pass across parcel, should be same
132 // Delete a row and pass across parcel, should be same
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-windres.1 248 \&\fBwindres\fR will pass this to the preprocessor as an \fB\-I\fR
262 Specify a \fB\-D\fR option to pass to the preprocessor when reading an
270 Specify a \fB\-U\fR option to pass to the preprocessor when reading an

Completed in 2439 milliseconds

<<41424344454647484950>>