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

<<81828384858687888990>>

  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 109 return (CONSTANT_Class_info) m_constants.get (m_this_class_index);
114 return (CONSTANT_Class_info) m_constants.get (m_super_class_index);
194 return m_fields.get (this, name);
199 return m_methods.get (this, name);
317 ifcs [i] = Types.vmNameToJavaName (((CONSTANT_Class_info) m_constants.get (interfaces.get (i))).getName (this));
339 final Field_info field = fields.get (f);
387 final Method_info method = methods.get (i);
622 final Field_info field = m_fields.get (offset);
  /external/icu4c/i18n/
chnsecal.cpp 73 * get close to the next or prior new moon, but not cross it. Must be
341 int32_t dom = get(UCAL_DAY_OF_MONTH, status);
343 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day
371 int32_t dom = get(UCAL_DAY_OF_MONTH, status);
373 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day
383 int32_t m = get(UCAL_MONTH, status); // 0-based month
386 if (get(UCAL_IS_LEAP_MONTH, status) == 1) {
468 int32_t cacheValue = CalendarCache::get(&gChineseCalendarWinterSolsticeCache, gyear, status)
    [all...]
dtitvfmt.cpp 294 if ( fromCalendar.get(UCAL_ERA,status) != toCalendar.get(UCAL_ERA,status)) {
296 } else if ( fromCalendar.get(UCAL_YEAR, status) !=
297 toCalendar.get(UCAL_YEAR, status) ) {
299 } else if ( fromCalendar.get(UCAL_MONTH, status) !=
300 toCalendar.get(UCAL_MONTH, status) ) {
302 } else if ( fromCalendar.get(UCAL_DATE, status) !=
303 toCalendar.get(UCAL_DATE, status) ) {
305 } else if ( fromCalendar.get(UCAL_AM_PM, status) !=
306 toCalendar.get(UCAL_AM_PM, status) )
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 96 /** Get an immutable empty FieldSet. */
126 * Get a simple map containing all the fields.
133 * Get an iterator to the field map. This iterator should not be leaked
150 return fields.get(descriptor) != null;
160 return fields.get(descriptor);
209 final Object value = fields.get(descriptor);
228 final Object value = fields.get(descriptor);
233 return ((List) value).get(index);
250 final Object list = fields.get(descriptor);
273 final Object existingValue = fields.get(descriptor)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 92 // Get an identifier that uniquely identifies this type within the file.
217 " getDescriptor().getMessageTypes().get($index$);\n");
221 " internal_$parent$_descriptor.getNestedTypes().get($index$);\n");
348 field_generators_.get(descriptor_->field(i)).GenerateMembers(printer);
357 field_generators_.get(descriptor_->field(i))
473 field_generators_.get(sorted_fields[i]).GenerateSerializedSizeCode(printer);
582 field_generators_.get(field).GenerateSerializationCode(printer);
644 field_generators_.get(descriptor_->field(i))
738 field_generators_.get(descriptor_->field(i)).GenerateBuildingCode(printer);
778 field_generators_.get(descriptor_->field(i)).GenerateMergingCode(printer)
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSString.h 169 : JSCell(globalData->stringStructure.get())
179 : JSCell(globalData->stringStructure.get())
186 : JSCell(globalData->stringStructure.get())
193 : JSCell(globalData->stringStructure.get())
202 : JSCell(globalData->stringStructure.get())
215 : JSCell(globalData->stringStructure.get())
228 : JSCell(globalData->stringStructure.get())
243 : JSCell(exec->globalData().stringStructure.get())
255 : JSCell(globalData->stringStructure.get())
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 107 p.qtMovie = reinterpret_cast<QTMovie*>(m_qtMovie.get());
554 p->drawWindowsBitmap(bitmap.get(), r.topLeft());
649 ASSERT(m_qtMovie.get() == movie);
658 ASSERT(m_qtMovie.get() == movie);
667 ASSERT(m_qtMovie.get() == movie);
677 ASSERT(m_qtMovie.get() == movie);
793 RetainPtr<CGDataProviderRef> provider(AdoptCF, CGDataProviderCreateWithCFData(data.get()));
795 kCGBitmapByteOrder32Little | kCGImageAlphaFirst, provider.get(), 0, false, kCGRenderingIntentDefault));
800 CGContextDrawImage(context.platformContext(), rect, frameImage.get());
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 626 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
636 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
648 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
669 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
712 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
729 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
738 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
747 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
762 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 470 listeners.get(i).onGestureCancelled(this, event);
483 otherListeners.get(i).onGesturingEnded(this);
594 listeners.get(i).onGestureStarted(this, event);
659 listeners.get(i).onGesturingStarted(this);
669 listeners.get(i).onGesture(this, event);
689 listeners.get(i).onGestureEnded(this, event);
709 listeners.get(i).onGesturingEnded(this);
718 listeners.get(i).onGestureCancelled(this, event);
728 actionListeners.get(i).onGesturePerformed(GestureOverlayView.this, mCurrentGesture);
  /frameworks/base/opengl/libagl/
