Home
last modified time | relevance | path

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

12

/external/skia/tests/
DTextureCompressionTest.cpp289 const uint64_t kIndex = kIndexEncodingMap[quant]; in DEF_TEST() local
294 (kIndex << 16) | (kIndex << 19) | (kIndex << 22) | (kIndex << 25) | in DEF_TEST()
295 (kIndex << 28) | (kIndex << 31) | (kIndex << 34) | (kIndex << 37) | in DEF_TEST()
296 (kIndex << 40) | (kIndex << 43) | (kIndex << 46) | (kIndex << 49) | in DEF_TEST()
297 (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.h26 kIndex, enumerator
86 case kIndex: in BitsPerPixel()
DSkCodec_libgif.cpp439 SkSwizzler::kIndex, colorTable, subsetDstInfo,
444 SkSwizzler::kIndex, colorTable, dstInfo, dst,
DSkSwizzler.cpp285 if ((kIndex == sc || kIndex4 == sc || kIndex2 == sc || kIndex1 == sc) in CreateSwizzler()
305 case kIndex: in CreateSwizzler()
DSkCodec_libpng.cpp451 fSrcConfig = SkSwizzler::kIndex; in initializeSwizzler()
DSkCodec_libbmp.cpp1105 config = SkSwizzler::kIndex; in decode()
/external/skia/src/images/
DSkScaledBitmapSampler.h30 kIndex, // 1 byte per pixel enumerator
DSkImageDecoder_libgif.cpp414 if (!sampler.begin(workingBitmap, SkScaledBitmapSampler::kIndex, *this)) {
DSkImageDecoder_libpng.cpp408 sc = SkScaledBitmapSampler::kIndex; in onDecode()
888 sc = SkScaledBitmapSampler::kIndex; in onDecodeSubset()
DSkScaledBitmapSampler.cpp686 case SkScaledBitmapSampler::kIndex: in begin()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3413 for (int32_t kIndex = 0; kIndex < UPRV_LENGTHOF(currencyStyles); ++kIndex) { in TestCurrencyIsoPluralFormat() local
3414 UNumberFormatStyle k = currencyStyles[kIndex]; in TestCurrencyIsoPluralFormat()
3437 int resultDataIndex = 3 + kIndex; in TestCurrencyIsoPluralFormat()
3521 for (int32_t kIndex = 2; kIndex < UPRV_LENGTHOF(currencyStyles); ++kIndex) { in TestCurrencyParsing() local
3522 UNumberFormatStyle k = currencyStyles[kIndex]; /* k = style */ in TestCurrencyParsing()
3530 i, localeString, currencyStyleNames[kIndex], in TestCurrencyParsing()
3576 … 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/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/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/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h139 template <bool kIndexValid, int kIndex, class Tuple>
/external/v8/src/
Dcode-stubs-hydrogen.cc1586 HValue* index = GetParameter(RegExpConstructResultStub::kIndex); in BuildCodeStub()
Dcode-stubs.h1517 static const int kIndex = 1; variable
/external/v8/src/x64/
Dcode-stubs-x64.cc669 const int kIndex = Context::SLOPPY_ARGUMENTS_MAP_INDEX; in GenerateNewSloppyFast() local
670 __ movp(rdi, Operand(rdi, Context::SlotOffset(kIndex))); in GenerateNewSloppyFast()
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h650 template <bool kIndexValid, int kIndex, class Tuple>

12