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

<<11121314151617181920>>

  /external/icu/tools/
update-tzdata.py 33 return open('%s/tzdata' % bionic_libc_zoneinfo_dir).read().split('\x00', 1)[0]
41 for line in open('extracted/%s' % region):
51 setup = open('setup', 'w')
60 ftp.retrbinary('RETR %s' % filename, open(filename, 'wb').write)
75 f = open(output_filename, 'wb')
112 tar = tarfile.open(data_filename, 'r')
  /external/llvm/test/Bindings/OCaml/
vectorize.ml 13 open Llvm
14 open Llvm_vectorize
15 open Llvm_target
  /external/opencv3/modules/videoio/src/
cap_images.cpp 11 // For Open Source Computer Vision Library
81 virtual bool open(const char* _filename);
245 bool CvCapture_Images::open(const char * _filename) function in class:CvCapture_Images
291 if( capture->open(filename) )
313 virtual bool open( const char* _filename );
344 bool CvVideoWriter_Images::open( const char* _filename ) function in class:CvVideoWriter_Images
371 if( writer->open( filename ))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_univnewlines2k.py 40 with open(test_support.TESTFN, self.WRITEMODE) as fp:
50 with open(test_support.TESTFN, self.READMODE) as fp:
56 with open(test_support.TESTFN, self.READMODE) as fp:
62 with open(test_support.TESTFN, self.READMODE) as fp:
72 with open(test_support.TESTFN, self.READMODE) as fp:
109 with open(test_support.TESTFN, self.READMODE) as fp:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uu.py 45 # If in_file is a pathname open it and change defaults
59 in_file = open(in_file, 'rb')
62 # Open out_file if it is a pathname
67 out_file = open(out_file, 'wb')
93 # Open the input file, if needed.
99 in_file = open(in_file)
125 # Open the output file
130 fp = open(out_file, 'wb')
181 output = open(output, 'w')
189 input = open(input, 'r'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_univnewlines2k.py 40 with open(test_support.TESTFN, self.WRITEMODE) as fp:
50 with open(test_support.TESTFN, self.READMODE) as fp:
56 with open(test_support.TESTFN, self.READMODE) as fp:
62 with open(test_support.TESTFN, self.READMODE) as fp:
72 with open(test_support.TESTFN, self.READMODE) as fp:
109 with open(test_support.TESTFN, self.READMODE) as fp:
  /prebuilts/gdb/linux-x86/lib/python2.7/
uu.py 45 # If in_file is a pathname open it and change defaults
59 in_file = open(in_file, 'rb')
62 # Open out_file if it is a pathname
67 out_file = open(out_file, 'wb')
93 # Open the input file, if needed.
99 in_file = open(in_file)
125 # Open the output file
130 fp = open(out_file, 'wb')
181 output = open(output, 'w')
189 input = open(input, 'r'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_univnewlines2k.py 40 with open(test_support.TESTFN, self.WRITEMODE) as fp:
50 with open(test_support.TESTFN, self.READMODE) as fp:
56 with open(test_support.TESTFN, self.READMODE) as fp:
62 with open(test_support.TESTFN, self.READMODE) as fp:
72 with open(test_support.TESTFN, self.READMODE) as fp:
109 with open(test_support.TESTFN, self.READMODE) as fp:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uu.py 45 # If in_file is a pathname open it and change defaults
59 in_file = open(in_file, 'rb')
62 # Open out_file if it is a pathname
67 out_file = open(out_file, 'wb')
93 # Open the input file, if needed.
99 in_file = open(in_file)
125 # Open the output file
130 fp = open(out_file, 'wb')
181 output = open(output, 'w')
189 input = open(input, 'r'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_univnewlines2k.py 40 with open(test_support.TESTFN, self.WRITEMODE) as fp:
50 with open(test_support.TESTFN, self.READMODE) as fp:
56 with open(test_support.TESTFN, self.READMODE) as fp:
62 with open(test_support.TESTFN, self.READMODE) as fp:
72 with open(test_support.TESTFN, self.READMODE) as fp:
109 with open(test_support.TESTFN, self.READMODE) as fp:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uu.py 45 # If in_file is a pathname open it and change defaults
59 in_file = open(in_file, 'rb')
62 # Open out_file if it is a pathname
67 out_file = open(out_file, 'wb')
93 # Open the input file, if needed.
99 in_file = open(in_file)
125 # Open the output file
130 fp = open(out_file, 'wb')
181 output = open(output, 'w')
189 input = open(input, 'r'
    [all...]
  /system/sepolicy/
isolated_app.te 15 # Access already open app data files received over Binder or local socket IPC.
33 # Do not allow isolated_app to directly open tun_device
34 neverallow isolated_app tun_device:chr_file open;
40 # Isolated apps should not directly open app data files themselves.
41 neverallow isolated_app app_data_file:file open;
46 neverallow isolated_app anr_data_file:file ~{ open append };
  /bionic/libc/include/
fcntl.h 2 * Copyright (C) 2008 The Android Open Source Project
69 extern int open(const char*, int, ...);
90 extern int __open_real(const char*, int, ...) __RENAME(open); variable
101 int open(const char* pathname, int flags, ...) { function
  /build/tools/
check_radio_versions.py 3 # Copyright (C) 2012 The Android Open Source Project
29 f = open(sys.argv[1])
47 f = open(fn, "rb")
53 f = open(fn + ".sha1")
  /cts/tests/tests/os/src/android/os/cts/
ConditionVariableTest.java 2 * Copyright (C) 2008 The Android Open Source Project
43 // test open then block(long)
44 mConditionVariable.open();
55 // test block then open
65 mConditionVariable.open();
84 mConditionVariable.open();
  /external/autotest/client/bin/
autotestd_monitor 10 stderr = open(os.path.join(logdir, 'stderr'), 'a', 0)
18 devnull = open(os.devnull, 'w')
45 exit_code_file = open(os.path.join(logdir, 'exit_code'))
  /external/autotest/client/cros/chameleon/
edid.py 94 open(filename).readlines()))
96 data = open(filename).read()
105 with open(filename, 'w+') as f:
  /external/autotest/client/tests/cgroup/
cgroup_client.py 33 f = open(args[1], 'w', 0)
84 dev = open("/dev/zero", 'r')
100 dev = open("/dev/null", 'w')
  /external/autotest/contrib/
dhcp_failed_machines.py 25 with open('/etc/dhcp/dhcpd.conf', 'r') as f:
47 return gzip.open(f, 'r')
49 return open(f, 'r')
  /external/bison/lib/
open.c 0 /* Open a descriptor to a file.
25 /* Get the original definition of open. It might be defined as a macro. */
33 return open (filename, flags, mode);
53 open (const char *filename, int flags, ...) function
74 file types that require non-blocking handling in open().
97 - if O_CREAT is specified, open() must fail because of the semantics
99 - if O_WRONLY or O_RDWR is specified, open() must fail because POSIX
100 <http://www.opengroup.org/susv3/functions/open.html> says that it
103 - if O_CREAT is specified, open() must fail since open() cannot creat
    [all...]
  /external/blktrace/btt/
bno_plot.py 99 fo = open(t, 'w')
100 for line in open(f, 'r'):
109 fo = open('%s/plot.cmds' % tmpdir, 'w')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
installer.py 44 fp = open('/etc/cron.d/%s' % name, "w")
56 f = open(f_path, "w")
71 fp = open('/etc/environment', 'a')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
file.py 72 f = open(self._filename, 'rb')
95 open(self._filename, 'a+b').close()
111 f = open(self._filename, 'w')
  /external/chromium-trace/catapult/third_party/html5lib-python/
setup.py 29 with codecs.open(os.path.join(current_dir, 'README.rst'), 'r', 'utf8') as readme_file:
30 with codecs.open(os.path.join(current_dir, 'CHANGES.rst'), 'r', 'utf8') as changes_file:
34 with open(os.path.join("html5lib", "__init__.py"), "rb") as init_file:
  /external/curl/tests/
symbol-scan.pl 65 open H_IN, "-|", "$Cpreprocessor $i$h" || die "Cannot preprocess curl.h";
79 open H, "<$f";
91 open S, "<$root/docs/libcurl/symbols-in-versions";

Completed in 438 milliseconds

<<11121314151617181920>>