HomeSort by relevance Sort by last modified time
    Searched full:kindex (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/skia/tests/
TextureCompressionTest.cpp 258 const uint64_t kIndex = kIndexEncodingMap[lum >> 5];
262 (kIndex << 16) | (kIndex << 19) | (kIndex << 22) | (kIndex << 25) |
263 (kIndex << 28) | (kIndex << 31) | (kIndex << 34) | (kIndex << 37) |
264 (kIndex << 40) | (kIndex << 43) | (kIndex << 46) | (kIndex << 49)
    [all...]
  /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/chromium_org/components/sessions/
serialized_navigation_entry_unittest.cc 30 const int kIndex = 3;
135 SerializedNavigationEntry::FromNavigationEntry(kIndex, *navigation_entry);
137 EXPECT_EQ(kIndex, navigation.index());
166 SerializedNavigationEntry::FromSyncData(kIndex, sync_data);
168 EXPECT_EQ(kIndex, navigation.index());
193 kIndex, *MakeNavigationEntryForTest());
202 EXPECT_EQ(kIndex, new_navigation.index());
230 SerializedNavigationEntry::FromNavigationEntry(kIndex,
268 SerializedNavigationEntry::FromNavigationEntry(kIndex, *navigation_entry);
306 SerializedNavigationEntry::FromNavigationEntry(kIndex, *navigation_entry)
    [all...]
  /external/chromium_org/chromeos/dbus/
gsm_sms_client_unittest.cc 196 const uint32 kIndex = 42;
199 EXPECT_CALL(handler, Run(kIndex, kComplete)).Times(1);
212 writer.AppendUint32(kIndex);
224 const uint32 kIndex = 42;
225 expected_index_ = kIndex;
234 client_->Delete(kServiceName, dbus::ObjectPath(kObjectPath), kIndex,
244 const uint32 kIndex = 42;
245 expected_index_ = kIndex;
275 client_->Get(kServiceName, dbus::ObjectPath(kObjectPath), kIndex,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_filters.c 365 VGint kindex = (kernelWidth - i - 1) * kernelHeight + (kernelHeight - j - 1); local
366 buffer[idx + index*4 + 0] = kernel[kindex];
367 buffer[idx + index*4 + 1] = kernel[kindex];
368 buffer[idx + index*4 + 2] = kernel[kindex];
369 buffer[idx + index*4 + 3] = kernel[kindex];
555 VGint kindex = (kernel_width - i - 1) * kernel_height + (kernel_height - j - 1); local
556 buffer[idx + index*4 + 0] = kernel[kindex];
557 buffer[idx + index*4 + 1] = kernel[kindex];
558 buffer[idx + index*4 + 2] = kernel[kindex];
559 buffer[idx + index*4 + 3] = kernel[kindex];
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 365 VGint kindex = (kernelWidth - i - 1) * kernelHeight + (kernelHeight - j - 1); local
366 buffer[idx + index*4 + 0] = kernel[kindex];
367 buffer[idx + index*4 + 1] = kernel[kindex];
368 buffer[idx + index*4 + 2] = kernel[kindex];
369 buffer[idx + index*4 + 3] = kernel[kindex];
555 VGint kindex = (kernel_width - i - 1) * kernel_height + (kernel_height - j - 1); local
556 buffer[idx + index*4 + 0] = kernel[kindex];
557 buffer[idx + index*4 + 1] = kernel[kindex];
558 buffer[idx + index*4 + 2] = kernel[kindex];
559 buffer[idx + index*4 + 3] = kernel[kindex];
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.h 30 kIndex, // 1 byte per pixel
SkImageDecoder_libgif.cpp 413 if (!sampler.begin(workingBitmap, SkScaledBitmapSampler::kIndex, *this)) {
SkImageDecoder_libpng.cpp 394 sc = SkScaledBitmapSampler::kIndex;
883 sc = SkScaledBitmapSampler::kIndex;
    [all...]
SkScaledBitmapSampler.cpp 687 case SkScaledBitmapSampler::kIndex:
  /external/skia/src/images/
SkScaledBitmapSampler.h 30 kIndex, // 1 byte per pixel
SkImageDecoder_libgif.cpp 414 if (!sampler.begin(workingBitmap, SkScaledBitmapSampler::kIndex, *this)) {
SkImageDecoder_libpng.cpp 394 sc = SkScaledBitmapSampler::kIndex;
883 sc = SkScaledBitmapSampler::kIndex;
    [all...]
SkScaledBitmapSampler.cpp 687 case SkScaledBitmapSampler::kIndex:
  /external/chromium_org/third_party/ots/src/
cff_type2_charstring.h 88 kIndex = (12 << 8) + 29,
cff_type2_charstring.cc 473 case ots::kIndex:
  /external/chromium_org/storage/browser/blob/
view_blob_internals_job.cc 30 const char kIndex[] = "Index: ";
190 AddHTMLListItem(kIndex, base::UTF16ToUTF8(base::FormatNumber(i)), out);
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-tuple.h.pump 123 template <bool kIndexValid, int kIndex, class Tuple>
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-tuple.h.pump 115 template <bool kIndexValid, int kIndex, class Tuple>
  /external/gtest/include/gtest/internal/
gtest-tuple.h.pump 115 template <bool kIndexValid, int kIndex, class Tuple>
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-tuple.h.pump 115 template <bool kIndexValid, int kIndex, class Tuple>
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h.pump 114 template <bool kIndexValid, int kIndex, class Tuple>
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h.pump 115 template <bool kIndexValid, int kIndex, class Tuple>
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 1133 milliseconds

1 2