Home
last modified time | relevance | path

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

/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/images/
DSkScaledBitmapSampler.h28 kIndex, // 1 byte per pixel enumerator
DSkScaledBitmapSampler.cpp387 case SkScaledBitmapSampler::kIndex: in begin()
DSkImageDecoder_libpng.cpp359 sc = SkScaledBitmapSampler::kIndex; in onDecode()
733 sc = SkScaledBitmapSampler::kIndex; in onDecodeRegion()
/external/icu4c/test/intltest/
Dnumfmtst.cpp3247 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/
Dgtest-tuple.h.pump115 template <bool kIndexValid, int kIndex, class Tuple>
Dgtest-tuple.h139 template <bool kIndexValid, int kIndex, class Tuple>
/external/chromium/testing/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/protobuf/gtest/include/gtest/internal/
Dgtest-tuple.h.pump114 template <bool kIndexValid, int kIndex, class Tuple>
Dgtest-tuple.h138 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/x64/
Dcode-stubs-x64.cc2389 const int kIndex = Context::ARGUMENTS_BOILERPLATE_INDEX; in GenerateNewNonStrictFast() local
2390 __ movq(rdi, Operand(rdi, Context::SlotOffset(kIndex))); in GenerateNewNonStrictFast()