HomeSort by relevance Sort by last modified time
    Searched refs:EOF (Results 1 - 25 of 392) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/gio/
makegioalias.pl 10 print <<EOF;
19 EOF
22 print <<EOF
29 EOF
32 print <<EOF
36 EOF
116 print <<EOF
120 EOF
123 print <<EOF
127 EOF
    [all...]
  /external/bluetooth/glib/gobject/
makegobjectalias.pl 10 print <<EOF;
19 EOF
22 print <<EOF
29 EOF
32 print <<EOF
36 EOF
116 print <<EOF
120 EOF
123 print <<EOF
127 EOF
    [all...]
  /bionic/libc/stdio/
rget.c 50 return (EOF);
wbuf.c 59 return (EOF);
75 return (EOF);
82 return (EOF);
fputc.c 43 return (EOF);
gets.c 46 if (c == EOF)
refill.c 50 * Return EOF on eof or error, 0 otherwise.
64 return (EOF);
71 return (EOF);
76 return (EOF);
118 return (EOF);
  /device/htc/dream/
setup-makefiles.sh 21 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g > ../../../vendor/htc/$DEVICE/device_$DEVICE-vendor.mk
39 EOF
41 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g > ../../../vendor/htc/$DEVICE/BoardConfigVendor.mk
61 EOF
  /device/htc/sapphire/
setup-makefiles.sh 21 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g > ../../../vendor/htc/$DEVICE/device_$DEVICE-vendor.mk
39 EOF
41 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g > ../../../vendor/htc/$DEVICE/BoardConfigVendor.mk
61 EOF
  /external/bluetooth/glib/build/win32/dirent/
dirent-zip 13 zip $ZIP -@ <<EOF
16 EOF
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
mywc.c 11 while ((c = getc(f)) != EOF) {
17 if (c == EOF)
wc1.l 15 <<EOF>> {
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure 110 cat << EOF
140 EOF
488 cat > conftest.c <<EOF
492 EOF
631 cat > conftestmake <<\EOF
634 EOF
656 cat > conftest.$ac_ext <<EOF
706 EOF
719 cat >> confdefs.h <<\EOF
721 EOF
    [all...]
  /external/grub/util/
grub-md5-crypt 33 cat <<EOF
42 EOF
91 $grub_shell --batch --device-map=/dev/null <<EOF \
96 EOF
grub-md5-crypt.in 33 cat <<EOF
42 EOF
91 $grub_shell --batch --device-map=/dev/null <<EOF \
96 EOF
  /external/iproute2/
configure 8 cat >/tmp/atmtest.c <<EOF
15 EOF
30 cat >/tmp/ipttest.c <<EOF
48 EOF
67 cat >/tmp/ipttest.c <<EOF
86 EOF
106 cat >/tmp/ipttest.c <<EOF
126 EOF
  /external/tcpdump/
vfprintf.c 55 return EOF;
58 return ferror(f) ? EOF : ret;
  /external/zlib/contrib/iostream/
zfstream.cpp 131 return streampos(EOF);
139 return EOF;
144 if ( (allocate()) == EOF )
145 return EOF;
154 if ( flushbuf() == EOF )
155 return EOF;
163 if ( result == EOF ) {
166 return EOF;
176 return EOF;
179 if ( allocate() == EOF )
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
configure 61 cat > $test.c <<EOF
64 EOF
194 cat > $test.c <<EOF
197 EOF
206 cat > $test.c <<EOF
219 EOF
224 cat > $test.c <<EOF
243 EOF
248 cat >$test.c <<EOF
268 EOF
    [all...]
  /external/zlib/
configure 61 cat > $test.c <<EOF
64 EOF
194 cat > $test.c <<EOF
197 EOF
206 cat > $test.c <<EOF
219 EOF
224 cat > $test.c <<EOF
243 EOF
248 cat >$test.c <<EOF
268 EOF
    [all...]
  /cts/tools/dasm/src/java_cup/
sym.java 26 static final int EOF = 0;
  /external/webkit/WebKitLibraries/win/tools/scripts/
auto-version.sh 97 cat > "$OUTPUT_FILE" <<EOF
109 EOF
112 cat >> "$OUTPUT_FILE" <<EOF
114 EOF
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParserConstants.java 21 int EOF = 0;
40 "<EOF>",
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserConstants.java 21 int EOF = 0;
36 "<EOF>",
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserConstants.java 21 int EOF = 0;
35 "<EOF>",

Completed in 3433 milliseconds

1 2 3 4 5 6 7 8 91011>>