Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 1732) sorted by relevance

12345678910>>...70

/external/chromium/sdch/
Dsdch.gyp15 'open-vcdiff/src/addrcache.cc',
16 'open-vcdiff/src/adler32.c',
17 'open-vcdiff/src/blockhash.cc',
18 'open-vcdiff/src/blockhash.h',
19 'open-vcdiff/src/checksum.h',
20 'open-vcdiff/src/codetable.cc',
21 'open-vcdiff/src/codetable.h',
22 'open-vcdiff/src/compile_assert.h',
23 'open-vcdiff/src/decodetable.cc',
24 'open-vcdiff/src/decodetable.h',
[all …]
/external/open-vcdiff/packages/deb/
Dcontrol1 Source: open-vcdiff
12 Description: open-vcdiff common library
13 This library includes common modules needed by the open-vcdiff package.
14 For details, please see http://code.google.com/p/open-vcdiff
20 Description: open-vcdiff decoder library
21 This library is part of the open-vcdiff package and provides a decoder for the
23 For details, please see http://code.google.com/p/open-vcdiff
29 Description: open-vcdiff encoder library
30 This library is part of the open-vcdiff package and provides an encoder for the
32 For details, please see http://code.google.com/p/open-vcdiff
[all …]
Dchangelog1 open-vcdiff (0.8.3-1) unstable; urgency=low
7 open-vcdiff (0.8.2-1) unstable; urgency=low
13 open-vcdiff (0.8.1-1) unstable; urgency=low
19 open-vcdiff (0.8-1) unstable; urgency=low
25 open-vcdiff (0.7-1) unstable; urgency=medium
31 open-vcdiff (0.6-1) unstable; urgency=low
37 open-vcdiff (0.5-1) unstable; urgency=low
43 open-vcdiff (0.4-1) unstable; urgency=low
49 open-vcdiff (0.3-1) unstable; urgency=low
55 open-vcdiff (0.2-1) unstable; urgency=low
[all …]
/external/chromium/sdch/open-vcdiff/packages/deb/
Dcontrol1 Source: open-vcdiff
12 Description: open-vcdiff common library
13 This library includes common modules needed by the open-vcdiff package.
14 For details, please see http://code.google.com/p/open-vcdiff
20 Description: open-vcdiff decoder library
21 This library is part of the open-vcdiff package and provides a decoder for the
23 For details, please see http://code.google.com/p/open-vcdiff
29 Description: open-vcdiff encoder library
30 This library is part of the open-vcdiff package and provides an encoder for the
32 For details, please see http://code.google.com/p/open-vcdiff
[all …]
Dchangelog1 open-vcdiff (0.7-1) unstable; urgency=medium
7 open-vcdiff (0.6-1) unstable; urgency=low
13 open-vcdiff (0.5-1) unstable; urgency=low
19 open-vcdiff (0.4-1) unstable; urgency=low
25 open-vcdiff (0.3-1) unstable; urgency=low
31 open-vcdiff (0.2-1) unstable; urgency=low
37 open-vcdiff (0.1-1) unstable; urgency=low
/external/openssh/openbsd-compat/
Dbsd-openpty.c87 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) { in openpty()
102 if ((ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY)) == -1) in openpty()
119 if ((*aslave = open(pts, O_RDWR | O_NOCTTY)) == -1) { in openpty()
142 if ((*amaster = open("/dev/ptc", O_RDWR | O_NOCTTY)) == -1) in openpty()
146 if ((*aslave = open(ttname, O_RDWR | O_NOCTTY)) == -1) { in openpty()
166 if ((*amaster = open(ptbuf, O_RDWR|O_NOCTTY)) == -1) in openpty()
169 if ((*aslave = open(ttbuf, O_RDWR|O_NOCTTY)) == -1) { in openpty()
194 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1) { in openpty()
198 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1) in openpty()
203 if ((*aslave = open(ttbuf, O_RDWR | O_NOCTTY)) == -1) { in openpty()
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
DURLConnectionTest.java128 HttpURLConnection urlConnection = client.open(server.getUrl("/")); in requestHeaders()
189 HttpURLConnection urlConnection = client.open(server.getUrl("/")); in getRequestPropertyReturnsLastValue()
203 HttpURLConnection urlConnection = client.open(server.getUrl("/")); in responseHeaders()
233 HttpURLConnection urlConnection = client.open(server.getUrl("/")); in serverSendsInvalidResponseHeaders()
245 HttpURLConnection urlConnection = client.open(server.getUrl("/")); in serverSendsInvalidCodeTooLarge()
257 HttpURLConnection urlConnection = client.open(server.getUrl("/")); in serverSendsInvalidCodeNotANumber()
269 HttpURLConnection urlConnection = client.open(server.getUrl("/")); in serverSendsUnnecessaryWhitespace()
282 HttpURLConnection connection = client.open(url); in connectRetriesUntilConnectedOrFailed()
313 HttpURLConnection connection = client.open(server.getUrl("/def")); in testRequestBodySurvivesRetries()
325 HttpURLConnection connection = client.open(server.getUrl("/")); in getErrorStreamOnSuccessfulRequest()
[all …]
/external/clang/tools/scan-view/
Dstartfile.py23 def open(self, filename): member in BaseController
69 def open(self, filename): member in Controller
87 def open(self, filename): member in Start
98 _open = _controllers['windows-default'].open
104 _open = _controllers['open'].open
186 return _controllers[controller_name].open
190 return _controllers['xdg-open'].open
192 return webbrowser.open
200 def open(filename): function
/external/apache-harmony/nio/src/test/java/unix/org/apache/harmony/nio/tests/java/nio/channels/
DUnixSelectorTest.java31 private ServerSocketChannel serverChannel = ServerSocketChannel.open();
74 Selector sel0 = Selector.open(); in testSelectorAcceptAndRead()
75 Selector sel1 = Selector.open(); in testSelectorAcceptAndRead()
90 SocketChannel socketChannel = SocketChannel.open(); in testSelectorAcceptAndRead()
92 Selector sel2 = Selector.open(); in testSelectorAcceptAndRead()
107 SocketChannel socketChannel2 = SocketChannel.open(); in testSelectUnConnectedChannel()
109 Selector sel3 = Selector.open(); in testSelectUnConnectedChannel()
118 Selector sel4 = Selector.open(); in testSelectUnConnectedChannel()
124 Selector sel5 = Selector.open(); in testSelectUnConnectedChannel()
/external/apache-http/src/org/apache/http/impl/
DSocketHttpServerConnection.java60 private volatile boolean open; field in SocketHttpServerConnection
68 if (this.open) { in assertNotOpen()
74 if (!this.open) { in assertOpen()
109 this.open = true; in bind()
117 return this.open; in isOpen()
178 this.open = false; in shutdown()
186 if (!this.open) { in close()
189 this.open = false; in close()
DSocketHttpClientConnection.java60 private volatile boolean open; field in SocketHttpClientConnection
68 if (this.open) { in assertNotOpen()
74 if (!this.open) { in assertOpen()
111 this.open = true; in bind()
115 return this.open; in isOpen()
180 this.open = false; in shutdown()
188 if (!this.open) { in close()
191 this.open = false; in close()
/external/webkit/LayoutTests/storage/indexeddb/
Dobjectstore-cursor-expected.txt6 webkitIndexedDB.open('objectstore-cursor')
23 Next test: lower open bound is 0; sorted ascending.
42 Next test: upper open bound is 0; sorted ascending.
49 Next test: lower open bound is 0; sorted descending.
68 Next test: upper open bound is 0; sorted descending.
75 Next test: lower open bound is 0; upper open bound is 6; sorted ascending.
83 Next test: lower open bound is 0; upper bound is 6; sorted ascending.
92 Next test: lower bound is 0; upper open bound is 6; sorted ascending.
111 Next test: lower open bound is 0; upper open bound is 6; sorted descending.
119 Next test: lower open bound is 0; upper bound is 6; sorted descending.
[all …]
/external/bison/m4/
Dopen.m41 # open.m4 serial 14
15 dnl open("foo/") should not create a file when the file name has a
18 AC_CACHE_CHECK([whether open recognizes a trailing slash],
35 if (open ("conftest.lnk/", O_RDONLY) != -1)
38 if (open ("conftest.sl/", O_CREAT, 0600) >= 0)
59 [Define to 1 if open() fails to recognize a trailing slash.])
65 dnl Replace open() for supporting the gnulib-defined fchdir() function,
75 dnl Replace open() for supporting the gnulib-defined O_NONBLOCK flag.
86 # Prerequisites of lib/open.c.
/external/dropbear/
Dsshpty.c85 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate()
104 ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY); in pty_allocate()
129 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate()
162 *ptyfd = open("/dev/ptc", O_RDWR | O_NOCTTY); in pty_allocate()
173 *ttyfd = open(name, O_RDWR | O_NOCTTY); in pty_allocate()
199 *ptyfd = open(buf, O_RDWR | O_NOCTTY); in pty_allocate()
204 *ptyfd = open(buf, O_RDWR | O_NOCTTY); in pty_allocate()
211 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate()
278 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty()
293 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty()
[all …]
/external/bison/lib/
Dfcntl.in.h111 # undef open
112 # define open rpl_open
114 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
116 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
118 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
123 _GL_CXXALIASWARN (open);
126 # undef open
128 _GL_WARN_ON_USE (open, "open is not always POSIX compliant - "
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DAudioStream.java55 protected boolean open = false; field in AudioStream
76 open = true; in updateData()
90 if (!open) in readSamples()
174 return open; in isOpen()
183 if (in != null && open){ in close()
188 open = false; in close()
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
DHttpOverSpdyTest.java97 HttpURLConnection connection = client.open(server.getUrl("/foo")); in get()
110 HttpURLConnection connection = client.open(server.getUrl("/foo")); in emptyResponse()
119 HttpURLConnection connection = client.open(server.getUrl("/foo")); in post()
134 HttpURLConnection connection1 = client.open(server.getUrl("/r1")); in spdyConnectionReuse()
135 HttpURLConnection connection2 = client.open(server.getUrl("/r2")); in spdyConnectionReuse()
148 assertContent("ABCABCABC", client.open(server.getUrl("/r1")), Integer.MAX_VALUE); in gzippedResponseBody()
159 HttpURLConnection connection = client.open(server.getUrl("/")); in authenticate()
177 HttpURLConnection connection = client.open(server.getUrl("/")); in redirect()
190 HttpURLConnection connection = client.open(server.getUrl("/")); in readAfterLastByte()
203 assertContent("A", client.open(server.getUrl("/")), Integer.MAX_VALUE); in responsesAreCached()
[all …]
/external/stlport/stlport/stl/
D_fstream.h168 _Self* open(const char* __s, ios_base::openmode __m) { in open() function
174 _Self* open(const char* __s, ios_base::openmode __m, in open() function
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection)) in basic_ifstream()
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) {
506 if (!this->rdbuf()->open(__s, __mod | ios_base::in))
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DContiguousSetTest.java67 Ranges.open(0, 4).asSet(integers()), in testEquals()
71 Ranges.open(0, 4).asSet(NOT_EQUAL_TO_INTEGERS), in testEquals()
189 assertEquals(1, Ranges.open(0, 4).asSet(integers()).first().intValue()); in testFirst()
195 assertEquals(3, Ranges.open(0, 4).asSet(integers()).last().intValue()); in testLast()
206 set = Ranges.open(0, 4).asSet(integers()); in testContains()
229 assertEquals(Ranges.closed(1, 3), Ranges.open(0, 4).asSet(integers()).range()); in testRange()
236 assertEquals(Ranges.openClosed(0, 3), Ranges.open(0, 4).asSet(integers()).range(OPEN, CLOSED)); in testRange()
240 assertEquals(Ranges.open(0, 4), Ranges.closed(1, 3).asSet(integers()).range(OPEN, OPEN)); in testRange()
241 assertEquals(Ranges.open(0, 4), Ranges.closedOpen(1, 4).asSet(integers()).range(OPEN, OPEN)); in testRange()
242 assertEquals(Ranges.open(0, 4), Ranges.open(0, 4).asSet(integers()).range(OPEN, OPEN)); in testRange()
[all …]
/external/zlib/src/contrib/iostream3/
Dtest.cc17 outf.open("test1.txt.gz"); in main()
26 inf.open("test1.txt.gz"); in main()
33 outf.open("test2.txt.gz"); in main()
42 inf.open("test2.txt.gz"); in main()
/external/marisa-trie/v0_1_5/tests/
Dio-test.cc25 writer.open("io-test.dat"); in TestFilename()
36 writer.open("io-test.dat", false, 4, SEEK_SET); in TestFilename()
43 writer.open("io-test.dat", false, 0, SEEK_END); in TestFilename()
50 reader.open("io-test.dat"); in TestFilename()
67 mapper.open("io-test.dat"); in TestFilename()
84 writer.open("io-test.dat"); in TestFilename()
89 reader.open("io-test.dat"); in TestFilename()
128 int fd = ::open("io-test.dat", O_RDONLY); in TestFd()
/external/marisa-trie/tests/
Dio-test.cc24 writer.open("io-test.dat"); in TestFilename()
35 writer.open("io-test.dat", false, 4, SEEK_SET); in TestFilename()
42 writer.open("io-test.dat", false, 0, SEEK_END); in TestFilename()
49 reader.open("io-test.dat"); in TestFilename()
66 mapper.open("io-test.dat"); in TestFilename()
83 writer.open("io-test.dat"); in TestFilename()
88 reader.open("io-test.dat"); in TestFilename()
127 int fd = ::open("io-test.dat", O_RDONLY); in TestFd()
/external/webkit/Source/WebCore/storage/
DIDBKeyRange.cpp49 PassRefPtr<IDBKeyRange> IDBKeyRange::lowerBound(PassRefPtr<IDBKey> bound, bool open) in lowerBound() argument
51 return IDBKeyRange::create(bound, 0, open, false); in lowerBound()
54 PassRefPtr<IDBKeyRange> IDBKeyRange::upperBound(PassRefPtr<IDBKey> bound, bool open) in upperBound() argument
56 return IDBKeyRange::create(0, bound, false, open); in upperBound()
/external/icu4c/i18n/
Dregexcst.txt69 '[' n set-open ^set-finish doSetBegin
70 '(' n open-paren
90 '{' n interval-open doIntervalInit
91 '(' n open-paren-quant
106 # open-paren-quant Special case handling for comments appearing before a quantifier,
111 open-paren-quant:
112 '?' n open-paren-quant2 doSuppressComments
113 default open-paren
115 open-paren-quant2:
117 default open-paren-extended
[all …]
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpTests.java73 connector.open(chunkedTestUrl); in runTests()
93 connector.open(contentTestUrl); in runTests()
114 connector.open(headersTestUrl); in runTests()
146 connector.open(postTestUrl); in runTests()
171 connector.open(postTestUrl); in runTests()
201 connector.open(postTestUrl); in runTests()
229 connector.open(postTestUrl); in runTests()
257 connector.open(postTestUrl); in runTests()
288 connector.open(postTestUrl); in runTests()
331 connector.open(redirectTestUrl + "/" + testCodes[i] + "-" in runTests()
[all …]

12345678910>>...70