HomeSort by relevance Sort by last modified time
    Searched refs:fArray (Results 26 - 49 of 49) sorted by null

12

  /external/icu/icu4c/source/tools/gennorm2/
norms.cpp 30 fArray[fLength++]=(c<<8)|cc;
41 fArray[j]=fArray[j-1];
43 fArray[i]=(c<<8)|cc;
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 442 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
463 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
697 Formattable* fArray;
  /external/skia/src/core/
SkRecorder.h 26 int count() const { return fArray.count(); }
27 SkDrawable* const* begin() const { return fArray.begin(); }
35 SkTDArray<SkDrawable*> fArray;
SkRegion.cpp 837 , fArray(array)
846 int stop = operate_on_span(a_runs, b_runs, fArray, start, fMin, fMax);
849 SkASSERT(SkRegion_kRunTypeSentinel == (*fArray)[stop - 1]);
851 // Assert memcmp won't exceed fArray->count().
852 SkASSERT(fArray->count() >= SkToInt(start + len - 1));
854 (1 == len || !memcmp(&(*fArray)[fPrevDst],
855 &(*fArray)[start],
858 (*fArray)[fPrevDst - 2] = (SkRegionPriv::RunType)bottom;
863 (*fArray)[start - 2] = (SkRegionPriv::RunType)bottom;
864 (*fArray)[start - 1] = SkToS32(len >> 1)
    [all...]
SkRecorder.cpp 21 fArray.unrefAll();
25 const int count = fArray.count();
31 pics[i] = fArray[i]->newPictureSnapshot();
37 *fArray.append() = SkRef(drawable);
  /external/skqp/src/core/
SkRecorder.h 26 int count() const { return fArray.count(); }
27 SkDrawable* const* begin() const { return fArray.begin(); }
35 SkTDArray<SkDrawable*> fArray;
SkRegion.cpp 837 , fArray(array)
846 int stop = operate_on_span(a_runs, b_runs, fArray, start, fMin, fMax);
849 SkASSERT(SkRegion_kRunTypeSentinel == (*fArray)[stop - 1]);
851 // Assert memcmp won't exceed fArray->count().
852 SkASSERT(fArray->count() >= SkToInt(start + len - 1));
854 (1 == len || !memcmp(&(*fArray)[fPrevDst],
855 &(*fArray)[start],
858 (*fArray)[fPrevDst - 2] = (SkRegionPriv::RunType)bottom;
863 (*fArray)[start - 2] = (SkRegionPriv::RunType)bottom;
864 (*fArray)[start - 1] = SkToS32(len >> 1)
    [all...]
SkRecorder.cpp 21 fArray.unrefAll();
25 const int count = fArray.count();
31 pics[i] = fArray[i]->newPictureSnapshot();
37 *fArray.append() = SkRef(drawable);
  /external/icu/icu4c/source/common/
unistr.cpp 123 umtx_atomic_inc((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
128 return umtx_atomic_dec((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
133 return umtx_loadAcquire(*((u_atomic_int32_t *)fUnion.fFields.fArray - 1));
139 uprv_free((int32_t *)fUnion.fFields.fArray - 1);
388 // have fArray point to the first UChar
389 fUnion.fFields.fArray = (UChar *)array;
396 fUnion.fFields.fArray = 0;
532 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
542 fUnion.fFields.fArray = src.fUnion.fFields.fArray
    [all...]
  /art/test/906-iterate-heap/src/art/
Test906.java 166 float[] fArray = new float[] { 0.0f, 1.0f };
167 setTag(fArray, 1);
168 System.out.println(iterateThroughHeapPrimitiveArray(getTag(fArray)));
169 System.out.println(getTag(fArray));
  /art/test/913-heaps/src/art/
Test913.java 136 final float[] fArray = new float[] { 0.0f, 1.0f };
137 setTag(fArray, 6);
151 Object f = fArray;
162 System.out.print(getTag(fArray));
  /external/icu/icu4c/source/tools/genrb/
wrtjava.cpp 407 len=itostr(buf,res->fArray[i],10,0);
419 len=itostr(buf,res->fArray[i],10,0);
reslist.cpp 336 fCount(0), fArray(new uint32_t[RESLIST_MAX_INT_VECTOR]) {
337 if (fArray == NULL) {
344 delete[] fArray;
349 fArray[fCount++] = value;
764 udata_write32(mem, fArray[i]);
    [all...]
reslist.h 387 uint32_t *fArray;
wrtxml.cpp 742 len = itostr(buf, res->fArray[i], 10, 0);
    [all...]
  /external/skia/tools/bookmaker/
parserCommon.cpp 416 SkASSERT(fStack.back().fArray);
464 if (!status->fArray) {
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 474 * @param fArray the float array to copy into the {@link Allocation}.
479 private static Allocation createFloat4Allocation(RenderScript rs, float[] fArray,
481 if (fArray.length != width * height * 4) {
482 throw new IllegalArgumentException("Invalid float array of length " + fArray.length +
489 fAlloc.copyFrom(fArray);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
gen.c     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
SkFontHost_mac.cpp     [all...]
  /external/skqp/src/ports/
SkFontHost_win.cpp     [all...]
SkFontHost_mac.cpp     [all...]
  /external/cldr/tools/java/libs/
xercesImpl.jar 

Completed in 2629 milliseconds

12