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

1 2 3

  /external/chromium/chrome/browser/
memory_details_win.cc 100 for (unsigned int index2 = 0; index2 < process_data_.size(); index2++) {
101 if (_wcsicmp(process_data_[index2].process_name.c_str(),
104 if (index2 == IE_BROWSER && is_64bit_process)
121 if (index2 == CHROME_BROWSER || index2 == CHROME_NACL_PROCESS) {
146 if (index2 == CHROME_NACL_PROCESS) {
150 process_data_[index2].processes.push_back(info);
  /external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h 93 void swap(int index1, int index2)
96 m_fontData[index1] = m_fontData[index2];
97 m_fontData[index2] = f;
100 m_glyphs[index1] = m_glyphs[index2];
101 m_glyphs[index2] = g;
104 m_advances[index1] = m_advances[index2];
105 m_advances[index2] = s;
109 m_offsets[index1] = m_offsets[index2];
110 m_offsets[index2] = offset;
  /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/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 63 uint8 index2 = 0; local
74 index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize;
75 SwapByte(&state[counter], &state[index2]);
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogGroupBuilder.java 146 int index2 = number2.indexOf('@'); local
149 if (index2 != -1) {
150 userinfo2 = number2.substring(0, index2);
151 rest2 = number2.substring(index2);
  /external/icu4c/common/
utrie2_impl.h 144 int32_t index2[UNEWTRIE2_MAX_INDEX_2_LENGTH]; member in struct:UNewTrie2
utrie2_builder.c 164 newTrie->index2[i]=j;
192 newTrie->index2[i]=UNEWTRIE2_DATA_NULL_OFFSET;
200 newTrie->index2[UNEWTRIE2_INDEX_GAP_OFFSET+i]=-1;
205 newTrie->index2[UNEWTRIE2_INDEX_2_NULL_OFFSET+i]=UNEWTRIE2_DATA_NULL_OFFSET;
253 uprv_memcpy(trie->index2, other->index2, other->index2Length*4);
469 block=trie->index2[i2];
479 if(newTop>LENGTHOF(trie->index2)) {
488 uprv_memcpy(trie->index2+newBlock, trie->index2+trie->index2NullOffset, UTRIE2_INDEX_2_BLOCK_LENGTH*4)
    [all...]
  /external/proguard/src/proguard/
InputReader.java 157 for (int index2 = 0; index2 < outputClassPath.size(); index2++)
159 ClassPathEntry entry2 = outputClassPath.get(index2);
Initializer.java 389 for (int index2 = 0; index2 < memberSpecifications.size(); index2++)
392 (MemberSpecification)memberSpecifications.get(index2);
  /external/quake/quake/src/QW/client/
d_polyse.c 186 finalvert_t *pfv, *index0, *index1, *index2; local
198 index2 = pfv + ptri[i].vertindex[2];
201 (index0->v[0]-index2->v[0]) -
203 (index0->v[1]-index2->v[1])) >= 0)
212 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
220 s2 = index2->v[2];
226 if (index2->flags & ALIAS_ONSEAM)
227 index2->v[2] += r_affinetridesc.seamfixupX16;
229 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
233 index2->v[2] = s2
247 finalvert_t *pfv, *index0, *index1, *index2; local
    [all...]
  /external/quake/quake/src/WinQuake/
d_polyse.cpp 186 finalvert_t *pfv, *index0, *index1, *index2; local
198 index2 = pfv + ptri[i].vertindex[2];
201 (index0->v[0]-index2->v[0]) -
203 (index0->v[1]-index2->v[1])) >= 0)
212 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
220 s2 = index2->v[2];
226 if (index2->flags & ALIAS_ONSEAM)
227 index2->v[2] += r_affinetridesc.seamfixupX16;
229 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
233 index2->v[2] = s2;
247 finalvert_t *pfv, *index0, *index1, *index2; local
    [all...]
  /external/opencv/cvaux/src/
decomppoly.cpp 150 int index1, index2, index3;
183 index2 = 1;
187 x2 = contour[ index2 ].x;
188 y2 = contour[ index2 ].y;
243 pointExist[ index2 ] = 0;
244 index2 = index3;
266 index1 = index2;
269 index2 = index3;
295 index1 = index2;
298 index2 = index3
    [all...]
  /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);
  /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/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 237 int index2 = ((DOMOrder) node2).getUid(); local
239 return index1 <= index2;
  /external/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...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
ViewNode.java 166 int index2 = data.indexOf(',', index + 1); local
167 int length = Integer.parseInt(data.substring(index + 1, index2));
168 start = index2 + 1 + length;
169 property.value = data.substring(index2 + 1, index2 + 1 + length);
  /external/v8/test/cctest/
test-liveedit.cc 53 bool equals(int index1, int index2) {
54 return s1_[index1] == s2_[index2];
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d8_31pf.cpp 105 index2 -- Word16 -- index for second pos in pos_index[]
167 Word16 index2, /* i : index for second pos in pos_index[] */
179 pos_indx[index2] = ((MSBs-25*(MSBs/25))/5)*2 + (LSBs-4*(LSBs/4))/2;
242 pos_indx[index2] = ib + (ic >> 1);
  /external/v8/src/
liveedit.h 152 virtual bool equals(int index1, int index2) = 0;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 205 int index2, int[] backRefs) {
217 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID);
221 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRefs[index2]);
  /external/libxml2/
xpointer.c 210 * @index2: the second index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) {
225 if (index1 < index2)
227 if (index1 > index2)
281 range->user2, range->index2);
287 range->index = range->index2;
288 range->index2 = tmp;
317 if (range1->index2 != range2->index2)
357 ret->index2 = endindex
1436 int index1, index2; local
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java     [all...]
  /external/freetype/src/psaux/
afmparse.c 670 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 );
671 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 ); local
674 if ( index1 > index2 )
676 else if ( index1 < index2 )
737 kp->index2 = shared_vals[1].u.i;

Completed in 581 milliseconds

1 2 3