OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
64
/** OS Path to the "data/
categories
.txt" file. */
65
public final static int
CATEGORIES
= 17;
PlatformTarget.java
116
mPaths.put(
CATEGORIES
, mRootFolderOsPath + SdkConstants.OS_PLATFORM_DATA_FOLDER +
/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
...]
/tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-youtube-2.0.jar
/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
);
289
categories
.toArray(new String[
categories
.size()]),
378
* The values are added to the <code>actions</code> and <code>
categories
</code> lists.
383
* @param
categories
the list which will receive the category values.
387
ArrayList<String> serviceActions, ArrayList<String>
categories
) {
394
collectValues(mAndroidTarget.getPath(IAndroidTarget.
CATEGORIES
),
395
categories
);
local
/tools/build/builder/prebuilts/
sdklib.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 347 milliseconds