Searched refs:open (Results 226 - 250 of 1378) sorted by relevance

1234567891011>>

/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml5 open Llvm
/external/smali/
H A Dbuild.gradle41 def git = org.eclipse.jgit.api.Git.open(file('.'))
/external/valgrind/main/memcheck/tests/
H A Dwritev1.c35 if ((fd = open(f_name, O_WRONLY | O_CREAT, 0666)) < 0) {
36 fprintf(stderr, "open(2) failed: fname = %s, errno = %d\n",
49 if ((fd = open(f_name, O_RDWR, 0666)) < 0) {
50 fprintf(stderr, "open failed: fname = %s, errno = %d\n",
/external/webkit/Source/JavaScriptCore/
H A Dcreate_jit_stubs49 open(IN, $file) or die "No such file $file";
/external/webkit/Source/WebCore/html/parser/
H A Dcreate-html-entity-table68 html_entity_names_file = open(input_path)
75 output_file = open(output_path, "w")
/external/webkit/Source/WebKit/chromium/src/
H A DIDBDatabaseBackendProxy.cpp118 void IDBDatabaseBackendProxy::open(PassRefPtr<IDBDatabaseCallbacks> databaseCallbacks) function in class:WebKit::IDBDatabaseBackendProxy
120 m_webIDBDatabase->open(new WebIDBDatabaseCallbacksImpl(databaseCallbacks));
H A DWebIDBDatabaseImpl.cpp102 // Use the callbacks that ::open gave us so that the backend in
108 void WebIDBDatabaseImpl::open(WebIDBDatabaseCallbacks* callbacks) function in class:WebKit::WebIDBDatabaseImpl
112 m_databaseBackend->open(m_databaseCallbacks);
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
H A DAbstractSelectableChannelTest.java112 SocketChannel sc = SocketChannel.open();
126 SocketChannel channel = SocketChannel.open();
128 Selector selector = Selector.open();
211 SocketChannel sc = SocketChannel.open();
235 SocketChannel sc = SocketChannel.open();
257 SocketChannel sc = SocketChannel.open();
/external/llvm/test/Bindings/Ocaml/
H A Dipo_opts.ml10 open Llvm
11 open Llvm_ipo
12 open Llvm_target
H A Dscalar_opts.ml10 open Llvm
11 open Llvm_scalar_opts
12 open Llvm_target
/external/markdown/
H A Dtest-markdown.py34 t = open(_proc_status)
170 file = open(benchmark_file_name)
198 self.html_diff_file = codecs.open(html_diff_file_path, "w", encoding=encoding)
223 self.benchmark_file = open(benchmark_output_file_name, "w")
238 expected_output = codecs.open(output_file, encoding=self.encoding).read()
239 input = codecs.open(input_file, encoding=self.encoding).read()
/external/openssh/
H A Dsshpty.c58 * nonzero if a pty was successfully allocated. On success, open file
115 fd = open(tty, O_RDWR|O_NOCTTY);
128 fd = open("/dev/tty", O_RDWR);
137 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
150 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
170 fd = open(tty, O_RDWR);
182 fd = open(_PATH_TTY, O_WRONLY);
184 error("open /dev/tty failed - could not set controlling tty: %.100s",
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSelectorTest.java60 ssc = ServerSocketChannel.open();
65 selector = Selector.open();
83 * @tests java.nio.channels.Selector#open()
122 SocketChannel sc = SocketChannel.open();
157 SocketChannel sc = SocketChannel.open();
260 selector = Selector.open();
350 SocketChannel sc = SocketChannel.open();
374 final Pipe pipe = Pipe.open();
407 SocketChannel sc = SocketChannel.open();
455 channel = SocketChannel.open();
[all...]
/external/okhttp/src/test/java/com/squareup/okhttp/internal/
H A DDiskLruCacheTest.java59 cache = DiskLruCache.open(cacheDir, appVersion, 2, Integer.MAX_VALUE);
93 cache = DiskLruCache.open(cacheDir, appVersion, 2, Integer.MAX_VALUE);
220 cache = DiskLruCache.open(cacheDir, appVersion, 2, Integer.MAX_VALUE);
232 cache = DiskLruCache.open(cacheDir, appVersion, 2, Integer.MAX_VALUE);
240 cache = DiskLruCache.open(cacheDir, appVersion, 2, Integer.MAX_VALUE);
248 cache = DiskLruCache.open(cacheDir, appVersion, 2, Integer.MAX_VALUE);
256 cache = DiskLruCache.open(cacheDir, appVersion, 2, Integer.MAX_VALUE);
264 cache = DiskLruCache.open(cacheDir, appVersion, 2, Integer.MAX_VALUE);
273 cache = DiskLruCache.open(cacheDir, appVersion, 2, Integer.MAX_VALUE);
285 cache = DiskLruCache.open(cacheDi
[all...]
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_main.c344 ** for the channel and sends it an open event.
353 tMCA_OPEN open; local
358 open.peer_mtu = p_tbl->peer_mtu;
359 open.lcid = p_tbl->lcid;
362 open.param = MCA_INT;
365 open.param = MCA_ACP;
368 /* if control channel, notify ccb that channel open */
373 mca_ccb_event(p_ccb, MCA_CCB_LL_OPEN_EVT, (tMCA_CCB_EVT *)&open);
375 /* must be data channel, notify dcb that channel open */
384 mca_dcb_event(p_dcb, MCA_DCB_TC_OPEN_EVT, (tMCA_DCB_EVT *) &open);
[all...]
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc33 // (i.e. attached streams should be left open at this stage)
51 gzfilebuf::open(const char *name, function in class:gzfilebuf
54 // Fail if file already open
66 // Attempt to open file
82 // Fail if file already open
109 // Fail immediately if no file is open
129 // Convert int open mode to mode string
378 // Initialize stream buffer and open file
384 this->open(name, mode);
398 gzifstream::open(cons function in class:gzifstream
453 gzofstream::open(const char* name, function in class:gzofstream
[all...]
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyStream.java122 * Returns true if this stream is open. A stream is open until either:
129 * reports itself as not open. This is because input data is buffered.
289 boolean open = true;
293 open = isOpen();
301 } else if (!open) {
331 boolean open;
334 open = isOpen();
337 if (!open) {
594 boolean open;
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSXMLHttpRequestCustom.cpp79 JSValue JSXMLHttpRequest::open(ExecState* exec) function in class:WebCore::JSXMLHttpRequest
96 impl()->open(method, url, async, user, password, ec);
98 impl()->open(method, url, async, user, ec);
100 impl()->open(method, url, async, ec);
102 impl()->open(method, url, ec);
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dstatusserver.py88 self._browser.open(update_status_url)
100 self._browser.open(update_svn_revision_url)
108 self._browser.open(update_work_items_url)
117 self._browser.open(submit_to_ews_url)
133 self._browser.open(release_patch_url)
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py194 """Create, open, and return a binary temp file. Returns a tuple of the file and the name."""
204 return codecs.open(path, mode, 'utf8')
207 return codecs.open(path, 'rb')
218 with codecs.open(path, 'r', 'utf8') as f:
263 with codecs.open(path, 'r', 'utf8') as f:
279 with codecs.open(path, 'w', 'utf8') as f:
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwebsocket_server.py158 self._wsout = codecs.open(output_log, "w", "utf-8")
200 stdin=open(os.devnull, 'r'),
215 with codecs.open(output_log, "r", "utf-8") as fp:
227 with codecs.open(self._pidfile, "w", "ascii") as file:
238 with codecs.open(self._pidfile, "r", "ascii") as file:
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp18 gzfilebuf *gzfilebuf::open( const char *name, function in class:gzfilebuf
270 void gzfilestream_common::open( const char *name, int io_mode ) { function in class:gzfilestream_common
272 if ( !buffer.open( name, io_mode ) )
300 gzfilestream_common::open( name, io_mode );
320 gzfilestream_common::open( name, io_mode );
/external/chromium/chrome/browser/download/
H A Ddownload_item.h124 // Whether it is OK to open this download.
131 // completion if 'open' is true, or prevents the extension from automatic
132 // opening if 'open' is false.
133 void OpenFilesBasedOnExtension(bool open);
262 void set_open_when_complete(bool open) { open_when_complete_ = open; } argument
411 // Did the user open the item either directly or indirectly (such as by
412 // setting always open files of this type)? The shelf also sets this field
/external/chromium/net/http/
H A Dmock_gssapi_library_posix.h30 int open);
41 int open; member in class:net::test::GssContextMockImpl
177 int* open);
/external/clang/test/Analysis/
H A Dunix-fns.c46 int open(const char *, int, ...);
51 fd = open(path, O_RDONLY); // no-warning
55 fd = open(path, O_CREAT); // expected-warning{{Call to 'open' requires a third argument when the 'O_CREAT' flag is set}}
401 // CHECK-NEXT: <string>Call to &apos;open&apos; requires a third argument when the &apos;O_CREAT&apos; flag is set</string>
403 // CHECK-NEXT: <string>Call to &apos;open&apos; requires a third argument when the &apos;O_CREAT&apos; flag is set</string>
406 // CHECK-NEXT: <key>description</key><string>Call to &apos;open&apos; requires a third argument when the &apos;O_CREAT&apos; flag is set</string>
408 // CHECK-NEXT: <key>type</key><string>Improper use of &apos;open&apos;</string>

Completed in 6786 milliseconds

1234567891011>>