HomeSort by relevance Sort by last modified time
    Searched refs:IS_EVEN (Results 1 - 5 of 5) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList3.java 35 private static final String IS_EVEN = "IS_EVEN";
49 curGroupMap.put(IS_EVEN, (i % 2 == 0) ? "This group is even" : "This group is odd");
56 curChildMap.put(IS_EVEN, (j % 2 == 0) ? "This child is even" : "This child is odd");
66 new String[] { NAME, IS_EVEN },
70 new String[] { NAME, IS_EVEN },
  /cts/tests/app/app/src/android/app/stubs/
ExpandableListTestActivity.java 39 private static final String IS_EVEN = "IS_EVEN";
56 curGroupMap.put(IS_EVEN, (i % 2 == 0) ? "This group is even" : "This group is odd");
63 curChildMap.put(IS_EVEN, (j % 2 == 0) ? "This child is even" : "This child is odd");
71 new String[] { NAME, IS_EVEN }, new int[] { R.id.text1, R.id.text2 }, childData,
73 new String[] { NAME, IS_EVEN }, new int[] { R.id.text1, R.id.text2 });
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-defs.h 180 #define IS_EVEN(r) ((r).regno % 2 == 0)
bfin-parse.y     [all...]
  /external/icu/icu4c/source/common/
uiter.cpp 29 #define IS_EVEN(n) (((n)&1)==0)
30 #define IS_POINTER_EVEN(p) IS_EVEN((size_t)p)
326 if(s!=NULL && (length==-1 || (length>=0 && IS_EVEN(length)))) {

Completed in 532 milliseconds