/external/skia/src/base/ |
D | SkTDPQueue.h | 36 SkTDPQueue(int reserve) { fArray.reserve(reserve); } in SkTDPQueue() 45 int count() const { return fArray.size(); } in count() 48 const T& peek() const { return fArray[0]; } in peek() 49 T& peek() { return fArray[0]; } in peek() 54 SkDEBUGCODE(if (SkToBool(INDEX)) { *INDEX(fArray[0]) = -1; }) in pop() 55 if (1 == fArray.size()) { in pop() 56 fArray.pop_back(); in pop() 60 fArray[0] = fArray[fArray.size() - 1]; in pop() 62 fArray.pop_back(); in pop() 71 int index = fArray.size(); in insert() [all …]
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 193 SkTypefacePlayback() : fCount(0), fArray(nullptr) {} in SkTypefacePlayback() 202 return fArray[index]; 206 buffer.setTypefaceArray(fArray.get(), fCount); in setupBuffer() 211 std::unique_ptr<sk_sp<SkTypeface>[]> fArray; variable 216 SkFactoryPlayback(int count) : fCount(count) { fArray = new SkFlattenable::Factory[count]; } in SkFactoryPlayback() 218 ~SkFactoryPlayback() { delete[] fArray; } in ~SkFactoryPlayback() 220 SkFlattenable::Factory* base() const { return fArray; } in base() 223 buffer.setFactoryPlayback(fArray, fCount); in setupBuffer() 228 SkFlattenable::Factory* fArray; variable
|
D | SkRecorder.h | 62 int count() const { return fArray.size(); } in count() 63 SkDrawable* const* begin() const { return fArray.begin(); } in begin() 64 SkDrawable* const* end() const { return fArray.end(); } in end() 72 SkTDArray<SkDrawable*> fArray;
|
/external/skia/include/private/base/ |
D | SkTemplates.h | 183 fArray = nullptr; in AutoSTArray() 190 fArray = nullptr; in AutoSTArray() 201 T* start = fArray; in reset() 211 SkASSERT((T*) fStorage != fArray); in reset() 212 sk_free(fArray); in reset() 216 fArray = (T*) sk_malloc_throw(count, sizeof(T)); in reset() 218 fArray = (T*) fStorage; in reset() 220 fArray = nullptr; in reset() 226 iter = fArray; in reset() 227 T* stop = fArray + count; in reset() [all …]
|
/external/skia/tests/ |
D | SerialProcsTest.cpp | 127 SkTDArray<SkPicture*> fArray; member 136 *c->fArray.append() = pic; in array_serial_proc() 147 auto found = std::find(c->fArray.begin(), c->fArray.end(), pic); in array_deserial_proc() 148 SkASSERT(found != c->fArray.end()); in array_deserial_proc() 149 if (found != c->fArray.end()) { in array_deserial_proc() 150 c->fArray.removeShuffle(std::distance(c->fArray.begin(), found)); in array_deserial_proc() 165 REPORTER_ASSERT(reporter, ctx.fArray.size() == count); in test_pictures() 168 REPORTER_ASSERT(reporter, ctx.fArray.size() == 0); in test_pictures()
|
/external/angle/third_party/glslang/src/Test/ |
D | structDeref.frag | 47 float[6] fArray; 54 fArray = float[6]( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0); 61 fArray = float[6]( 0.0, 1.0, 2.0, 3.0, 4.0, 5.0); 70 …gl_FragColor = (float(locals0.i) + locals1Array[6].f + fArray[3] + locals2.s1_1.f) * texture2D(sam…
|
D | spv.structDeref.frag | 47 float[6] fArray; 54 fArray = float[6]( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0); 61 fArray = float[6]( 0.0, 1.0, 2.0, 3.0, 4.0, 5.0); 70 …gl_FragColor = (float(locals0.i) + locals1Array[6].f + fArray[3] + locals2.s1_1.f) * texture(samp2…
|
/external/deqp-deps/glslang/Test/ |
D | structDeref.frag | 47 float[6] fArray; 54 fArray = float[6]( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0); 61 fArray = float[6]( 0.0, 1.0, 2.0, 3.0, 4.0, 5.0); 70 …gl_FragColor = (float(locals0.i) + locals1Array[6].f + fArray[3] + locals2.s1_1.f) * texture2D(sam…
|
D | spv.structDeref.frag | 47 float[6] fArray; 54 fArray = float[6]( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0); 61 fArray = float[6]( 0.0, 1.0, 2.0, 3.0, 4.0, 5.0); 70 …gl_FragColor = (float(locals0.i) + locals1Array[6].f + fArray[3] + locals2.s1_1.f) * texture(samp2…
|
/external/armnn/src/armnnUtils/test/ |
D | QuantizeHelperTest.cpp | 29 std::vector<float> fArray; variable 30 CHECK(IsFloatIterFunc(fArray.begin()) == true); 31 CHECK(IsFloatIterFunc(fArray.cbegin()) == true);
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
D | BindingsVersioningTest.java | 49 struct.fArray = new byte[] {10, 9, 8}; in newStruct() 108 v5.fArray = new byte[] {10, 9, 8}; in testOldToNew() 113 expected.fArray = new byte[] {10, 9, 8}; in testOldToNew() 127 v7.fArray = new byte[] {10, 9, 8}; in testOldToNew() 136 expected.fArray = new byte[] {10, 9, 8}; in testOldToNew() 193 expected.fArray = new byte[] {10, 9, 8}; in testNewToOld() 206 expected.fArray = new byte[] {10, 9, 8}; in testNewToOld()
|
/external/skia/src/ports/ |
D | SkFontMgr_mac_ct.cpp | 206 : fArray(CTFontDescriptorCreateMatchingFontDescriptors(desc, name_required().get())) in SkFontStyleSet_Mac() 209 if (!fArray) { in SkFontStyleSet_Mac() 210 fArray.reset(CFArrayCreate(nullptr, nullptr, 0, nullptr)); in SkFontStyleSet_Mac() 212 fCount = SkToInt(CFArrayGetCount(fArray.get())); in SkFontStyleSet_Mac() 221 CTFontDescriptorRef desc = (CTFontDescriptorRef)CFArrayGetValueAtIndex(fArray.get(), index); in getStyle() 233 SkASSERT((unsigned)index < (unsigned)CFArrayGetCount(fArray.get())); in createTypeface() 234 CTFontDescriptorRef desc = (CTFontDescriptorRef)CFArrayGetValueAtIndex(fArray.get(), index); in createTypeface() 247 SkUniqueCFRef<CFArrayRef> fArray; member in __anon880d4fce0211::SkFontStyleSet_Mac 255 CTFontDescriptorRef desc = (CTFontDescriptorRef)CFArrayGetValueAtIndex(fArray.get(), i); in findMatchingDesc()
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | spv.structDeref.frag.out | 30 Name 40 "fArray" 117 40(fArray): 39(ptr) Variable Function 131 Store 40(fArray) 42 149 Store 40(fArray) 79 178 107: 30(ptr) AccessChain 40(fArray) 106
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.structDeref.frag.out | 30 Name 40 "fArray" 117 40(fArray): 39(ptr) Variable Function 131 Store 40(fArray) 42 149 Store 40(fArray) 79 178 107: 30(ptr) AccessChain 40(fArray) 106
|
/external/icu/icu4c/source/i18n/ |
D | fmtable.cpp | 203 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count); in Formattable() 236 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray, in operator =() 311 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) { in operator ==() 347 delete[] fValue.fArrayAndCount.fArray; in dispose() 591 fValue.fArrayAndCount.fArray = createArrayCopy(array, count); in setArray() 614 fValue.fArrayAndCount.fArray = array; in adoptArray() 682 return fValue.fArrayAndCount.fArray; in getArray()
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | fmtable.cpp | 203 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count); in Formattable() 236 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray, in operator =() 311 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) { in operator ==() 347 delete[] fValue.fArrayAndCount.fArray; in dispose() 591 fValue.fArrayAndCount.fArray = createArrayCopy(array, count); in setArray() 614 fValue.fArrayAndCount.fArray = array; in adoptArray() 682 return fValue.fArrayAndCount.fArray; in getArray()
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | fmtable.cpp | 203 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count); in Formattable() 236 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray, in operator =() 311 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) { in operator ==() 347 delete[] fValue.fArrayAndCount.fArray; in dispose() 591 fValue.fArrayAndCount.fArray = createArrayCopy(array, count); in setArray() 614 fValue.fArrayAndCount.fArray = array; in adoptArray() 682 return fValue.fArrayAndCount.fArray; in getArray()
|
/external/cronet/stable/third_party/icu/source/common/ |
D | unistr.cpp | 123 umtx_atomic_inc((u_atomic_int32_t *)fUnion.fFields.fArray - 1); in addRef() 128 return umtx_atomic_dec((u_atomic_int32_t *)fUnion.fFields.fArray - 1); in removeRef() 133 return umtx_loadAcquire(*((u_atomic_int32_t *)fUnion.fFields.fArray - 1)); in refCount() 139 uprv_free((int32_t *)fUnion.fFields.fArray - 1); in releaseArray() 389 fUnion.fFields.fArray = (char16_t *)array; in allocate() 396 fUnion.fFields.fArray = 0; in allocate() 532 fUnion.fFields.fArray = src.fUnion.fFields.fArray; in copyFrom() 542 fUnion.fFields.fArray = src.fUnion.fFields.fArray; in copyFrom() 567 fUnion.fFields.fArray = 0; in copyFrom() 596 fUnion.fFields.fArray = src.fUnion.fFields.fArray; in copyFieldsFrom() [all …]
|
/external/cronet/tot/third_party/icu/source/common/ |
D | unistr.cpp | 123 umtx_atomic_inc((u_atomic_int32_t *)fUnion.fFields.fArray - 1); in addRef() 128 return umtx_atomic_dec((u_atomic_int32_t *)fUnion.fFields.fArray - 1); in removeRef() 133 return umtx_loadAcquire(*((u_atomic_int32_t *)fUnion.fFields.fArray - 1)); in refCount() 139 uprv_free((int32_t *)fUnion.fFields.fArray - 1); in releaseArray() 389 fUnion.fFields.fArray = (char16_t *)array; in allocate() 396 fUnion.fFields.fArray = 0; in allocate() 532 fUnion.fFields.fArray = src.fUnion.fFields.fArray; in copyFrom() 542 fUnion.fFields.fArray = src.fUnion.fFields.fArray; in copyFrom() 567 fUnion.fFields.fArray = 0; in copyFrom() 596 fUnion.fFields.fArray = src.fUnion.fFields.fArray; in copyFieldsFrom() [all …]
|
/external/icu/icu4c/source/common/ |
D | unistr.cpp | 147 umtx_atomic_inc(reinterpret_cast<u_atomic_int32_t*>(fUnion.fFields.fArray) - 1); in addRef() 152 return umtx_atomic_dec(reinterpret_cast<u_atomic_int32_t*>(fUnion.fFields.fArray) - 1); in removeRef() 157 return umtx_loadAcquire(*(reinterpret_cast<u_atomic_int32_t*>(fUnion.fFields.fArray) - 1)); in refCount() 163 uprv_free(reinterpret_cast<int32_t*>(fUnion.fFields.fArray) - 1); in releaseArray() 428 fUnion.fFields.fArray = reinterpret_cast<char16_t*>(array); in allocate() 435 fUnion.fFields.fArray = nullptr; in allocate() 571 fUnion.fFields.fArray = src.fUnion.fFields.fArray; in copyFrom() 581 fUnion.fFields.fArray = src.fUnion.fFields.fArray; in copyFrom() 606 fUnion.fFields.fArray = nullptr; in copyFrom() 635 fUnion.fFields.fArray = src.fUnion.fFields.fArray; in copyFieldsFrom() [all …]
|
/external/cronet/stable/third_party/icu/source/tools/gennorm2/ |
D | norms.h | 39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } in charAt() 40 uint8_t ccAt(int32_t i) const { return (uint8_t)fArray[i]; } in ccAt() 47 int32_t fArray[Normalizer2Impl::MAPPING_LENGTH_MASK];
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | norms.h | 39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } in charAt() 40 uint8_t ccAt(int32_t i) const { return static_cast<uint8_t>(fArray[i]); } in ccAt() 47 int32_t fArray[Normalizer2Impl::MAPPING_LENGTH_MASK];
|
/external/cronet/tot/third_party/icu/source/tools/gennorm2/ |
D | norms.h | 39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } in charAt() 40 uint8_t ccAt(int32_t i) const { return (uint8_t)fArray[i]; } in ccAt() 47 int32_t fArray[Normalizer2Impl::MAPPING_LENGTH_MASK];
|
/external/icu/icu4c/source/i18n/unicode/ |
D | fmtable.h | 443 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; } in getArray() 464 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; } 698 Formattable* fArray; member
|
/external/cronet/stable/third_party/icu/source/i18n/unicode/ |
D | fmtable.h | 444 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; } in getArray() 465 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; } 699 Formattable* fArray; member
|