Home
last modified time | relevance | path

Searched defs:open (Results 151 - 175 of 593) sorted by relevance

12345678910>>...24

/third_party/python/Lib/idlelib/
H A Dgrep.py90 def open(self, text, searchphrase, io=None): member in GrepDialog
/third_party/python/Lib/importlib/resources/
H A Dabc.py115 def open(self, mode='r', *args, **kwargs): member in Traversable
/third_party/openssl/crypto/rand/
H A Drandfile.c43 # define open _open macro
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStream.h67 virtual Result open() { in open() function in oboe::AudioStream
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DAudioInputStreamOpenSLES.cpp76 Result AudioInputStreamOpenSLES::open() { in open() function in AudioInputStreamOpenSLES
/third_party/python/Lib/test/
H A Dtest_file.py136 open = io.open variable in CAutoFileTests
139 open = staticmethod(pyio.open) variable in PyAutoFileTests
345 open = io.open global() variable in COtherFileTests
348 open = staticmethod(pyio.open) global() variable in PyOtherFileTests
[all...]
H A Dtest_file_eintr.py196 return ('import %s as io ;infile = io.open(sys.stdin.fileno(), "rb") ;' namespace
/third_party/python/Lib/
H A Dbz2.py271 def open(filename, mode="rb", compresslevel=9, function
/third_party/skia/infra/bots/
H A Drecipes.py36 from io import open # pylint: disable=redefined-builtin namespace
/third_party/rust/crates/nix/src/
H A Dfcntl.rs196 pub fn open<P: ?Sized + NixPath>(path: &P, oflag: OFlag, mode: Mode) -> Result<RawFd> { in open() functions
/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp18 gzfilebuf *gzfilebuf::open( const char *name, in open() function in gzfilebuf
270 void gzfilestream_common::open( const char *name, int io_mode ) { in open() function in gzfilestream_common
/third_party/zlib/contrib/iostream2/
H A Dzstream.h65 void open(const char* name) { in open() function in izstream
70 void open(FILE* fp) { in open() function in izstream
177 void open(const char* name, int level = Z_DEFAULT_COMPRESSION) { in open() function in ozstream
186 void open(FIL function in ozstream
[all...]
/third_party/zlib/contrib/iostream3/
H A Dzfstream.cc51 gzfilebuf::open(const char *name, in open() function in gzfilebuf
398 gzifstream::open(cons function in gzifstream
453 gzofstream::open(const char* name, open() function in gzofstream
[all...]
/kernel/linux/linux-5.10/drivers/gnss/
H A Dsirf.c50 bool open; member
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Duser_syms.c57 EXPORT_SYMBOL_PROTO(open); variable
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-roccat.c42 int open; member
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dsa1111ps2.c49 unsigned int open; member
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
H A Dddbridge-ci.c139 static int poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) in poll_slot_status() argument
268 static int poll_slot_status_xo2(struct dvb_ca_en50221 *ca, int slot, int open) in poll_slot_status_xo2() argument
/kernel/linux/linux-5.10/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_ci.c114 netup_unidvb_poll_ci_slot_status(struct dvb_ca_en50221 *en50221, int slot, int open) netup_unidvb_poll_ci_slot_status() argument
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/
H A Dvc_vchi_audioserv_defs.h88 struct vc_audio_open open; member
/kernel/linux/linux-5.10/drivers/usb/misc/
H A Didmouse.c75 int open; /* if the port is open or not */ member
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dname_distr.c323 tipc_named_dequeue(struct sk_buff_head *namedq, u16 *rcv_nxt, bool *open) tipc_named_dequeue() argument
370 tipc_named_rcv(struct net *net, struct sk_buff_head *namedq, u16 *rcv_nxt, bool *open) tipc_named_rcv() argument
/kernel/linux/linux-5.10/include/linux/
H A Dpstore.h193 int (*open)(struct pstore_info *psi); member
H A Dvfio.h47 int (*open)(void *device_data); member
82 void *(*open)(unsigned long arg); member
H A Dserio.h35 int (*open)(struct serio *); member

Completed in 21 milliseconds

12345678910>>...24