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

123

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.h43 int countGlyphs() const { return fCache.getArray().count(); }
45 return fCache.getArray()[index];
91 int countStrikes() const { return fCache.getArray().count(); }
93 return fCache.getArray()[index];
H A DGrTHashCache.h62 const SkTDArray<T*>& getArray() const { return fSorted; } function in class:GrTHashTable
63 SkTDArray<T*>& getArray() { return fSorted; } function in class:GrTHashTable
H A DGrTextStrike.cpp196 fCache.getArray().visitAll(free_glyph);
218 fCache.getArray().visitAll(invalidate_glyph);
/external/skia/src/gpu/
H A DGrTextStrike.h43 int countGlyphs() const { return fCache.getArray().count(); }
45 return fCache.getArray()[index];
91 int countStrikes() const { return fCache.getArray().count(); }
93 return fCache.getArray()[index];
H A DGrTHashCache.h62 const SkTDArray<T*>& getArray() const { return fSorted; } function in class:GrTHashTable
63 SkTDArray<T*>& getArray() { return fSorted; } function in class:GrTHashTable
H A DGrTextStrike.cpp196 fCache.getArray().visitAll(free_glyph);
218 fCache.getArray().visitAll(invalidate_glyph);
/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/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DNode.java103 for (Spatial child : children.getArray()){
114 for (Spatial child : children.getArray()){
129 for (Spatial child : children.getArray()) {
153 for (Spatial child : children.getArray()) {
176 for (Spatial child : children.getArray()) {
433 for (Spatial child : children.getArray()) {
458 for (Spatial child : children.getArray()) {
486 for (Spatial child : children.getArray()) {
493 for (Spatial child : children.getArray()){
604 for (Spatial child : children.getArray()) {
[all...]
/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/jmonkeyengine/engine/src/core/com/jme3/app/state/
H A DAppStateManager.java100 return initializing.getArray();
106 return terminating.getArray();
112 return states.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/chromium_org/third_party/icu/source/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/icu4c/i18n/unicode/
H A Dfmtable.h251 * Selector indicating an array of Formattables. Use getArray
443 const Formattable* getArray(int32_t& count) const function in class:Formattable
455 const Formattable* getArray(int32_t& count, UErrorCode& status) const;
/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/icu4c/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/icu4c/samples/numfmt/
H A Dutil.cpp103 const Formattable* array = f.getArray(count);
/external/clang/include/clang/Sema/
H A DDesignator.h136 static Designator getArray(Expr *Index, function in class:clang::Designator
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDexFile.java197 out.write(result.getArray());
222 return result.getArray();

Completed in 567 milliseconds

123