Home
last modified time | relevance | path

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

1234567

/external/clang/tools/scan-view/
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/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/
DOkUrlFactory.java47 public HttpURLConnection open(URL url) { in open() method in OkUrlFactory
51 HttpURLConnection open(URL url, Proxy proxy) { in open() method in OkUrlFactory
/external/libdrm/tests/
Dgem_flink.c44 struct drm_gem_open open; in test_flink() local
105 struct drm_gem_open open; in test_bad_open() local
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dmapper.cc66 void Mapper::open(const char *filename, long offset, int whence) { in open() function in marisa_alpha::Mapper
95 void Mapper::open(const char *filename, long offset, int whence) { in open() function in marisa_alpha::Mapper
/external/marisa-trie/lib/marisa/
Dmapper.cc64 void Mapper::open(const char *filename, long offset, int whence) { in open() function in marisa::Mapper
92 void Mapper::open(const char *filename, long offset, int whence) { in open() function in marisa::Mapper
/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/openssh/openbsd-compat/
Dbsd-cygwin_util.h62 #define open binary_open macro
/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
DSupport_URLConnector.java39 public void open(String address) throws IOException { in open() method in Support_URLConnector
/external/droiddriver/src/io/appium/droiddriver/util/
DFileUtils.java40 public static BufferedOutputStream open(String path) throws FileNotFoundException { in open() method in FileUtils
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAssetManager.java37 public final InputStream open(String fileName) throws IOException { in open() method in ShadowAssetManager
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DResourceLoader.java50 Reader open(String name) throws IOException; in open() method
DClassResourceLoader.java71 public Reader open(String name) throws IOException { in open() method in ClassResourceLoader
DInMemoryResourceLoader.java40 public Reader open(String name) throws IOException { in open() method in InMemoryResourceLoader
DClassLoaderResourceLoader.java66 public Reader open(String name) throws IOException { in open() method in ClassLoaderResourceLoader
DFileSystemResourceLoader.java45 public Reader open(String name) throws IOException { in open() method in FileSystemResourceLoader
/external/conscrypt/src/compat/java/dalvik/system/
DCloseGuard.java61 public void open(String message) { in open() method in CloseGuard
/external/openssh/contrib/redhat/
Dopenssh.spec497 preprocessor define to get large-file capable open(), stat(), etc. function
/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/libvncserver/webclients/novnc/include/
Dwebsock.js69 'open' : function() {}, method
267 function open(uri) { function in Websock
/external/bison/lib/
Dopen.c53 open (const char *filename, int flags, ...) in open() function
/external/zlib/src/contrib/iostream2/
Dzstream.h65 void open(const char* name) { in open() function
70 void open(FILE* fp) { in open() function

1234567