HomeSort by relevance Sort by last modified time
    Searched refs:CATEGORIES (Results 1 - 9 of 9) sorted by null

  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsSource.java 29 final String[] CATEGORIES = { "Top Stories", "US", "Politics", "Economy" };
44 mCategory = new NewsCategory[CATEGORIES.length];
45 for (i = 0; i < CATEGORIES.length; i++) {
50 /** Returns the list of news categories. */
52 return CATEGORIES;
NewsReaderActivity.java 71 final String CATEGORIES[] = { "Top Stories", "Politics", "Economy", "Technology" };
145 for (i = 0; i < CATEGORIES.length; i++) {
146 actionBar.addTab(actionBar.newTab().setText(CATEGORIES[i]).setTabListener(handler));
153 CATEGORIES);
185 catButton.setText(CATEGORIES[mCatIndex]);
238 * calls up a list of news categories and switches to the given category.
244 builder.setItems(CATEGORIES, new DialogInterface.OnClickListener() {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java 58 /** OS Path to the "data/categories.txt" file. */
59 public final static int CATEGORIES = 17;
PlatformTarget.java 116 mPaths.put(CATEGORIES, mRootFolderOsPath + SdkConstants.OS_PLATFORM_DATA_FOLDER +
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 205 CATEGORIES="ada bootstrap c++ c debug driver fortran inline-asm java libgcj libobjc libstdc++ middle-end objc other pch preprocessor rtl-optimization target tree-optimization web"
208 lisp) echo "$CATEGORIES" | \
213 norm) l=`echo "$CATEGORIES" | \
218 echo "$CATEGORIES" | \
219 awk 'BEGIN {print "Known categories:"; i = 0 }
290 SEND-PR: Choose from the following categories:
294 # Format the categories so they fit onto lines.
295 l=`echo "$CATEGORIES" | \
300 echo "$CATEGORIES" | \
443 for C in $CATEGORIES
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 205 CATEGORIES="ada bootstrap c++ c debug driver fortran inline-asm java libgcj libobjc libstdc++ middle-end objc other pch preprocessor rtl-optimization target tree-optimization web"
208 lisp) echo "$CATEGORIES" | \
213 norm) l=`echo "$CATEGORIES" | \
218 echo "$CATEGORIES" | \
219 awk 'BEGIN {print "Known categories:"; i = 0 }
290 SEND-PR: Choose from the following categories:
294 # Format the categories so they fit onto lines.
295 l=`echo "$CATEGORIES" | \
300 echo "$CATEGORIES" | \
443 for C in $CATEGORIES
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 205 CATEGORIES="ada bootstrap c++ c debug driver fortran inline-asm java libgcj libobjc libstdc++ middle-end objc other pch preprocessor rtl-optimization target tree-optimization web"
208 lisp) echo "$CATEGORIES" | \
213 norm) l=`echo "$CATEGORIES" | \
218 echo "$CATEGORIES" | \
219 awk 'BEGIN {print "Known categories:"; i = 0 }
290 SEND-PR: Choose from the following categories:
294 # Format the categories so they fit onto lines.
295 l=`echo "$CATEGORIES" | \
300 echo "$CATEGORIES" | \
443 for C in $CATEGORIES
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 119 ArrayList<String> categories = new ArrayList<String>(); local
121 service_actions, categories);
287 categories.toArray(new String[categories.size()]),
374 * The values are added to the <code>actions</code> and <code>categories</code> lists.
379 * @param categories the list which will receive the category values.
383 ArrayList<String> serviceActions, ArrayList<String> categories) {
390 collectValues(mAndroidTarget.getPath(IAndroidTarget.CATEGORIES),
391 categories); local
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 83 milliseconds