Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 9 of 9) sorted by relevance

/cts/tools/utils/
Djava-cert-list-generator.sh23 cat <<-STARTCLASS
55 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`
59 cat <<-ENDCLASS
/cts/tools/vm-tests-tf/src/util/build/
DJackBuildDalvikSuite.java42 BuildDalvikSuite cat = new BuildDalvikSuite(true); in main() local
43 cat.compose(); in main()
DBuildDalvikSuite.java114 BuildDalvikSuite cat = new BuildDalvikSuite(false); in main() local
115 cat.compose(); in main()
/cts/development/ide/eclipse/
Dgenclasspath.sh16 cat $ANDROID_BUILD_TOP/cts/development/ide/eclipse/.classpath $ANDROID_BUILD_TOP/development/ide/ec…
/cts/build/
Dtest_gtest_package.mk41 $(hide) cat $(PRIVATE_TEST_LIST) | \
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java607 Set<String> cat = new HashSet<String>(); in testMatchCategories() local
608 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 …]
DIntentTest.java1176 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()
/cts/tools/vm-tests-tf/etc/
Dstarttests189 vmresult=`cat $datadir/dalvikout`
197 vmres=`cat $datadir/dalvikout | sed -e 's/mk_b://;s/mk_s://'`
/cts/hostsidetests/devicepolicy/app/DeviceOwner/assets/
Dgenerate-client-cert-chain.sh79 cat \