Home
last modified time | relevance | path

Searched refs:kIndex (Results 1 – 25 of 31) sorted by relevance

12

/external/skia/tests/
DTextureCompressionTest.cpp261 const uint64_t kIndex = kIndexEncodingMap[quant]; in DEF_TEST() local
266 (kIndex << 16) | (kIndex << 19) | (kIndex << 22) | (kIndex << 25) | in DEF_TEST()
267 (kIndex << 28) | (kIndex << 31) | (kIndex << 34) | (kIndex << 37) | in DEF_TEST()
268 (kIndex << 40) | (kIndex << 43) | (kIndex << 46) | (kIndex << 49) | in DEF_TEST()
269 (kIndex << 52) | (kIndex << 55) | (kIndex << 58) | (kIndex << 61)); in DEF_TEST()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DNodeSorter.java127 NodeCompareElem n1, NodeCompareElem n2, int kIndex, XPathContext support) in compare() argument
132 NodeSortKey k = (NodeSortKey) m_keys.elementAt(kIndex); in compare()
138 if (kIndex == 0) in compare()
143 else if (kIndex == 1) in compare()
172 if ((n1Num == n2Num) && ((kIndex + 1) < m_keys.size())) in compare()
174 result = compare(n1, n2, kIndex + 1, support); in compare()
201 if (kIndex == 0) in compare()
206 else if (kIndex == 1) in compare()
258 if ((kIndex + 1) < m_keys.size()) in compare()
260 result = compare(n1, n2, kIndex + 1, support); in compare()
/external/skia/src/codec/
DSkSwizzler.h29 kIndex, enumerator
56 case kIndex: in BitsPerPixel()
DSkBmpStandardCodec.cpp169 config = SkSwizzler::kIndex; in initializeSwizzler()
DSkSwizzler.cpp672 if ((kIndex == sc || kIndex4 == sc || kIndex2 == sc || kIndex1 == sc) in CreateSwizzler()
715 case kIndex: in CreateSwizzler()
DSkGifCodec.cpp469 fSwizzler.reset(SkSwizzler::CreateSwizzler(SkSwizzler::kIndex, colorPtr, dstInfo, opts,
DSkPngCodec.cpp379 fSrcConfig = SkSwizzler::kIndex; in initializeSwizzler()
/external/skia/src/images/
DSkScaledBitmapSampler.h30 kIndex, // 1 byte per pixel enumerator
DSkImageDecoder_libgif.cpp414 if (!sampler.begin(workingBitmap, SkScaledBitmapSampler::kIndex, *this)) {
DSkScaledBitmapSampler.cpp686 case SkScaledBitmapSampler::kIndex: in begin()
DSkImageDecoder_libpng.cpp380 sc = SkScaledBitmapSampler::kIndex; in onDecode()
/external/v8/src/compiler/
Dcommon-operator.cc378 template <int kIndex>
385 ParameterInfo(kIndex, nullptr)) {} // parameter and name in ParameterOperator()
392 template <size_t kIndex>
400 kIndex) {} // parameter in ProjectionOperator()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3858 for (int32_t kIndex = 0; kIndex < UPRV_LENGTHOF(currencyStyles); ++kIndex) { in TestCurrencyIsoPluralFormat() local
3859 UNumberFormatStyle k = currencyStyles[kIndex]; in TestCurrencyIsoPluralFormat()
3882 int resultDataIndex = 3 + kIndex; in TestCurrencyIsoPluralFormat()
3966 for (int32_t kIndex = 2; kIndex < UPRV_LENGTHOF(currencyStyles); ++kIndex) { in TestCurrencyParsing() local
3967 UNumberFormatStyle k = currencyStyles[kIndex]; /* k = style */ in TestCurrencyParsing()
3975 i, localeString, currencyStyleNames[kIndex], in TestCurrencyParsing()
4021 … errln((UnicodeString)"FAIL: NumberFormat(" + localeString +", " + currencyStyleNames[kIndex] + in TestCurrencyParsing()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-tuple.h.pump115 template <bool kIndexValid, int kIndex, class Tuple>
Dgtest-tuple.h139 template <bool kIndexValid, int kIndex, class Tuple>
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-tuple.h.pump115 template <bool kIndexValid, int kIndex, class Tuple>
Dgtest-tuple.h141 template <bool kIndexValid, int kIndex, class Tuple>
/external/gtest/include/gtest/internal/
Dgtest-tuple.h.pump115 template <bool kIndexValid, int kIndex, class Tuple>
Dgtest-tuple.h141 template <bool kIndexValid, int kIndex, class Tuple>
/external/protobuf/gtest/include/gtest/internal/
Dgtest-tuple.h.pump115 template <bool kIndexValid, int kIndex, class Tuple>
Dgtest-tuple.h139 template <bool kIndexValid, int kIndex, class Tuple>
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-tuple.h.pump115 template <bool kIndexValid, int kIndex, class Tuple>
Dgtest-tuple.h141 template <bool kIndexValid, int kIndex, class Tuple>
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h139 template <bool kIndexValid, int kIndex, class Tuple>
/external/v8/src/
Dcode-stubs-hydrogen.cc2171 HValue* index = GetParameter(RegExpConstructResultStub::kIndex); in BuildCodeStub()

12