OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CATEGORIES
(Results
1 - 8
of
8
) 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() {
/external/chromium_org/build/android/
adb_profile_chrome
23
echo " --
categories
|-c C Select
categories
to trace with comma-delimited wildcards."
106
-c|--
categories
)
110
CATEGORIES
="-e
categories
'$2'"
134
send_intent ${PACKAGE} ${FUNCTION} ${OUTPUT} ${
CATEGORIES
}
137
do_timed_capture ${PACKAGE} ${INTERVAL} ${
CATEGORIES
}
/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
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py
41
CATEGORIES
= {
231
code =
CATEGORIES
.get(escape)
260
code =
CATEGORIES
.get(escape)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py
41
CATEGORIES
= {
231
code =
CATEGORIES
.get(escape)
260
code =
CATEGORIES
.get(escape)
/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
/prebuilts/devtools/tools/lib/
sdklib.jar
Completed in 939 milliseconds