Searched refs:cat (Results 1 – 9 of 9) sorted by relevance
23 cat <<-STARTCLASS55 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`59 cat <<-ENDCLASS
42 BuildDalvikSuite cat = new BuildDalvikSuite(true); in main() local43 cat.compose(); in main()
114 BuildDalvikSuite cat = new BuildDalvikSuite(false); in main() local115 cat.compose(); in main()
16 cat $ANDROID_BUILD_TOP/cts/development/ide/eclipse/.classpath $ANDROID_BUILD_TOP/development/ide/ec…
41 $(hide) cat $(PRIVATE_TEST_LIST) | \
607 Set<String> cat = new HashSet<String>(); in testMatchCategories() local608 assertNull(mIntentFilter.matchCategories(cat)); in testMatchCategories()611 cat.add(expected); in testMatchCategories()612 assertEquals(expected, mIntentFilter.matchCategories(cat)); in testMatchCategories()614 cat = new HashSet<String>(); in testMatchCategories()615 cat.add(CATEGORY); in testMatchCategories()617 assertNull(mIntentFilter.matchCategories(cat)); in testMatchCategories()618 cat.add(expected); in testMatchCategories()619 assertEquals(expected, mIntentFilter.matchCategories(cat)); in testMatchCategories()806 Set<String> cat = new HashSet<String>(); in testMatchWithIntentData() local[all …]
1176 for (String cat : expectedCat) { in compareIntents()1177 if (!actual.hasCategory(cat)) { in compareIntents()1181 for (String cat : actualCat) { in compareIntents()1182 if (!expected.hasCategory(cat)) { in compareIntents()
189 vmresult=`cat $datadir/dalvikout`197 vmres=`cat $datadir/dalvikout | sed -e 's/mk_b://;s/mk_s://'`
79 cat \