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

  /external/chromium_org/components/invalidation/
invalidation_logger_unittest.cc 139 std::map<std::string, syncer::ObjectIdSet> test_map; local
140 test_map["Test"] = syncer::ObjectIdSet();
141 log.OnUpdateIds(test_map);
  /external/chromium_org/third_party/skia/samplecode/
SampleSkLayer.cpp 39 static void test_map(SkScalar x0, SkScalar y0, SkScalar z0, function
88 test_map(1, 0, 0, m0, 1, 0, 0);
89 test_map(0, 1, 0, m0, 0, 1, 0);
90 test_map(0, 0, 1, m0, 0, 0, 1);
92 test_map(1, 0, 0, m0, 2, 0, 0);
93 test_map(0, 1, 0, m0, 0, 3, 0);
94 test_map(0, 0, 1, m0, 0, 0, 4);
96 test_map(0, 0, 0, m0, 2, 3, 4);
98 test_map(1, 0, 0, m0, 7, 3, 4);
99 test_map(0, 1, 0, m0, 2, 9, 4)
    [all...]

Completed in 64 milliseconds