/external/blktrace/btt/ |
D | bno_plot.py | 99 fo = open(t, 'w') variable 102 print >>fo, fld[0], fld[1], int(fld[2])-int(fld[1]) 103 fo.close() 109 fo = open('%s/plot.cmds' % tmpdir, 'w') variable 110 print >>fo, cmds 111 if len(bnos) > 10 or keys_below: print >>fo, 'set key below' 112 print >>fo, plot_cmd 113 fo.close()
|
/external/eigen/scripts/ |
D | relicense.py | 58 fo = file(filename) variable 59 text = fo.read() 60 fo.close() 64 fo = file(filename, "w") variable 65 fo.write(text) 66 fo.close()
|
/external/autotest/client/cros/ |
D | ownership.py | 47 self.fo = tempfile.TemporaryFile() 55 self.fo.close() # Will destroy the underlying tempfile 378 data_file.fo.write(data) 379 data_file.fo.seek(0) 387 stdin=data_file.fo, 388 stdout_tee=sig.fo, 389 stderr_tee=err.fo) 391 err.fo.seek(0) 392 logging.error(err.fo.read()) 395 sig.fo.seek(0) [all …]
|
/external/avahi/avahi-daemon/ |
D | ini-file-parser.c | 36 FILE *fo; in avahi_ini_file_load() local 42 if (!(fo = fopen(fname, "r"))) { in avahi_ini_file_load() 52 while (!feof(fo)) { in avahi_ini_file_load() 56 if (!(fgets(ln, sizeof(ln), fo))) in avahi_ini_file_load() 110 fclose(fo); in avahi_ini_file_load() 116 if (fo) in avahi_ini_file_load() 117 fclose(fo); in avahi_ini_file_load()
|
/external/valgrind/docs/ |
D | Makefile.am | 65 lib/vg-fo.xsl \ 121 XSL_FO_STYLE = $(mylibdir)/vg-fo.xsl 175 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(myprintdir)/index.fo $(XSL_FO_STYLE) $(myxmldir)/index.xml && \ 177 ( pdfxmltex index.fo && \ 178 pdfxmltex index.fo && \ 179 pdfxmltex index.fo ) &> $(LOGFILE) < /dev/null && \ 182 rm -f *.log *.aux *.fo *.out) 288 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(vgdir)/print/manual.fo $(XSL_FO_STYLE) $(myxmldir)/index.xml 290 ( pdfxmltex manual.fo && \ 291 pdfxmltex manual.fo && \ [all …]
|
/external/autotest/client/common_lib/ |
D | autotemp.py | 44 self.fo = os.fdopen(self.fd) 52 if self.fo: 53 self.fo.close() 57 self.fd = self.fo = self.name = None
|
/external/icu/icu4c/source/data/coll/ |
D | fo.txt | 6 // * Source File: <path>/common/collation/fo.xml 9 fo{ 15 "[import fo-u-co-standard]"
|
/external/libxml2/result/VC/ |
D | NS3 | 2 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto" 5 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto" 8 mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/
|
D | NS3.rdr | 2 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto" 5 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto" 8 mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/
|
/external/lzma/C/ |
D | 7zArcIn.c | 672 UInt32 fo, numFolders, numCodersOutStreams, packStreamIndex; in ReadUnpackInfo() local 704 for (fo = 0; fo < numFolders; fo++) in ReadUnpackInfo() 708 p->FoCodersOffsets[fo] = sd.Data - startBufPtr; in ReadUnpackInfo() 804 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo() 805 p->FoSizesOffsets[fo] = (numOutStreams << 8) | indexOfMainStream; in ReadUnpackInfo() 819 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo() 820 p->FoCodersOffsets[fo] = dataSize; in ReadUnpackInfo() 1010 UInt32 fo; in SzReadAndDecodePackedStreams() local 1022 for (fo = 0; fo < p->NumFolders; fo++) in SzReadAndDecodePackedStreams() 1023 Buf_Init(tempBufs + fo); in SzReadAndDecodePackedStreams() [all …]
|
/external/bzip2/ |
D | xmlproc.sh | 44 xsl_fo=bz-fo.xsl 93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out 103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
|
/external/llvm/test/FileCheck/ |
D | check-multiple-prefixes-nomatch-2.txt | 6 ; FOO: fo{{o}} 10 ; CHECK-NEXT: {{F}}OO: fo{{[{][{]o[}][}]}}
|
D | check-multiple-prefixes-substr.txt | 5 ; CHECKER: fo{{o}}
|
D | check-multiple-prefixes-nomatch.txt | 7 ; FOO: fo{{o}}
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/ber/ |
D | encoder.py | 211 fo = 0x80 # binary enoding 213 fo = fo | 0x40 # sign bit 233 fo |= 1 235 fo |= 2 237 fo |= 3 243 substrate = int2oct(fo) + eo + po
|
D | decoder.py | 256 fo = oct2int(head[0]); head = head[1:] 257 if fo & 0x80: # binary enoding 258 n = (fo & 0x03) + 1 274 if fo & 0x40: # sign bit 277 elif fo & 0x40: # infinite value 278 value = fo & 0x01 and '-inf' or 'inf' 279 elif fo & 0xc0 == 0: # character encoding 281 if fo & 0x3 == 0x1: # NR1 283 elif fo & 0x3 == 0x2: # NR2 285 elif fo & 0x3 == 0x3: # NR3 [all …]
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
D | p8.cpp | 46 void fo(Outer); 59 fo(o); in foo2()
|
/external/icu/icu4c/source/data/rbnf/ |
D | fo.txt | 6 // * Source File: <path>/common/rbnf/fo.xml 10 * ICU <specials> source: <path>/xml/rbnf/fo.xml 12 fo{
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/ |
D | utils.py | 86 def tree_hash(fo): argument 93 hashes.extend(fo)
|
/external/libxml2/result/ |
D | att5.sax2 | 20 SAX.startElementNs(norm, NULL, NULL, 0, 1, 0, attr=' fo...', 8) 40 SAX.startElementNs(norm, NULL, NULL, 0, 1, 0, attr=' fo...', 13) 60 SAX.startElementNs(norm, NULL, NULL, 0, 1, 0, attr=' fo...', 9)
|
/external/curl/lib/ |
D | Makefile.Watcom | 249 $(RC) $(DEBUG) -q -r -zm -bt=nt -I"../include" $(SYS_INCL) $[@ -fo=$^@ 252 $(CC) $(CFLAGS) -bd -br $[@ -fo=$^@ 255 $(CC) $(CFLAGS) -DCURL_STATICLIB $[@ -fo=$^@
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 699 CNum fo; in ReadUnpackInfo() local 701 for (fo = 0; fo < numFolders; fo++) in ReadUnpackInfo() 706 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr; in ReadUnpackInfo() 813 folders.FoToCoderUnpackSizes[fo] = numCodersOutStreams; in ReadUnpackInfo() 815 folders.FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo() 817 folders.FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream; in ReadUnpackInfo() 820 folders.FoToCoderUnpackSizes[fo] = numCodersOutStreams; in ReadUnpackInfo() 821 folders.FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo() 822 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr; in ReadUnpackInfo()
|
/external/libpcap/msdos/ |
D | makefile.wc | 53 *$(CC) $(CFLAGS) msdos\pktdrvr.c -fo=$@ 56 *$(CC) $(CFLAGS) msdos\ndis2.c -fo=$@ 60 *$(CC) $(CFLAGS) $[@ -fo=$@
|
/external/avahi/po/ |
D | LINGUAS | 13 fo
|
/external/chromium-trace/catapult/telemetry/third_party/png/ |
D | png.py | 989 def filter_scanline(type, line, fo, prev=None): argument 1006 ai = -fo 1017 ai = -fo 1027 ai = -fo # also used for ci 2942 fo = 3 # bytes per pixel 2944 out = filter_scanline(0, line, fo, None) # none 2946 out = filter_scanline(1, line, fo, None) # sub 2948 out = filter_scanline(2, line, fo, None) # up 2953 out = filter_scanline(3, line, fo, None) # average 2955 out = filter_scanline(4, line, fo, None) # paeth [all …]
|