HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 601 - 625 of 9341) sorted by null

<<21222324252627282930>>

  /external/chromium/base/memory/
weak_ptr.h 13 // approach also requires the referrers to tell the shared object when they get
161 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.get()) {
164 T* get() const { return ref_.is_valid() ? ptr_ : NULL; } function in class:base::WeakPtr
165 operator T*() const { return get(); }
168 DCHECK(get() != NULL);
169 return *get();
172 DCHECK(get() != NULL);
173 return get();
195 // This is useful in cases where you want others to be able to get a weak
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 188 ExecOrDie(dbhandle.get(), "PRAGMA fullfsync = 1");
189 ExecOrDie(dbhandle.get(), "PRAGMA synchronous = 2");
191 SQLTransaction transaction(dbhandle.get());
194 table_query.prepare(dbhandle.get(),
203 version_query.prepare(dbhandle.get(),
214 MigrateOldVersionsAsNeeded(dbhandle.get(), version);
219 statement.prepare(dbhandle.get(),
230 statement.prepare(dbhandle.get(),
238 statement.prepare(dbhandle.get(),
246 MakeSigninsTable(dbhandle.get());
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
options_ui_uitest.cc 41 ASSERT_TRUE(browser.get());
44 ASSERT_TRUE(tab.get());
54 ASSERT_TRUE(browser.get());
66 ASSERT_TRUE(tab.get());
73 ASSERT_TRUE(browser.get());
85 ASSERT_TRUE(tab.get());
104 ASSERT_TRUE(browser.get());
  /external/chromium/third_party/libjingle/source/talk/base/
buffer.h 54 const char* data() const { return data_.get(); }
55 char* data() { return data_.get(); }
68 memcmp(data_.get(), buf.data(), length_) == 0);
77 memcpy(data_.get(), data, length);
83 memcpy(data_.get() + old_length, data, length);
92 memcpy(data.get(), data_.get(), length_);
  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 39 return mAllClasses.get(name);
44 ArrayList<String> ifaces = mClassToInterface.get(cl);
49 cl.addInterface(mAllClasses.get(iface));
61 if (!pInfo.isConsistent(otherApi.getPackages().get(pInfo.name()))) {
90 mClassToInterface.get(classInfo).add(iface);
107 String scName = mClassToSuper.get(cl);
111 ClassInfo superclass = mAllClasses.get(scName);
  /external/webkit/Source/JavaScriptCore/runtime/
ScopeChain.h 39 : JSCell(*globalData, globalData->scopeChainNodeStructure.get())
78 return new (globalData) ScopeChainNode(this, o, globalData, globalObject.get(), globalThis.get());
84 return next.get();
97 ScopeChainIterator& operator++() { m_node = m_node->next.get(); return *this; }
126 return scopeChain()->globalObject.get();
131 return scopeChain()->globalThis.get();
WriteBarrier.h 68 T* get() const function in class:JSC::WriteBarrierBase
128 JSValue get() const function in class:JSC::WriteBarrierBase
134 bool isNumber() const { return get().isNumber(); }
135 bool isObject() const { return get().isObject(); }
136 bool isNull() const { return get().isNull(); }
137 bool isGetterSetter() const { return get().isGetterSetter(); }
150 operator UnspecifiedBoolType*() const { return get() ? reinterpret_cast<UnspecifiedBoolType*>(1) : 0; }
151 bool operator!() const { return !get(); }
185 return lhs.get() == rhs.get();
    [all...]
  /external/webkit/Source/WebCore/css/
WebKitCSSKeyframesRule.cpp 68 // to recompute the style sheet to get the updated name.
74 return m_lstCSSRules.get()->length();
79 CSSRule* rule = m_lstCSSRules.get()->item(index);
85 CSSRule* rule = m_lstCSSRules.get()->item(index);
105 if (newRule.get() && newRule.get()->isKeyframeRule())
106 append(static_cast<WebKitCSSKeyframeRule*>(newRule.get()));
113 m_lstCSSRules.get()->deleteRule(i);
  /external/webkit/Source/WebCore/inspector/front-end/
Section.js 57 get title()
75 get subtitle()
88 get subtitleAsTextForTest()
100 get expanded()
113 get populated()
127 get nextSibling()
137 get previousSibling()
Resource.js 116 get url()
148 get documentURL()
158 get displayName()
172 get displayDomain()
180 get startTime()
190 get responseReceivedTime()
200 get endTime()
218 get duration()
225 get latency()
232 get receiveDuration(
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceRequestMac.mm 58 return [[m_nsRequest.get() retain] autorelease];
63 m_url = [m_nsRequest.get() URL];
64 m_cachePolicy = (ResourceRequestCachePolicy)[m_nsRequest.get() cachePolicy];
65 m_timeoutInterval = [m_nsRequest.get() timeoutInterval];
66 m_firstPartyForCookies = [m_nsRequest.get() mainDocumentURL];
68 if (NSString* method = [m_nsRequest.get() HTTPMethod])
70 m_allowCookies = [m_nsRequest.get() HTTPShouldHandleCookies];
74 m_priority = toResourceLoadPriority(wkGetHTTPPipeliningPriority(m_nsRequest.get()));
77 NSDictionary *headers = [m_nsRequest.get() allHTTPHeaderFields];
88 NSArray *encodingFallbacks = [m_nsRequest.get() contentDispositionEncodingFallbackArray]
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebAccessibilityCacheImpl.cpp 67 weakHandle->m_object->setWrapper(weakHandle.get());
105 m_objectMap.set(m_nextNewId, WeakHandle::create(rootObject.get()));
106 m_idMap.set(rootObject.get(), m_nextNewId++);
151 IdMap::iterator it = m_idMap.find(o.get());
158 m_objectMap.set(m_nextNewId, WeakHandle::create(o.get()));
159 m_idMap.set(o.get(), m_nextNewId);
170 IdMap::iterator it = m_idMap.find(o.get());
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
NetscapePluginModuleWin.cpp 64 if (!::GetFileVersionInfoW(pathCopy.charactersWithNullTermination(), 0, versionInfoSize, versionInfoData.get()))
67 String name = getVersionInfo(versionInfoData.get(), "ProductName");
68 String description = getVersionInfo(versionInfoData.get(), "FileDescription");
74 if (!::VerQueryValueW(versionInfoData.get(), L"\\", reinterpret_cast<void**>(&info), &infoSize) || infoSize < sizeof(VS_FIXEDFILEINFO))
78 getVersionInfo(versionInfoData.get(), "MIMEType").split('|', types);
80 getVersionInfo(versionInfoData.get(), "FileExtents").split('|', extensionLists);
82 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions);
93 // Get rid of the extension list that may be at the end of the description string.
96 // There might be a space that we need to get rid of.
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageFormClient.cpp 47 m_client.textFieldDidBeginEditing(toAPI(page), toAPI(nodeHandle.get()), toAPI(frame), m_client.clientInfo);
56 m_client.textFieldDidEndEditing(toAPI(page), toAPI(nodeHandle.get()), toAPI(frame), m_client.clientInfo);
65 m_client.textDidChangeInTextField(toAPI(page), toAPI(nodeHandle.get()), toAPI(frame), m_client.clientInfo);
74 m_client.textDidChangeInTextArea(toAPI(page), toAPI(nodeHandle.get()), toAPI(frame), m_client.clientInfo);
83 return m_client.shouldPerformActionInTextField(toAPI(page), toAPI(nodeHandle.get()), actionType, toAPI(frame), m_client.clientInfo);
99 m_client.willSubmitForm(toAPI(page), toAPI(nodeHandle.get()), toAPI(frame), toAPI(sourceFrame), toAPI(textFieldsMap.get()), &userDataToPass, m_client.clientInfo);
  /frameworks/base/core/java/android/os/
UEventObserver.java 68 public String get(String key) { method in class:UEventObserver.UEvent
69 return mMap.get(key);
72 public String get(String key, String defaultValue) { method in class:UEventObserver.UEvent
73 String result = mMap.get(key);
107 if (bufferStr.indexOf((String)mObservers.get(i)) != -1) {
108 ((UEventObserver)mObservers.get(i+1))
129 if (mObservers.get(i+1) == observer) {
  /frameworks/base/services/java/com/android/server/
EntropyService.java 135 out.println(SystemProperties.get("ro.serialno"));
136 out.println(SystemProperties.get("ro.bootmode"));
137 out.println(SystemProperties.get("ro.baseband"));
138 out.println(SystemProperties.get("ro.carrier"));
139 out.println(SystemProperties.get("ro.bootloader"));
140 out.println(SystemProperties.get("ro.hardware"));
141 out.println(SystemProperties.get("ro.revision"));
  /frameworks/media/libvideoeditor/lvpp/
PreviewRenderer.cpp 52 ANativeWindow* anw = mSurface.get();
80 native_window_api_disconnect(mSurface.get(), NATIVE_WINDOW_API_CPU);
100 if ((err = mSurface->ANativeWindow::dequeueBuffer(mSurface.get(), &mBuf)) != 0) {
105 CHECK_EQ(0, mSurface->ANativeWindow::lockBuffer(mSurface.get(), mBuf));
107 GraphicBufferMapper &mapper = GraphicBufferMapper::get();
129 GraphicBufferMapper &mapper = GraphicBufferMapper::get();
134 if ((err = mSurface->ANativeWindow::queueBuffer(mSurface.get(), mBuf)) != 0) {
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 73 UResourceBundle* get() { function in class:ScopedResourceBundle
125 ScopedResourceBundle currencyMap(ures_getByKey(supplData.get(), "CurrencyMap", NULL, &status));
131 ScopedResourceBundle currency(ures_getByKey(currencyMap.get(), countryCode.c_str(), NULL, &status));
136 ScopedResourceBundle currencyElem(ures_getByIndex(currency.get(), 0, NULL, &status));
142 ScopedResourceBundle currencyTo(ures_getByKey(currencyElem.get(), "to", NULL, &status));
149 ScopedResourceBundle currencyId(ures_getByKey(currencyElem.get(), "id", NULL, &status));
156 const jchar* chars = ures_getString(currencyId.get(), &charCount, &status);
187 ScopedResourceBundle currencies(ures_getByKey(currLoc.get(), "Currencies", NULL, &status));
193 ScopedResourceBundle currencyElems(ures_getByKey(currencies.get(), currency.c_str(), NULL, &status));
199 const jchar* chars = ures_getStringByIndex(currencyElems.get(), 0, &charCount, &status)
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DefaultConfigParserTest.java 75 entriesList = config.get("Login1");
77 entriesList = config.get("other");
79 entriesList = config.get("Login2");
81 entriesList = config.get("Login3");
83 entriesList = config.get("Login4");
85 entriesList = config.get("Login5");
87 entriesList = config.get("Login6");
89 entriesList = config.get("Login7");
91 entriesList = config.get("Login8");
102 entriesList = config.get("Login1")
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 116 return threadMap().get(id);
186 g_mutex_lock(m_mutex.get());
191 return g_mutex_trylock(m_mutex.get());
196 g_mutex_unlock(m_mutex.get());
210 g_cond_wait(m_condition.get(), mutex.impl().get());
232 return g_cond_timed_wait(m_condition.get(), mutex.impl().get(), &targetTime);
237 g_cond_signal(m_condition.get());
242 g_cond_broadcast(m_condition.get());
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuMac.mm 53 [m_platformDescription.get() addObject:platformItem];
61 [m_platformDescription.get() insertObject:platformItem atIndex:position];
67 return [m_platformDescription.get() count];
72 if (m_platformDescription.get() != menu)
78 return m_platformDescription.get();
  /external/webkit/Source/WebCore/svg/properties/
SVGListPropertyTearOff.h 74 Base::clearValuesAndWrappers(m_animatedProperty.get(), ec);
79 return Base::numberOfItemsValuesAndWrappers(m_animatedProperty.get());
84 return Base::initializeValuesAndWrappers(m_animatedProperty.get(), passNewItem, ec);
89 return Base::getItemValuesAndWrappers(m_animatedProperty.get(), index, ec);
94 return Base::insertItemBeforeValuesAndWrappers(m_animatedProperty.get(), passNewItem, index, ec);
99 return Base::replaceItemValuesAndWrappers(m_animatedProperty.get(), passNewItem, index, ec);
104 return Base::removeItemValuesAndWrappers(m_animatedProperty.get(), index, ec);
109 return Base::appendItemValuesAndWrappers(m_animatedProperty.get(), passNewItem, ec);
131 item->setAnimatedProperty(m_animatedProperty.get());
167 int removedIndex = static_cast<AnimatedListPropertyTearOff*>(animatedPropertyOfItem)->removeItemFromList(newItem.get(), livesInOtherList)
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 96 String preeditString = String::fromUTF8(newPreedit.get());
246 m_pendingComposition.set(g_strconcat(m_pendingComposition.get(), newComposition, NULL));
258 gtk_im_context_focus_in(priv->imContext.get());
260 gtk_im_context_focus_out(priv->imContext.get());
264 hildon_gtk_im_context_show(priv->imContext.get());
266 hildon_gtk_im_context_hide(priv->imContext.get());
274 g_signal_emit_by_name(m_webView, "should-delete-range", kitRange.get(), &accept);
282 g_signal_emit_by_name(m_webView, "should-show-delete-interface-for-element", kitElement.get(), &accept);
314 g_signal_emit_by_name(m_webView, "should-begin-editing", kitRange.get(), &accept);
324 g_signal_emit_by_name(m_webView, "should-end-editing", kitRange.get(), &accept)
    [all...]
  /external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp 107 LOG_ERROR("Delegate is %p", m_delegate.get());
118 CFURLDownloadScheduleWithCurrentMessageQueue(m_download.get());
119 CFURLDownloadScheduleDownloadWithRunLoop(m_download.get(), loaderRunLoop(), kCFRunLoopDefaultMode);
139 LOG(Download, "Delegate is %p", m_delegate.get());
146 m_request.adoptRef(WebMutableURLRequest::createInstance(webRequest.get()));
147 m_download.adoptCF(CFURLDownloadCreate(0, cfRequest.get(), &client));
156 CFURLDownloadScheduleWithCurrentMessageQueue(m_download.get());
157 CFURLDownloadScheduleDownloadWithRunLoop(m_download.get(), loaderRunLoop(), kCFRunLoopDefaultMode);
177 LOG(Download, "Delegate is %p", m_delegate.get());
186 m_download.adoptCF(CFURLDownloadCreateWithResumeData(0, resumeData.get(), pathURL.get(), &client))
    [all...]
  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 54 newKeyframes[i] = (FloatKeyframe) keyframes.get(i).clone();
64 firstValue = ((FloatKeyframe) mKeyframes.get(0)).getFloatValue();
65 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue();
78 final FloatKeyframe prevKeyframe = (FloatKeyframe) mKeyframes.get(0);
79 final FloatKeyframe nextKeyframe = (FloatKeyframe) mKeyframes.get(1);
94 final FloatKeyframe prevKeyframe = (FloatKeyframe) mKeyframes.get(mNumKeyframes - 2);
95 final FloatKeyframe nextKeyframe = (FloatKeyframe) mKeyframes.get(mNumKeyframes - 1);
110 FloatKeyframe prevKeyframe = (FloatKeyframe) mKeyframes.get(0);
112 FloatKeyframe nextKeyframe = (FloatKeyframe) mKeyframes.get(i);
129 // shouldn't get her
    [all...]

Completed in 464 milliseconds

<<21222324252627282930>>