/external/chromium/chrome/browser/ |
tab_restore_uitest.cc | 59 ASSERT_TRUE(browser_proxy.get()); 71 ASSERT_TRUE(browser_proxy.get()); 78 // Get a handle to the restored tab. 83 ASSERT_TRUE(restored_tab_proxy.get()); 89 CheckActiveWindow(browser_proxy.get()); 120 ASSERT_TRUE(window_proxy.get()); 142 ASSERT_TRUE(browser_proxy.get()); 146 int tab_count = AddSomeTabs(browser_proxy.get(), 1); 150 ASSERT_TRUE(new_tab.get()); 172 ASSERT_TRUE(browser_proxy.get()); [all...] |
/external/chromium/net/base/ |
keygen_handler_openssl.cc | 27 ASN1_STRING_set(spki.get()->spkac->challenge, 29 NETSCAPE_SPKI_set_pubkey(spki.get(), pkey); 32 NETSCAPE_SPKI_sign(spki.get(), pkey, EVP_md5()); 33 char* spkistr = NETSCAPE_SPKI_b64_encode(spki.get());
|
/external/clang/test/CXX/dcl.dcl/dcl.link/ |
p7.cpp | 21 X& get(int i) { function
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/ |
p4.cpp | 14 int a6[] = { t.get() };
|
/external/guava/src/com/google/common/util/concurrent/ |
ForwardingFuture.java | 57 public V get() throws InterruptedException, ExecutionException { method in class:ForwardingFuture 58 return delegate().get(); 62 public V get(long timeout, TimeUnit unit) method in class:ForwardingFuture 64 return delegate().get(timeout, unit);
|
/external/icu4c/samples/datecal/ |
cal.cpp | 36 gc->get(UCAL_YEAR, status), 37 gc->get(UCAL_MONTH, status) + 1, 38 gc->get(UCAL_MONTH, status), 39 gc->get(UCAL_DATE, status)); 42 puts("Calendar::get failed");
|
/external/icu4c/test/perf/usetperf/ |
bitset.h | 28 UBool get(int32_t bitIndex) const;
|
/external/skia/src/images/ |
SkImageEncoder.cpp | 40 return enc.get() && enc.get()->encodeFile(file, bm, quality); 46 return enc.get() && enc.get()->encodeStream(stream, bm, quality);
|
/external/webkit/Source/WebCore/css/ |
Rect.h | 31 CSSPrimitiveValue* top() const { return m_top.get(); } 32 CSSPrimitiveValue* right() const { return m_right.get(); } 33 CSSPrimitiveValue* bottom() const { return m_bottom.get(); } 34 CSSPrimitiveValue* left() const { return m_left.get(); }
|
/external/webkit/Source/WebCore/fileapi/ |
EntryArray.cpp | 46 return m_entries[index].get();
|
/external/webkit/Source/WebCore/history/android/ |
HistoryItemAndroid.cpp | 37 return m_bridge.get();
|
/external/webkit/Source/WebCore/platform/audio/chromium/ |
AudioBusChromium.cpp | 41 if (!audioBus.get()) 48 return AudioBus::createBySampleRateConverting(audioBus.get(), false, sampleRate); 55 if (!audioBus.get()) 62 return AudioBus::createBySampleRateConverting(audioBus.get(), mixToMono, sampleRate);
|
/external/webkit/Source/WebCore/platform/network/cf/ |
AuthenticationChallenge.h | 53 AuthenticationClient* authenticationClient() const { return m_authenticationClient.get(); } 56 CFURLAuthChallengeRef cfURLAuthChallengeRef() const { return m_cfChallenge.get(); } 60 id sender() const { return m_sender.get(); } 61 NSURLAuthenticationChallenge *nsURLAuthenticationChallenge() const { return m_nsChallenge.get(); } 75 RetainPtr<id> m_sender; // Always the same as [m_macChallenge.get() sender], cached here for performance.
|
/external/webkit/Source/WebKit/win/ |
WebCachedFramePlatformData.h | 39 IWebDataSource* webDataSource() { return m_webDataSource.get(); }
|
/external/webkit/Source/WebKit2/Shared/win/ |
WebKitBundle.cpp | 49 RetainPtr<CFURLRef> dllURL(AdoptCF, CFURLCreateWithFileSystemPath(0, dllPath.get(), kCFURLWindowsPathStyle, false)); 50 RetainPtr<CFURLRef> dllDirectoryURL(AdoptCF, CFURLCreateCopyDeletingLastPathComponent(0, dllURL.get())); 51 RetainPtr<CFURLRef> resourcesDirectoryURL(AdoptCF, CFURLCreateCopyAppendingPathComponent(0, dllDirectoryURL.get(), CFSTR("WebKit.resources"), true)); 53 return CFBundleCreate(0, resourcesDirectoryURL.get());
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
ChunkedUpdateDrawingAreaMac.cpp | 48 RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreate(updateChunk->data(), updateChunk->rect().width(), updateChunk->rect().height(), 8, updateChunk->rect().width() * 4, colorSpace.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host)); 51 CGContextTranslateCTM(bitmapContext.get(), 0.0, updateChunk->rect().height()); 52 CGContextScaleCTM(bitmapContext.get(), 1.0, -1.0); 55 GraphicsContext graphicsContext(bitmapContext.get());
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
CanHandleRequest_Bundle.cpp | 50 return WKBundlePageCanHandleRequest(adoptWK(WKURLRequestCreateWithWKURL(adoptWK(WKURLCreateWithUTF8CString(url)).get())).get()); 63 WKBundlePostMessage(bundle, Util::toWK("DidCheckCanHandleRequest").get(), adoptWK(WKBooleanCreate(runTest())).get());
|
DocumentStartUserScriptAlertCrash.cpp | 50 WKRetainPtr<WKContextRef> context(AdoptWK, Util::createContextForInjectedBundleTest("DocumentStartUserScriptAlertCrashTest", pageGroup.get())); 51 PlatformWebView webView(context.get(), pageGroup.get()); 61 WKPageLoadURL(webView.page(), url.get());
|
/frameworks/base/core/java/android/util/ |
Singleton.java | 31 public final T get() { method in class:Singleton
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
EGLConfigImpl.java | 28 int get() { method in class:EGLConfigImpl
|
/frameworks/base/services/java/com/android/server/am/ |
AppErrorResult.java | 29 public int get() { method in class:AppErrorResult
|
/libcore/include/ |
ScopedFd.h | 34 int get() const { function in class:ScopedFd
|
/libcore/luni/src/main/java/java/lang/ref/ |
PhantomReference.java | 54 * the {@link #get()} method always returns {@code null}. 70 public T get() { method in class:PhantomReference
|
/system/core/nexus/ |
LoopController.h | 30 const char *get(const char *name, char *buffer, size_t maxsize);
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_ListTest.java | 43 elem = list.get(counter); 45 assertTrue("ListTest - get failed", elem 52 .get(50).equals(new Integer(1000))); 55 list.get(51).equals(new Integer(50))); 58 list.get(49).equals(new Integer(49))); 61 assertTrue("ListTest - a) set failed--did not set", list.get(50) 64 list.get(51).equals(new Integer(50))); 66 .get(49).equals(new Integer(49))); 70 list.get(50).equals(new Integer(50))); 73 list.get(51).equals(new Integer(51))) [all...] |