HomeSort by relevance Sort by last modified time
    Searched full:category (Results 101 - 125 of 679) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/QuickSearchBox/tests/partial/
AndroidManifest.xml 29 <category android:name="android.intent.category.DEFAULT" />
30 <category android:name="android.intent.category.LAUNCHER" />
  /packages/experimental/BugReportSender/
AndroidManifest.xml 33 <category android:name="android.intent.category.LAUNCHER" />
40 <category android:name="android.intent.category.DEFAULT" />
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 65 public void addMapping(int oldReg, int newReg, int category) {
66 super.addMapping(oldReg, newReg, category);
70 if (category == 2) {
81 * @param category category of old namespace register
84 public boolean interferes(int oldReg, int newReg, int category) {
92 } else if (category == 1) {
96 || (interferes(oldReg, newReg+1, category-1));
133 * pinned to the specified new-namespace reg + category. Takes into
134 * account the category of the old-namespace registers
    [all...]
  /packages/apps/Bluetooth/
AndroidManifest_test.xml 27 <category android:name="android.intent.category.LAUNCHER" />
52 <category android:name="android.intent.category.DEFAULT" />
59 <category android:name="android.intent.category.DEFAULT" />
66 <category android:name="android.intent.category.DEFAULT" />
90 <category android:name="android.intent.category.DEFAULT" /
    [all...]
AndroidManifest.xml 51 <category android:name="android.intent.category.DEFAULT" />
66 <category android:name="android.intent.category.DEFAULT" />
74 <category android:name="android.intent.category.DEFAULT" />
109 <category android:name="android.intent.category.DEFAULT" />
123 <category android:name="android.intent.category.DEFAULT" /
    [all...]
  /external/webkit/WebCore/inspector/front-end/
TimelineOverviewPane.js 50 var category = this._categories[categoryName];
51 categoriesTreeElement.appendChild(new WebInspector.TimelineCategoryTreeElement(category, this._onCheckboxClicked.bind(this, category)));
61 for (var category in this._categories) {
62 var categoryGraph = new WebInspector.TimelineCategoryGraph(this._categories[category], i++ % 2);
63 this._categoryGraphs[category] = categoryGraph;
97 _onCheckboxClicked: function (category, event) {
99 category.hidden = false;
101 category.hidden = true;
102 this._categoryGraphs[category.name].dimmed = !event.target.checked
    [all...]
AbstractTimelinePanel.js 96 function createFilterElement(category)
98 if (category === "all")
100 else if (this.categories[category])
101 var label = this.categories[category].title;
104 categoryElement.category = category;
105 categoryElement.addStyleClass(category);
120 for (var category in this.categories)
121 createFilterElement.call(this, category);
124 showCategory: function(category)
    [all...]
  /ndk/build/awk/
extract-launchable.awk 30 # <category android:name="android.intent.category.LAUNCHER" />
56 # the 'action' and 'category' variables. They are updated when
61 category = ""
64 # for the current activity if both 'action' and 'category' have the
69 category == "android.intent.category.LAUNCHER" ) {
79 # When entering a <category> element inside an <intent-filter>, record
81 else if ( event == "BEGIN-CATEGORY" &&
82 XML_RPATH == "CATEGORY/INTENT-FILTER/ACTIVITY/APPLICATION/MANIFEST/" )
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 241 // Compute max category for remaining unmapped registers.
245 int category = ssaSpec.getCategory(); local
247 && category > maxCategory) {
248 maxCategory = category;
269 * @param maxAllowedCategory {@code 1..2;} maximum category
289 // the widest category used, but <shrug>
301 * @param maxAllowedCategory {@code 1..2;} the maximum category
321 * @param category {@code > 0;} width to reserve
323 private void markReserved(int ropReg, int category) {
324 reservedRopRegs.set(ropReg, ropReg + category, true)
499 int category = checkRegSpec.getCategory(); local
523 int category = ssaSpec.getCategory(); local
544 int category = ssaSpec.getCategory(); local
653 int category = ssaSpec.getCategory(); local
654 mapper.addMapping(ssaSpec.getReg(), ropReg, category); local
677 int category = source.getCategory(); local
734 int category = sources.get(i).getCategory(); local
877 int category = categoriesForIndex[i]; local
    [all...]
  /dalvik/dx/tests/032-bb-live-code/
expected.txt 263 001f: lload 05 // category-2
265 0023: dload 05 // category-2
271 002b: lload_0 // 00, category-2
272 002c: lload_1 // 01, category-2
273 002d: lload_2 // 02, category-2
274 002e: lload_3 // 03, category-2
279 0033: dload_0 // 00, category-2
280 0034: dload_1 // 01, category-2
281 0035: dload_2 // 02, category-2
282 0036: dload_3 // 03, category-
    [all...]
  /external/webkit/SunSpider/
make-hosted 55 my $category = $_;
56 $category =~ s/-.*//;
57 if (!$uniqueCategories{$category}) {
58 push @categories, $category;
59 $uniqueCategories{$category} = $category;
  /dalvik/dx/src/com/android/dx/rop/cst/
Constant.java 27 * Returns {@code true} if this instance is a category-2 constant,
29 * {@code false} if this instance is category-1.
31 * @return {@code true} iff this instance is category-2
  /external/e2fsprogs/intl/
dcgettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
47 DCGETTEXT (const char *domainname, const char *msgid, int category)
49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
dcngettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
49 int category)
51 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
  /cts/tests/res/menu/
category_order.xml 19 <!-- This group uses the default category. -->
36 <!-- This group uses the secondary category, which is used for less oftenly used items.
38 (Furthermore, notice how the orders in each category are independent from the other
39 category.) -->
  /dalvik/dx/tests/074-dex-form35c-edge-case/
info.txt 3 is made to register 15 as a category-2 value, meaning that
  /development/samples/ApiDemos/res/menu/
category_order.xml 19 <!-- This group uses the default category. -->
36 <!-- This group uses the secondary category, which is used for less oftenly used items.
38 (Furthermore, notice how the orders in each category are independent from the other
39 category.) -->
  /packages/apps/Phone/
AndroidManifest.xml 97 <category android:name="android.intent.category.DEFAULT" />
108 <category android:name="android.intent.category.DEFAULT" />
116 <category android:name="android.intent.category.DEFAULT" />
129 <category android:name="android.intent.category.DEFAULT" />
134 <category android:name="android.intent.category.DEFAULT" /
    [all...]
  /packages/apps/VoiceDialer/
AndroidManifest.xml 24 <category android:name="android.intent.category.LAUNCHER"/>
32 <category android:name="android.intent.category.DEFAULT" />
  /cts/tests/SignatureTest/
AndroidManifest.xml 29 <category android:name="android.intent.category.DEFAULT" />
  /development/apps/CustomLocale/
AndroidManifest.xml 27 <category android:name="android.intent.category.LAUNCHER" />
  /development/samples/BusinessCard/
AndroidManifest.xml 29 <category android:name="android.intent.category.LAUNCHER" />
  /development/samples/HelloActivity/
AndroidManifest.xml 28 <category android:name="android.intent.category.LAUNCHER"/>
  /development/samples/MultiResolution/
AndroidManifest.xml 37 <category
38 android:name="android.intent.category.LAUNCHER"/>
  /development/samples/SimpleJNI/
AndroidManifest.xml 25 <category android:name="android.intent.category.LAUNCHER" />

Completed in 528 milliseconds

1 2 3 45 6 7 8 91011>>