HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 2876 - 2900 of 4741) sorted by null

<<111112113114115116117118119120>>

  /external/chromium_org/tools/perf/measurements/
page_cycler.py 33 with open(os.path.join(os.path.dirname(__file__),
  /external/chromium_org/tools/perf/metrics/
speedindex.py 27 with open(os.path.join(os.path.dirname(__file__), 'speedindex.js')) as f:
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_finder.py 185 with open(os.devnull, 'w') as devnull:
  /external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server.py 157 with open(file_path, 'rb') as fd:
  /external/chromium_org/tools/telemetry/telemetry/page/
record_wpr.py 94 with open(ps_path, 'w') as f:
  /external/chromium_org/tools/valgrind/
tsan_analyze.py 154 self.cur_fd_ = open(filename, 'r')
valgrind_test.py 313 dsym_info_plist_contents = open(dsym_info_plist).read()
489 f = open(self.log_dir + ("/testcase.%d.name" % ppid))
    [all...]
  /external/chromium_org/v8/src/
platform-solaris.cc 128 OS::MemoryMappedFile* OS::MemoryMappedFile::open(const char* name) { function in class:v8::internal::OS::MemoryMappedFile
  /external/chromium_org/v8/test/webkit/
testcfg.py 98 with open(filename) as f:
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 242 self.outfile = open(junitout, "w")
  /external/chromium_org/v8/tools/testrunner/server/
work_handler.py 133 with open(patchfilename, "w") as f:
  /external/clang/utils/ABITest/
ABITestGen.py 608 output = open(opts.output,'w')
613 outputHeader = open(opts.outputHeader,'w')
618 outputTests = open(opts.outputTests,'w')
623 outputDriver = open(opts.outputDriver,'w')
  /external/dhcpcd/
bind.c 89 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
  /external/dnsmasq/src/
bpf.c 146 if ((daemon->dhcp_raw_fd = open(ifreq.iov_base, O_RDWR, 0)) != -1)
log.c 113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP);
194 /* Once a stream socket hits EPIPE, we have to close and re-open
  /external/droiddriver/src/com/google/android/droiddriver/finders/
ByXPath.java 173 bos = FileUtils.open(path);
  /external/dropbear/
dropbearkey.c 346 fd = open(filename, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
  /external/e2fsprogs/lib/blkid/
read.c 394 if ((fd = open(cache->bic_filename, O_RDONLY)) < 0)
  /external/e2fsprogs/lib/ext2fs/
getsize.c 165 fd = open(file, O_RDONLY);
  /external/e2fsprogs/misc/
e2undo.c 179 retval = manager->open(device_name,
183 _("Failed to open %s\n"), device_name);
  /external/elfutils/src/
ranlib.c 19 Red Hat elfutils is an included package of the Open Invention Network.
20 An included package of the Open Invention Network is a package for which
21 Open Invention Network licensees cross-license their patents. No patent
23 included package. Should you wish to participate in the Open Invention
166 int fd = open (fname, O_RDONLY);
169 error (0, errno, gettext ("cannot open '%s'"), fname);
  /external/elfutils/tests/
asm-tst3.c 18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
22 included package. Should you wish to participate in the Open Invention
79 puts ("cannot open backend library");
148 fd = open (fname, O_RDONLY);
151 printf ("cannot open generated file: %m\n");
asm-tst9.c 18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
22 included package. Should you wish to participate in the Open Invention
107 puts ("cannot open backend library");
175 fd = open (fname, O_RDONLY);
178 printf ("cannot open generated file: %m\n");
  /external/icu4c/test/depstest/
dependencies.py 140 deps_file = open("dependencies.txt")
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 105 fprintf(stderr,"Err: can't open %s for writing.\n", outName);
245 /* open and close tests */
666 OpenCloseTest(pattern,unum,open,{},(UNUM_PATTERN_DECIMAL,pattern,1,"en_US",0,&setupStatus),{})
667 OpenCloseTest(default,unum,open,{},(UNUM_DEFAULT,NULL,-1,"en_US",0,&setupStatus),{})
670 OpenCloseTest(gb18030,ucnv,open,{},("gb18030",&setupStatus),{})
673 OpenCloseTest(root,ures,open,{},(NULL,"root",&setupStatus),{})

Completed in 974 milliseconds

<<111112113114115116117118119120>>