Home
last modified time | relevance | path

Searched defs:open (Results 26 - 50 of 211) sorted by relevance

123456789

/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusb_handle.h66 int (*open)(struct usb_handle *handle); member
/third_party/PyYAML/lib/yaml/
H A Dserializer.py27 def open(self): member in Serializer
/third_party/node/lib/
H A Dinspector.js
/third_party/ntfs-3g/include/ntfs-3g/
H A Dplugin.h71 int (*open)(ntfs_inode *ni, const REPARSE_POINT *reparse, member
/third_party/node/deps/undici/src/lib/websocket/
H A Dwebsocket.js[all...]
/third_party/python/Lib/distutils/
H A Dtext_file.py111 def open(self, filename): member in TextFile
/third_party/python/Lib/dbm/
H A D__init__.py53 def open(file, flag='r', mode=0o666): function
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioStreamTester.java30 public void open() throws IOException { in open() method in AudioStreamTester
/third_party/skia/third_party/externals/oboe/src/common/
H A DFixedBlockReader.cpp30 int32_t FixedBlockReader::open(int32_t bytesPerFixedBlock) { in open() function in FixedBlockReader
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DEngineOpenSLES.cpp28 SLresult EngineOpenSLES::open() { in open() function in EngineOpenSLES
/third_party/python/Lib/test/
H A Dtest_bufio.py67 open = io.open variable in CBufferSizeTest
70 open = staticmethod(pyio.open) variable in PyBufferSizeTest
/third_party/NuttX/fs/vfs/include/
H A Ddriver.h72 int (*open)(struct Vnode *vnode); member
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_perf.cc81 bool IntelPerf::open(const uint64_t sampling_period_ns, in open() function in pps::IntelPerf
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_iomenu.py14 from tokenize import open, detect_encoding namespace
/third_party/python/Lib/idlelib/
H A Dfilelist.py18 def open(self, filename, action=None): member in FileList
/third_party/skia/tools/trace/
H A DSkDebugfTracer.cpp67 bool open = (phase == TRACE_EVENT_PHASE_COMPLETE); in addTraceEvent() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Denvelope.rs174 let mut open = Open::new(cipher, &private_key, iv, encrypted_key).unwrap(); in public_encrypt_private_decrypt() variables
/third_party/backends/backend/genesys/
H A Dtest_usb_device.cpp44 void TestUsbDevice::open(const char* dev_name) in open() function in genesys::TestUsbDevice
/third_party/googletest/googlemock/test/
H A Dgmock_output_test.py42 from io import open # pylint: disable=redefined-builtin, g-importing-member namespace
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DRecordWriter.java13 boolean open(String title); in open() method
H A DRecordReader.java13 boolean open(String title); in open() method
/third_party/NuttX/fs/vfs/
H A Dfs_open.c350 int open(const char *path, int oflags, ...) in open() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DRecordWriter.java14 boolean open(String title); in open() method
H A DRecordReader.java14 boolean open(String title); in open() method
/third_party/node/test/testpy/
H A D__init__.py32 from io import open namespace

Completed in 8 milliseconds

123456789