/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 363 data_file.fo.write(data) 364 data_file.fo.seek(0) 372 stdin=data_file.fo, 373 stdout_tee=sig.fo, 374 stderr_tee=err.fo) 376 err.fo.seek(0) 377 logging.error(err.fo.read()) 380 sig.fo.seek(0) [all …]
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_25.txt | 50 fo 54 fo 58 fo 62 fo 66 fo 70 fo 74 fo 78 fo 86 fo 89 fo
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_25.txt | 50 fo 54 fo 58 fo 62 fo 66 fo 70 fo 74 fo 78 fo 86 fo 89 fo
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | ch-fonipa-t-ch.txt | 15 Talo'fo'fo' tæloʔfoʔfoʔ
|
D | fa-t-ch.txt | 15 Talo'fo'fo' تالوفوفو
|
D | ar-t-ch.txt | 15 Talo'fo'fo' تالوفوفؤ
|
D | am-t-ch.txt | 15 Talo'fo'fo' ተሎእፎእፎእ
|
D | chr-t-ch.txt | 15 Talo'fo'fo' ᏛᎶᎯᏬᎯᏬᎯ
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | local_ssa_elim_test.cpp | 54 OpName %fo "fo" in TEST_F() 172 OpName %fo "fo" in TEST_F() 320 OpName %fo "fo" in TEST_F() 464 OpName %fo "fo" in TEST_F() 607 OpName %fo "fo" in TEST_F() 742 OpName %fo "fo" in TEST_F() 1563 OpName %fo "fo" in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | local_ssa_elim_test.cpp | 54 OpName %fo "fo" in TEST_F() 172 OpName %fo "fo" in TEST_F() 320 OpName %fo "fo" in TEST_F() 464 OpName %fo "fo" in TEST_F() 607 OpName %fo "fo" in TEST_F() 742 OpName %fo "fo" in TEST_F() 1563 OpName %fo "fo" in TEST_F()
|
/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/python/cpython2/Lib/test/ |
D | test_deque.py | 70 fo = open(test_support.TESTFN, "wb") 72 print >> fo, d, 73 fo.close() 74 fo = open(test_support.TESTFN, "rb") 75 self.assertEqual(fo.read(), repr(d)) 77 fo.close() 82 fo = open(test_support.TESTFN, "wb") 84 print >> fo, d, 85 fo.close() 86 fo = open(test_support.TESTFN, "rb") [all …]
|
/external/libxml2/result/VC/ |
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"/
|
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"/
|
/external/lzma/C/ |
D | 7zArcIn.c | 642 UInt32 fo, numFolders, numCodersOutStreams, packStreamIndex; in ReadUnpackInfo() local 676 for (fo = 0; fo < numFolders; fo++) in ReadUnpackInfo() 680 p->FoCodersOffsets[fo] = sd.Data - startBufPtr; in ReadUnpackInfo() 785 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo() 786 p->FoToCoderUnpackSizes[fo] = numCodersOutStreams; in ReadUnpackInfo() 787 p->FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream; in ReadUnpackInfo() 797 p->FoToCoderUnpackSizes[fo] = numCodersOutStreams; in ReadUnpackInfo() 801 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo() 802 p->FoCodersOffsets[fo] = dataSize; in ReadUnpackInfo() 982 UInt32 fo; in SzReadAndDecodePackedStreams() local [all …]
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 192 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_f_owner_ex, fo); in test_f_owner_ex_type_pid() 194 fo->type = type; in test_f_owner_ex_type_pid() 195 fo->pid = pid; in test_f_owner_ex_type_pid() 196 long rc = invoke_test_syscall(0, cmd, fo); in test_f_owner_ex_type_pid() 198 TEST_SYSCALL_STR, cmd_name, type_name, fo->pid, errstr); in test_f_owner_ex_type_pid() 200 void *bad_addr = (void *) fo + 1; in test_f_owner_ex_type_pid()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 192 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_f_owner_ex, fo); in test_f_owner_ex_type_pid() 194 fo->type = type; in test_f_owner_ex_type_pid() 195 fo->pid = pid; in test_f_owner_ex_type_pid() 196 long rc = invoke_test_syscall(0, cmd, fo); in test_f_owner_ex_type_pid() 198 TEST_SYSCALL_STR, cmd_name, type_name, fo->pid, errstr); in test_f_owner_ex_type_pid() 200 void *bad_addr = (void *) fo + 1; in test_f_owner_ex_type_pid()
|
/external/strace/tests/ |
D | fcntl-common.c | 192 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_f_owner_ex, fo); in test_f_owner_ex_type_pid() 194 fo->type = type; in test_f_owner_ex_type_pid() 195 fo->pid = pid; in test_f_owner_ex_type_pid() 196 long rc = invoke_test_syscall(0, cmd, fo); in test_f_owner_ex_type_pid() 198 TEST_SYSCALL_STR, cmd_name, type_name, fo->pid, errstr); in test_f_owner_ex_type_pid() 200 void *bad_addr = (void *) fo + 1; in test_f_owner_ex_type_pid()
|
/external/u-boot/board/synopsys/hsdk/ |
D | headerize-hsdk.py | 101 with open(headerised_filename, "ab") as fo: 103 fo.write(fi.read()) 140 with open(uboot_scrypt_file, "wb") as fo: 141 fo.write(update_uboot_cmd.encode('ascii'))
|
/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/python/cpython3/Lib/test/ |
D | test_deque.py | 70 fo = open(support.TESTFN, "w") 72 fo.write(str(d)) 73 fo.close() 74 fo = open(support.TESTFN, "r") 75 self.assertEqual(fo.read(), repr(d)) 77 fo.close() 82 fo = open(support.TESTFN, "w") 84 fo.write(str(d)) 85 fo.close() 86 fo = open(support.TESTFN, "r") [all …]
|
/external/icu/icu4c/source/data/coll/ |
D | fo.txt | 3 fo{ 9 "[import fo-u-co-standard]"
|
/external/llvm/test/FileCheck/ |
D | check-multiple-prefixes-nomatch-2.txt | 8 ; FOO: fo{{o}} 12 ; CHECK-NEXT: {{F}}OO: fo{{[{][{]o[}][}]}}
|