HomeSort by relevance Sort by last modified time
    Searched refs:index1 (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/v8/src/
liveedit.h 152 virtual bool Equals(int index1, int index2) = 0;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 204 private void buildSplitContactDiff(ArrayList<ContentProviderOperation> diff, int index1,
210 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID);
214 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRefs[index1]);
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state_utils.h 67 const std::vector<int> *const sampledInputYs, const int index0, const int index1);
153 const std::vector<int> *const sampledInputYs, const int index0, const int index1,
157 const int index1, std::vector<hash_map_compat<int, float> > *charProbabilities);
proximity_info_state.cpp 275 float ProximityInfoState::getDirection(const int index0, const int index1) const {
277 &mSampledInputXs, &mSampledInputYs, index0, index1);
  /external/freetype/src/psaux/
afmparse.c 667 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 ); local
668 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 );
671 if ( index1 > index2 )
673 else if ( index1 < index2 )
733 kp->index1 = shared_vals[0].u.i;
  /external/icu4c/common/
utrie2_builder.cpp 215 newTrie->index1[i]=j;
220 newTrie->index1[i]=UNEWTRIE2_INDEX_2_NULL_OFFSET;
252 uprv_memcpy(trie->index1, other->index1, sizeof(trie->index1));
466 i2=trie->index1[c>>UTRIE2_SHIFT_1]+
501 i2=trie->index1[i1];
507 trie->index1[i1]=i2;
926 i2Block=trie->index1[--i1];
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Node.java 398 * @param index1 The index of the first child to swap
401 public void swapChildren(int index1, int index2) {
403 Spatial c1 = children.remove(index1);
404 children.add(index1, c2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 86 index1 RN 10 label
236 LDR index1,=0x03020504
240 VDUP dindexRow1,index1
  /external/dropbear/libtommath/
booker.pl 45 $index1{@m[1]} = $chapter;
190 $a = $index1{$word};
  /external/freetype/include/freetype/internal/
t1types.h 160 FT_Int index1; member in struct:AFM_KernPairRec_
  /external/harfbuzz_ng/src/hb-ucdn/
unicodedata_db.h 1740 static const unsigned short index1[] = { variable
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTree.java 377 public void swapTriangles(int index1, int index2) {
378 int p1 = index1 * 9;
391 int tmp2 = triIndices[index1];
392 triIndices[index1] = triIndices[index2];
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
PhysicsCollisionEvent.java 147 return cp.index1;
  /external/protobuf/src/google/protobuf/
repeated_field.h 114 void SwapElements(int index1, int index2);
222 void SwapElements(int index1, int index2);
347 void SwapElements(int index1, int index2);
544 void RepeatedField<Element>::SwapElements(int index1, int index2) {
545 std::swap(elements_[index1], elements_[index2]);
709 inline void RepeatedPtrFieldBase::SwapElements(int index1, int index2) {
710 std::swap(elements_[index1], elements_[index2]);
864 void RepeatedPtrField<Element>::SwapElements(int index1, int index2) {
865 RepeatedPtrFieldBase::SwapElements(index1, index2);
    [all...]
extension_set.cc 531 void ExtensionSet::SwapElements(int number, int index1, int index2) {
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, index2)
    [all...]
  /external/libxml2/
xinclude.c 915 int index1, index2; local
932 index1 = range->index;
974 if ((cur == start) && (index1 > 1)) {
975 content += (index1 - 1);
976 len -= (index1 - 1);
1013 if ((cur == start) && (index1 > 1)) {
1014 cur = xmlXIncludeGetNthChild(cur, index1 - 1);
1015 index1 = 0;
1033 if (index1 > 1) {
1034 content += (index1 - 1)
    [all...]
xpointer.c 208 * @index1: the first index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) {
225 if (index1 < index2)
227 if (index1 > index2)
1446 int index1, index2; local
    [all...]
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 138 int index1 = index0; local
140 index1 += 1;
142 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
144 index1 ^= SkGradientShaderBase::kDitherStride32;
145 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java     [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...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDeltaList.java 252 private void buildSplitContactDiff(ArrayList<ContentProviderOperation> diff, int index1,
258 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID);
259 int backRef1 = backRefs[index1];
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 301 // AT+CPBR=<index1>[,<index2>]
310 int index1; local
322 index1 = Integer.parseInt(indices[0]);
324 index2 = index1;
334 mCpbrIndex1 = index1;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 633 public java.util.List<HDR> subList(int index1, int index2) {
634 return this.hlist.subList(index1, index2);
  /external/opencv/cv/src/
cvconvhull.cpp 610 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/
AccessibilityObject.cpp 681 int index1 = index(positionRange.start); local
683 if (index1 < 0 || index2 < 0 || index1 > index2)
686 return PlainTextRange(index1, index2 - index1);
    [all...]

Completed in 679 milliseconds

12 3 4