Searched defs:getElement (Results 1 - 25 of 27) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionDecl.java168 public String getElement(int i) throws ArrayIndexOutOfBoundsException method in class:ElemExtensionDecl
/external/guava/guava/src/com/google/common/collect/
H A DMultiset.java238 E getElement(); method in interface:Multiset.Entry
260 * Objects.equal(a.getElement(), b.getElement())
H A DRegularImmutableSortedMultiset.java48 public E getElement() { method in class:RegularImmutableSortedMultiset.CumulativeCountEntry
64 previous = new CumulativeCountEntry<E>(entry.getElement(), entry.getCount(), previous));
82 return entry.getElement();
H A DTreeMultiset.java319 public E getElement() { method in class:TreeMultiset.LiveEntry
H A DMultisets.java306 @Nullable public E getElement() { method in class:Multisets.ImmutableEntry
519 E element = entry1.getElement();
549 int superCount = superMultiset.count(entry.getElement());
593 int retainCount = occurrencesToRetain.count(entry.getElement());
598 multisetToModify.setCount(entry.getElement(), retainCount);
646 int removeCount = occurrencesToRemove.count(entry.getElement());
651 multisetToModify.remove(entry.getElement(), removeCount);
671 && Objects.equal(this.getElement(), that.getElement());
681 E e = getElement();
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DNamespaceMappings.java448 public Object getElement(int index) { method in class:NamespaceMappings.Stack
/external/clang/include/clang/AST/
H A DStmtObjC.h35 Stmt *getElement() { return SubExprs[ELEM]; } function in class:clang::ObjCForCollectionStmt
41 const Stmt *getElement() const { return SubExprs[ELEM]; } function in class:clang::ObjCForCollectionStmt
H A DExprObjC.h173 Expr *getElement(unsigned Index) { function in class:clang::ObjCArrayLiteral
177 const Expr *getElement(unsigned Index) const { function in class:clang::ObjCArrayLiteral
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java315 public E getElement() { method in class:TreeMultiset.LiveEntry
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp282 bool WebBindings::getElement(NPObject* element, WebElement* webElement) function in class:WebKit::WebBindings
/external/webkit/Source/WebCore/plugins/
H A DPluginView.h270 Element* getElement() const { return m_element; } function in class:WebCore::PluginView
/external/icu4c/i18n/
H A Dtranslit.cpp1165 const Transliterator& Transliterator::getElement(int32_t index, UErrorCode& ec) const { function in class:Transliterator
/external/llvm/include/llvm/
H A DDebugInfo.h153 DIDescriptor getElement(unsigned Idx) const { function in class:llvm::DIArray
481 DIType T(A.getElement(0));
/external/skia/src/animator/
H A DSkAnimator.cpp187 const SkDisplayable* SkAnimator::getElement(const char* id) { function in class:SkAnimator
201 const SkDisplayable* element = getElement(id);
212 const SkDisplayable* element = getElement(elementID);
242 const SkDisplayable* element = getElement(id);
259 const SkDisplayable* element = getElement(id);
276 const SkDisplayable* element = getElement(id);
328 const SkDisplayable* element = getElement(id);
354 const SkDisplayable* element = getElement(id);
373 const SkDisplayable* element = getElement(id);
557 SkDisplayable* element = (SkDisplayable*) getElement(i
[all...]
/external/llvm/include/llvm/TableGen/
H A DRecord.h754 Init *getElement(unsigned i) const { function in class:llvm::ListInit
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 992 milliseconds

12