Home
last modified time | relevance | path

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

12345678910>>...24

/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
Dtest_univnewlines.py125 open = io.open variable in test_main.CTest
128 open = staticmethod(pyio.open) variable in test_main.PyTest
/external/marisa-trie/lib/marisa/grimoire/io/
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
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
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.py71 def open(url, new=0, autoraise=True): function
148 def open(self, url, new=0, autoraise=True): member in BaseBrowser
172 def open(self, url, new=0, autoraise=True): member in GenericBrowser
190 def open(self, url, new=0, autoraise=True): member in BackgroundBrowser
257 def open(self, url, new=0, autoraise=True): member in UnixBrowser
358 def open(self, url, new=0, autoraise=True): member in Konqueror
442 def open(self, url, new=0, autoraise=True): member in Grail
604 def open(self, url, new=0, autoraise=True): member in WindowsDefault
634 def open(self, url, new=0, autoraise=True): member in MacOSX
672 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/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/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.py169 open = staticmethod(io.open) variable in TestCopyfile
188 open = staticmethod(io.open) variable in TestSocketSendfile
277 open = staticmethod(io.open) variable in CLargeFileTest
281 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/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.rs41 async fn open(&mut self, packet_sender: mpsc::UnboundedSender<UciHalPacket>) -> Result<()>; in open() method
78 async fn open(&mut self, _packet_sender: mpsc::UnboundedSender<UciHalPacket>) -> Result<()> { in open() method
99 async fn open(&mut self, _: mpsc::UnboundedSender<UciHalPacket>) -> Result<()> { in open() method
/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/python/cpython2/Mac/Demo/PICTbrowse/
DPICTbrowse.py65 def open(self, (resid, resname)): member in PICTwindow
90 def open(self, id, contents): member in MyDialog
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/
DOpener.java32 T open(OpenContext openContext) throws IOException; in open() method
/external/oboe/src/common/
DFixedBlockAdapter.cpp24 int32_t FixedBlockAdapter::open(int32_t bytesPerFixedBlock) in open() function in FixedBlockAdapter

12345678910>>...24