OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:category
(Results
151 - 175
of
679
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/inspector/front-end/
TimelinePanel.js
148
// Glue subsequent records with same
category
and title together if they are closer than 100ms to each other.
150
this._lastRecord.
category
== formattedRecord.
category
&&
174
this._recordStyles[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"),
category
: this.categories.scripting };
175
this._recordStyles[recordTypes.Layout] = { title: WebInspector.UIString("Layout"),
category
: this.categories.rendering };
176
this._recordStyles[recordTypes.RecalculateStyles] = { title: WebInspector.UIString("Recalculate Style"),
category
: this.categories.rendering };
177
this._recordStyles[recordTypes.Paint] = { title: WebInspector.UIString("Paint"),
category
: this.categories.rendering };
178
this._recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse"),
category
: this.categories.loading };
179
this._recordStyles[recordTypes.TimerInstall] = { title: WebInspector.UIString("Install Timer"),
category
: this.categories.scripting };
180
this._recordStyles[recordTypes.TimerRemove] = { title: WebInspector.UIString("Remove Timer"),
category
: this.categories.scripting }
[
all
...]
/packages/apps/AlarmClock/
AndroidManifest.xml
22
<
category
android:name="android.intent.
category
.DEFAULT" />
23
<
category
android:name="android.intent.
category
.LAUNCHER" />
/packages/apps/Email/
AndroidManifest.xml
65
<
category
android:name="android.intent.
category
.DEFAULT" />
66
<
category
android:name="android.intent.
category
.LAUNCHER" />
131
<
category
android:name="android.intent.
category
.DEFAULT" />
156
<
category
android:name="android.intent.
category
.DEFAULT" />
204
<
category
android:name="android.intent.
category
.DEFAULT" /
[
all
...]
/cts/tests/tests/permission/
AndroidManifest.xml
27
<
category
android:name="android.intent.
category
.FRAMEWORK_INSTRUMENTATION_TEST"/>
/cts/tools/device-setup/TestDeviceSetup/
AndroidManifest.xml
30
<
category
android:name="android.intent.
category
.LAUNCHER"/>
/development/samples/AliasActivity/
AndroidManifest.xml
28
<
category
android:name="android.intent.
category
.LAUNCHER"/>
/development/samples/BackupRestore/
AndroidManifest.xml
40
<
category
android:name="android.intent.
category
.LAUNCHER" />
/development/samples/BluetoothChat/
AndroidManifest.xml
31
<
category
android:name="android.intent.
category
.LAUNCHER" />
/development/samples/ContactManager/
AndroidManifest.xml
24
<
category
android:name="android.intent.
category
.LAUNCHER" />
/development/samples/JetBoy/
AndroidManifest.xml
31
<
category
32
android:name="android.intent.
category
.LAUNCHER" />
/development/samples/LunarLander/
AndroidManifest.xml
28
<
category
android:name="android.intent.
category
.LAUNCHER" />
/development/samples/Snake/
AndroidManifest.xml
31
<
category
android:name="android.intent.
category
.LAUNCHER" />
/development/samples/Spinner/
AndroidManifest.xml
43
<
category
android:name="android.intent.
category
.LAUNCHER" />
/development/samples/TicTacToeMain/
AndroidManifest.xml
27
<
category
android:name="android.intent.
category
.LAUNCHER" />
/external/apache-http/src/org/apache/http/impl/
EnglishReasonPhraseCatalog.java
85
("Unknown
category
for status code " + status + ".");
88
final int
category
= status / 100;
local
89
final int subcode = status - 100*
category
;
92
if (REASON_PHRASES[
category
].length > subcode)
93
reason = REASON_PHRASES[
category
][subcode];
119
final int
category
= status / 100;
local
120
final int subcode = status - 100*
category
;
121
REASON_PHRASES[
category
][subcode] = reason;
/external/icu4c/samples/props/
props.cpp
38
printf(" general
category
(numeric enum value): %u\n", u_charType(codePoint));
45
printf(" BiDi directional
category
(numeric enum value): %u\n", u_charDirection(codePoint));
/external/quake/
AndroidManifest.xml
34
<
category
android:name="android.intent.
category
.LAUNCHER" />
/frameworks/base/core/java/android/gesture/
Learner.java
63
* Remove all the instances of a
category
65
* @param name the
category
name
/frameworks/base/tests/DumpRenderTree/
AndroidManifest.xml
24
<
category
android:name="android.intent.
category
.TEST" />
/packages/apps/HTMLViewer/
AndroidManifest.xml
29
<
category
android:name="android.intent.
category
.DEFAULT" />
/packages/inputmethods/LatinIME/java/
AndroidManifest.xml
36
<
category
android:name="android.intent.
category
.DEFAULT" />
/packages/inputmethods/PinyinIME/
AndroidManifest.xml
30
<
category
android:name="android.intent.
category
.DEFAULT" />
/packages/wallpapers/LivePicker/
AndroidManifest.xml
42
<
category
android:name="android.intent.
category
.DEFAULT" />
/packages/apps/DeskClock/
AndroidManifest.xml
33
<
category
android:name="android.intent.
category
.DEFAULT" />
34
<
category
android:name="android.intent.
category
.LAUNCHER" />
35
<
category
android:name="android.intent.
category
.DESK_DOCK" />
/packages/wallpapers/Basic/
AndroidManifest.xml
42
<
category
android:name="android.intent.
category
.TEST" />
54
<
category
android:name="android.intent.
category
.TEST" />
66
<
category
android:name="android.intent.
category
.TEST" />
Completed in 267 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>