HomeSort by relevance Sort by last modified time
    Searched defs:category (Results 126 - 150 of 671) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha3/
asset-studio-25.2.0-alpha3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 648 * category/width.
662 * into account its category/width.
671 int category = rs.getCategory(); local
674 || (category == 2 ? regsUsed.get(reg + 1) : false);
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 296 // Compute max category for remaining unmapped registers.
300 int category = ssaSpec.getCategory(); local
302 && category > maxCategory) {
303 maxCategory = category;
325 * @param maxAllowedCategory {@code 1..2;} maximum category
345 // the widest category used, but <shrug>
357 * @param maxAllowedCategory {@code 1..2;} the maximum category
377 * @param category {@code > 0;} width to reserve
379 private void markReserved(int ropReg, int category) {
380 reservedRopRegs.set(ropReg, ropReg + category, true)
567 int category = checkRegSpec.getCategory(); local
634 int category = ssaSpec.getCategory(); local
673 int category = ssaSpec.getCategory(); local
784 int category = ssaSpec.getCategory(); local
785 mapper.addMapping(ssaSpec.getReg(), ropReg, category); local
808 int category = source.getCategory(); local
865 int category = sources.get(i).getCategory(); local
1042 int category = categoriesForIndex[i]; local
1132 int category = result.getCategory(); local
    [all...]
  /developers/build/lib/
assetstudio.jar 
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 977 String category = mMainCategories.get(i); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 649 * category/width.
663 * into account its category/width.
672 int category = rs.getCategory(); local
675 || (category == 2 ? regsUsed.get(reg + 1) : false);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 248 // Compute max category for remaining unmapped registers.
252 int category = ssaSpec.getCategory(); local
254 && category > maxCategory) {
255 maxCategory = category;
277 * @param maxAllowedCategory {@code 1..2;} maximum category
297 // the widest category used, but <shrug>
309 * @param maxAllowedCategory {@code 1..2;} the maximum category
329 * @param category {@code > 0;} width to reserve
331 private void markReserved(int ropReg, int category) {
332 reservedRopRegs.set(ropReg, ropReg + category, true)
488 int category = checkRegSpec.getCategory(); local
555 int category = ssaSpec.getCategory(); local
594 int category = ssaSpec.getCategory(); local
705 int category = ssaSpec.getCategory(); local
706 mapper.addMapping(ssaSpec.getReg(), ropReg, category); local
729 int category = source.getCategory(); local
786 int category = sources.get(i).getCategory(); local
929 int category = categoriesForIndex[i]; local
1019 int category = result.getCategory(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 1218 int8_t category; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java 449 int category; local
454 category = (short)fRData.fTrie.getCodePointValue(c);
461 if ((category & 0x4000) != 0) {
466 category = (short)fRData.fTrie.getCodePointValue(c);
467 } while (c != CharacterIteration.DONE32 && ((category & 0x4000)) != 0);
483 category = (short)fRData.fTrie.getCodePointValue(c);
485 while (c != CharacterIteration.DONE32 && ((category & 0x4000) != 0));
497 category = (short)fRData.fTrie.getCodePointValue(c);
509 category = (short)fRData.fTrie.getCodePointValue(c);
513 while((current = fText.getIndex()) < rangeEnd && (category & 0x4000) == 0)
1205 short category = 3; local
1370 int category = 0; local
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.h 158 std::string category; member in struct:trace_analyzer::TraceEvent
254 static Query EventCategoryIs(const std::string& category) {
255 return Query(EVENT_CATEGORY) == Query::String(category);
321 static Query OtherCategoryIs(const std::string& category) {
322 return Query(OTHER_CATEGORY) == Query::String(category);
576 // category, process ID and thread ID. This matches what is shown in
583 // event with the same name, category, and ID. This creates a singly linked
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 692 int category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY); local
693 if (category == AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 2194 String category = parser.getAttributeValue(null, "category"); local
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 150 // The data type category
151 DataTypeCategory category; member in struct:slang::__anon28960
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 189 * <test-case category="XSLT-Result-Tree" id="attribset_attribset01">
208 String category = testCaseElement.getAttribute("category"); local
210 String name = category + "." + id;
263 return new XsltTest(category, id, purpose, spec, principalData,
311 private final String category; field in class:XsltXPathConformanceTestSuite.XsltTest
329 XsltTest(String category, String id, String purpose, String spec,
333 this.category = category;
404 return category + "." + id
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppStorageSettings.java 167 PreferenceCategory category = (PreferenceCategory) findPreference(KEY_STORAGE_CATEGORY); local
168 category.removePreference(mExternalCodeSize);
169 category.removePreference(mExternalDataSize);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
PhysicalKeyboardFragment.java 146 final PreferenceCategory category = new PreferenceCategory(getPrefContext(), null); local
147 category.setTitle(keyboards.mDeviceInfo.mDeviceName);
148 category.setOrder(0);
149 preferenceScreen.addPreference(category);
166 category.addPreference(pref);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 113 for (CategoryData category : categories) {
114 for (ViewData view : category) {
227 if (element.getNodeName().equals("category")) { //$NON-NLS-1$
229 CategoryData category = new CategoryData(name); local
237 category.addView(view);
240 mCategories.add(category);
318 * @return a list of pairs where each pair contains of the category label and an
319 * ordered list of elements to be included in that category
355 for (CategoryData category : getCategories()) {
359 for (ViewData view : category) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 55 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
75 * these, and sometimes combining them into {@link ComplexProperty} category
214 // some (such as properties in the same category, and the layout params etc)
217 PropertyCategory category = PropertyCategory.NORMAL; local
220 category = PropertyCategory.PREFERRED;
230 category = PropertyCategory.PREFERRED;
232 category = PropertyCategory.ADVANCED;
235 if (category != null) {
236 property.setCategory(category);
322 // both, etc.) Also, set the category to Normal such that we don't draw attentio
334 String category = attributeInfo.getDefinedBy(); local
484 String category = PropertyMetadata.getCategory(firstName); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-publisher-plugin/0.20.0/
tycho-p2-publisher-plugin-0.20.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 

Completed in 725 milliseconds

1 2 3 4 56 7 8 91011>>