HomeSort by relevance Sort by last modified time
    Searched refs:kIndex (Results 1 - 17 of 17) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 119 * @param kIndex Index of NodeSortKey to use for sort
127 NodeCompareElem n1, NodeCompareElem n2, int kIndex, XPathContext support)
132 NodeSortKey k = (NodeSortKey) m_keys.elementAt(kIndex);
138 if (kIndex == 0)
143 else if (kIndex == 1)
150 if (kIndex < maxkey)
152 double n1Num = (double)n1.m_keyValue[kIndex];
153 double n2Num = (double)n2.m_keyValue[kIndex];
172 if ((n1Num == n2Num) && ((kIndex + 1) < m_keys.size()))
174 result = compare(n1, n2, kIndex + 1, support)
    [all...]
  /external/skia/legacy/src/images/
SkScaledBitmapSampler.h 28 kIndex, // 1 byte per pixel
SkScaledBitmapSampler.cpp 387 case SkScaledBitmapSampler::kIndex:
SkImageDecoder_libpng.cpp 359 sc = SkScaledBitmapSampler::kIndex;
733 sc = SkScaledBitmapSampler::kIndex;
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.h 28 kIndex, // 1 byte per pixel
SkScaledBitmapSampler.cpp 388 case SkScaledBitmapSampler::kIndex:
SkImageDecoder_libpng.cpp 360 sc = SkScaledBitmapSampler::kIndex;
739 sc = SkScaledBitmapSampler::kIndex;
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-tuple.h 139 template <bool kIndexValid, int kIndex, class Tuple>
  /external/gtest/include/gtest/internal/
gtest-tuple.h 139 template <bool kIndexValid, int kIndex, class Tuple>
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-tuple.h 139 template <bool kIndexValid, int kIndex, class Tuple>
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 139 template <bool kIndexValid, int kIndex, class Tuple>
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-tuple.h 138 template <bool kIndexValid, int kIndex, class Tuple>
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 138 template <bool kIndexValid, int kIndex, class Tuple>
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h 700 template <bool kIndexValid, int kIndex, class Tuple>
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 469 milliseconds