HomeSort by relevance Sort by last modified time
    Searched refs:ids1 (Results 1 - 4 of 4) 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...]
  /external/chromium_org/content/browser/appcache/
appcache_update_job_unittest.cc 778 MockFrontend::HostIds ids1(1, host1->host_id());
779 frontend1->AddExpectedEvent(ids1, APPCACHE_CHECKING_EVENT);
780 frontend1->AddExpectedEvent(ids1, APPCACHE_ERROR_EVENT);
883 MockFrontend::HostIds ids1(1, host1->host_id());
884 frontend1->AddExpectedEvent(ids1, APPCACHE_CHECKING_EVENT);
885 frontend1->AddExpectedEvent(ids1, APPCACHE_OBSOLETE_EVENT);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsProvider2_AccountRemovalTest.java 141 ContactIdPair ids1 = DatabaseAsserts.assertAndCreateContactWithName(mResolver, acct, local
143 DataUtil.insertPhoneNumber(mResolver, ids1.mRawContactId, "555-5555");
150 long mergedContactId = assertMerged(System.currentTimeMillis(), ids1.mRawContactId,
154 ids1.mContactId = mergedContactId;
157 return Lists.newArrayList(ids1, ids2);
  /external/chromium_org/content/browser/service_worker/
service_worker_database_unittest.cc 863 std::set<int64> ids1; local
906 std::set<int64> ids1; local
    [all...]

Completed in 269 milliseconds