HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 2026 - 2050 of 4892) sorted by null

<<81828384858687888990>>

  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 335 RegisterSpec src = sources.get(i);
426 // Add a move-result-pseudo for the get-static or const
520 TypeBearer lastType = sources.get(1).getTypeBearer();
524 sources.get(0), sources.get(1))) {
556 * Returns get turned into the combination of a move (if
561 RegisterSpec source = sources.get(0);
635 // We get an easy out if there aren't any sources.
667 RegisterSpec array = sources.get(0);
668 RegisterSpec index = sources.get(1)
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 102 get statusBarItems()
107 get profile()
117 get bottomUpProfileDataGridTree()
124 get topDownProfileDataGridTree()
131 get currentTree()
142 get topDownTree()
152 get bottomUpTree()
582 get buttonTooltip()
587 get buttonStyle()
602 get welcomeMessage(
    [all...]
  /external/webkit/WebCore/page/
Page.cpp 100 // Get all the frames of all the pages in all the page groups
252 return m_backForwardList.get();
347 ASSERT(m_group != m_singlePageGroup.get());
353 m_group = m_singlePageGroup.get();
372 m_group = m_singlePageGroup.get();
422 return m_pluginData.get();
667 for (Frame* frame = page->m_mainFrame.get(); frame; frame = frame->tree()->traverseNext()) {
685 for (Frame* frame = page->m_mainFrame.get(); frame; frame = frame->tree()->traverseNext()) {
708 for (Frame* frame = m_mainFrame.get(); frame; frame = frame->tree()->traverseNext())
718 return m_sessionStorage.get();
    [all...]
ContextMenuController.cpp 107 m_menuProvider->populateContextMenu(m_contextMenu.get());
132 PlatformMenuDescription customMenu = m_client->getCustomMenuFromDefaultItems(m_contextMenu.get());
151 m_client->contextMenuItemSelected(item, m_contextMenu.get());
230 if (frame->editor()->shouldInsertText(item->title(), frame->selection()->toNormalizedRange().get(), EditorInsertActionPasted)) {
277 m_client->speak(plainText(selectedRange.get()));
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm 80 // Store the preemptively used initial credential so that if we get an authentication challenge, we won't use the same one again.
174 [d->m_proxy.get() setDelegate:ResourceHandle::delegate()];
175 [d->m_proxy.get() release];
177 delegate = d->m_proxy.get();
183 && !d->m_request.url().protocolInHTTPFamily() // On Tiger, always pass credentials in URL, so that they get stored even if the request gets cancelled right away.
198 d->m_initialCredential = CredentialStorage::get(d->m_request.url());
219 // which can get confused and fail to load it in this case.
277 wkSetNSURLConnectionDefersCallbacks(d->m_connection.get(), YES);
289 LOG(Network, "Handle %p cancel connection %p", this, d->m_connection.get());
297 [d->m_connection.get() cancel]
    [all...]
  /external/webkit/WebKit/android/jni/
JavaBridge.cpp 178 env->CallVoidMethod(obj.get(), mSetSharedTimer, timemillis);
186 env->CallVoidMethod(obj.get(), mStopSharedTimer);
198 env->CallVoidMethod(obj.get(), mSetCookies, jUrlStr, jValueStr);
211 jstring string = (jstring)(env->CallObjectMethod(obj.get(), mCookies, jUrlStr));
224 jboolean ret = env->CallBooleanMethod(obj.get(), mCookiesEnabled);
235 env->CallObjectMethod(obj.get(), mGetPluginDirectories);
252 jstring ret = (jstring)env->CallObjectMethod(obj.get(), mGetPluginSharedDataDirectory);
274 env->CallVoidMethod(obj.get(), mSignalFuncPtrQueue);
281 jobjectArray array = (jobjectArray) env->CallObjectMethod(obj.get(),
302 jstring key = (jstring) env->CallObjectMethod(obj.get(),
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebArchive.mm 96 return coreArchive.get();
216 RefPtr<LegacyWebArchive> coreArchive = LegacyWebArchive::create(SharedBuffer::wrapNSData(data).get());
315 WebResource *resource = [[WebResource alloc] _initWithCoreResource:subresources[i].get()];
348 WebArchive *archive = [[WebArchive alloc] _initWithCoreLegacyWebArchive:(LegacyWebArchive *)subframeArchives[i].get()];
374 return [[(NSData *)data.get() retain] autorelease];
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 179 ResolveInfo r = mAdapter.mList.get(i).ri;
230 ResolveInfo r0 = rList.get(0);
232 ResolveInfo ri = rList.get(i);
285 r0 = rList.get(0);
292 ResolveInfo ri = rList.get(i);
329 ResolveInfo jRi = rList.get(j);
342 ResolveInfo add = rList.get(k);
361 return mList.get(position).ri;
369 DisplayResolveInfo dri = mList.get(position);
401 bindView(view, mList.get(position))
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
LinkedListTest.java 118 element = list.get(i);
119 element = list.get(i);
120 element = list.get(i);
121 element = list.get(i);
122 element = list.get(i);
123 element = list.get(i);
124 element = list.get(i);
125 element = list.get(i);
126 element = list.get(i);
127 element = list.get(i)
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 407 public String get(String key, String deflt) { method in class:AbstractPreferences
425 String result = get(key, null);
440 String svalue = get(key, null);
460 String result = get(key, null);
473 String result = get(key, null);
486 String result = get(key, null);
499 String result = get(key, null);
572 temp = currentNode.cachedNode.get(name);
722 if (null == cachedNode.get(childrenNames[i])) {
863 EventObject event = events.get(0)
    [all...]
  /ndk/toolchains/arm-eabi-4.4.0/
setup.mk 97 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
98 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
99 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
100 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
117 $(call get-src-files-with-tag,neon),\
  /build/tools/releasetools/
edify_generator.py 136 fstab = self.info.get("fstab", None)
145 what = self.info.get("partition_path", "") + what
171 fstab = self.info.get("fstab", None)
178 partition = self.info.get("partition_path", "") + partition
246 'dir': self.info.get("partition_path", ""),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 131 * 1. Get all the tests keyed by their category.
144 List<TestListItem> tests = testsByCategory.get(testCategory);
167 ResolveInfo info = list.get(i);
209 tests = testsByCategory.get(testCategory);
269 return mRows.get(position);
279 ? mTestResults.get(item.className)
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 156 return (ClassDefItem) classDefs.get(new CstType(type));
456 return stringIds.get(cst);
458 return typeIds.get(cst);
460 return methodIds.get(cst);
462 return fieldIds.get(cst);
480 * add items happen before the calls to the sections that get
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 385 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
406 annotations.get(sz - 1).setEndIfUnset(cursor);
460 Annotation last = annotations.get(asz - 1);
491 Annotation a = annotations.get(rightAt);
522 right.write(annotations.get(rightAt).getText());
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 218 int hour = cal.get(Calendar.HOUR_OF_DAY);
219 int minute = cal.get(Calendar.MINUTE);
220 int second = cal.get(Calendar.SECOND);
221 int milli = cal.get(Calendar.MILLISECOND);
232 // Get the city name and digital time strings
236 DateUtils.getDayOfWeekString(cal.get(Calendar.DAY_OF_WEEK),
GlobalTime.java 548 float offset = getOffset(mCities.get(mCityIndex));
551 } while (tzEqual(getOffset(mCities.get(mCityIndex)), offset));
553 offset = getOffset(mCities.get(mCityIndex));
570 float offset = getOffset(mCities.get(mCityIndex));
572 if (tzEqual(getOffset(mCities.get(nindex)), offset)) {
584 float offset = getOffset(mCities.get(mCityIndex));
586 if (tzEqual(getOffset(mCities.get(nindex)), offset)) {
607 City city = mClockCities.get(i);
622 City currCity = mCities.get(mCityIndex);
629 City city = mClockCities.get(i)
    [all...]
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 188 Coordinate c = cvec.get(index);
376 if (mSnakeTrail.get(index).equals(newCoord)) {
448 Coordinate head = mSnakeTrail.get(0);
484 Coordinate c = mSnakeTrail.get(snakeindex);
494 Coordinate c = mAppleList.get(appleindex);
  /external/guava/src/com/google/common/collect/
Lists.java 250 @Override public E get(int index) { method in class:Lists.OnePlusArrayList
295 @Override public E get(int index) { method in class:Lists.TwoPlusArrayList
432 @Override public T get(int index) {
433 return function.apply(fromList.get(index));
482 @Override public List<T> get(int index) {
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 571 return (SIPServerTransaction) this.retransmissionAlertTransactions.get(dialogId);
608 + dialogTable.get(dialogId));
634 if (this.earlyDialogTable.get(dialogId) != null) {
635 SIPDialog dialog = this.earlyDialogTable.get(dialogId);
665 if (this.earlyDialogTable.get(dialogId) != null) {
666 retval = this.earlyDialogTable.get(dialogId);
710 Object old = this.dialogTable.get(id);
754 SIPDialog sipDialog = (SIPDialog) dialogTable.get(dialogId);
859 * Get entry in the server transaction pending ACK table corresponding to an ACK.
865 return this.terminatedServerTransactionsPendingAck.get(ackMessage.getTopmostVia().getBranch())
    [all...]
  /external/webkit/WebCore/bindings/js/
JSSVGPODListCustom.h 54 JSSVGPODTypeWrapperCreatorForList<PODType>::create(item.get(), listImp->associatedAttributeName()).get(), context);
73 JSSVGPODTypeWrapperCreatorForList<PODType>::create(item.get(), attributeName).get(), context);
88 JSSVGStaticPODTypeWrapper<PODType>::create(*item).get(), 0 /* no context on purpose */);
  /external/webkit/WebCore/bindings/v8/
V8Proxy.h 177 // V8Proxy::setSVGContext(imp->getNewlyCreatedObject().get(), context);
178 // foo(imp->getNewlyCreatedObject().get());
184 // foo(V8Proxy::withSVGContext(imp->getNewlyCreatedObject(), context).get());
191 setSVGContext(object.get(), context);
325 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); }
430 V8DOMWrapper::setDOMWrapper(args.Holder(), tag, obj.get());
432 V8DOMWrapper::setJSWrapperForDOMObject(obj.get(), v8::Persistent<v8::Object>::New(args.Holder()));
471 V8DOMWrapper::setJSWrapperForDOMObject(object.get(), v8::Persistent<v8::Object>::New(holder));
  /external/webkit/WebCore/editing/
markup.cpp 272 return plainText(Range::create(node->document(), start, end).get());
283 style->merge(s.get(), true);
343 AtomicStringImpl* foundNS = namespaces.get(pre);
489 styleFromMatchedRules->merge(style.get());
510 style->merge(fromComputedStyle.get());
517 removeExteriorStyles(style.get());
692 style->merge(inlineStyleDecl.get());
705 return static_cast<CSSPrimitiveValue*>(value.get())->getIdent() == CSSValueNone;
716 return !propertyMissingOrEqualToNone(style.get(), CSSPropertyTextDecoration);
    [all...]
  /external/webkit/WebCore/inspector/
InspectorController.h 119 InspectorBackend* inspectorBackend() { return m_inspectorBackend.get(); }
120 InspectorFrontendHost* inspectorFrontendHost() { return m_inspectorFrontendHost.get(); }
121 InjectedScriptHost* injectedScriptHost() { return m_injectedScriptHost.get(); }
187 InspectorTimelineAgent* timelineAgent() { return m_timelineAgent.get(); }
268 InspectorDOMAgent* domAgent() { return m_domAgent.get(); }
  /external/webkit/WebCore/platform/gtk/
LocalizedStringsGtk.cpp 356 return String::fromUTF8(string.get());
471 return String::fromUTF8(string.get());
476 return String::fromUTF8(string.get());
481 return String::fromUTF8(string.get());
485 return String::fromUTF8(string.get());

Completed in 1222 milliseconds

<<81828384858687888990>>