Searched refs:rc0 (Results 1 – 4 of 4) sorted by relevance
27 SkRefPtr<RefClass> rc0; in test_refptr() local28 REPORTER_ASSERT(reporter, rc0.get() == NULL); in test_refptr()29 REPORTER_ASSERT(reporter, !rc0); in test_refptr()32 REPORTER_ASSERT(reporter, rc0 == rc1); in test_refptr()33 REPORTER_ASSERT(reporter, rc0.get() != r0); in test_refptr()35 rc0 = r0; in test_refptr()36 REPORTER_ASSERT(reporter, rc0); in test_refptr()37 REPORTER_ASSERT(reporter, rc0 != rc1); in test_refptr()38 REPORTER_ASSERT(reporter, rc0.get() == r0); in test_refptr()40 rc1 = rc0; in test_refptr()[all …]
273 $TEST_DIR/etc/rc0.d/${SYSVINITSTOPT}${SYSVINIT_NAME} 0 1322 mkdir -p ${TEST_DIR}/etc/rc0.d342 …installf ${PKGNAME} \${PKG_INSTALL_ROOT}$TEST_DIR/etc/rc0.d/${SYSVINITSTOPT}${SYSVINIT_NAME}=../in…349 …installf ${PKGNAME} \${PKG_INSTALL_ROOT}$TEST_DIR/etc/rc0.d/${SYSVINITSTOPT}${SYSVINIT_NAME}=\${PK…
633 S1:255:0:44:M346: Contiki:1.1:rc0:Contiki 1.1-rc0
1574 const int* rc0 = data->counts->data.i; in find_split_ord_class() local1585 rc[i] = rc0[i]; in find_split_ord_class()