HomeSort by relevance Sort by last modified time
    Searched full:category1 (Results 1 - 8 of 8) sorted by null

  /external/clang/test/ASTMerge/
category.m 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/category1.m
6 // CHECK: category1.m:16:1: note: instance method 'method2' also declared here
8 // CHECK: category1.m:24:1: note: instance method 'method3' also declared here
10 // CHECK: category1.m:46:1: note: instance method 'blah' also declared here
  /external/clang/test/SemaObjC/
category-1.m 7 @interface MyClass1 (Category1) <p1> // expected-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous definition is here}}
10 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1' on interface 'MyClass1'}}
ivar-in-class-extension.m 39 @interface SomeClass (Category1)
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 55 boolean category1 = dest.getCategory() == 1;
63 (category1 ? Dops.MOVE : Dops.MOVE_WIDE);
66 (category1 ? Dops.MOVE_FROM16 : Dops.MOVE_WIDE_FROM16);
69 (category1 ? Dops.MOVE_16 : Dops.MOVE_WIDE_16);
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 57 boolean category1 = dest.getCategory() == 1;
65 (category1 ? Dops.MOVE : Dops.MOVE_WIDE);
68 (category1 ? Dops.MOVE_FROM16 : Dops.MOVE_WIDE_FROM16);
71 (category1 ? Dops.MOVE_16 : Dops.MOVE_WIDE_16);
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 189 IntentFilter filter = new Match(null, new String[] { "category1" }, null, null, null, null);
193 new String[] { "category1" }, null, null),
197 "category1", "category2" }, null, null), });
199 filter = new Match(null, new String[] { "category1", "category2" }, null, null, null, null);
203 new String[] { "category1" }, null, null),
207 "category1", "category2" }, null, null),
211 "category1", "category2", "category3" }, null, null), });
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
jfreechart-1.0.9-swt.jar 

Completed in 206 milliseconds