Searched defs:getArray (Results 1 - 22 of 22) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DShortArrayCodeOutput.java44 public short[] getArray() { method in class:ShortArrayCodeOutput
/external/skia/src/animator/
H A DSkOperand.h36 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; } function in struct:SkScriptValue
H A DSkOperand2.h46 SkOpArray* getArray() { SkASSERT(fType == SkOperand2::kArray); return fOperand.fArray; } function in struct:SkScriptValue2
/external/skia/src/gpu/
H A DGrTHashCache.h51 const GrTDArray<T*>& getArray() const { return fSorted; } function in class:GrTHashTable
/external/icu4c/i18n/unicode/
H A Dfmtable.h239 * Selector indicating an array of Formattables. Use getArray
431 const Formattable* getArray(int32_t& count) const function in class:Formattable
443 const Formattable* getArray(int32_t& count, UErrorCode& status) const;
/external/replicaisland/src/com/replica/replicaisland/
H A DFixedSizeArray.java177 public final Object[] getArray() { method in class:FixedSizeArray
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DByteArrayInput.java62 public byte[] getArray() { method in class:ByteArrayInput
H A DByteArrayAnnotatedOutput.java126 public byte[] getArray() { method in class:ByteArrayAnnotatedOutput
135 * @see #getArray
H A DByteArrayOutput.java121 public byte[] getArray() { method in class:ByteArrayOutput
130 * @see #getArray
/external/clang/include/clang/Sema/
H A DDesignator.h136 static Designator getArray(Expr *Index, function in class:clang::Designator
H A DDeclSpec.h1346 static DeclaratorChunk getArray(unsigned TypeQuals, function in struct:clang::DeclaratorChunk
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java124 public byte[] getArray() { method in class:ByteArrayAnnotatedOutput
133 * @see #getArray
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSafeArrayList.java115 public final E[] getArray() { method in class:SafeArrayList
164 return getArray();
169 E[] array = getArray();
196 return Arrays.asList(getArray()).containsAll(c);
249 E[] array = getArray();
281 E[] array = getArray();
295 E[] array = getArray();
309 return new ArrayIterator<E>(getArray(), 0);
313 return new ArrayIterator<E>(getArray(), index);
319 List<E> raw = Arrays.asList(getArray())
[all...]
/external/icu4c/i18n/
H A Dfmtable.cpp662 Formattable::getArray(int32_t& count, UErrorCode& status) const function in class:Formattable
843 array = obj.getArray(count);
/external/webkit/Source/WebCore/inspector/
H A DInspectorValues.cpp679 PassRefPtr<InspectorArray> InspectorObject::getArray(const String& name) const function in class:WebCore::InspectorObject
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java281 public Array getArray(int columnIndex) throws SQLException { method in class:Impl_RowSet
285 public Array getArray(String colName) throws SQLException { method in class:Impl_RowSet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.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.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/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 321 milliseconds