Searched refs:index1 (Results 26 - 50 of 63) sorted by relevance

123

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model_unittest.cc62 int index1,
66 this->index1 = index1;
72 int index1,
76 ASSERT_EQ(index1, this->index1);
82 int index1; member in struct:BookmarkModelTest::ObserverDetails
60 Set(const BookmarkNode* node1, const BookmarkNode* node2, int index1, int index2) argument
70 AssertEquals(const BookmarkNode* node1, const BookmarkNode* node2, int index1, int index2) argument
/external/libxml2/
H A Dxpointer.c208 * @index1: the first index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) { argument
225 if (index1 < index2)
227 if (index1 > index2)
1446 int index1, index2; local
1461 index1 = range->index;
1473 if ((cur == start) && (index1 > 1)) {
1474 content += (index1 - 1);
1475 len -= (index1 - 1);
1476 index1
[all...]
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc531 void ExtensionSet::SwapElements(int number, int index1, int index2) { argument
540 extension->repeated_int32_value->SwapElements(index1, index2);
543 extension->repeated_int64_value->SwapElements(index1, index2);
546 extension->repeated_uint32_value->SwapElements(index1, index2);
549 extension->repeated_uint64_value->SwapElements(index1, index2);
552 extension->repeated_float_value->SwapElements(index1, index2);
555 extension->repeated_double_value->SwapElements(index1, index2);
558 extension->repeated_bool_value->SwapElements(index1, index2);
561 extension->repeated_enum_value->SwapElements(index1, index2);
564 extension->repeated_string_value->SwapElements(index1, index
[all...]
H A Dgenerated_message_reflection.cc597 int index1,
603 MutableExtensionSet(message)->SwapElements(field->number(), index1, index2);
609 ->SwapElements(index1, index2); \
625 ->SwapElements(index1, index2);
594 SwapElements( Message* message, const FieldDescriptor* field, int index1, int index2) const argument
H A Dgenerated_message_reflection.h146 int index1, int index2) const;
H A Dmessage.h427 int index1,
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java633 public java.util.List<HDR> subList(int index1, int index2) { argument
634 return this.hlist.subList(index1, index2);
/external/opencv/cv/src/
H A Dcvconvhull.cpp610 int index1, index2, index3; local
615 CV_CALL( index1 = cvSeqElemIdx( ptseq, pos ));
625 index1 = *CV_SEQ_ELEM( hull, int, 0 );
630 sign += (index2 > index1) ? 1 : 0;
632 sign += (index1 > index3) ? 1 : 0;
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.cpp681 int index1 = index(positionRange.start); local
683 if (index1 < 0 || index2 < 0 || index1 > index2)
686 return PlainTextRange(index1, index2 - index1);
H A DAccessibilityRenderObject.cpp2681 int index1 = indexForVisiblePosition(visiblePos); local
2689 if (index1 == index2)
2692 return PlainTextRange(index1, index2 - index1);
/external/icu4c/common/
H A Dutext.cpp532 int64_t index1 = (limit1 >= 0 ? UTEXT_GETNATIVEINDEX(s1) : 0); local
535 while((limit1 < 0 || index1 < limit1) && (limit2 < 0 || index2 < limit2)) {
546 index1 = UTEXT_GETNATIVEINDEX(s1);
553 if(limit1 >= 0 && index1 >= limit1) {
560 if(index1 >= limit1) {
708 int64_t index1, index2; local
722 index1 = (limit1 >= 0 ? UTEXT_GETNATIVEINDEX(s1) : 0);
728 while((foldOffset1 < foldLength1 || limit1 < 0 || index1 < limit1) &&
749 index1 = UTEXT_GETNATIVEINDEX(s1);
784 index1
[all...]
H A Dubidi.c1717 index0, index1; local
1797 index1=visualMap[j-1];
1798 if((BIDI_ABS(index0-index1)!=1) || (saveLevels[index0]!=saveLevels[index1])) {
1842 index1=visualMap[j+step];
1843 if((BIDI_ABS(index0-index1)!=1) || (saveLevels[index0]!=saveLevels[index1])) {
H A Dutrie2.cpp48 i2=trie->index1[c>>UTRIE2_SHIFT_1]+
587 i2Block=trie->newTrie->index1[c>>UTRIE2_SHIFT_1];
/external/quake/quake/src/QW/client/
H A Dr_alias.c60 int index1; member in struct:__anon11402
179 pv1 = &viewpts[aedges[i].index1];
181 pa1 = &viewaux[aedges[i].index1];
/external/quake/quake/src/WinQuake/
H A Dr_alias.cpp60 int index1; member in struct:__anon11802
179 pv1 = &viewpts[aedges[i].index1];
181 pa1 = &viewaux[aedges[i].index1];
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py241 for index1, Marker1 in enumerate(self.Markers):
243 if index != index1 and not Marker1.iUpdate:
254 for index1, Marker1 in enumerate(self.Markers):
/external/libyuv/files/source/
H A Dformat_conversion.cc78 int index1 = (selector >> 8) & 0xff; local
82 dst_bayer[1] = src_argb[index1];
/external/icu4c/test/intltest/
H A Dtransapi.cpp442 UTransPosition index1[]={ local
449 for(uint32_t i=0; i<sizeof(index1)/sizeof(index1[0]); i++){
451 t->transliterate(rs, index1[i], insertion, status);
/external/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h434 inline void JIT::emitLoad2(unsigned index1, RegisterID tag1, RegisterID payload1, unsigned index2, RegisterID tag2, RegisterID payload2) argument
436 if (isMapped(index1)) {
437 emitLoad(index1, tag1, payload1);
442 emitLoad(index1, tag1, payload1);
/external/v8/src/
H A Dliveedit.cc392 bool Equals(int index1, int index2) { argument
393 return s1_->Get(offset1_ + index1) == s2_->Get(offset2_ + index2);
484 bool Equals(int index1, int index2) { argument
485 index1 += subrange_offset1_;
488 int line_start1 = line_ends1_.GetLineStart(index1);
490 int line_end1 = line_ends1_.GetLineEnd(index1);
/external/opencv/cvaux/src/
H A Dcvlcm.cpp602 pLCMEdge->index1 = pLCMEdge->index2 = -1;
616 LCMEdge->index1 = index;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java2116 int index1 = makeNodeIdentity(nodeHandle1);
2119 return index1!=NULL && index2!=NULL && index1 <= index2;
/external/qemu/block/
H A Dvvfat.c1097 /* mappings between index1 and index2-1 are supposed to be ordered
1100 static inline int find_mapping_for_cluster_aux(BDRVVVFATState* s,int cluster_num,int index1,int index2) argument
1105 index3=(index1+index2)/2;
1111 return index1;
1114 if(index1==index3)
1115 return mapping->end<=cluster_num ? index2 : index1;
1116 index1=index3;
1118 assert(index1<=index2);
1119 DLOG(mapping=array_get(&(s->mapping),index1);
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java1978 int index1 = 0;
1981 int index2 = diff_xIndex(diffs, index1);
1990 index1 + aDiff.text.length()));
1994 index1 += aDiff.text.length();
/external/skia/src/core/
H A DSkDraw.cpp2231 int index0, int index1, int index2) {
2234 fColors[1] = SkPreMultiplyColor(colors[index1]);
2239 m.set(0, pts[index1].fX - pts[index0].fX);
2242 m.set(3, pts[index1].fY - pts[index0].fY);
2230 setup(const SkPoint pts[], const SkColor colors[], int index0, int index1, int index2) argument

Completed in 491 milliseconds

123