Searched refs:wc (Results 1 – 2 of 2) sorted by relevance
41 GCOV_PREFIX_STRIP := $(shell echo $(ANDROID_BUILD_TOP) | grep -o / | wc -l)
1119 WidgetChild wc = (WidgetChild) o; in equals() local1120 return (requisitionNumber == wc.requisitionNumber && weight == wc.weight); in equals()