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

  /external/skia/tests/
UtilsTest.cpp 20 SkRefPtr<RefClass> rc0; local
21 REPORTER_ASSERT(reporter, rc0.get() == NULL);
22 REPORTER_ASSERT(reporter, !rc0);
25 REPORTER_ASSERT(reporter, rc0 == rc1);
26 REPORTER_ASSERT(reporter, rc0.get() != r0);
28 rc0 = r0;
29 REPORTER_ASSERT(reporter, rc0);
30 REPORTER_ASSERT(reporter, rc0 != rc1);
31 REPORTER_ASSERT(reporter, rc0.get() == r0);
33 rc1 = rc0;
    [all...]
  /external/iptables/utils/
pf.os 633 S1:255:0:44:M346: Contiki:1.1:rc0:Contiki 1.1-rc0
  /external/opencv/ml/src/
mltree.cpp 1574 const int* rc0 = data->counts->data.i; local
    [all...]

Completed in 1249 milliseconds