HomeSort by relevance Sort by last modified time
    Searched refs:ids1 (Results 1 - 2 of 2) sorted by null

  /external/eigen/demos/opengl/
icosphere.cpp 72 ids1[3]; // indices of edge vertices local
85 ids1[k] = mVertices.size();
86 edgeMap[edgeKey] = ids1[k];
90 ids1[k] = it->second;
92 refinedIndices.push_back(ids0[0]); refinedIndices.push_back(ids1[0]); refinedIndices.push_back(ids1[2]);
93 refinedIndices.push_back(ids0[1]); refinedIndices.push_back(ids1[1]); refinedIndices.push_back(ids1[0]);
94 refinedIndices.push_back(ids0[2]); refinedIndices.push_back(ids1[2]); refinedIndices.push_back(ids1[1])
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsProvider2_AccountRemovalTest.java 139 ContactIdPair ids1 = DatabaseAsserts.assertAndCreateContactWithName(mResolver, acct, local
141 DataUtil.insertPhoneNumber(mResolver, ids1.mRawContactId, "555-5555");
148 long mergedContactId = assertMerged(System.currentTimeMillis(), ids1.mRawContactId,
152 ids1.mContactId = mergedContactId;
155 return Lists.newArrayList(ids1, ids2);

Completed in 485 milliseconds