HomeSort by relevance Sort by last modified time
    Searched full:ldebug (Results 1 - 18 of 18) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 34 private static final boolean LDEBUG = false;
47 if (LDEBUG) System.out.println("Network state changed: "
51 if (LDEBUG) System.out.println("Network connected");
54 if (LDEBUG) System.out.println("Network not connected");
65 if (LDEBUG) System.out.println("Adding to mobile: " + delta);
69 if (LDEBUG) System.out.println("Adding to wifi: " + delta);
73 if (LDEBUG) System.out.println("Unaccounted for: " + delta);
87 if (LDEBUG) System.out.println("registering Receiver");
92 if (LDEBUG) System.out.println("unregistering Receiver");
  /external/iptables/include/libipq/
libipq.h 38 #define LDEBUG(x...) fprintf(stderr, ## x)
40 #define LDEBUG(x...)
  /external/libpng/scripts/
makefile.bc32 30 LDEBUG=-v
33 LDEBUG=
39 LDEBUG=$(LDEBUG) -N
49 LDFLAGS=-L$(ZLIB_DIR) -M $(LDEBUG)
makefile.bor 38 LDEBUG=-v
41 LDEBUG=
47 LDEBUG=$(LDEBUG) -N
57 LDFLAGS=-M -L$(ZLIB_DIR) $(MODEL_ARG) $(LDEBUG)
  /external/qemu/audio/
audio_int.h 258 static void GCC_ATTR ldebug (const char *fmt, ...) function
268 #define ldebug(...) macro
270 #define ldebug __noop macro
272 static void GCC_ATTR ldebug (const char *fmt, ...) function
alsaaudio.c 868 ldebug ("alsa_fini\n");
966 ldebug ("enabling voice\n");
975 ldebug ("disabling voice\n");
    [all...]
ossaudio.c 489 ldebug ("oss_fini\n");
630 ldebug ("enabling voice\n");
662 ldebug ("disabling voice\n");
wavaudio.c 416 ldebug ("wav_fini");
dsoundaudio.c 796 ldebug ("warning: Misaligned capture read position %ld(%d)\n",
803 ldebug ("warning: Misaligned capture position %ld(%d)\n",
audio_template.h 422 ldebug ("open %s, freq %d, nchannels %d, fmt %d\n",
coreaudio.c 475 ldebug ("core->decr %d live %d core->live %d\n",
esdaudio.c 585 ldebug ("esd_fini");
fmodaudio.c 281 ldebug ("%p %p %d %d %d %d\n", p1, p2, len1, len2, blen1, blen2);
audio.c     [all...]
  /external/qemu/hw/
dma.c 32 #define ldebug(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
35 #define ldebug(...) macro
169 ldebug ("read_chan %#x -> %d\n", iport, val);
298 ldebug ("read_cont: nport %#06x, iport %#04x val %#x\n", nport, iport, val);
353 ldebug ("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont);
  /external/qemu-pc-bios/bochs/
bochs.h 285 void ldebug(const char *fmt, ...) BX_CPP_AttrPrintf(2, 3);
384 #define BX_DEBUG(x) (LOG_THIS ldebug) x
  /external/jpeg/
makefile.vc 20 LDFLAGS= $(ldebug) $(conlflags)
  /external/qemu/distrib/jpeg-6b/
makefile.vc 20 LDFLAGS= $(ldebug) $(conlflags)

Completed in 3536 milliseconds