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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Tools/freeze/
bkfile.py 1 from builtins import open as _orig_open
3 def open(file, mode='r', bufsize=-1): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dbhash.py 13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
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)
  /external/python/cpython2/Lib/
dbhash.py 13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
  /external/python/cpython2/Tools/freeze/
bkfile.py 1 from __builtin__ import open as _orig_open
44 def open(file, mode = 'r', bufsize = -1): function
  /frameworks/av/media/libaaudio/src/utility/
FixedBlockAdapter.cpp 2 * Copyright (C) 2017 The Android Open Source Project
25 int32_t FixedBlockAdapter::open(int32_t bytesPerFixedBlock) function in class:FixedBlockAdapter
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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/gdb/darwin-x86/lib/python2.7/
dbhash.py 13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
dbhash.py 13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
  /prebuilts/go/darwin-x86/src/plugin/
plugin_stubs.go 15 func open(name string) (*Plugin, error) { func
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_noasm.go 13 func (c *chacha20poly1305) open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) { func
  /prebuilts/go/linux-x86/src/plugin/
plugin_stubs.go 15 func open(name string) (*Plugin, error) { func
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_noasm.go 13 func (c *chacha20poly1305) open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) { func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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/
dbhash.py 13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
  /system/bt/hci/include/
hci_inject.h 28 bool (*open)(const hci_t* hci_interface); member in struct:hci_inject_t
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
bkfile.py 1 _orig_open = open
44 def open(file, mode = 'r', bufsize = -1): function
  /external/syslinux/com32/lib/sys/
open.c 37 * open.c
39 * Open an ordinary file
51 .open = NULL,
54 int open(const char *pathname, int flags, ...) function
  /frameworks/av/services/oboeservice/
SharedMemoryProxy.cpp 2 * Copyright (C) 2017 The Android Open Source Project
42 aaudio_result_t SharedMemoryProxy::open(int originalFD, int32_t capacityInBytes) { function in class:SharedMemoryProxy
48 ALOGE("open() ashmem_create_region() failed %d", errno);
53 ALOGE("open() ashmem_set_prot_region() failed %d", errno);
65 ALOGE("open() original mmap(%d) failed %d (%s)",
76 ALOGE("open() proxy mmap(%d) failed %d", mProxyFileDescriptor, errno);
  /bionic/libc/include/bits/fortify/
fcntl.h 2 * Copyright (C) 2017 The Android Open Source Project
36 * These are the easiest way to call the real open even in clang FORTIFY.
38 int __open_real(const char*, int, ...) __RENAME(open); variable
51 int open(const char* pathname, int flags, mode_t modes, ...) __overloadable
56 * disqualifies this function from having its address taken (so &open works),
57 * and it makes overload resolution prefer open(const char *, int) over
58 * open(const char *, int, ...).
61 int open(const char* const __pass_object_size pathname, int flags)
63 __clang_error_if(__open_modes_useful(flags), "'open' " __open_too_few_args_error) {
68 int open(const char* const __pass_object_size pathname, int flags, mode_t modes
102 int open(const char* pathname, int flags, ...) { function
    [all...]
  /external/conscrypt/android-stub/src/main/java/dalvik/system/
CloseGuard.java 2 * Copyright 2014 The Android Open Source Project
26 public void open(String message) { method in class:CloseGuard
  /external/libese/libese-cpp/
NxpPn80tNqNci.cpp 2 * Copyright (C) 2017 The Android Open Source Project
29 int NxpPn80tNqNci::open() { function in class:android::NxpPn80tNqNci
  /external/okhttp/android/main/java/com/squareup/okhttp/
OkUrlFactories.java 2 * Copyright (C) 2017 The Android Open Source Project
36 public static HttpURLConnection open(OkUrlFactory okUrlFactory, URL url, Proxy proxy) { method in class:OkUrlFactories
37 return okUrlFactory.open(url, proxy);
  /external/pdfium/fxjs/xfa/
cjx_choicelist.cpp 21 void CJX_ChoiceList::open(CFXJSE_Value* pValue, function in class:CJX_ChoiceList

Completed in 1946 milliseconds

1 2 3 4 5 6 7 8 91011>>