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

  /external/skia/tests/
ClipCubicTest.cpp 31 static void PrintCurve(const char *name, const SkPoint crv[4]) {
34 (float)crv[0].fX, (float)crv[0].fY,
35 (float)crv[1].fX, (float)crv[1].fY,
36 (float)crv[2].fX, (float)crv[2].fY,
37 (float)crv[3].fX, (float)crv[3].fY);
62 SkPoint crv[4])
72 static SkPoint crv[4] = { local
    [all...]
  /external/compiler-rt/test/dfsan/
custom.cc 234 char *crv = strchr(str1, 'r');
235 assert(crv == &str1[2]);
236 ASSERT_ZERO_LABEL(crv);
238 crv = strchr(str1, '1');
239 assert(crv == &str1[3]);
241 ASSERT_ZERO_LABEL(crv);
243 ASSERT_LABEL(crv, i_label);
246 crv = strchr(str1, 'x');
247 assert(!crv);
249 ASSERT_ZERO_LABEL(crv);
    [all...]
  /external/rmi4utils/rmidevice/
Makefile 18 $(AR) crv $(STATIC_LIBNAME) $^

Completed in 389 milliseconds