Searched refs:open (Results 26 - 50 of 1378) sorted by relevance

1234567891011>>

/external/chromium/testing/gtest/xcode/Scripts/
H A Dversiongenerate.py64 config_file = open("%s/configure.ac" % input_dir, 'r')
98 version_file = open("%s/Version.h" % output_dir, 'w')
/external/compiler-rt/lib/tsan/lit_tests/
H A Dfd_close_norace.cc10 int f = open("/dev/random", O_RDONLY);
17 int f = open("/dev/random", O_RDONLY);
/external/libvpx/libvpx/third_party/googletest/src/xcode/Scripts/
H A Dversiongenerate.py64 config_file = open("%s/configure.ac" % input_dir, 'r')
98 version_file = open("%s/Version.h" % output_dir, 'w')
/external/okhttp/android/main/java/com/squareup/okhttp/
H A DHttpHandler.java28 return new OkHttpClient().open(url);
35 return new OkHttpClient().setProxy(proxy).open(url);
H A DHttpsHandler.java28 return new OkHttpClient().open(url);
35 return new OkHttpClient().setProxy(proxy).open(url);
/external/protobuf/gtest/xcode/Scripts/
H A Dversiongenerate.py35 config_file = open("%s/configure.ac" % input_dir, 'r')
69 version_file = open("%s/Version.h" % output_dir, 'w')
/external/webkit/Source/WebKit/chromium/src/
H A DIDBFactoryBackendProxy.cpp64 void IDBFactoryBackendProxy::open(const String& name, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<SecurityOrigin> origin, Frame* frame, const String& dataDir, int64_t maximumSize, BackingStoreType backingStoreType) function in class:WebKit::IDBFactoryBackendProxy
67 m_webIDBFactory->open(name, new WebIDBCallbacksImpl(callbacks), origin, webFrame, dataDir, maximumSize, static_cast<WebIDBFactory::BackingStoreType>(backingStoreType));
H A DWebIDBFactoryImpl.cpp61 void WebIDBFactoryImpl::open(const WebString& name, WebIDBCallbacks* callbacks, const WebSecurityOrigin& origin, WebFrame*, const WebString& dataDir, unsigned long long maximumSize, BackingStoreType backingStoreType) function in class:WebKit::WebIDBFactoryImpl
63 m_idbFactoryBackend->open(name, IDBCallbacksProxy::create(callbacks), origin, 0, dataDir, maximumSize, static_cast<IDBFactoryBackendInterface::BackingStoreType>(backingStoreType));
/external/chromium/base/test/
H A Dtest_file_util_linux.cc16 int fd = open(file.value().c_str(), O_RDONLY);
/external/clang/utils/TestUtils/
H A Ddeep-stack.py13 f = open('t.c','w')
/external/guava/guava-tests/test/com/google/common/io/
H A DCheckCloseSupplier.java38 private final Set<Callback> open = Sets.newHashSet(); field in class:CheckCloseSupplier
68 open.remove(this);
74 open.add(callback);
82 * {@code Closeable} is not longer open.
91 return open.isEmpty();
/external/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c34 #if defined(open) && open == binary_open
35 # undef open macro
56 return (open(filename, flags | O_BINARY, mode));
/external/valgrind/main/memcheck/tests/
H A Derringfds.c12 fd = open("foo/bar/xyzzy", O_RDONLY); /* fails */
H A Dfwrite.c8 int fd = open("/dev/null", O_WRONLY);
10 fprintf(stderr, "open failed\n");
H A Dmmaptest.c12 fd = open("dir", O_RDONLY);
/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
H A Dno-page-cache.js21 window.open("resources/cached-page-1.html");
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
H A Dno-page-cache.js21 window.open("resources/cached-page-1.html");
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dno-page-cache.js21 window.open("resources/cached-page-1.html");
/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Doffline-access.js9 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
/external/webkit/LayoutTests/http/tests/cookies/resources/
H A DresetCookies.js10 req.open('GET', url, false);
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabaseBase.cpp44 bool IconDatabaseBase::open(const String&, const String&) function in class:WebCore::IconDatabaseBase
/external/webkit/Source/WebCore/platform/qt/
H A DSharedBufferQt.cpp39 if (!file.exists() || !file.open(QFile::ReadOnly))
/external/webkit/Source/WebCore/storage/
H A DIDBKeyRange.idl38 [ClassMethod] IDBKeyRange lowerBound(in IDBKey bound, in [Optional] boolean open);
39 [ClassMethod] IDBKeyRange upperBound(in IDBKey bound, in [Optional] boolean open);
/external/webkit/Source/WebKit2/Scripts/
H A Dgenerate-message-receiver.py35 with open(input_path) as input_file:
H A Dgenerate-messages-header.py35 with open(input_path) as input_file:

Completed in 3365 milliseconds

1234567891011>>