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

  /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...]
  /external/chromium_org/v8/tools/testrunner/objects/
workpacket.py 63 test_map = {}
65 test_map[t.id] = t
75 return result, test_map
  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 182 data, test_map = packet.Pack(self.binaries)
195 test = test_map.pop(test_id)
230 if len(test_map) > 0:
232 print("\nNo results for %d tests, running them locally." % len(test_map))
233 self._EnqueueLocally(test_map)
235 def _EnqueueLocally(self, test_map):
237 for test in test_map:
238 self.tests.append(test_map[test])
  /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/v8/tools/testrunner/local/
execution.py 209 test_map = {}
217 test_map[test.id] = test
228 test = test_map[result[0]]

Completed in 117 milliseconds