Searched refs:cat (Results 1 – 9 of 9) sorted by relevance
94 NewsCategory cat = NewsSource.getInstance().getCategory(categoryIndex); in loadCategory() local95 for (i = 0; i < cat.getArticleCount(); i++) { in loadCategory()96 mHeadlinesList.add(cat.getArticle(i).getHeadline()); in loadCategory()
8 * File androidwinusb86.cat - Signed catalog for 32-bit package9 * File androidwinusba64.cat - Signed catalog for AMD 64-bit package28 file is modified, .cat files must be rebuilt and resigned in order to keep29 integrity of the installation. Failure to rebuild and resign .cat files will35 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,
10 CatalogFile.NTx86 = androidwinusb86.cat11 CatalogFile.NTamd64 = androidwinusba64.cat
5 cat <<- EOH39 cat
7 cat <<- EOH62 …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.*/…
148 DirectoryCategory cat = Directory.getCategory(category); in populateTitles() local149 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()
21 cat <<EOF
25 cat <<EOFU69 cat > "$OUT" <<EOFH387 cat >> "$OUT" <<EOFA
139 for (String cat : Monkey.currentIntent.getCategories()) {140 sb.append(cat).append(" ");