Searched refs:kIndex (Results 1 – 13 of 13) sorted by relevance
/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/images/ |
D | SkScaledBitmapSampler.h | 28 kIndex, // 1 byte per pixel enumerator
|
D | SkScaledBitmapSampler.cpp | 387 case SkScaledBitmapSampler::kIndex: in begin()
|
D | SkImageDecoder_libpng.cpp | 359 sc = SkScaledBitmapSampler::kIndex; in onDecode() 733 sc = SkScaledBitmapSampler::kIndex; in onDecodeRegion()
|
/external/icu4c/test/intltest/ |
D | numfmtst.cpp | 3247 for (int32_t kIndex = 0; kIndex < LENGTHOF(currencyStyles); ++kIndex) { in TestCurrencyIsoPluralFormat() local 3248 UNumberFormatStyle k = currencyStyles[kIndex]; in TestCurrencyIsoPluralFormat() 3271 int resultDataIndex = 3 + kIndex; in TestCurrencyIsoPluralFormat() 3346 for (int32_t kIndex = 0; kIndex < LENGTHOF(currencyStyles); ++kIndex) { in TestCurrencyParsing() local 3347 UNumberFormatStyle k = currencyStyles[kIndex]; in TestCurrencyParsing()
|
/external/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/chromium/testing/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/protobuf/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 114 template <bool kIndexValid, int kIndex, class Tuple>
|
D | gtest-tuple.h | 138 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/x64/ |
D | code-stubs-x64.cc | 2389 const int kIndex = Context::ARGUMENTS_BOILERPLATE_INDEX; in GenerateNewNonStrictFast() local 2390 __ movq(rdi, Operand(rdi, Context::SlotOffset(kIndex))); in GenerateNewNonStrictFast()
|