HomeSort by relevance Sort by last modified time
    Searched defs:open (Results 1 - 25 of 768) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
open.c 2 * Copyright (C) 2008 The Android Open Source Project
36 int open(const char *pathname, int flags, ...) function
56 __fortify_chk_fail("open(O_CREAT) called without specifying a mode", 0);
  /external/chromium_org/content/test/data/indexeddb/
bug_84933.js 9 webkitIndexedDB.open("bug_84933_" + i.toString()).onsuccess = function() {
  /external/openssh/openbsd-compat/
bsd-cygwin_util.h 48 #define open binary_open macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl2.h 24 /* Check that calls to open and openat with O_CREAT set have an
29 open) __nonnull ((1));
37 "open can be called either with 2 or 3 arguments, not more");
39 "open with O_CREAT in second argument needs 3 arguments");
42 open (__const char *__path, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 24 /* Check that calls to open and openat with O_CREAT set have an
29 open) __nonnull ((1));
37 "open can be called either with 2 or 3 arguments, not more");
39 "open with O_CREAT in second argument needs 3 arguments");
42 open (__const char *__path, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 24 /* Check that calls to open and openat with O_CREAT set have an
29 open) __nonnull ((1));
37 "open can be called either with 2 or 3 arguments, not more");
39 "open with O_CREAT in second argument needs 3 arguments");
42 open (__const char *__path, int __oflag, ...) function
  /bionic/libc/include/
fcntl.h 2 * Copyright (C) 2008 The Android Open Source Project
46 extern int open(const char* path, int mode, ...);
56 __asm__(__USER_LABEL_PREFIX__ "open");
60 int open(const char *pathname, int flags, ...) { function
  /development/ndk/sources/android/libportable/arch-x86/
open.c 2 * Copyright 2012, The Android Open Source Project
60 int WRAP(open)(const char *pathname, int flags, ...) function
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osDynLibrary.cpp 2 * Copyright (C) 2011 The Android Open Source Project
25 dynLibrary *dynLibrary::open(const char *p_libName) function in class:osUtils::dynLibrary
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 6 d = dbm.open(file, 'w', 0666)
11 d = anydbm.open(file, 'w')
57 def open(file, flag='r', mode=0666): function
58 """Open or create database at path given by *file*.
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
dbhash.py 13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
anydbm.py 6 d = dbm.open(file, 'w', 0666)
11 d = anydbm.open(file, 'w')
57 def open(file, flag='r', mode=0666): function
58 """Open or create database at path given by *file*.
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
dbhash.py 13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.cpp 2 * Copyright (C) 2011 The Android Open Source Project
25 dynLibrary *dynLibrary::open(const char *p_libName) function in class:osUtils::dynLibrary
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
InputPort.java 2 * Copyright (C) 2011 The Android Open Source Project
42 public void open() { method in class:InputPort
43 super.open();
45 mSourcePort.open();
  /development/ndk/sources/android/libportable/arch-mips/
open.c 2 * Copyright 2012, The Android Open Source Project
76 int WRAP(open)(const char *pathname, int flags, ...) function
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ServerSocket.java 34 public void open() throws IOException; method in interface:Support_ServerSocket
  /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/chromium_org/content/child/indexed_db/
webidbfactory_impl.cc 32 void WebIDBFactoryImpl::open(const WebString& name, function in class:content::WebIDBFactoryImpl
  /external/chromium_org/third_party/WebKit/Source/wtf/
FilePrintStream.cpp 44 PassOwnPtr<FilePrintStream> FilePrintStream::open(const char* filename, const char* mode) function in class:WTF::FilePrintStream
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
web_mock.py 48 def open(self, url): member in class:MockBrowser
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBFactory.h 51 virtual void open(const WebString& name, long long version, long long transactionId, WebIDBCallbacks* callbacks, WebIDBDatabaseCallbacks* databaseCallbacks, const WebString& databaseIdentifier) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebIDBFactory
  /external/chromium_org/third_party/tlslite/tlslite/integration/
IMAP4_TLS.py 119 def open(self, host = '', port = IMAP4_TLS_PORT): member in class:IMAP4_TLS
  /external/smack/src/org/jivesoftware/smackx/pubsub/
AccessModel.java 25 open, enum constant in enum:AccessModel
PublishModel.java 31 open; enum constant in enum:PublishModel

Completed in 850 milliseconds

1 2 3 4 5 6 7 8 91011>>