Home
last modified time | relevance | path

Searched defs:open (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Dfstream.hpp64 open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem::basic_filebuf
94 void open(const path& p) in open() function in boost::filesystem::basic_ifstream
97 void open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem::basic_ifstream
126 void open(const path& p) in open() function in boost::filesystem::basic_ofstream
129 void open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem::basic_ofstream
159 void open(const path& p) in open() function in boost::filesystem::basic_fstream
163 void open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem::basic_fstream
/external/python/cpython2/Lib/test/
Dtest_bufio.py66 open = io.open variable in CBufferSizeTest
69 open = staticmethod(pyio.open) variable in PyBufferSizeTest
72 open = open variable in BuiltinBufferSizeTest
Dtest_file.py139 open = io.open variable in CAutoFileTests
142 open = staticmethod(pyio.open) variable in PyAutoFileTests
320 open = io.open variable in COtherFileTests
323 open = staticmethod(pyio.open) variable in PyOtherFileTests
/external/marisa-trie/lib/marisa/grimoire/io/
Dwriter.cc26 void Writer::open(const char *filename) { in open() function in marisa::grimoire::io::Writer
34 void Writer::open(std::FILE *file) { in open() function in marisa::grimoire::io::Writer
42 void Writer::open(int fd) { in open() function in marisa::grimoire::io::Writer
50 void Writer::open(std::ostream &stream) { in open() function in marisa::grimoire::io::Writer
Dreader.cc26 void Reader::open(const char *filename) { in open() function in marisa::grimoire::io::Reader
34 void Reader::open(std::FILE *file) { in open() function in marisa::grimoire::io::Reader
42 void Reader::open(int fd) { in open() function in marisa::grimoire::io::Reader
50 void Reader::open(std::istream &stream) { in open() function in marisa::grimoire::io::Reader
Dmapper.cc54 void Mapper::open(const char *filename) { in open() function in marisa::grimoire::io::Mapper
62 void Mapper::open(const void *ptr, std::size_t size) { in open() function in marisa::grimoire::io::Mapper
/external/python/cpython3/Lib/
Dwebbrowser.py72 def open(url, new=0, autoraise=True): function
149 def open(self, url, new=0, autoraise=True): member in BaseBrowser
173 def open(self, url, new=0, autoraise=True): member in GenericBrowser
191 def open(self, url, new=0, autoraise=True): member in BackgroundBrowser
258 def open(self, url, new=0, autoraise=True): member in UnixBrowser
359 def open(self, url, new=0, autoraise=True): member in Konqueror
443 def open(self, url, new=0, autoraise=True): member in Grail
606 def open(self, url, new=0, autoraise=True): member in WindowsDefault
638 def open(self, url, new=0, autoraise=True): member in MacOSX
690 def open(self, url, new=0, autoraise=True): member in MacOSXOSAScript
/external/python/cpython2/Lib/
Dwebbrowser.py58 def open(url, new=0, autoraise=True): function
147 def open(self, url, new=0, autoraise=True): member in BaseBrowser
171 def open(self, url, new=0, autoraise=True): member in GenericBrowser
188 def open(self, url, new=0, autoraise=True): member in BackgroundBrowser
259 def open(self, url, new=0, autoraise=True): member in UnixBrowser
350 def open(self, url, new=0, autoraise=True): member in Konqueror
438 def open(self, url, new=0, autoraise=True): member in Grail
540 def open(self, url, new=0, autoraise=True): member in WindowsDefault
583 def open(self, url, new=0, autoraise=True): member in MacOSX
620 def open(self, url, new=0, autoraise=True): member in MacOSXOSAScript
Dposixfile.py76 def open(self, name, mode='r', bufsize=-1): member in _posixfile_
220 def open(name, mode='r', bufsize=-1): function
/external/clang/tools/scan-view/share/
Dstartfile.py23 def open(self, filename): member in BaseController
69 def open(self, filename): member in Controller
87 def open(self, filename): member in Start
200 def open(filename): function
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
DCandleEntry.java36 public CandleEntry(float x, float shadowH, float shadowL, float open, float close) { in CandleEntry()
55 public CandleEntry(float x, float shadowH, float shadowL, float open, float close, in CandleEntry()
75 public CandleEntry(float x, float shadowH, float shadowL, float open, float close, in CandleEntry()
96 public CandleEntry(float x, float shadowH, float shadowL, float open, float close, in CandleEntry()
/external/python/cpython3/Lib/test/
Dtest_file.py136 open = io.open variable in CAutoFileTests
139 open = staticmethod(pyio.open) variable in PyAutoFileTests
345 open = io.open variable in COtherFileTests
348 open = staticmethod(pyio.open) variable in PyOtherFileTests
Dtest_largefile.py171 open = staticmethod(io.open) variable in TestCopyfile
190 open = staticmethod(io.open) variable in TestSocketSendfile
279 open = staticmethod(io.open) variable in CLargeFileTest
283 open = staticmethod(pyio.open) variable in PyLargeFileTest
Dtest_bufio.py67 open = io.open variable in CBufferSizeTest
70 open = staticmethod(pyio.open) variable in PyBufferSizeTest
/external/openthread/tools/harness-automation/autothreadharness/
Dpdu_controller.py53 def open(self, **params): member in PduController
69 def open(self, **params): member in DummyPduController
97 def open(self, **params): member in ApcPduController
179 def open(self, **params): member in NordicBoardPduController
206 def open(self, **params): member in EatonPduController
393 def open(self, **params): member in IpPowerSocketPduController
424 def open(self, **kwargs): member in ManualPduController
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/nrs/util/
DClosedLoopChannel.java47 private volatile boolean open = true; field in ClosedLoopChannel
54 public void setOpen(boolean open) { in setOpen()
/external/ComputeLibrary/tests/framework/instruments/
DPMU.cpp63 void PMU::open(uint64_t config) in open() function in arm_compute::test::framework::PMU
69 void PMU::open(const perf_event_attr &perf_config) in open() function in arm_compute::test::framework::PMU
/external/uwb/src/rust/uwb_core/src/uci/
Duci_hal.rs42 async fn open(&mut self, packet_sender: mpsc::UnboundedSender<UciHalPacket>) -> Result<()>; in open() method
79 async fn open(&mut self, _packet_sender: mpsc::UnboundedSender<UciHalPacket>) -> Result<()> { in open() method
100 async fn open(&mut self, _: mpsc::UnboundedSender<UciHalPacket>) -> Result<()> { in open() method
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dpipe.hpp232 basic_pipebuf<CharT, Traits>* open() in open() function
241 basic_pipebuf<CharT, Traits>* open(const std::string & name) in open() function
375 void open() in open() function in boost::process::basic_ipstream
384 void open(const std::string & name) in open() function in boost::process::basic_ipstream
483 void open() in open() function in boost::process::basic_opstream
492 void open(const std::string & name) in open() function in boost::process::basic_opstream
591 void open() in open() function in boost::process::basic_pstream
600 void open(const std::string & name) in open() function in boost::process::basic_pstream
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DMemoryMultiReportOutput.java39 private final Set<String> open = new HashSet<String>(); field in MemoryMultiReportOutput
88 assertEquals(Collections.emptySet(), open); in assertAllClosed() local
/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/
DOkUrlFactory.java57 public HttpURLConnection open(URL url) { in open() method in OkUrlFactory
61 HttpURLConnection open(URL url, Proxy proxy) { in open() method in OkUrlFactory
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/
DOkUrlFactory.java53 public HttpURLConnection open(URL url) { in open() method in OkUrlFactory
57 HttpURLConnection open(URL url, Proxy proxy) { in open() method in OkUrlFactory
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCloseGuard.java37 protected void open(String closer) { in open() method in ShadowCloseGuard
94 void open(String closer); in open() method
/external/rust/crates/libz-sys/src/zlib/contrib/iostream3/
Dzfstream.cc51 gzfilebuf::open(const char *name, in open() function in gzfilebuf
398 gzifstream::open(const char* name, in open() function in gzifstream
453 gzofstream::open(const char* name, in open() function in gzofstream
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dconfix.hpp74 typename as_parser<OpenT>::type::embed_t open; member
368 typename as_parser<OpenT>::type::embed_t open; member
389 comment_nest_p(OpenT const &open, CloseT const &close) in comment_nest_p()

12345678910>>...28