HomeSort by relevance Sort by last modified time
    Searched defs:open (Results 1 - 25 of 448) 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
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/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
  /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
  /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
50 int open(const char* pathname, int flags, mode_t modes, ...) __overloadable
55 * disqualifies this function from having its address taken (so &open works),
56 * and it makes overload resolution prefer open(const char *, int) over
57 * open(const char *, int, ...).
60 int open(const char* const __pass_object_size pathname, int flags)
62 __clang_error_if(__open_modes_useful(flags), "'open' " __open_too_few_args_error) {
67 int open(const char* const __pass_object_size pathname, int flags, mode_t modes
    [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/src/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/okhttp/repackaged/android/src/main/java/com/android/okhttp/
OkUrlFactories.java 3 * Copyright (C) 2017 The Android Open Source Project
38 public static HttpURLConnection open(OkUrlFactory okUrlFactory, URL url, Proxy proxy) { method in class:OkUrlFactories
39 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
  /external/syzkaller/vendor/cloud.google.com/go/storage/
writer.go 75 func (w *Writer) open() error { func
158 if err := w.open(); err != nil {
170 if err := w.open(); err != nil {
  /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
  /bionic/libc/bionic/
open.cpp 2 * Copyright (C) 2008 The Android Open Source Project
51 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode);
55 int open(const char* pathname, int flags, ...) { function
67 __strong_alias(open64, open);
70 if (needs_mode(flags)) __fortify_fatal("open: called with O_CREAT/O_TMPFILE but no mode");
89 if (needs_mode(flags)) __fortify_fatal("open: called with O_CREAT/O_TMPFILE but no mode");
  /dalvik/dx/src/com/android/multidex/
ClassPathElement.java 2 * Copyright (C) 2013 The Android Open Source Project
30 * Open a "file" from this {@code ClassPathElement}.
35 InputStream open(String path) throws IOException; method in interface:ClassPathElement
FolderPathElement.java 2 * Copyright (C) 2013 The Android Open Source Project
37 public InputStream open(String path) throws FileNotFoundException { method in class:FolderPathElement
  /external/adhd/scripts/audio_tuning/frontend/
google_drive_picker.js 24 this.button.addEventListener('click', this.open.bind(this));
36 Picker.prototype.open = function(){ method in class:Picker
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ServerSocket.java 33 public void open() throws IOException; method in interface:Support_ServerSocket
  /external/autotest/server/cros/network/
attenuator.py 18 self.open(host)
25 def open(self, host, port=22): member in class:Attenuator
33 self._tnhelper.open(host, port)
49 """Returns true if telnet connection to attenuator is open."""
55 self._tnhelper.open(host, port)
68 raise error.TestError("Connection not open!")
92 raise error.TestError("Connection not open!")
telnet_helper.py 23 def open(self, hostname, port=22): member in class:TelnetHelper
36 self._tn.open(hostname, port, LONG_TIMEOUT)
41 """Returns true if telnet connection is open."""
61 raise error.TestError("Telnet connection not open for commands")
  /external/bcc/src/lua/bcc/
tracerpipe.lua 27 function TracerPipe:open()
29 self.pipe = assert(io.open(TracerPipe.TRACEFS .. "/trace_pipe"))
35 return self:open():read()

Completed in 860 milliseconds

1 2 3 4 5 6 7 8 91011>>