HomeSort by relevance Sort by last modified time
    Searched full:dummy (Results 151 - 175 of 1142) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastcodemb.h 70 Int dctMode, Int comp, Int dummy);
77 UChar *bitmaprow, UInt *bitmapzz, Int dummy);
91 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy);
mp4enc_lib.h 67 Int dctMode, Int comp, Int dummy, UChar shortHeader);
74 UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader);
89 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy);
  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 91 // Write out a dummy constant instruction for now.
116 // Write out a dummy variable instruction for now.
195 // Write out a dummy branch instruction for now.
  /external/quake/quake/src/WinQuake/
sys_win.cpp 353 DWORD dummy; local
377 WriteFile (houtput, text5, strlen (text5), &dummy, NULL);
378 WriteFile (houtput, text4, strlen (text4), &dummy, NULL);
379 WriteFile (houtput, text2, strlen (text2), &dummy, NULL);
380 WriteFile (houtput, text3, strlen (text3), &dummy, NULL);
381 WriteFile (houtput, text4, strlen (text4), &dummy, NULL);
430 DWORD dummy; local
438 WriteFile(houtput, text, strlen (text), &dummy, NULL);
561 int i, dummy; local
591 WriteFile(houtput, "\r\n", 2, &dummy, NULL);
    [all...]
  /external/strace/
Makefile.am 28 linux/syscall.h linux/syscallent.h linux/dummy.h \
71 sunos4/dummy.h sunos4/errnoent.h \
74 svr4/dummy.h svr4/errnoent.h svr4/ioctlent.h svr4/ioctlent.sh \
  /system/core/libcutils/
zygote.c 189 int dummy; local
190 err = read(fd, &dummy, sizeof(dummy));
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
CoreTestSuite.java 282 TestResult dummy = fVictim.run();
284 if (dummy.failureCount() != 0) {
287 ((TestFailure)dummy.failures().nextElement()).
289 } else if (dummy.errorCount() != 0) {
292 ((TestFailure)dummy.errors().nextElement()).
  /external/elfutils/config/
depcomp 109 ## dummy dependencies for each header file. Too bad gcc doesn't do
159 # The second pass generates a dummy entry for each header file.
166 # store a dummy comment line, to avoid errors with the Makefile
168 echo "#dummy" > "$depfile"
202 # store a dummy comment line, to avoid errors with the Makefile
204 echo "#dummy" > "$depfile"
242 echo "#dummy" > "$depfile"
  /external/jpeg/
jctrans.c 202 * dummy padding blocks on-the-fly rather than expecting them to be present
219 /* Workspace for constructing dummy blocks at right/bottom edges. */
320 /* At bottom of image, need a whole row of dummy blocks */
323 /* Fill in any dummy blocks needed in this row.
324 * Dummy blocks are filled in the same way as in jccoefct.c:
380 /* Allocate and pre-zero space for dummy DCT blocks. */
  /sdk/emulator/qtools/
bbprof.cpp 97 uint32_t dummy; local
98 uint32_t *cycle_ptr = &dummy;
99 uint32_t *bb_elapsed_ptr = &dummy;
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 323 void* dummy; local
339 TZERO(pthread_join(th1, &dummy));
340 TZERO(pthread_join(th2, &dummy));
  /dalvik/libcore/luni/src/main/native/
java_io_ObjectStreamClass.c 109 // dummy to stay compatible to harmony
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 75 // Use internal dummy implementation
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLMessageDigest.java 39 * Holds a dummy buffer for writing single bytes to the digest.
OpenSSLMessageDigestJDK.java 17 * Holds a dummy buffer for writing single bytes to the digest.
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
MockFilter.java 32 * A helper class that extends XMLFilterImpl, provides dummy feature/property
  /external/bison/src/
reader.c 300 | to the current rule, i.e., create a dummy symbol, attach it this |
301 | mid-rule action, and append this dummy nonterminal to the current |
312 /* Make a DUMMY nonterminal, whose location is that of the midrule local
315 symbol *dummy = dummy_symbol_get (dummy_location);
316 symbol_list *midrule = symbol_list_new (dummy, dummy_location);
322 /* Attach its location and actions to that of the DUMMY. */
337 /* End the dummy's rule. */
344 /* Insert the dummy nonterminal replacing the midrule action into
346 grammar_current_rule_symbol_append (dummy, dummy_location);
  /external/bluetooth/glib/glib/
gslist.h 108 void g_slist_push_allocator (gpointer dummy);
  /external/e2fsprogs/e2fsck/
jfs_user.h 109 void ll_rw_block(int rw, int dummy, struct buffer_head *bh[]);
  /external/elfutils/m4/
progtest.m4 27 set dummy $2; ac_word=[$]2
  /external/gtest/test/
gtest_color_test_.cc 52 TEST(GTestColorTest, Dummy) {
  /external/kernel-headers/original/asm-x86/
apic_32.h 112 extern void enable_NMI_through_LVT0 (void * dummy);
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_blowup.h 78 unsigned long dummy; member in struct:__anon4518
  /external/stlport/src/
ios.cpp 149 static long dummy = 0; local
160 return dummy;
166 static void* dummy = 0; local
177 return dummy;
  /external/v8/test/mjsunit/
switch.js 232 case 1: case 2: case 3: case 4: // Dummy fillers.
240 case 0x3ffffffa: // Dummy fillers
248 case -0x3ffffffb: // Dummy fillers
256 case 15: // Dummy fillers

Completed in 79 milliseconds

1 2 3 4 5 67 8 91011>>