Searched refs:getArray (Results 1 - 25 of 66) sorted by relevance

123

/external/skia/src/gpu/
H A DGrTextStrike.h42 int countGlyphs() const { return fCache.getArray().count(); }
44 return fCache.getArray()[index];
86 int countStrikes() const { return fCache.getArray().count(); }
88 return fCache.getArray()[index];
H A DGrTHashTable.h55 const SkTDArray<T*>& getArray() const { return fSorted; } function in class:GrTHashTable
56 SkTDArray<T*>& getArray() { return fSorted; } function in class:GrTHashTable
H A DGrTextStrike.cpp246 fCache.getArray().visitAll(free_glyph);
274 SkTDArray<GrGlyph*>& glyphArray = fCache.getArray();
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectManager.java60 final Object[] additionsArray = mPendingAdditions.getArray();
70 final Object[] removalsArray = mPendingRemovals.getArray();
85 final Object[] objectArray = mObjects.getArray();
120 final Object[] objectArray = mObjects.getArray();
H A DGameObjectManager.java66 final Object[] deathArray = mMarkedForDeathObjects.getArray();
86 final Object[] objectArray = objects.getArray();
112 final Object[] inactiveArray = mInactiveObjects.getArray();
H A DFixedSizeArray.java177 public final Object[] getArray() { method in class:FixedSizeArray
H A DRenderSystem.java63 final Object[] objectArray = objects.getArray();
/external/chromium_org/third_party/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/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/deqp/framework/delibs/decpp/
H A DdePoolArray.hpp129 const PoolArray<T, Alignment>* getArray (void) const throw() { return m_array; } function in class:de::PoolArrayConstIterator
165 PoolArray<T, Alignment>* getArray (void) const throw() { return m_array; } function in class:de::PoolArrayIterator
435 , m_array (iter.getArray())
449 return PoolArrayConstIterator<T, Alignment>(iter->getArray(), iter->getNdx()+offs);
455 return PoolArrayConstIterator<T, Alignment>(iter->getArray(), iter->getNdx()+offs);
461 return PoolArrayConstIterator<T, Alignment>(iter.getArray(), iter.getNdx()-offs);
496 return PoolArrayIterator<T, Alignment>(iter.getArray(), iter.getNdx()+offs);
502 return PoolArrayIterator<T, Alignment>(iter.getArray(), iter.getNdx()+offs);
508 return PoolArrayIterator<T, Alignment>(iter.getArray(), iter.getNdx()-offs);
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DShortArrayCodeOutput.java44 public short[] getArray() { method in class:ShortArrayCodeOutput
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtfsmalls.cpp272 const Formattable* res_array = ft_arr.getArray( res_cnt );
281 it_logln("FT getArray tested");
282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR);
284 it_errln("*** FT getArray with status failed on real array");
286 it_logln("FT getArray with status tested on real array");
289 it_errln("*** FT getArray comparison");
292 it_errln(UnicodeString("*** FT getArray count res_cnt=") + res_cnt + UnicodeString("ft_cnt=") + ft_cnt);
295 res_array = fta.getArray(res_cnt, status = U_ZERO_ERROR);
298 it_logln("FT getArray with status tested on non array");
300 it_errln("*** FT getArray wit
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtfsmalls.cpp272 const Formattable* res_array = ft_arr.getArray( res_cnt );
281 it_logln("FT getArray tested");
282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR);
284 it_errln("*** FT getArray with status failed on real array");
286 it_logln("FT getArray with status tested on real array");
289 it_errln("*** FT getArray comparison");
292 it_errln(UnicodeString("*** FT getArray count res_cnt=") + res_cnt + UnicodeString("ft_cnt=") + ft_cnt);
295 res_array = fta.getArray(res_cnt, status = U_ZERO_ERROR);
298 it_logln("FT getArray with status tested on non array");
300 it_errln("*** FT getArray wit
[all...]
/external/chromium_org/third_party/icu/source/samples/numfmt/
H A Dutil.cpp103 const Formattable* array = f.getArray(count);
/external/icu/icu4c/source/samples/numfmt/
H A Dutil.cpp103 const Formattable* array = f.getArray(count);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h253 * Selector indicating an array of Formattables. Use getArray
445 const Formattable* getArray(int32_t& count) const function in class:Formattable
457 const Formattable* getArray(int32_t& count, UErrorCode& status) const;
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h253 * Selector indicating an array of Formattables. Use getArray
445 const Formattable* getArray(int32_t& count) const function in class:Formattable
457 const Formattable* getArray(int32_t& count, UErrorCode& status) const;
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp672 Formattable::getArray(int32_t& count, UErrorCode& status) const function in class:Formattable
877 array = obj.getArray(count);
998 (void)obj->getArray(count, *status);
1006 (void)obj->getArray(count, *status);
/external/clang/include/clang/Sema/
H A DDesignator.h136 static Designator getArray(Expr *Index, function in class:clang::Designator
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp672 Formattable::getArray(int32_t& count, UErrorCode& status) const function in class:Formattable
877 array = obj.getArray(count);
998 (void)obj->getArray(count, *status);
1006 (void)obj->getArray(count, *status);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DJSONValues.h199 PassRefPtr<JSONArray> getArray(const String& name) const;
242 using JSONObjectBase::getArray;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDexFile.java197 out.write(result.getArray());
222 return result.getArray();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptBase.cpp63 RefPtr<JSONArray> stackTrace = object->getArray("stackTrace");

Completed in 8167 milliseconds

123