Searched refs:open (Results 251 - 275 of 1378) sorted by relevance

<<11121314151617181920>>

/external/libvpx/libvpx/examples/includes/
H A Dvp8_doc_tools.php135 * @param $open str - Opening expression to match
141 function do_geshi($blob, $open = '<pre>',
145 $regexp = '|' . $open . '(.*?)' . $close . '|si';
/external/marisa-trie/lib/marisa/
H A Dintvector.cc47 temp_mapper.open(filename, offset, whence);
69 reader.open(filename, offset, whence);
100 writer.open(filename, trunc_flag, offset, whence);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dintvector.cc47 temp_mapper.open(filename, offset, whence);
69 reader.open(filename, offset, whence);
100 writer.open(filename, trunc_flag, offset, whence);
/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp87 virtual bool open(const char* _address, const char* _port, int _width, int _height);
104 // The open method simply initializes some variables we will need later.
105 bool CVCapture_Socket::open(const char* _address, const char* _port, int _width, int _height) function in class:CVCapture_Socket
297 if ( capture-> open(address, port, width, height) )
/external/v8/test/message/
H A Dtestcfg.py82 source = open(self.file).read()
90 return (open(self.file).read()
92 + open(self.expected).read())
/external/v8/test/test262/
H A Dtestcfg.py72 return open(self.filename).read()
114 with open(archive_name,'rb') as f:
119 archive = tarfile.open(archive_name, 'r:bz2')
/external/webkit/LayoutTests/http/tests/cookies/resources/
H A Dcookies-test-pre.js161 xhr.open("GET", "resources/setCookies.cgi", false);
186 xhr.open("GET", "resources/getCookies.cgi", false);
222 xhr.open("GET", "resources/clearCookies.cgi", false);
/external/webkit/PerformanceTests/SunSpider/
H A Dsunspider-compare-results70 open FILE, "<", $filename or die;
110 open FILE, ">", $path or die;
118 open FILE, "<", $path or die;
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessorQt.cpp159 inputBuffer.open(QIODevice::ReadOnly);
160 styleSheetBuffer.open(QIODevice::ReadOnly);
161 outputBuffer.open(QIODevice::ReadWrite);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dapache_http_server.py161 with codecs.open(httpd_config, "r", "utf-8") as httpd_config_file:
175 with codecs.open(httpd_config_copy, "w", "utf-8") as file:
231 httpd_pid = int(open(self._pid_file).readline())
/external/zlib/src/contrib/iostream3/
H A Dzfstream.h53 * @brief Check if file is open.
54 * @return True if file is open.
66 open(const char* name,
70 * @brief Attach to already open gzipped file.
88 * @brief Convert ios open mode int to mode string used by zlib.
250 * @brief Construct stream on already open gzipped file.
266 * @brief Check if file is open.
267 * @return True if file is open.
285 open(const char* name,
289 * @brief Attach to already open gzippe
[all...]
/external/webkit/Tools/Scripts/
H A Dsvn-create-patch159 open INFO, "svn info '$infoPath' |" or die;
173 open PROPGET, "svn propget svn:mime-type $args '$file' |" or die;
203 open INFO, "svn info '$file' |" or die;
230 open DIFF, "svn diff --diff-cmd diff -x -$diffOptions '$file' |" or die;
251 open STAT, "svn stat '$statPath' |" or die;
352 open BINARY, $path or die;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as23 stream.open(file, FileMode.READ);
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt012lexerXML.py30 stream = antlr3.StringStream(unicode(open(inputPath).read(), 'utf-8'))
42 testOutput = unicode(open(outputPath).read(), 'utf-8')
/external/chromium/sdch/open-vcdiff/
H A Dconfigure.ac7 AC_INIT(open-vcdiff, 0.7, opensource@google.com)
/external/chromium/sdch/open-vcdiff/testdata/
H A Dconfigure.ac.v0.17 AC_INIT(open-vcdiff, 0.1, opensource@google.com)
H A Dconfigure.ac.v0.27 AC_INIT(open-vcdiff, 0.2, opensource@google.com)
/external/chromium-trace/trace-viewer/build/
H A Dgenerate_deps_js_contents.py66 o = open(os.path.join(srcdir, "deps.js"), 'r')
94 o = open(os.path.join(srcdir, "deps.js"), 'w')
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dfixjsstyle_test.py56 with open(input_filename) as f:
71 expected = open(golden_filename, 'r')
/external/clang/tools/scan-build/
H A Dc++-analyzer118 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
141 open(STDOUT,">&", \*TO_PARENT);
142 open(STDERR,">&", \*TO_PARENT);
243 open(STDOUT,">&", \*TO_PARENT);
244 open(STDERR,">&", \*TO_PARENT);
278 if (open(CHILD, $ofile)) {
310 open(AFILE, ">$afile");
607 open(IN, $ARGV[$i+1]);
H A Dccc-analyzer118 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
141 open(STDOUT,">&", \*TO_PARENT);
142 open(STDERR,">&", \*TO_PARENT);
243 open(STDOUT,">&", \*TO_PARENT);
244 open(STDERR,">&", \*TO_PARENT);
278 if (open(CHILD, $ofile)) {
310 open(AFILE, ">$afile");
607 open(IN, $ARGV[$i+1]);
/external/e2fsprogs/tests/progs/
H A Drandom_exercise.c4 * directory, while holding some files open while they are being
83 fd = open(template, O_RDONLY, 0600);
88 fd = open(template, O_CREAT|O_RDWR, 0600);
/external/freetype/include/freetype/internal/
H A Dpshints.h89 * - Open a new hint recording session by calling the `open' method.
323 * open ::
324 * The function to open a recording session.
345 T1_Hints_OpenFunc open; member in struct:T1_Hints_FuncsRec_
376 * - Open a new hint recording session by calling the `open' method.
637 * open ::
638 * The function to open a recording session.
659 T2_Hints_OpenFunc open; member in struct:T2_Hints_FuncsRec_
/external/libmtp/examples/
H A Dalbumart.c108 if ( (fd = open(path, O_RDONLY|O_BINARY) == -1) ) {
110 if ( (fd = open(path, O_RDONLY)) == -1) {
112 printf("Couldn't open image file %s (%s)\n",path,strerror(errno));
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DNonVolatileStore.cpp75 int fileStream = open (filename, O_RDONLY);
93 ALOGD ("%s: fail to open", __FUNCTION__);
132 fileStream = open (filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
149 ALOGE ("%s: fail to open, error = %d", __FUNCTION__, errno);

Completed in 691 milliseconds

<<11121314151617181920>>