Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 25 of 110) sorted by relevance

12345

/device/common/
Dgenerate-factory-images-common.sh87 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF heredoc
108 EOF
111 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF heredoc
113 EOF
117 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF heredoc
123 EOF
127 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF heredoc
129 EOF
131 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF heredoc
133 EOF
[all …]
Dpopulate-new-device.sh27 cat > device/$1/$2/AndroidProducts.mk << EOF heredoc
47 EOF
49 cat > device/$1/$2/full_$2.mk << EOF heredoc
73 EOF
75 cat > device/$1/$2/device.mk << EOF heredoc
102 EOF
104 cat > device/$1/$2/BoardConfig.mk << EOF heredoc
128 EOF
133 cat > vendor/$1/$2/device-vendor.mk << EOF heredoc
149 EOF
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dconfigure61 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 …]
Dgzio.c122 s->back = EOF;
264 if (s->z_eof) return EOF;
271 return EOF;
337 while (len-- != 0 && get_byte(s) != EOF) ;
340 while ((c = get_byte(s)) != 0 && c != EOF) ;
343 while ((c = get_byte(s)) != 0 && c != EOF) ;
412 if (s->stream.avail_out && s->back != EOF) {
416 s->back = EOF;
521 if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF;
816 s->back = EOF;
[all …]
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dputs.c14 if (putchar(*s++) != EOF) { in puts()
17 count = EOF; in puts()
25 if ((count != EOF) && (putchar('\n') != EOF)) in puts()
28 count = EOF; in puts()
Dprintf.c27 if (putchar(buf[count]) != EOF) { in printf()
30 count = EOF; in printf()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dungetc.c72 return (EOF); in __submore()
80 return (EOF); in __submore()
92 return (EOF); in __submore()
107 return (EOF); in ungetc()
110 if (c == EOF) in ungetc()
111 return (EOF); in ungetc()
123 return (EOF); in ungetc()
128 return (EOF); in ungetc()
145 return (EOF); in ungetc()
Drefill.c67 return (EOF); in lflush()
86 return (EOF); in __srefill()
97 return (EOF); in __srefill()
105 return (EOF); in __srefill()
110 return (EOF); in __srefill()
156 return (EOF); in __srefill()
Dwbuf.c66 return (EOF); in __swbuf()
81 return (EOF); in __swbuf()
97 return (EOF); in __swbuf()
104 return (EOF); in __swbuf()
Dstdio.c70 return (EOF); in __sread()
91 return (EOF); in __swrite()
109 return (EOF); in __sseek()
129 return (EOF); in __sclose()
Dfclose.c64 return (EOF); in fclose()
69 return (EOF); in fclose()
75 r = EOF; in fclose()
Dfflush.c74 r = EOF; in fflush()
92 return (EOF); in __sflush()
115 return (EOF); in __sflush()
Dgetc.c68 return (EOF); in getc()
84 return EOF; in getc_unlocked()
Dputc.c69 return (EOF); in putc()
84 return (EOF); in putc_unlocked()
Dfpurge.c67 return (EOF);
72 return (EOF);
Dvswscanf.c82 return (EOF); in vswscanf()
86 return (EOF); in vswscanf()
/device/google/cuttlefish/tools/
Dnetwork-setup.sh167 cat >/etc/dnsmasq.d/${ROCKNET}.conf << EOF heredoc
175 EOF
178 cat >/etc/udev/rules.d/82-${ROCKNET}.rules <<EOF heredoc
180 EOF
183 cat >/etc/network/interfaces.d/${ROCKNET}.conf <<EOF heredoc
188 EOF
194 cat > /usr/local/sbin/iptables-rockpi.sh << EOF heredoc
199 EOF
204 cat > /etc/systemd/system/iptables-rockpi.service << EOF heredoc
217 EOF
[all …]
Dcreate_base_image_arm.sh146 EOF
286 EOF
308 chroot ${mntdir} /bin/bash <<EOF heredoc
311 EOF
314 cat >${mntdir}/etc/systemd/network/dhcp.network <<EOF heredoc
320 EOF
373 EOF
378 cat > ${mntdir}/etc/systemd/system/poe.service << EOF heredoc
392 EOF
429 EOF
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dconfigure147 cat > $test.c <<EOF
150 EOF
329 cat > $test.c <<EOF
331 EOF
364 cat > $test.c << EOF
366 EOF
378 cat > $test.c <<EOF
381 EOF
426 cat > $test.c <<EOF
429 EOF
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DBufFileInput.cpp55 if( c != EOF ) in nextChar()
65 if( c == EOF ) in nextChar()
68 buf[start] = EOF; in nextChar()
89 if( c == EOF ) return 0; in lookahead()
DDLexerBase.h71 if ( found_eof ) return EOF; in nextChar()
74 if ( c==EOF ) found_eof = 1; in nextChar()
94 else return EOF; in nextChar()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DBufFileInput.cpp55 if( c != EOF ) in nextChar()
65 if( c == EOF ) in nextChar()
68 buf[start] = EOF; in nextChar()
89 if( c == EOF ) return 0; in lookahead()
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DShowEnvironment.bat93 @goto :EOF
98 @goto :EOF
104 @goto :EOF
109 @goto :EOF
115 @goto :EOF
120 @goto :EOF
126 @goto :EOF
131 @goto :EOF
137 @goto :EOF
142 @goto :EOF
[all …]
/device/google/cuttlefish_vmm/
Dgen_android_bp.sh69 cat <<EOF heredoc
86 EOF
159 cat <<EOF heredoc
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_memoryio.py29 self.assertEqual(self.EOF, bytesIo.read())
36 self.assertEqual(self.EOF, bytesIo.read())
145 self.assertEqual(memio.getvalue(), self.EOF)
155 self.assertEqual(memio.read(0), self.EOF)
160 self.assertEqual(memio.read(), self.EOF)
163 self.assertEqual(memio.read(), self.EOF)
181 self.assertEqual(memio.readline(0), self.EOF)
184 self.assertEqual(memio.readline(), self.EOF)
193 self.assertEqual(memio.readline(0), self.EOF)
200 self.assertEqual(memio.readline(), self.EOF)
[all …]

12345