/external/skia/tests/ |
D | TextureCompressionTest.cpp | 261 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/ |
D | NodeSorter.java | 127 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/ |
D | SkSwizzler.h | 29 kIndex, enumerator 56 case kIndex: in BitsPerPixel()
|
D | SkBmpStandardCodec.cpp | 169 config = SkSwizzler::kIndex; in initializeSwizzler()
|
D | SkSwizzler.cpp | 672 if ((kIndex == sc || kIndex4 == sc || kIndex2 == sc || kIndex1 == sc) in CreateSwizzler() 715 case kIndex: in CreateSwizzler()
|
D | SkGifCodec.cpp | 469 fSwizzler.reset(SkSwizzler::CreateSwizzler(SkSwizzler::kIndex, colorPtr, dstInfo, opts,
|
D | SkPngCodec.cpp | 379 fSrcConfig = SkSwizzler::kIndex; in initializeSwizzler()
|
/external/skia/src/images/ |
D | SkScaledBitmapSampler.h | 30 kIndex, // 1 byte per pixel enumerator
|
D | SkImageDecoder_libgif.cpp | 414 if (!sampler.begin(workingBitmap, SkScaledBitmapSampler::kIndex, *this)) {
|
D | SkScaledBitmapSampler.cpp | 686 case SkScaledBitmapSampler::kIndex: in begin()
|
D | SkImageDecoder_libpng.cpp | 380 sc = SkScaledBitmapSampler::kIndex; in onDecode()
|
/external/v8/src/compiler/ |
D | common-operator.cc | 378 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/ |
D | numfmtst.cpp | 3858 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/ |
D | gtest-tuple.h.pump | 115 template <bool kIndexValid, int kIndex, class Tuple>
|
D | gtest-tuple.h | 139 template <bool kIndexValid, int kIndex, class Tuple>
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 115 template <bool kIndexValid, int kIndex, class Tuple>
|
D | gtest-tuple.h | 141 template <bool kIndexValid, int kIndex, class Tuple>
|
/external/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 115 template <bool kIndexValid, int kIndex, class Tuple>
|
D | gtest-tuple.h | 141 template <bool kIndexValid, int kIndex, class Tuple>
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 115 template <bool kIndexValid, int kIndex, class Tuple>
|
D | gtest-tuple.h | 139 template <bool kIndexValid, int kIndex, class Tuple>
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-tuple.h.pump | 115 template <bool kIndexValid, int kIndex, class Tuple>
|
D | gtest-tuple.h | 141 template <bool kIndexValid, int kIndex, class Tuple>
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 139 template <bool kIndexValid, int kIndex, class Tuple>
|
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 2171 HValue* index = GetParameter(RegExpConstructResultStub::kIndex); in BuildCodeStub()
|