Searched refs:open (Results 101 - 125 of 1378) sorted by relevance

1234567891011>>

/external/chromium/base/
H A Drand_util_posix.cc25 fd_ = open("/dev/urandom", O_RDONLY);
26 CHECK_GE(fd_, 0) << "Cannot open /dev/urandom: " << errno;
/external/compiler-rt/lib/tsan/lit_tests/
H A Dfd_dup_norace.cc24 fds[0] = open("/dev/random", O_RDONLY);
H A Dfd_stdout_race.cc13 int f = open("/dev/random", O_RDONLY);
H A Drace_on_read.cc18 fd = open("/dev/random", O_RDONLY);
H A Drace_on_write.cc24 fd = open("/dev/null", O_WRONLY);
/external/dropbear/libtommath/
H A Dpretty.build44 if (open(SRC, "<$tmp")) {
48 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
/external/e2fsprogs/e2fsck/
H A Dflushb.c46 fd = open(argv[1], O_RDONLY, 0);
48 perror("open");
/external/e2fsprogs/tests/progs/
H A Dhold_inode.c3 * open.
41 if (open(filename, O_RDONLY) < 0) {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DUiUtils.java40 dialog.open();
/external/elfutils/tests/
H A Dearly-offscn.c46 int fd = open (argv[1], O_RDONLY);
48 error (1, errno, "cannot open '%s'", argv[1]);
H A Drdwrmmap.c11 int fd = open (argv[1], O_RDWR);
13 error (2, errno, "open: %s", argv[1]);
/external/guava/guava-tests/test/com/google/common/collect/
H A DContiguousSetTest.java67 Ranges.open(0, 4).asSet(integers()),
71 Ranges.open(0, 4).asSet(NOT_EQUAL_TO_INTEGERS),
189 assertEquals(1, Ranges.open(0, 4).asSet(integers()).first().intValue());
195 assertEquals(3, Ranges.open(0, 4).asSet(integers()).last().intValue());
206 set = Ranges.open(0, 4).asSet(integers());
229 assertEquals(Ranges.closed(1, 3), Ranges.open(0, 4).asSet(integers()).range());
236 assertEquals(Ranges.openClosed(0, 3), Ranges.open(0, 4).asSet(integers()).range(OPEN, CLOSED));
240 assertEquals(Ranges.open(0, 4), Ranges.closed(1, 3).asSet(integers()).range(OPEN, OPEN));
241 assertEquals(Ranges.open(0, 4), Ranges.closedOpen(1, 4).asSet(integers()).range(OPEN, OPEN));
242 assertEquals(Ranges.open(
[all...]
/external/libselinux/src/
H A Dcheck_context.c23 fd = open(path, O_RDWR);
H A Ddisable.c24 fd = open(path, O_WRONLY);
H A Dgetenforce.c24 fd = open(path, O_RDONLY);
H A Dsetenforce.c24 fd = open(path, O_RDWR);
/external/oprofile/libutil/
H A Dop_deviceio.c24 return open(name, O_RDONLY);
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audiodev.c73 audio_fd = open(audiodev, flags, 0);
75 /* If the first open fails, look for other devices */
87 audio_fd = open(audiopath, flags, 0);
138 audio_fd = open(audiodev, flags, 0);
167 audio_fd = open(audiopath, flags, 0);
/external/valgrind/unittest/
H A Dmatch_output.py31 f_re = open(sys.argv[1])
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLDocument17.js78 Clears the current document using HTMLDocument.open immediately followed by close.
96 doc.open();
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLDocument17.js78 Clears the current document using HTMLDocument.open immediately followed by close.
96 doc.open();
/external/webkit/Source/WebCore/platform/leveldb/
H A DLevelDBDatabase.h48 static LevelDBDatabase* open(const String& fileName, const LevelDBComparator*);
/external/webkit/Source/WebCore/storage/
H A DIDBFactory.h57 PassRefPtr<IDBRequest> open(ScriptExecutionContext*, const String& name, ExceptionCode&);
H A DIDBFactoryBackendInterface.h59 virtual void open(const String& name, PassRefPtr<IDBCallbacks>, PassRefPtr<SecurityOrigin>, Frame*, const String& dataDir, int64_t maximumSize, BackingStoreType) = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBFactory.h59 // The WebKit implementation of open ignores the WebFrame* parameter.
60 virtual void open(const WebString& name, WebIDBCallbacks*, const WebSecurityOrigin&, WebFrame*, const WebString& dataDir, unsigned long long maximumSize, BackingStoreType) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebIDBFactory

Completed in 1421 milliseconds

1234567891011>>