/external/skia/tests/ |
D | TextureCompressionTest.cpp | 289 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/ |
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 | 26 kIndex, enumerator 86 case kIndex: in BitsPerPixel()
|
D | SkCodec_libgif.cpp | 439 SkSwizzler::kIndex, colorTable, subsetDstInfo, 444 SkSwizzler::kIndex, colorTable, dstInfo, dst,
|
D | SkSwizzler.cpp | 285 if ((kIndex == sc || kIndex4 == sc || kIndex2 == sc || kIndex1 == sc) in CreateSwizzler() 305 case kIndex: in CreateSwizzler()
|
D | SkCodec_libpng.cpp | 451 fSrcConfig = SkSwizzler::kIndex; in initializeSwizzler()
|
D | SkCodec_libbmp.cpp | 1105 config = SkSwizzler::kIndex; in decode()
|
/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 | SkImageDecoder_libpng.cpp | 408 sc = SkScaledBitmapSampler::kIndex; in onDecode() 888 sc = SkScaledBitmapSampler::kIndex; in onDecodeSubset()
|
D | SkScaledBitmapSampler.cpp | 686 case SkScaledBitmapSampler::kIndex: in begin()
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 3413 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/ |
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/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/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/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 | 1586 HValue* index = GetParameter(RegExpConstructResultStub::kIndex); in BuildCodeStub()
|
D | code-stubs.h | 1517 static const int kIndex = 1; variable
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 669 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/ |
D | gtest.h | 650 template <bool kIndexValid, int kIndex, class Tuple>
|