HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 501 - 525 of 7184) sorted by null

<<21222324252627282930>>

  /device/lge/bullhead/recovery/nanohub/
nanohub_recovery_ui.cpp 2 * Copyright (C) 2016 The Android Open Source Project
37 fd = open("/sys/class/nanohub/nanohub/erase_shared", O_WRONLY);
39 printf("error: open erase_shared failed: %s\n", strerror(errno));
49 // open/write failure caused by permissions issues would persist across
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h 65 * @open: Is the component active
76 uint8_t open; //Is component active member in struct:_omx_core_component_t
  /docs/source.android.com/scripts/
build.py 3 # Copyright (C) 2011 The Android Open Source Project
28 for line in open(raw_file, 'r'):
47 t += open(os.path.join(TEMPLATE_DIR, f), 'r').read()
61 text = codecs.open(path, encoding='utf8').read()
118 html = codecs.open(os.path.join(outdir, f.replace('.md', '.html')), 'w', encoding="utf8")
  /external/antlr/antlr-3.4/runtime/Python/tests/
t019lexer.py 13 stream = antlr3.StringStream(open(inputPath).read())
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServerSocket.java 68 public void open() throws IOException { method in class:Support_HttpServerSocket
  /external/autotest/client/site_tests/platform_HighResTimers/
platform_HighResTimers.py 13 timer_list = open('/proc/timer_list')
  /external/autotest/client/site_tests/security_AltSyscall/src/
mmap.c 21 fd = open("/dev/zero", O_RDONLY);
  /external/autotest/client/site_tests/security_Minijail0/src/
mountns-enter.py 17 with open(test_file, "w") as t:
  /external/autotest/site_utils/
lxc_config_unittest.py 24 with open(global_deploy_config_file) as f:
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_hashing_helper.py 50 with open(tmp_file, 'rb') as stream:
54 with open(tmp_file, 'rb') as stream:
87 with open(tmp_file, 'rb') as stream:
101 with open(tmp_file, 'rb') as stream:
163 with open(tmp_file, 'rb') as stream:
170 with open(tmp_file, 'rb') as stream:
207 with open(tmp_file, 'rb') as stream:
217 with open(tmp_file, 'rb') as stream:
235 with open(tmp_file, 'rb') as stream:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
fetch_file 44 open(options.outfile, "w").write(f.read())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/
setup.py 28 long_description=open('README').read(),
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/functional/
test_proxies.py 63 pid = int(open(self.pidfile).read())
68 print open(self.logfile).read()
83 self.assertEqual(body, open(os.path.join(miniserver.HERE, src)).read())
84 lf = open(self.logfile).read()
  /external/chromium-trace/catapult/tracing/tracing_build/
vulcanize_trace_viewer_unittest.py 23 with codecs.open(raw_tmpfile.name, 'w', encoding='utf-8') as tmpfile:
  /external/compiler-rt/test/asan/TestCases/Posix/
readv.cc 26 int fd = open("/etc/hosts", O_RDONLY);
  /external/compiler-rt/test/msan/Linux/
ioctl_sound.cc 16 int fd = open("/dev/snd/controlC0", O_RDONLY);
18 printf("Unable to open sound device.");
  /external/compiler-rt/test/tsan/
fd_dup_norace.cc 24 fds[0] = open("/dev/random", O_RDONLY);
fd_stdout_race.cc 11 int f = open("/dev/random", O_RDONLY);
race_on_write.cc 23 fd = open("/dev/null", O_WRONLY);
  /external/curl/docs/libcurl/
symbols.pl 45 open F, "<symbols-in-versions";
  /external/curl/tests/
manpage-scan.pl 67 open(M, "<$file");
82 open(R, "<$curlh") ||
94 open(R, "<$syms") ||
163 open(R, "<$root/src/tool_getparam.c") ||
199 open(R, "<$root/docs/curl.1") ||
227 open(R, "<$root/src/tool_help.c") ||
  /external/e2fsprogs/e2fsck/
flushb.c 46 fd = open(argv[1], O_RDONLY, 0);
48 perror("open");
  /external/e2fsprogs/tests/progs/
hold_inode.c 3 * open.
41 if (open(filename, O_RDONLY) < 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Fingerprints.js 6 window.open(document.URL+"?fp_type="+type, "_self");
8 window.open(document.URL.substring(0,idx)+"php?fp_type="+type, "_self");
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
UiUtils.java 40 dialog.open();

Completed in 956 milliseconds

<<21222324252627282930>>