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

1 2 3 4 5 6

  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.cpp 109 int index2 = (int)subStream; local
110 if (index2 < 0 || subStream > Sizes.Size())
112 if (index2 < Sizes.Size())
114 *value = Sizes[index2];
7zHandler.cpp 193 bool CHandler::IsEncrypted(UInt32 index2) const
195 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2];
214 UInt32 index2 = index; local
233 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2];
236 if (_db.FolderStartFileIndex[folderIndex] == (CNum)index2)
248 case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) prop = v; break; }
249 case kpidCTime: SetPropFromUInt64Def(_db.CTime, index2, prop); break;
250 case kpidATime: SetPropFromUInt64Def(_db.ATime, index2, prop); break;
251 case kpidMTime: SetPropFromUInt64Def(_db.MTime, index2, prop); break;
254 case kpidEncrypted: prop = IsEncrypted(index2); break;
    [all...]
  /external/chromium_org/components/autofill/core/browser/crypto/
rc4_decryptor.h 68 uint8 index2 = 0; local
79 index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize;
80 SwapByte(&state[counter], &state[index2]);
  /external/libexif/libexif/pentax/
mnote-pentax-entry.c 271 int index1, index2; member in struct:__anon7384::__anon7385
379 for (j = 0; items2[i].elem[j].string && ((items2[i].elem[j].index2 < vs2)
380 || ((items2[i].elem[j].index2 == vs2) && (items2[i].elem[j].index1 < vs))); j++);
381 if ((items2[i].elem[j].index1 != vs) || (items2[i].elem[j].index2 != vs2)) {
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
InternalNano.java 199 int index2 = 0; local
205 while (index2 < length2 && field2[index2] == null) {
206 index2++;
209 boolean atEndOf2 = index2 >= length2;
216 } else if (!Arrays.equals(field1[index1], field2[index2])) {
221 index2++;
234 int index2 = 0; local
240 while (index2 < length2 && field2[index2] == null)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 237 int index2 = ((DOMOrder) node2).getUid(); local
239 return index1 <= index2;
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_list_helper.cc 79 size_t index2; local
81 &index2)) {
86 << " Has different verifier index: " << index2;
87 item2 = verifier->model()->top_level_item_list()->item_at(index2);
88 LOG(ERROR) << " Verifier Item(" << index2
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 181 int index2 = model.GetIndexOfCommandId(command2); local
182 EXPECT_GT(index2, -1);
189 EXPECT_TRUE(model.IsEnabledAt(index2));
191 model.ActivatedAt(index2);
  /external/chromium_org/net/tools/balsa/
balsa_headers_test.cc 60 size_t index1, index2; local
62 StringPiece sp2 = buffer_->Write(StringPiece(", world"), &index2);
68 ASSERT_EQ(1u, index2);
74 size_t index1, index2, index3; local
80 StringPiece sp2 = buffer_->Write(bs, &index2);
88 ASSERT_EQ(2u, index2);
109 size_t index1, index2; local
112 StringPiece sp2 = buffer_->Write(StringPiece(", world"), &index2);
118 ASSERT_EQ(0u, index2);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
WaveShaperDSPKernel.cpp 117 unsigned index2 = index1 + 1; local
121 double value2 = curveData[index2];
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 74 int index2 = item2.type.getIndex(); local
76 if (index1 < index2) {
78 } else if (index1 > index2) {
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 72 int index2 = item2.type.getIndex(); local
74 if (index1 < index2) {
76 } else if (index1 > index2) {
  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring_layer.cc 74 int index2 = ((3 * i) + 3) % 36; local
77 gfx::Point p2 = ring.points[index2] - offset;
  /external/chromium_org/third_party/icu/source/common/
utrie2_impl.h 144 int32_t index2[UNEWTRIE2_MAX_INDEX_2_LENGTH]; member in struct:UNewTrie2
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 72 int index2 = item2.type.getIndex(); local
74 if (index1 < index2) {
76 } else if (index1 > index2) {
  /external/icu/icu4c/source/common/
utrie2_impl.h 144 int32_t index2[UNEWTRIE2_MAX_INDEX_2_LENGTH]; member in struct:UNewTrie2
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 108 int target, index2; local
156 index2 = (index & ~3) + 4;
157 target = index + ci.s32bitAt(index2);
160 int npairs = ci.s32bitAt(index2 + 4);
161 index2 += 12;
163 target = index + ci.s32bitAt(index2);
166 index2 += 8;
170 int low = ci.s32bitAt(index2 + 4);
171 int high = ci.s32bitAt(index2 + 8);
173 index2 += 12
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 179 int index2 = codecs->FindFormatForExtension(s.Mid(pos + 1)); local
180 if (index2 >= 0 && s.CompareNoCase(L"rar") != 0)
182 formatIndices2.Add(index2);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1afm.c 92 FT_ULong index1 = KERN_INDEX( pair1->index1, pair1->index2 );
93 FT_ULong index2 = KERN_INDEX( pair2->index1, pair2->index2 ); local
96 if ( index1 > index2 )
98 else if ( index1 < index2 )
203 kp->index2 = FT_Get_Char_Index( t1_face, p[1] );
337 midi = KERN_INDEX( mid->index1, mid->index2 );
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 317 int index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2")); local
321 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index2).empty());
325 GetCache()->SetGAIANameOfProfileAtIndex(index2, gaia_name);
327 index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
331 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2));
332 EXPECT_EQ(gaia_name, GetCache()->GetNameOfProfileAtIndex(index2));
336 GetCache()->SetNameOfProfileAtIndex(index2, custom_name);
337 GetCache()->SetProfileIsUsingDefaultNameAtIndex(index2, false);
340 index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
342 EXPECT_EQ(custom_name, GetCache()->GetNameOfProfileAtIndex(index2));
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogGroupBuilder.java 236 int index2 = number2.indexOf('@'); local
239 if (index2 != -1) {
240 userinfo2 = number2.substring(0, index2);
241 rest2 = number2.substring(index2);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 168 int index2 = data.indexOf(',', index + 1); local
169 int length = Integer.parseInt(data.substring(index + 1, index2));
170 start = index2 + 1 + length;
171 property.value = data.substring(index2 + 1, index2 + 1 + length);
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 293 int index2 = FindOrDie(parameter_block_to_row_index_, block_pair.second); local
299 if (index1 > index2) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 406 unsigned index2 = chain2.size(); local
407 if (chain1[index1 - 1] != chain2[index2 - 1])
410 for (unsigned i = std::min(index1, index2); i; --i) {
412 const TreeScope* child2 = chain2[--index2];
429 return index1 < index2 ?
  /external/chromium_org/third_party/freetype/src/pshinter/
pshrec.c 376 FT_Int index2 )
379 PS_Mask mask2 = table->masks + index2;
408 FT_Int index2,
415 /* swap index1 and index2 so that index1 < index2 */
416 if ( index1 > index2 )
419 index1 = index2;
420 index2 = temp;
423 if ( index1 < index2 && index1 >= 0 && index2 < (FT_Int)table->num_masks
501 FT_Int index1, index2; local
    [all...]

Completed in 988 milliseconds

1 2 3 4 5 6