Home
last modified time | relevance | path

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

12345678910

/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/opencv3/modules/imgcodecs/src/
Dbitstrm.cpp113 bool RBaseStream::open( const String& filename ) in open() function in cv::RBaseStream
128 bool RBaseStream::open( const Mat& buf ) in open() function in cv::RBaseStream
391 bool WBaseStream::open( const String& filename ) in open() function in cv::WBaseStream
406 bool WBaseStream::open( std::vector<uchar>& buf ) in open() function in cv::WBaseStream
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DMemoryMultiReportOutput.java38 private final Set<String> open = new HashSet<String>(); field in MemoryMultiReportOutput
87 assertEquals(Collections.emptySet(), open); in assertAllClosed() local
/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/zlib/src/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/jetty/src/java/org/eclipse/jetty/server/nio/
DInheritedChannelConnector.java50 public void open() throws IOException in open() method in InheritedChannelConnector
/external/opencv3/modules/videoio/src/
Dcap_images.cpp245 bool CvCapture_Images::open(const char * _filename) in open() function in CvCapture_Images
344 bool CvVideoWriter_Images::open( const char* _filename ) in open() function in CvVideoWriter_Images
Dcap_ffmpeg.cpp194 virtual bool open( const char* filename ) in open() function in CvCapture_FFMPEG_proxy
243 … virtual bool open( const char* filename, int fourcc, double fps, CvSize frameSize, bool isColor ) in open() function in CvVideoWriter_FFMPEG_proxy
Dcap.cpp634 bool VideoCapture::open(const String& filename) in open() function in cv::VideoCapture
645 bool VideoCapture::open(int device) in open() function in cv::VideoCapture
771 bool VideoWriter::open(const String& filename, int _fourcc, double fps, Size frameSize, bool isColo… in open() function in cv::VideoWriter
/external/conscrypt/src/stub/java/dalvik/system/
DCloseGuard.java28 public void open(String message) { in open() method in CloseGuard
/external/conscrypt/src/openjdk/java/dalvik/system/
DCloseGuard.java32 public void open(String message) { in open() method in CloseGuard
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_ServerSocket.java33 public void open() throws IOException; in open() method
DSupport_HttpServerSocket.java68 public void open() throws IOException { in open() method in Support_HttpServerSocket
DSupport_HttpConnector.java30 public void open(String address) throws IOException; in open() method
/external/zlib/src/contrib/iostream/
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
/external/droiddriver/src/io/appium/droiddriver/util/
DFileUtils.java40 public static BufferedOutputStream open(String path) throws FileNotFoundException { in open() method in FileUtils
/external/zlib/src/contrib/iostream2/
Dzstream.h65 void open(const char* name) { in open() function
70 void open(FILE* fp) { in open() function
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DResourceLoader.java50 Reader open(String name) throws IOException; in open() method
DInMemoryResourceLoader.java40 public Reader open(String name) throws IOException { in open() method in InMemoryResourceLoader
DClassResourceLoader.java71 public Reader open(String name) throws IOException { in open() method in ClassResourceLoader
DClassLoaderResourceLoader.java66 public Reader open(String name) throws IOException { in open() method in ClassLoaderResourceLoader
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAssetManager.java37 public final InputStream open(String fileName) throws IOException { in open() method in ShadowAssetManager
/external/libvncserver/webclients/novnc/include/
Dwebsock.js64 'open': function () {}, method
271 open: function (uri, protocols) { method in Websock
/external/opencv3/modules/java/src/
Dvideoio+VideoCapture.java65 public boolean open(String filename) in open() method in VideoCapture
79 public boolean open(int device) in open() method in VideoCapture
/external/bison/lib/
Dopen.c53 open (const char *filename, int flags, ...) in open() function

12345678910