Searched refs:kIndex (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/skia/tests/
H A DTextureCompressionTest.cpp258 const uint64_t kIndex = kIndexEncodingMap[lum >> 5]; local
262 (kIndex << 16) | (kIndex << 19) | (kIndex << 22) | (kIndex << 25) |
263 (kIndex << 28) | (kIndex << 31) | (kIndex << 34) | (kIndex << 37) |
264 (kIndex << 4
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DNodeSorter.java119 * @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
126 compare( NodeCompareElem n1, NodeCompareElem n2, int kIndex, XPathContext support) argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Dgsm_sms_client_unittest.cc196 const uint32 kIndex = 42; local
199 EXPECT_CALL(handler, Run(kIndex, kComplete)).Times(1);
212 writer.AppendUint32(kIndex);
224 const uint32 kIndex = 42; local
225 expected_index_ = kIndex;
234 client_->Delete(kServiceName, dbus::ObjectPath(kObjectPath), kIndex,
244 const uint32 kIndex = 42; local
245 expected_index_ = kIndex;
275 client_->Get(kServiceName, dbus::ObjectPath(kObjectPath), kIndex,
/external/chromium_org/third_party/ots/src/
H A Dcff_type2_charstring.h88 kIndex = (12 << 8) + 29, enumerator in enum:ots::Type2CharStringOperator
H A Dcff_type2_charstring.cc473 case ots::kIndex:
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry_unittest.cc30 const int kIndex = 3; member in namespace:sessions::__anon6816
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_entr
[all...]
/external/chromium_org/third_party/skia/src/images/
H A DSkScaledBitmapSampler.h30 kIndex, // 1 byte per pixel enumerator in enum:SkScaledBitmapSampler::SrcConfig
H A DSkImageDecoder_libgif.cpp413 if (!sampler.begin(workingBitmap, SkScaledBitmapSampler::kIndex, *this)) {
H A DSkImageDecoder_libpng.cpp394 sc = SkScaledBitmapSampler::kIndex;
883 sc = SkScaledBitmapSampler::kIndex;
H A DSkScaledBitmapSampler.cpp687 case SkScaledBitmapSampler::kIndex:
/external/skia/src/images/
H A DSkScaledBitmapSampler.h30 kIndex, // 1 byte per pixel enumerator in enum:SkScaledBitmapSampler::SrcConfig
H A DSkImageDecoder_libgif.cpp414 if (!sampler.begin(workingBitmap, SkScaledBitmapSampler::kIndex, *this)) {
H A DSkImageDecoder_libpng.cpp394 sc = SkScaledBitmapSampler::kIndex;
883 sc = SkScaledBitmapSampler::kIndex;
H A DSkScaledBitmapSampler.cpp687 case SkScaledBitmapSampler::kIndex:
/external/chromium_org/storage/browser/blob/
H A Dview_blob_internals_job.cc30 const char kIndex[] = "Index: "; member in namespace:__anon10701
190 AddHTMLListItem(kIndex, base::UTF16ToUTF8(base::FormatNumber(i)), out);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp3377 for (int32_t kIndex = 0; kIndex < LENGTHOF(currencyStyles); ++kIndex) {
3378 UNumberFormatStyle k = currencyStyles[kIndex];
3401 int resultDataIndex = 3 + kIndex;
3485 for (int32_t kIndex = 2; kIndex < LENGTHOF(currencyStyles); ++kIndex) {
3486 UNumberFormatStyle k = currencyStyles[kIndex]; /* k = style */
3494 i, localeString, currencyStyleNames[kIndex],
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3406 for (int32_t kIndex = 0; kIndex < LENGTHOF(currencyStyles); ++kIndex) {
3407 UNumberFormatStyle k = currencyStyles[kIndex];
3430 int resultDataIndex = 3 + kIndex;
3514 for (int32_t kIndex = 2; kIndex < LENGTHOF(currencyStyles); ++kIndex) {
3515 UNumberFormatStyle k = currencyStyles[kIndex]; /* k = style */
3523 i, localeString, currencyStyleNames[kIndex],
[all...]
/external/chromium_org/third_party/ots/test/
H A Dcff_type2_charstring_test.cc1187 1, 2, 3, -1, kOpPrefix, ots::kIndex, // OTS rejects the operator.
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-tuple.h138 template <bool kIndexValid, int kIndex, class Tuple>
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-tuple.h149 template <bool kIndexValid, int kIndex, class Tuple>
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-tuple.h139 template <bool kIndexValid, int kIndex, class Tuple>
/external/gtest/include/gtest/internal/
H A Dgtest-tuple.h141 template <bool kIndexValid, int kIndex, class Tuple>
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-tuple.h139 template <bool kIndexValid, int kIndex, class Tuple>
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-tuple.h139 template <bool kIndexValid, int kIndex, class Tuple>
/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc1586 HValue* index = GetParameter(RegExpConstructResultStub::kIndex);

Completed in 594 milliseconds

12