HomeSort by relevance Sort by last modified time
    Searched refs:dummy (Results 26 - 50 of 786) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/dh/
dh_depr.c 64 static void *dummy=&dummy; variable
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QPEApp.cc 42 QWidget dummy; local
43 app->showMainWidget(&dummy);
  /external/webkit/Source/WebCore/page/android/
DragControllerAndroid.cpp 55 static IntSize dummy; member in namespace:WebCore
56 const IntSize& DragController::maxDragImageSize() { return dummy; }
  /bionic/libc/stdio/
vsnprintf.c 43 char dummy; local
54 str = &dummy;
snprintf.c 45 char dummy; local
54 str = &dummy;
  /device/asus/tilapia/self-extractors/
PART1 9 read dummy
  /device/lge/mako/self-extractors/
PART1 9 read dummy
  /device/samsung/maguro/self-extractors/
PART1 9 read dummy
  /device/samsung/manta/self-extractors/
PART1 9 read dummy
  /device/samsung/toro/self-extractors/
PART1 9 read dummy
  /device/samsung/toroplus/self-extractors/
PART1 9 read dummy
  /device/ti/panda/self-extractors/
PART1 9 read dummy
  /external/kernel-headers/original/asm-mips/
system.h 86 unsigned long dummy; local
97 : "=&r" (retval), "=m" (*m), "=&r" (dummy)
101 unsigned long dummy; local
115 : "=&r" (retval), "=m" (*m), "=&r" (dummy)
138 unsigned long dummy; local
147 : "=&r" (retval), "=m" (*m), "=&r" (dummy)
151 unsigned long dummy; local
163 : "=&r" (retval), "=m" (*m), "=&r" (dummy)
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLContextImpl.java 32 protected OpenSSLContextImpl(DefaultSSLContextImpl dummy)
34 super(dummy);
  /external/bison/lib/
float.c 32 typedef int dummy; typedef
  /external/bison/lib/glthread/
threadlib.c 32 /* The function to be executed by a dummy thread. */
73 typedef int dummy; typedef
  /external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c 12 int dummy __attribute__((aligned(16))); member in union:_gc_head
union-init.c 12 long double dummy; /* force worst-case alignment */ member in union:_gc_head
  /external/clang/test/CodeGenCXX/
pr13396.cpp 19 void dummy() { function
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 11 struct dummy {}; // expected-note 3 {{candidate constructor (the implicit copy constructor)}} struct
42 dummy d1 = sizeof(t1); // expected-error {{no viable conversion}}
43 dummy d2 = offsetof(T, foo); // expected-error {{no viable conversion}}
44 dummy d3 = __alignof(u1); // expected-error {{no viable conversion}}
  /external/grub/stage2/
size_test 30 set dummy `ls -l $file`
  /external/jpeg/
config.guess 49 trap 'rm -f dummy.c dummy.o dummy; exit 1' 1 2 15
62 cat <<EOF >dummy.s
79 ${CC-cc} dummy.s -o dummy 2>/dev/null
81 ./dummy
100 rm -f dummy.s dummy
232 sed 's/^ //' << EOF >dummy.
    [all...]
  /external/qemu/distrib/jpeg-6b/
config.guess 49 trap 'rm -f dummy.c dummy.o dummy; exit 1' 1 2 15
62 cat <<EOF >dummy.s
79 ${CC-cc} dummy.s -o dummy 2>/dev/null
81 ./dummy
100 rm -f dummy.s dummy
232 sed 's/^ //' << EOF >dummy.
    [all...]
  /external/srec/portable/src/
pmemblock.c 140 uint32 dummy; local
145 dummy = 0;
147 dummy = 0;
149 dummy = 0;
151 dummy = 0;
153 dummy = 0;
155 dummy = 0;
157 dummy = 0;
159 dummy = 0;
161 dummy = 0
    [all...]
  /external/icu4c/tools/tzcode/
scheck.c 26 char dummy; local
59 if (sscanf(string, fbuf, &dummy) != 1)

Completed in 443 milliseconds

12 3 4 5 6 7 8 91011>>