HomeSort by relevance Sort by last modified time
    Searched defs:index1 (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 62 uint8 index1 = 0; local
74 index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize;
76 index1 = (index1 + 1) % key_data_len;
  /external/chromium_org/components/autofill/core/browser/crypto/
rc4_decryptor.h 67 uint8 index1 = 0; local
79 index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize;
81 index1 = (index1 + 1) % key_data_len;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 236 int index1 = ((DOMOrder) node1).getUid(); local
239 return index1 <= index2;
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 202 int index1 = model.GetIndexOfCommandId(command1); local
203 EXPECT_GT(index1, -1);
207 EXPECT_TRUE(model.IsEnabledAt(index1));
209 model.ActivatedAt(index1);
  /external/chromium_org/net/tools/flip_server/
balsa_headers_test.cc 60 size_t index1, index2; local
61 StringPiece sp1 = buffer_->Write(StringPiece("hello"), &index1);
67 ASSERT_EQ(1u, index1);
74 size_t index1, index2, index3; local
79 StringPiece sp1 = buffer_->Write(as, &index1);
87 ASSERT_EQ(1u, index1);
109 size_t index1, index2; local
110 StringPiece sp1 = buffer_->Write(StringPiece("hello"), &index1);
117 ASSERT_EQ(1u, index1);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
WaveShaperDSPKernel.cpp 107 int index1 = static_cast<int>(virtualIndex); local
108 int index2 = index1 + 1;
109 double interpolationFactor = virtualIndex - index1;
113 index1 = max(index1, 0);
114 index1 = min(index1, curveLength - 1);
118 double value1 = curveData[index1];
  /external/chromium_org/third_party/skia/src/core/
SkLineClipper.cpp 107 int index0, index1; local
111 index1 = 1;
114 index1 = 0;
124 if (tmp[index1].fY > clip.fBottom) {
125 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
130 index1 = 1;
133 index1 = 0;
137 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
138 tmp[index0].fX < tmp[index1].fX) {
146 if (tmp[index1].fX > clip.fRight)
201 int index0, index1; local
    [all...]
  /external/skia/src/core/
SkLineClipper.cpp 107 int index0, index1; local
111 index1 = 1;
114 index1 = 0;
124 if (tmp[index1].fY > clip.fBottom) {
125 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
130 index1 = 1;
133 index1 = 0;
137 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
138 tmp[index0].fX < tmp[index1].fX) {
146 if (tmp[index1].fX > clip.fRight)
201 int index0, index1; local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogGroupBuilder.java 131 int index1 = number1.indexOf('@'); local
134 if (index1 != -1) {
135 userinfo1 = number1.substring(0, index1);
136 rest1 = number1.substring(index1);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 73 int index1 = item1.type.getIndex(); local
76 if (index1 < index2) {
78 } else if (index1 > index2) {
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 70 int index1 = item1.type.getIndex(); local
73 if (index1 < index2) {
75 } else if (index1 > index2) {
  /external/chromium_org/third_party/icu/source/common/
utrie2_impl.h 143 int32_t index1[UNEWTRIE2_INDEX_1_LENGTH]; member in struct:UNewTrie2
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 71 int index1 = item1.type.getIndex(); local
74 if (index1 < index2) {
76 } else if (index1 > index2) {
  /external/icu4c/common/
utrie2_impl.h 143 int32_t index1[UNEWTRIE2_INDEX_1_LENGTH]; member in struct:UNewTrie2
  /external/libyuv/files/source/
format_conversion.cc 85 int index1 = (selector >> 8) & 0xff; local
89 dst_bayer[1] = src_argb[index1];
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_launcher_item_controller_unittest.cc 491 int index1 = launcher_model_->ItemIndexByID(state1.GetUpdaterItem().id); local
503 ash::LauncherItem new_item1(launcher_model_->items()[index1]);
505 launcher_model_->Set(index1, new_item1);
506 EXPECT_EQ(ash::STATUS_ACTIVE, launcher_model_->items()[index1].status);
514 EXPECT_EQ(ash::STATUS_RUNNING, launcher_model_->items()[index1].status);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 398 unsigned index1 = chain1.size(); local
400 if (chain1[index1 - 1] != chain2[index2 - 1])
403 for (unsigned i = std::min(index1, index2); i; --i) {
404 const TreeScope* child1 = chain1[--index1];
422 return index1 < index2 ?
  /external/chromium_org/third_party/freetype/src/pshinter/
pshrec.c 375 FT_Int index1,
378 PS_Mask mask1 = table->masks + index1;
407 FT_Int index1,
415 /* swap index1 and index2 so that index1 < index2 */
416 if ( index1 > index2 )
418 temp = index1;
419 index1 = index2;
423 if ( index1 < index2 && index1 >= 0 && index2 < (FT_Int)table->num_masks
501 FT_Int index1, index2; local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 124 int index1 = index0; local
126 index1 += 1;
128 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
130 index1 ^= SkGradientShaderBase::kDitherStride32;
131 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
  /external/freetype/src/pshinter/
pshrec.c 375 FT_Int index1,
378 PS_Mask mask1 = table->masks + index1;
407 FT_Int index1,
415 /* swap index1 and index2 so that index1 < index2 */
416 if ( index1 > index2 )
418 temp = index1;
419 index1 = index2;
423 if ( index1 < index2 && index1 >= 0 && index2 < (FT_Int)table->num_masks
501 FT_Int index1, index2; local
    [all...]
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 124 int index1 = index0; local
126 index1 += 1;
128 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
130 index1 ^= SkGradientShaderBase::kDitherStride32;
131 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
  /external/aac/libFDK/src/
fixpoint_math.cpp 294 UINT index1 = (UINT)(LONG)(x >> 20) & 0x1F; local
297 UINT lookup1 = exp2_tab_long[index1]*set_zero;
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 306 int index1 = FindOrDie(parameter_block_to_row_index_, block_pair.first); local
313 if (index1 > index2) {
  /external/chromium/base/
file_path.cc 1072 int index1 = 0; local
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc 62 int index1,
66 this->index1 = index1;
72 int index1,
76 ASSERT_EQ(index1, this->index1);
82 int index1; member in struct:BookmarkModelTest::ObserverDetails
    [all...]

Completed in 941 milliseconds

1 2 3