OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_EVEN
(Results
1 - 6
of
6
) 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
},
/frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h
142
#ifndef
IS_EVEN
143
#define
IS_EVEN
(a) (!(a & 0x01))
/cts/tests/src/android/app/cts/
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 });
/external/chromium_org/third_party/icu/source/common/
uiter.cpp
26
#define
IS_EVEN
(n) (((n)&1)==0)
27
#define IS_POINTER_EVEN(p)
IS_EVEN
((size_t)p)
323
if(s!=NULL && (length==-1 || (length>=0 &&
IS_EVEN
(length)))) {
/external/icu4c/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)))) {
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c
262
#ifndef
IS_EVEN
263
#define
IS_EVEN
(a) (!(a & 0x01))
302
if( (
IS_EVEN
(pPlaneIn1[0].u_height) == FALSE) ||
303
(
IS_EVEN
(pPlaneIn2[0].u_height) == FALSE) ||
304
(
IS_EVEN
(pPlaneOut[0].u_height) == FALSE) ||
312
if( (
IS_EVEN
(pPlaneIn1[0].u_width) == FALSE) ||
313
(
IS_EVEN
(pPlaneIn2[0].u_width) == FALSE) ||
314
(
IS_EVEN
(pPlaneOut[0].u_width) == FALSE) ||
Completed in 94 milliseconds