/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/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/llvm-project/clang/tools/scan-view/share/ |
D | startfile.py | 26 def open(self, filename): member in BaseController 72 def open(self, filename): member in Controller 90 def open(self, filename): member in Start 206 def open(filename): function
|
/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/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 600 def open(self, url, new=0, autoraise=True): member in WindowsDefault 630 def open(self, url, new=0, autoraise=True): member in MacOSX 668 def open(self, url, new=0, autoraise=True): member in MacOSXOSAScript
|
/external/python/cpython3/Lib/test/ |
D | test_file.py | 133 open = io.open variable in CAutoFileTests 136 open = staticmethod(pyio.open) variable in PyAutoFileTests 326 open = io.open variable in COtherFileTests 329 open = staticmethod(pyio.open) variable in PyOtherFileTests
|
D | test_largefile.py | 168 open = staticmethod(io.open) variable in TestCopyfile 187 open = staticmethod(io.open) variable in TestSocketSendfile 276 open = staticmethod(io.open) variable in CLargeFileTest 280 open = staticmethod(pyio.open) variable in PyLargeFileTest
|
D | test_bufio.py | 66 open = io.open variable in CBufferSizeTest 69 open = staticmethod(pyio.open) variable in PyBufferSizeTest
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
D | MemoryMultiReportOutput.java | 38 private final Set<String> open = new HashSet<String>(); field in MemoryMultiReportOutput 87 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/llvm-project/flang/runtime/ |
D | io-api.cpp | 578 auto *open{io.get_if<OpenStatementState>()}; in IONAME() local 603 auto *open{io.get_if<OpenStatementState>()}; in IONAME() local 639 auto *open{io.get_if<OpenStatementState>()}; in IONAME() local 662 auto *open{io.get_if<OpenStatementState>()}; in IONAME() local 687 auto *open{io.get_if<OpenStatementState>()}; in IONAME() local 705 auto *open{io.get_if<OpenStatementState>()}; in IONAME() local 734 auto *open{io.get_if<OpenStatementState>()}; in IONAME() local 757 auto *open{io.get_if<OpenStatementState>()}; in IONAME() local 782 auto *open{io.get_if<OpenStatementState>()}; in IONAME() local 801 if (auto *open{io.get_if<OpenStatementState>()}) { in IONAME() local [all …]
|
/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/oboe/src/common/ |
D | FixedBlockAdapter.cpp | 24 int32_t FixedBlockAdapter::open(int32_t bytesPerFixedBlock) in open() function in FixedBlockAdapter
|
/external/bcc/src/lua/bcc/ |
D | tracerpipe.lua | 27 function TracerPipe:open() function
|
/external/libese/libese-cpp/ |
D | NxpPn80tNqNci.cpp | 29 int NxpPn80tNqNci::open() { in open() function in android::NxpPn80tNqNci
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
D | RequestScoper.java | 13 CloseableScope open(); in open() method
|
/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/python/cpython3/Tools/freeze/ |
D | bkfile.py | 3 def open(file, mode='r', bufsize=-1): function
|