/external/python/cpython2/Lib/test/ |
D | test_bufio.py | 66 open = io.open variable in CBufferSizeTest 69 open = staticmethod(pyio.open) variable in PyBufferSizeTest 72 open = open variable in BuiltinBufferSizeTest
|
D | test_file.py | 139 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
|
D | test_univnewlines.py | 125 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/ |
D | reader.cc | 26 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
|
D | writer.cc | 26 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
|
D | mapper.cc | 54 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/ |
D | webbrowser.py | 71 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/ |
D | webbrowser.py | 58 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
|
D | posixfile.py | 76 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/ |
D | startfile.py | 23 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/ |
D | CandleEntry.java | 36 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/ |
D | pdu_controller.py | 53 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/ |
D | test_file.py | 136 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
|
D | test_largefile.py | 169 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
|
D | test_bufio.py | 67 open = io.open variable in CBufferSizeTest 70 open = staticmethod(pyio.open) variable in PyBufferSizeTest
|
/external/ComputeLibrary/tests/framework/instruments/ |
D | PMU.cpp | 63 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/ |
D | uci_hal.rs | 41 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/ |
D | MemoryMultiReportOutput.java | 39 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/ |
D | OkUrlFactory.java | 57 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/ |
D | OkUrlFactory.java | 53 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/ |
D | ShadowCloseGuard.java | 37 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/ |
D | zfstream.cc | 51 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/ |
D | PICTbrowse.py | 65 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/ |
D | Opener.java | 32 T open(OpenContext openContext) throws IOException; in open() method
|
/external/oboe/src/common/ |
D | FixedBlockAdapter.cpp | 24 int32_t FixedBlockAdapter::open(int32_t bytesPerFixedBlock) in open() function in FixedBlockAdapter
|