/device/common/ |
D | generate-factory-images-common.sh | 87 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 …]
|
D | populate-new-device.sh | 27 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/arm-trusted-firmware/lib/stdlib/ |
D | puts.c | 14 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()
|
D | printf.c | 27 if (putchar(buf[count]) != EOF) { in printf() 30 count = EOF; in printf()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | 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 …]
|
D | gzio.c | 122 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/edk2/StdLib/LibC/Stdio/ |
D | ungetc.c | 72 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()
|
D | refill.c | 67 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()
|
D | wbuf.c | 66 return (EOF); in __swbuf() 81 return (EOF); in __swbuf() 97 return (EOF); in __swbuf() 104 return (EOF); in __swbuf()
|
D | stdio.c | 70 return (EOF); in __sread() 91 return (EOF); in __swrite() 109 return (EOF); in __sseek() 129 return (EOF); in __sclose()
|
D | fclose.c | 64 return (EOF); in fclose() 69 return (EOF); in fclose() 75 r = EOF; in fclose()
|
D | fflush.c | 74 r = EOF; in fflush() 92 return (EOF); in __sflush() 115 return (EOF); in __sflush()
|
D | getc.c | 68 return (EOF); in getc() 84 return EOF; in getc_unlocked()
|
D | putc.c | 69 return (EOF); in putc() 84 return (EOF); in putc_unlocked()
|
D | fpurge.c | 67 return (EOF); 72 return (EOF);
|
D | vswscanf.c | 82 return (EOF); in vswscanf() 86 return (EOF); in vswscanf()
|
/device/google/cuttlefish/tools/ |
D | network-setup.sh | 167 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 …]
|
D | create_base_image_arm.sh | 146 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/ |
D | configure | 147 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/ |
D | BufFileInput.cpp | 55 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()
|
D | DLexerBase.h | 71 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/ |
D | BufFileInput.cpp | 55 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/ |
D | ShowEnvironment.bat | 93 @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/ |
D | gen_android_bp.sh | 69 cat <<EOF heredoc 86 EOF 159 cat <<EOF heredoc
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_memoryio.py | 29 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 …]
|