Home
last modified time | relevance | path

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

/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
DHeadlinesFragment.java94 NewsCategory cat = NewsSource.getInstance().getCategory(categoryIndex); in loadCategory() local
95 for (i = 0; i < cat.getArticleCount(); i++) { in loadCategory()
96 mHeadlinesList.add(cat.getArticle(i).getHeadline()); in loadCategory()
/development/host/windows/usb/
Dreadme.txt8 * File androidwinusb86.cat - Signed catalog for 32-bit package
9 * File androidwinusba64.cat - Signed catalog for AMD 64-bit package
28 file is modified, .cat files must be rebuilt and resigned in order to keep
29 integrity of the installation. Failure to rebuild and resign .cat files will
35 to build and sign new .cat files for that custom .inf file of yours.
37 The simplest way to create .cat files would be using inf2cat.exe utility,
Dandroid_winusb.inf10 CatalogFile.NTx86 = androidwinusb86.cat
11 CatalogFile.NTamd64 = androidwinusba64.cat
/development/tools/findunused/
Dfindunusedstrings5 cat <<- EOH
39 cat
Dfindunusedresources7 cat <<- EOH
62 …find $resources $sources $app/AndroidManifest.xml -type f -print |xargs cat | tr -d '\n ' > /tmp/e…
65 …for i in $(cat $rDotJava | grep "\w*=0x\d*" | sed 's/ *public static final int //' | sed 's/=0x.*/…
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DTitlesFragment.java148 DirectoryCategory cat = Directory.getCategory(category); in populateTitles() local
149 String[] items = new String[cat.getEntryCount()]; in populateTitles()
150 for (int i = 0; i < cat.getEntryCount(); i++) in populateTitles()
151 items[i] = cat.getEntry(i).getName(); in populateTitles()
/development/tools/
Dmake_key21 cat <<EOF
/development/build/tools/
Dmk_sdk_repo_xml.sh25 cat <<EOFU
69 cat > "$OUT" <<EOFH
387 cat >> "$OUT" <<EOFA
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkVars.java139 for (String cat : Monkey.currentIntent.getCategories()) {
140 sb.append(cat).append(" ");