HomeSort by relevance Sort by last modified time
    Searched refs:getCategory (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
PropertyManager.java 23 public static PropertyCategory getCategory(Property property) {
27 return property.getCategory();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProviders.java 29 public PropertyCategory getCategory(Property property) {
30 return property.getCategory();
35 * Returns result of {@link Property#getCategory()}, never <code>null</code>.
42 public PropertyCategory getCategory(Property property) {
64 public PropertyCategory getCategory(Property property) {
66 PropertyCategory category = provider.getCategory(property);
PropertyCategoryProvider.java 25 PropertyCategory getCategory(Property property);
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsSource.java 56 public NewsCategory getCategory(int categoryIndex) {
ArticleActivity.java 61 NewsArticle article = NewsSource.getInstance().getCategory(mCatIndex).getArticle(mArtIndex);
HeadlinesFragment.java 94 NewsCategory cat = NewsSource.getInstance().getCategory(categoryIndex);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form21h.java 60 (regs.get(0).getCategory() == 1) ? 32 : 64);
89 if (regs.get(0).getCategory() == 1) {
112 if (regs.get(0).getCategory() == 1) {
Form35c.java 143 result += one.getCategory();
150 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) {
181 if (one.getCategory() == 2) {
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form21h.java 62 (regs.get(0).getCategory() == 1) ? 32 : 64);
91 if (regs.get(0).getCategory() == 1) {
118 if (regs.get(0).getCategory() == 1) {
Form35c.java 114 reg.getCategory() - 1));
161 result += one.getCategory();
168 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) {
199 if (one.getCategory() == 2) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form21h.java 62 (regs.get(0).getCategory() == 1) ? 32 : 64);
91 if (regs.get(0).getCategory() == 1) {
118 if (regs.get(0).getCategory() == 1) {
Form35c.java 114 reg.getCategory() - 1));
161 result += one.getCategory();
168 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) {
199 if (one.getCategory() == 2) {
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 161 category = type.getType().getCategory();
257 stackPtr -= result.getType().getCategory();
288 (orig.getType().getCategory() != type.getType().getCategory())) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
Directory.java 48 public static DirectoryCategory getCategory(int i) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 40 StringRef getCategory() const { return Category; }
  /external/dexmaker/src/main/java/com/google/dexmaker/
Local.java 54 return type.ropType.getCategory();
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 110 return interferes(oldSpec.getReg(), newReg, oldSpec.getCategory());
156 || (oldSpec.getCategory() == 2 && (r + 1) == newReg)
  /external/clang/tools/libclang/
CIndexDiagnostic.h 75 virtual unsigned getCategory() const = 0;
136 virtual unsigned getCategory() const;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
InterferenceRegisterMapper.java 110 return interferes(oldSpec.getReg(), newReg, oldSpec.getCategory());
156 || (oldSpec.getCategory() == 2 && (r + 1) == newReg)
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 128 && PropertyManager.getCategory(example) == PropertyManager.getCategory(property)) {
  /sdk/lint/cli/src/com/android/tools/lint/
Warning.java 60 int categoryDelta = issue.getCategory().compareTo(other.issue.getCategory());
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
HighRegisterPrefix.java 95 outAt += src.getCategory();
128 outAt += src.getCategory();
  /dalvik/dx/src/com/android/dx/dex/code/
HighRegisterPrefix.java 95 outAt += src.getCategory();
128 outAt += src.getCategory();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
HighRegisterPrefix.java 95 outAt += src.getCategory();
128 outAt += src.getCategory();
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
DexTranslationAdvice.java 109 total += sources.get(i).getCategory();

Completed in 369 milliseconds

1 2 3 4 5 6