/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pipes.py | 23 f = t.open(TESTFN, 'w') 26 with open(TESTFN) as f: 30 with open(TESTFN, 'w') as f: 35 with open(TESTFN2) as f: 39 with open(TESTFN, 'w') as f: 43 with t.open(TESTFN, 'r') as f: 49 with open(TESTFN, 'w') as f: 51 with open(TESTFN2, 'w') as f: 55 with open(TESTFN2) as f: 61 with open(TESTFN, 'w') as f [all...] |
test_uu.py | 118 fin = open(self.tmpin, 'wb') 122 fin = open(self.tmpin, 'rb') 123 fout = open(self.tmpout, 'w') 128 fout = open(self.tmpout, 'r') 135 fout = open(self.tmpout, 'r') 148 f = open(self.tmpin, 'w') 152 f = open(self.tmpin, 'r') 156 f = open(self.tmpout, 'r') 168 f = open(self.tmpin, 'w') 174 f = open(self.tmpout, 'r' [all...] |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GL2Dispatch.cpp | 2 * Copyright (C) 2011 The Android Open Source Project 41 s_gles2_lib = osUtils::dynLibrary::open(libName);
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
osDynLibrary.h | 2 * Copyright (C) 2011 The Android Open Source Project 30 static dynLibrary *open(const char *p_libName);
|
/build/tools/ |
diff_package_overlays.py | 3 # Copyright (C) 2012 The Android Open Source Project 44 f = open(argv[1]) 49 f = open(filename) 81 f = open(argv[2], "a")
|
/development/scripts/ |
compare-installed-size.py | 3 # Copyright (C) 2013 The Android Open Source Project 44 input_stream = open(install_file, 'r') 80 output = open("module_%d.csv" % idx, 'w') 98 output = open("comparison.csv", 'w')
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
update_server.py | 43 with open('github_file_system.py') as f: 52 with open('github_file_system.py', 'w+') as f: 58 with open('github_file_system.py', 'w+') as f:
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
inline-javascript-imports.py | 52 inputFile = open(inputFileName, 'r') 63 importFile = open(fullPath, 'r') 70 outputFile = open(outputFileName, 'w')
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
inline_js_imports.py | 54 input_file = open(input_file_name, 'r') 65 import_file = open(full_path, 'r') 78 output_file = open(output_file_name, 'w')
|
/external/chromium_org/third_party/tlslite/ |
make_release.py | 16 s = open(filename, "rU").read() 30 s = open(filename, "r").read() 31 f = open(filename, "w")
|
/external/chromium_org/tools/site_compare/operators/ |
equals_with_mask.py | 34 im1 = Image.open(file1) 35 im2 = Image.open(file2) 46 mask = Image.open(maskfile)
|
/external/dropbear/ |
sshpty.c | 43 * nonzero if a pty was successfully allocated. On success, open file 84 /* Open the slave side. */ 85 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); 88 "pty_allocate error: ttyftd open error"); 104 ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY); 128 /* Open the slave side. */ 129 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); 162 *ptyfd = open("/dev/ptc", O_RDWR | O_NOCTTY); 165 "Could not open /dev/ptc: %.100s", strerror(errno)); 173 *ttyfd = open(name, O_RDWR | O_NOCTTY) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
complete-ant-cmd.pl | 87 open( CACHE, '>'.$cacheFile ) || die "can\'t write $cacheFile: $!\n"; 88 open( HELP, "$antCmd -projecthelp -f '$buildFile'|" ) || return(); 101 open( CACHE, $cacheFile ) || die "can\'t read $cacheFile: $!\n";
|
/external/llvm/utils/ |
DSAextract.py | 37 #open the input file 38 input = open(sys.argv[1], 'r') 81 #open the output file 82 output = open(sys.argv[2], 'w') 84 input = open(sys.argv[1], 'r')
|
/external/llvm/utils/llvm-build/llvmbuild/ |
configutil.py | 27 f = open(input_path, "rb") 47 f = open(output_path, "rb") 60 f = open(output_path, "wb")
|
/external/srec/tools/cmd/ |
pht_to_long.pl | 19 open(PHT, "<$phtfile") || die "error opening phtfile $phtfile\n"; 31 open(HH, "<$okfile") || die "error opening okfile $okfile\n"; 32 open(OO, ">$otxt") || die "error opening output dict $otxt\n";
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
OutputPort.java | 2 * Copyright (C) 2011 The Android Open Source Project 44 public void open() { method in class:OutputPort 45 super.open(); 47 mTargetPort.open();
|
/libcore/luni/src/main/java/java/nio/channels/ |
SocketChannel.java | 32 * A socket channel is open but not connected when created by {@code open()}. 71 * Creates an open and unconnected socket channel. 76 * @return the new channel which is open but unconnected. 80 public static SocketChannel open() throws IOException { method in class:SocketChannel 87 * This method performs a call to {@code open()} followed by a call to 107 public static SocketChannel open(SocketAddress address) throws IOException { method in class:SocketChannel 108 SocketChannel socketChannel = open();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
keyword.py | 62 fp = open(iptfile) 74 fp = open(optfile) 88 fp = open(optfile, 'w')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_uu.py | 118 fin = open(self.tmpin, 'wb') 122 fin = open(self.tmpin, 'rb') 123 fout = open(self.tmpout, 'w') 128 fout = open(self.tmpout, 'r') 135 fout = open(self.tmpout, 'r') 148 f = open(self.tmpin, 'w') 152 f = open(self.tmpin, 'r') 156 f = open(self.tmpout, 'r') 168 f = open(self.tmpin, 'w') 174 f = open(self.tmpout, 'r' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
keyword.py | 62 fp = open(iptfile) 74 fp = open(optfile) 88 fp = open(optfile, 'w')
|
/system/extras/tests/cpueater/ |
daemonize.c | 2 * Copyright (C) 2008 The Android Open Source Project 43 close(0); open("/dev/null", 0); 72 if(open(file, O_WRONLY|mode|O_CREAT, 0666) < 0) { 78 if(open("/dev/null", O_WRONLY) < 0) {
|
/external/chromium-trace/ |
update.py | 38 open('UPSTREAM_REVISION', 'wt').write(rev_str[21:-1] + '\n') 50 open(output_js_file, 'wt').write(js_code) 52 open(output_css_file, 'wt').write(css_code) 81 open('flat_script.js', 'wt').write(js_code) 92 open(output_js_file, 'wt').write(result['compiledCode'] + '\n')
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
backward.py | 75 # Python 3.2 provides `tokenize.open`, the best way to open source files. 78 open_source = tokenize.open # pylint: disable=E1101 84 """Open a source file the best way.""" 85 return open(fname, "rU") 90 """Open a file in read only mode using the encoding detected by 93 buffer = open(fname, 'rb') 125 f = open(fname, 'w', encoding=encoding, errors=errors) 135 f = codecs.open(fname, 'w', encoding=encoding, errors=errors)
|
/external/chromium_org/third_party/lcov/bin/ |
updateversion.pl | 70 open(IN, "<$filename") || die ("Error: cannot open $filename\n"); 71 open(OUT, ">$filename.new") || 92 open(IN, "<$filename") || die ("Error: cannot open $filename\n"); 93 open(OUT, ">$filename.new") || 113 open(IN, "<$filename") || die ("Error: cannot open $filename\n"); 114 open(OUT, ">$filename.new") || 134 open(IN, "<$filename") || die ("Error: cannot open $filename\n") [all...] |