Searched refs:open (Results 476 - 500 of 1378) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/page/
H A DEventSource.h71 DEFINE_ATTRIBUTE_EVENT_LISTENER(open);
/external/webkit/Source/WebCore/websockets/
H A DWebSocket.h75 DEFINE_ATTRIBUTE_EVENT_LISTENER(open);
/external/webkit/Source/WebKit/chromium/scripts/
H A Dgenerate_devtools_grd.py116 with open(parsed_args.output_filename, 'w') as output_file:
/external/webkit/Tools/Scripts/
H A Dprint-msvc-project-dependencies49 unless (open SLN, "<", $sln) {
50 warn "Warning: Can't open $sln; skipping\n";
H A Dreport-include-statistics52 open FILE, $file or die;
H A Drun-mangleme-tests93 open REDIRECT_HTML, ">", "/tmp/WebKit/redirect.html" or die;
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Ddirectoryfileset.py51 def open(self, filename): member in class:DirectoryFileSet
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_results_uploader.py98 with codecs.open(path, "rb") as file:
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dfilereader.py82 # We do not open the file with universal newline support
86 file = codecs.open(file_path, 'r', 'utf8', 'replace')
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Dbrowser_harness.rb27 require 'open-uri'
64 f = File.open(@client_log_path, 'a')
138 command = "open -a \"#{browser}\" \"#{url}\""
139 msg(".app open command: #{command}")
189 timestamp, uri, user_agent = open("#{@app_base_url}last_page.cgi").read().chomp.split(' ')
209 data = open(url).read()
219 f = File.open(testcase_path, 'w')
/external/chromium/build/util/
H A Dlastchange.py225 revision = open(default_lastchange, 'r').read().strip()
238 old_contents = open(file_name, 'r').read()
245 open(file_name, 'w').write(contents)
/external/clang/docs/tools/
H A Ddump_ast_matchers.py253 for line in open(MATCHERS_FILE).read().splitlines():
286 reference = open('../LibASTMatchersReference.html').read()
294 with open('../LibASTMatchersReference.html', 'w') as output:
/external/libselinux/src/
H A Dbooleans.c107 fd = open(fname, O_RDONLY);
181 fd = open(fname, O_WRONLY);
217 fd = open(path, O_WRONLY);
/external/marisa-trie/lib/marisa/
H A Dmapper.cc64 void Mapper::open(const char *filename, long offset, int whence) { function in class:marisa::Mapper
92 void Mapper::open(const char *filename, long offset, int whence) { function in class:marisa::Mapper
106 temp.fd_ = ::open(filename, O_RDONLY);
H A Dtail.cc36 temp_mapper.open(filename, offset, whence);
54 reader.open(filename, offset, whence);
82 writer.open(filename, trunc_flag, offset, whence);
H A Dtrie.cc16 temp_mapper.open(filename, offset, whence);
48 reader.open(filename, offset, whence);
89 writer.open(filename, trunc_flag, offset, whence);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dmapper.cc66 void Mapper::open(const char *filename, long offset, int whence) { function in class:marisa_alpha::Mapper
95 void Mapper::open(const char *filename, long offset, int whence) { function in class:marisa_alpha::Mapper
110 temp.fd_ = ::open(filename, O_RDONLY);
H A Dtail.cc36 temp_mapper.open(filename, offset, whence);
54 reader.open(filename, offset, whence);
82 writer.open(filename, trunc_flag, offset, whence);
H A Dtrie.cc16 temp_mapper.open(filename, offset, whence);
48 reader.open(filename, offset, whence);
89 writer.open(filename, trunc_flag, offset, whence);
/external/openssh/openbsd-compat/
H A Dport-tun.c50 * System-specific tunnel open function
64 if ((fd = open("/dev/net/tun", O_RDWR)) == -1) {
65 debug("%s: failed to open tunnel control interface: %s",
137 fd = open(name, O_RDWR);
142 if ((fd = open(name, O_RDWR)) >= 0)
151 debug("%s: %s open failed: %s", __func__, name,
/external/qemu/target-i386/
H A Dhax-darwin.c24 int fd = open("/dev/HAX", O_RDWR);
28 dprint("Failed to open the hax module\n");
178 fd = open(vm_name, O_RDWR);
229 fd = open(devfs_path, O_RDWR);
232 dprint("Failed to open the vcpu devfs\n");
/external/quake/quake/src/QW/client/
H A Dsys_android.c204 h = open (path, O_RDONLY, 0666);
221 handle = open(path,O_RDWR | O_CREAT | O_TRUNC
259 // fd = open(file, O_WRONLY | O_BINARY | O_CREAT | O_APPEND, 0666);
260 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666);
H A Dsys_linux.c199 h = open (path, O_RDONLY, 0666);
216 handle = open(path,O_RDWR | O_CREAT | O_TRUNC
254 // fd = open(file, O_WRONLY | O_BINARY | O_CREAT | O_APPEND, 0666);
255 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666);
/external/quake/quake/src/WinQuake/
H A Dsys_linux.cpp197 h = open (path, O_RDONLY, 0666);
214 handle = open(path,O_RDWR | O_CREAT | O_TRUNC
252 // fd = open(file, O_WRONLY | O_BINARY | O_CREAT | O_APPEND, 0666);
253 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666);
/external/valgrind/main/coregrind/m_ume/
H A Dmain.c77 res = VG_(open)(exe_name, VKI_O_RDONLY, 0);
160 SysRes res = VG_(open)(f, VKI_O_RDONLY, 0);
176 SysRes res = VG_(open)(f, VKI_O_RDONLY, 0);

Completed in 500 milliseconds

<<11121314151617181920>>