matrix.cpp 911 ogles_context_t* c = ogles_context_t::get();
933 ogles_context_t* c = ogles_context_t::get();
941 ogles_context_t* c = ogles_context_t::get();
948 ogles_context_t* c = ogles_context_t::get();
956 ogles_context_t* c = ogles_context_t::get();
965 ogles_context_t* c = ogles_context_t::get();
974 ogles_context_t* c = ogles_context_t::get();
985 ogles_context_t* c = ogles_context_t::get();
999 ogles_context_t* c = ogles_context_t::get();
1008 ogles_context_t* c = ogles_context_t::get();
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 646 int col = ((Integer) h.get("name")).intValue();
657 col = ((Integer) h.get("type")).intValue();
667 col = ((Integer) h.get("dflt_value")).intValue();
672 col = ((Integer) h.get("cid")).intValue();
674 col = ((Integer) h.get("notnull")).intValue();
777 int col = ((Integer) h0.get("unique")).intValue();
779 col = ((Integer) h0.get("name")).intValue();
804 col = ((Integer) h2.get("name")).intValue();
808 col = ((Integer) h1.get("name")).intValue();
896 int col = ((Integer) h0.get("unique")).intValue()
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 128 public static Contact get(String number, boolean canBlock) { method in class:Contact
129 return sContactCache.get(number, canBlock);
141 // call addListener() so they immediately get notified when the contact has been
170 sContactCache.get(mNumber, false);
279 // cache each time that occurs. Unless we can get targeted updates for the contacts we
353 ArrayList<Contact> alc = mContactsHash.get(key);
404 public Contact get(String number, boolean canBlock) { method in class:Contact.ContactsCache
405 if (V) logWithTrace("get(%s, %s)", number, canBlock);
410 // all such anonymous messages will get added to the same
416 Contact contact = get(number)
751 public Contact get(String numberOrEmail) { method in class:Contact.ContactsCache
    [all...]
  /external/chromium/third_party/icu/source/i18n/
dtitvfmt.cpp 295 if ( fromCalendar.get(UCAL_ERA,status) != toCalendar.get(UCAL_ERA,status)) {
297 } else if ( fromCalendar.get(UCAL_YEAR, status) !=
298 toCalendar.get(UCAL_YEAR, status) ) {
300 } else if ( fromCalendar.get(UCAL_MONTH, status) !=
301 toCalendar.get(UCAL_MONTH, status) ) {
303 } else if ( fromCalendar.get(UCAL_DATE, status) !=
304 toCalendar.get(UCAL_DATE, status) ) {
306 } else if ( fromCalendar.get(UCAL_AM_PM, status) !=
307 toCalendar.get(UCAL_AM_PM, status) )
    [all...]
  /external/guava/src/com/google/common/collect/
Synchronized.java 403 public E get(int index) { method in class:Synchronized.SynchronizedList
405 return delegate().get(index);
664 public Collection<V> get(K key) { method in class:Synchronized.SynchronizedMultimap
666 return typePreservingCollection(delegate().get(key), mutex);
799 @Override public List<V> get(K key) { method in class:Synchronized.SynchronizedListMultimap
801 return list(delegate().get(key), mutex);
843 @Override public Set<V> get(K key) { method in class:Synchronized.SynchronizedSetMultimap
845 return set(delegate().get(key), mutex);
894 @Override public SortedSet<V> get(K key) { method in class:Synchronized.SynchronizedSortedSetMultimap
896 return sortedSet(delegate().get(key), mutex)
    [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMBinding.cpp 89 } else if (JSWrapperCache* wrapperCache = m_wrapperCacheMap.get(world))
223 return DOMObjectHashTableMap::mapFor(globalData).get(staticTable);
243 if (worldIter->m_wrappers.get(objectHandle))
251 return DOMObjectWrapperMapFor(exec).get(objectHandle);
276 return document->getWrapperCache(currentWorld(exec))->get(node);
277 return static_cast<JSNode*>(DOMObjectWrapperMapFor(exec).get(node));
657 int lineNumber = exceptionObject->get(exec, Identifier(exec, "line")).toInt32(exec);
658 UString exceptionSourceURL = exceptionObject->get(exec, Identifier(exec, "sourceURL")).toString(exec);
711 errorObject = toJS(exec, globalObject, SVGException::create(description).get(), 0 /* no context on purpose */);
801 return structures.get(classInfo).get()
    [all...]
  /external/webkit/WebCore/page/
DragController.cpp 120 return fragment.get();
126 return createFragmentFromText(context.get(), dragData->asPlainText()).get();
164 mainFrame->eventHandler()->cancelDragAndDrop(createMouseEvent(dragData), clipboard.get());
187 mainFrame->eventHandler()->performDragAndDrop(createMouseEvent(dragData), clipboard.get());
244 // In order to get around this problem we assume any non-FILE input element
377 if (!innerFrame->editor()->shouldApplyStyle(style.get(), innerRange.get()))
380 innerFrame->editor()->applyStyle(style.get(), EditActionSetColor);
442 if (text.isEmpty() || !innerFrame->editor()->shouldInsertText(text, range.get(), EditorInsertActionDropped))
    [all...]
  /external/webkit/WebCore/platform/network/mac/
FormDataStreamMac.mm 109 ResourceHandle* resourceHandle = getStreamResourceHandleMap().get(data->stream).get();
165 RetainPtr<CFURLRef> fileURL(AdoptCF, CFURLCreateWithFileSystemPath(0, filename.get(), kCFURLPOSIXPathStyle, FALSE));
166 form->currentStream = CFReadStreamCreateWithFile(0, fileURL.get());
379 [request setHTTPBodyStream:(NSInputStream *)stream.get()];
384 return getStreamFormDataMap().get((CFReadStreamRef)stream).get();
  /frameworks/base/core/java/android/content/
IntentFilter.java 452 return mActions.get(index);
556 return mDataTypes.get(index);
600 return mDataSchemes.get(index);
737 return mDataAuthorities.get(index);
803 return mDataPaths.get(index);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 103 * the underlying collection is a map, so order is not respected. To get the desired attribute
419 if (childlist != null && childlist.size() > 1 && childlist.get(0) != this) {
421 return index > 0 ? childlist.get(index - 1) : null;
436 if (size > 1 && childlist.get(size - 1) != this) {
438 return index >= 0 && index < size - 1 ? childlist.get(index + 1) : null;
522 // get the error value from the attributes.
567 ElementDescriptor desc = mMap.get(xmlLocalName);
683 return getInternalUiAttributes().get(attr_desc);
821 // If we get here and parent_xml_node is null, the node is to be created
    [all...]
  /external/webkit/WebCore/editing/
CompositeEditCommand.cpp 186 ASSERT(canHaveChildrenForEditing(parent.get()));
249 if (renderer && (!renderer->canHaveChildren() || hasARenderedDescendant(node.get()) || node->rootEditableElement() == node))
272 ASSERT(!first->isDescendantOf(second.get()) && second != first);
300 int startIndex = TextIterator::rangeLength(startRange.get());
318 setEndingSelection(VisibleSelection(selectedRange.get()));
334 applyCommandToComposite(DeleteFromTextNodeCommand::create(node.get(), offset, count));
436 // this function doesn't get all surrounding whitespace, just the whitespace in the current text node.
699 moveParagraphs(visibleParagraphStart, visibleParagraphEnd, VisiblePosition(Position(newBlock.get(), 0)));
763 Node* item = ancestors[i - 1].get();
765 appendNode(child, static_cast<Element *>(lastNode.get()));
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 215 // Get the QuickTime dll directory from the registry. The key can be in either HKLM or HKCU.
370 dumpFrameScrollPosition(framePtr.get());
427 result.append(dumpFramesAsText(framePtr.get()));
548 dumpHistoryItem(item.get(), indent + 4, false);
614 dumpHistoryItem(historyItemToPrint.get(), 8, i == currentItemIndex);
625 IWebView* webView = windowToWebViewMap().get(window).get();
778 Vector<wchar_t> urlCharacters(CFStringGetLength(persistentUserStyleSheetLocation.get()));
779 CFStringGetCharacters(persistentUserStyleSheetLocation.get(), CFRangeMake(0, CFStringGetLength(persistentUserStyleSheetLocation.get())), (UniChar *)urlCharacters.data())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 225 FolderConfiguration config = device.getConfigs().get(values[1]);
667 // get the file stored state
740 ResourceQualifier[] locale = mLocaleList.get(i);
    [all...]
  /development/samples/AccessibilityService/src/com/example/android/clockback/
ClockBackService.java 306 long[] pattern = sVibrationPatterns.get(key);
376 // Get the vibrator service.
379 // Get the AudioManager and configure according the current ring mode.
427 // Get the announce template.
585 // We try to get the event text if such.
612 // There is no event text but we try to get the content description which is
646 int resourceId = sEventDataMappedStringResourceIds.get(lookupIndex);
676 && ("1".equals(event.getText().get(0).toString()) || "01".equals(event.getText()
677 .get(0).toString()))) {
690 String earconName = mEarconNames.get(earconId)
    [all...]
  /external/chromium/base/json/
json_reader.cc 155 if (root.get()) {
206 if (!node.get())
212 if (!node.get())
226 static_cast<ListValue*>(node.get())->Append(array_node);
266 if (!dict_key_value.get())
284 static_cast<DictionaryValue*>(node.get())->SetWithoutPathExpansion(
  /external/chromium/base/
message_pump_glib_unittest.cc 350 // full, the helper verifies that both tasks and events get processed.
351 // If that is not the case, either event_count_ or task_count_ will not get
358 0, NewRunnableMethod(helper.get(), &ConcurrentHelper::FromEvent));
360 0, NewRunnableMethod(helper.get(), &ConcurrentHelper::FromEvent));
364 FROM_HERE, NewRunnableMethod(helper.get(), &ConcurrentHelper::FromTask));
366 FROM_HERE, NewRunnableMethod(helper.get(), &ConcurrentHelper::FromTask));
490 FROM_HERE, NewRunnableMethod(runner.get(), &GLibLoopRunner::Quit), 40);
521 FROM_HERE, NewRunnableMethod(runner.get(), &GLibLoopRunner::Quit), 40);

Completed in 582 milliseconds

<<81828384858687888990>>