/sdk/emulator/qemud/ |
qemud.c | 971 * dummy packet with the new client socket in p->channel 977 /* this is an accept - send a dummy packet to the receiver */ 1003 * fd in the 'channel' field of a dummy packet. [all...] |
/external/e2fsprogs/ |
configure | [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ConcurrentLinkedQueue.java | 124 * be null. Upon creation, both head and tail refer to a dummy 195 * Pointer to first node, initialized to a dummy node.
|
/dalvik/vm/jdwp/ |
JdwpAdb.c | 145 char dummy = '!'; local 152 iov.iov_base = &dummy;
|
/external/freetype/src/pshinter/ |
pshrec.c | 475 PS_MaskRec dummy = *mask2; local 480 mask2[delta] = dummy;
|
/external/icu4c/test/cintltst/ |
utransts.c | 53 * To test the Replaceable glue we have to dummy up a C-based 468 _expectRules("$dummy=" "\\uE100" ";" /* careful here with E100 */
|
/external/libpcap/ |
fad-gifc.c | 367 * Skip entries that begin with "dummy". 371 if (strncmp(ifrp->ifr_name, "dummy", 5) == 0)
|
/external/openssl/crypto/bio/ |
bss_bio.c | 301 char dummy; local 304 return bio_read(bio, &dummy, 1); /* returns 0 or -1 */
|
/external/openssl/crypto/ |
ebcdic.c | 7 static void *dummy=&dummy; variable
|
/external/openssl/ssl/ |
s2_pkt.c | 734 static void *dummy=&dummy; variable
|
/external/qemu/ |
Makefile.android | 616 migration-dummy-android.c \ 630 VL_SOURCES += usb-dummy-android.c
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsevents.c | 287 { int dummy; local 288 if ( ioctl(keyboard_fd, KDGKBMODE, &dummy) < 0 ) {
|
/external/skia/src/core/ |
SkStroke.cpp | 312 SkVector norm, unit, dummy, unitDummy; local 319 this->cubic_to(&tmp[3], norm, unit, &dummy, &unitDummy, subDivide);
|
/frameworks/base/camera/tests/CameraServiceTest/ |
CameraServiceTest.cpp | 353 sp<OverlayRef> dummy; local 354 return dummy;
|
/frameworks/base/media/libstagefright/ |
MPEG4Writer.cpp | 364 void *dummy; 365 pthread_join(mThread, &dummy);
|
/system/extras/tests/memtest/ |
memtest.cpp | 732 int dummy = 0; local 734 *(volatile long long*)&dummy = 0;
|
/external/freetype/src/autofit/ |
aflatin.c | 57 AF_LatinMetricsRec dummy[1]; local 58 AF_Scaler scaler = &dummy->root.scaler; 69 FT_ZERO( dummy ); 71 dummy->units_per_em = metrics->units_per_em; 78 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy ); [all...] |
aflatin2.c | 64 AF_LatinMetricsRec dummy[1]; local 65 AF_Scaler scaler = &dummy->root.scaler; 76 FT_ZERO( dummy ); 78 dummy->units_per_em = metrics->units_per_em; 85 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy ); [all...] |
/external/icu4c/common/ |
ucase.c | 285 /* the dummy object was already created */ 288 /* create the dummy object */ [all...] |
/external/icu4c/tools/gennorm/ |
store.c | 51 /* dummy UDataInfo cf. udata.h */ 61 { 0, 0, 0, 0 }, /* dummy dataFormat */ 62 { 0, 0, 0, 0 }, /* dummy formatVersion */ 63 { 0, 0, 0, 0 } /* dummy dataVersion */ [all...] |
/external/jpeg/ |
structure.doc | 182 additional dummy blocks may be used to fill out MCUs, but the MCU assembly and 184 advantageous for speed reasons, since we avoid DCTing the dummy blocks. 186 choose dummy block contents so as to minimize their size in compressed form. 361 This controller handles MCU assembly, including insertion of dummy DCT 442 This controller handles MCU disassembly, including deletion of any dummy [all...] |
/external/libpng/ |
ltmain.sh | 702 shift; set dummy --mode clean ${1+"$@"}; shift 705 shift; set dummy --mode compile ${1+"$@"}; shift 708 shift; set dummy --mode execute ${1+"$@"}; shift 711 shift; set dummy --mode finish ${1+"$@"}; shift 714 shift; set dummy --mode install ${1+"$@"}; shift 717 shift; set dummy --mode link ${1+"$@"}; shift 720 shift; set dummy --mode uninstall ${1+"$@"}; shift 790 set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"} [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
PrintWriterTest.java | 192 File file = new File("/invalidDirectory/Dummy"); 222 File file = new File("/invalidDirectory/Dummy"); 261 tobj = new PrintWriter("/invalidDirectory/Dummy"); [all...] |
/external/bison/ |
aclocal.m4 | 187 # making a dummy file named `D' -- because `-MD' means `put the output 347 echo '# dummy' > "$dirpart/$file" 855 # tar/untar a dummy directory, and stop if the command works [all...] |
/external/elfutils/ |
aclocal.m4 | 209 # making a dummy file named `D' -- because `-MD' means `put the output 380 echo '# dummy' > "$dirpart/$file" [all...] |