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

  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.h 30 typedef std::vector<size_t> Projection;
63 // Get the projection of commit ids onto the space of commit ids
66 // indices contained in the returned Projection can be used.
67 const Projection& GetCommitIdProjection(browser_sync::ModelSafeGroup group) {
85 typedef std::map<browser_sync::ModelSafeGroup, Projection> Projections;
106 // projection. We could store it in commit_ids_, but sometimes we want
ordered_commit_set.cc 53 // For each projection, chop off any indices larger than or equal to
55 Projection& p = it->second;
56 Projection::iterator element = std::lower_bound(p.begin(), p.end(),
ordered_commit_set_unittest.cc 49 // the set to a size of 4, so that the DB projection is wiped out and
64 OrderedCommitSet::Projection p1, p2, p3;
72 SCOPED_TRACE(::testing::Message("UI projection mismatch at i = ") << i);
78 SCOPED_TRACE(::testing::Message("PASSIVE projection mismatch at i = ")
85 SCOPED_TRACE(::testing::Message("DB projection mismatch at i = ") << i);
status_controller.h 121 const OrderedCommitSet::Projection& commit_id_projection() {
123 << "No group restriction for projection.";
227 // Returns true iff the commit id projection for |group_restriction_|
status_controller.cc 171 OrderedCommitSet::Projection proj =
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 137 OrderedCommitSet::Projection proj = status->commit_id_projection();
syncer_unittest.cc 365 sessions::OrderedCommitSet::Projection proj;
369 SCOPED_TRACE(::testing::Message("Projection mismatch with i = ") << i);
373 // Since this projection is the identity, the following holds.
    [all...]
  /external/v8/benchmarks/
deltablue.js 847 if (dst.value != 1170) alert("Projection 1 failed");
849 if (src.value != 5) alert("Projection 2 failed");
853 alert("Projection 3 failed");
858 alert("Projection 4 failed");
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 841 if (dst.value != 1170) alert("Projection 1 failed");
843 if (src.value != 5) alert("Projection 2 failed");
847 alert("Projection 3 failed");
852 alert("Projection 4 failed");
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 841 if (dst.value != 1170) alert("Projection 1 failed");
843 if (src.value != 5) alert("Projection 2 failed");
847 alert("Projection 3 failed");
852 alert("Projection 4 failed");
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 841 if (dst.value != 1170) alert("Projection 1 failed");
843 if (src.value != 5) alert("Projection 2 failed");
847 alert("Projection 3 failed");
852 alert("Projection 4 failed");

Completed in 713 milliseconds