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

1 2 3 4 5 6 7 8 91011>>

  /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)
  /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.11-4.8/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.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
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)
  /prebuilts/gdb/linux-x86/lib/python2.7/
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)
  /prebuilts/go/darwin-x86/src/plugin/
plugin_stubs.go 15 func open(name string) (*Plugin, error) { func
plugin_dlopen.go 42 func open(name string) (*Plugin, error) { func
49 return nil, errors.New("plugin.Open(" + name + "): realpath failed")
64 return nil, errors.New("plugin.Open: " + C.GoString(cErr))
75 return nil, errors.New("plugin.Open: plugin was built with a different version of package " + mismatchpkg)
111 return nil, errors.New("plugin.Open: could not find symbol " + symName + ": " + C.GoString(cErr))
  /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
40 aaudio_result_t SharedMemoryProxy::open(int originalFD, int32_t capacityInBytes) { function in class:SharedMemoryProxy
46 ALOGE("SharedMemoryProxy::open() ashmem_create_region() failed %d", errno);
51 ALOGE("SharedMemoryProxy::open() ashmem_set_prot_region() failed %d", errno);
63 ALOGE("SharedMemoryProxy::open() original mmap(%d) failed %d (%s)",
74 ALOGE("SharedMemoryProxy::open() proxy mmap(%d) failed %d", mProxyFileDescriptor, errno);
  /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
  /frameworks/av/media/img_utils/src/
Output.cpp 2 * Copyright 2014 The Android Open Source Project
24 status_t Output::open() { return OK; } function in class:android::img_utils::Output
  /packages/apps/Camera2/src/com/android/camera/one/
OneCameraOpener.java 2 * Copyright (C) 2014 The Android Open Source Project
35 * Attempts to open the given camera with the provided parameters and
41 * @param cameraId the specific camera to open.
51 * when it failed to open.
55 public abstract void open( method in interface:OneCameraOpener
  /prebuilts/go/darwin-x86/src/time/
sys_plan9.go 23 f, err := syscall.Open(name, syscall.O_RDONLY)
45 func open(name string) (uintptr, error) { func
46 fd, err := syscall.Open(name, syscall.O_RDONLY)

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 91011>>