HomeSort by relevance Sort by last modified time
    Searched full:puts (Results 201 - 225 of 1661) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/zlib/src/contrib/infback9/
infback9.c 80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes");
81 puts(" * Generated automatically by makefixed9().");
82 puts(" */");
83 puts("");
84 puts(" /* WARNING: this file should *not* be used by applications.");
85 puts(" It is part of the implementation of this library and is");
86 puts(" subject to change. Applications should only use zlib.h.");
87 puts(" */");
88 puts("");
99 puts("\n };")
    [all...]
  /external/elfutils/src/src/
addr2line.c 297 puts (name);
381 puts ("??");
411 puts ("");
592 puts (dwfl_module_addrname (mod, addr) ?: "??");
638 puts ("??:0");
687 puts (get_diename (parent));
714 puts ("??:0");
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]
  /external/libvncserver/x11vnc/
tkx11vnc 74 puts -nonewline stderr "$msg $diff "
75 puts stderr [clock format [clock seconds]]
    [all...]
tkx11vnc.h 85 " puts -nonewline stderr \"$msg $diff \" \n"
86 " puts stderr [clock format [clock seconds]]\n"
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 1299 puts("warning: dictionary not empty!");
1313 puts(help);
1323 puts("what?");
1331 puts("out of memory");
    [all...]
  /external/iptables/libiptc/
libip6tc.c 141 puts("SRC IP: ");
143 puts(buf);
150 puts(buf);
154 puts("DST IP: ");
156 puts(buf);
163 puts(buf);
  /external/lldb/tools/darwin-threads/
examine-threads.c 415 case TH_STATE_RUNNING: puts ("running"); break;
416 case TH_STATE_STOPPED: puts ("stopped"); break;
417 case TH_STATE_WAITING: puts ("waiting"); break;
418 case TH_STATE_UNINTERRUPTIBLE: puts ("uninterruptible"); break;
419 case TH_STATE_HALTED: puts ("halted"); break;
420 default: puts ("");
  /external/elfutils/src/tests/
asm-tst2.c 79 puts ("cannot open backend library");
150 puts ("not a valid ELF file");
165 puts ("ELF header does not match");
dwflmodtest.c 100 puts ("");
126 puts (" inline function");
151 puts ("");
asm-tst4.c 47 puts ("cannot open backend library");
asm-tst5.c 49 puts ("cannot open backend library");
get-files.c 89 puts (" dirs[0] = (null)");
scnnames.c 38 puts ("missing parameter");
test-nlist.c 52 puts ("nlist failed");
  /external/libpcap/msdos/
pktdrvr.c 35 #define PUTS(s) do { \
1043 PUTS ("Error restoring receiver mode.");
1046 PUTS ("Error releasing PKT-DRVR handle.");
1101 PUTS ("Packet driver not found.");
1108 PUTS ("Error getting pkt-drvr information.");
1124 PUTS ("Cannot allocate real-mode stub.");
1139 PUTS ("real-mode init failed.");
1151 PUTS ("real-mode init failed.");
1191 PUTS ("Error setting pkt-drvr access.");
1198 PUTS ("Error fetching adapter address.");
    [all...]
  /external/llvm/test/CodeGen/X86/
2011-01-24-DbgValue-Before-Use.ll 62 %puts = tail call i32 @puts(i8* getelementptr inbounds ([21 x i8], [21 x i8]* @str, i64 0, i64 0))
76 declare i32 @puts(i8* nocapture) nounwind
  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 73 // Puts the specified byte into the array at the given index unless that would
77 // Puts the specified bytes into the array at the given index. The entire
82 // Puts the specified bytes into the array at the given index. All of the bytes
  /bionic/libstdc++/include/
cstdio 73 using ::puts;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
StreamRedirector.java 60 * Reads all lines from stream and puts them to logWriter.
  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.h 31 // A evaluate preparer which puts jacobian the evaluated jacobian blocks
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
devenvironment.rst 35 For Windows users: The Windows installer puts these commands in the command
  /external/clang/www/
clang_video-07-25-2007.html 18 <p><b>Details:</b> The LLVM 2.0 release brings a number of new features and capabilities to the LLVM toolset. This talk briefly describes those features, then moves on to talk about what is next: llvm 2.1, llvm-gcc 4.2, and puts a special emphasis on the 'clang' C front-end. This describes how the 'clang' preprocessor can be used to improve the scalability of distcc by up to 4.4x.
  /external/droiddriver/src/io/appium/droiddriver/
UiDevice.java 35 /** Puts device to sleep if the screen is on */
  /external/harfbuzz_ng/src/
test-buffer-serialize.cc 121 puts (out);

Completed in 1478 milliseconds

1 2 3 4 5 6 7 891011>>