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

  /dalvik/dx/src/com/android/dx/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);
  /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 53 milliseconds