Searched refs:cat (Results 1 – 13 of 13) sorted by relevance
23 cat <<-STARTCLASS57 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`61 cat <<-ENDCLASS65 cat <<-STARTCLASS72 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`76 cat <<-ENDCLASS
43 BuildCTSMainsSources cat = new BuildCTSMainsSources(); in main() local44 if (!cat.parseArgs(args)) { in main()50 cat.run(cat::handleTest); in main()
50 BuildCTSHostSources cat = new BuildCTSHostSources(); in main() local52 if (!cat.parseArgs(args)) { in main()58 cat.run(cat::handleTest); in main()
54 BuildDalvikSuite cat = new BuildDalvikSuite(); in main() local55 if (!cat.parseArgs(args)) { in main()61 cat.run(null); in main()
10 4. `cat rdesc` will print the descriptor of this device11 5. `cat events` will print the events that the device is producing12 Once you cat the events, generate some events (by hand) on the device.
16 cat $ANDROID_BUILD_TOP/cts/development/ide/eclipse/.classpath $ANDROID_BUILD_TOP/development/ide/ec…
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 …]
1222 for (String cat : expectedCat) { in compareIntents()1223 if (!actual.hasCategory(cat)) { in compareIntents()1227 for (String cat : actualCat) { in compareIntents()1228 if (!expected.hasCategory(cat)) { in compareIntents()
170 vmresult=`cat $datadir/dalvikout`178 vmres=`cat $datadir/dalvikout | sed -e 's/mk_b://;s/mk_s://'`
189 vmresult=`cat $datadir/dalvikout`197 vmres=`cat $datadir/dalvikout | sed -e 's/mk_b://;s/mk_s://'`
30 cat /etc/ssl/openssl.cnf <(printf "\n[SAN]\nsubjectAltName=$SAN") \
80 cts_platform_version_string := $(shell cat $(cts_platform_version_path))
83 cat \