Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 117) sorted by relevance

12345

/development/ndk/platforms/android-3/arch-arm/include/asm/
Dsemaphore.h24 atomic_t count; member
31 #define __DECLARE_SEMAPHORE_GENERIC(name,count) struct semaphore name = __SEMAPHORE_INIT(name,cou… argument
/development/ndk/platforms/android-3/include/linux/netfilter/
Dxt_multiport.h27 u_int8_t count; member
34 u_int8_t count; member
Dxt_connbytes.h32 } count; member
/development/ndk/platforms/android-L/include/linux/netfilter/
Dxt_multiport.h32 __u8 count; member
39 __u8 count; member
Dxt_connbytes.h40 } count; member
/development/ndk/platforms/android-3/include/linux/
Dpercpu_counter.h22 s64 count; member
Dkeychord.h25 __u16 count; member
/development/ndk/sources/android/ndk_helper/
DgestureDetector.cpp141 int32_t count = AMotionEvent_getPointerCount( event ); in FindIndex() local
157 int32_t count = AMotionEvent_getPointerCount( event ); in Detect() local
256 int32_t count = AMotionEvent_getPointerCount( event ); in FindIndex() local
274 int32_t count = AMotionEvent_getPointerCount( event ); in Detect() local
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardEmulationFragment.java55 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
60 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/ndk/platforms/android-3/include/
Dsemaphore.h36 volatile unsigned int count; member
Dsha1.h20 uint32_t count[2]; member
/development/ndk/platforms/android-L/include/
Dsemaphore.h36 volatile unsigned int count; member
Dunistd.h221 ssize_t read(int fd, void* buf, size_t count) { in read()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/dummydata/
DCheeses.java173 public static ArrayList<String> randomList(int count) { in randomList()
/development/ndk/platforms/android-L/include/linux/
Divtvfb.h27 int count; member
Dkeychord.h27 __u16 count; member
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/dummydata/
DCheeses.java173 public static ArrayList<String> randomList(int count) { in randomList()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/dummydata/
DCheeses.java173 public static ArrayList<String> randomList(int count) { in randomList()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java62 int count = getChildCount(); in onMeasure() local
85 int count = getChildCount(); in onLayout() local
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java75 int count = getChildCount(); in onMeasure() local
96 int count = getChildCount(); in onLayout() local
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbTestActivity.java95 int count = 0; in appendLog() local
163 int count = device.getInterfaceCount(); in findAdbInterface() local
/development/ndk/samples/hello-neon/jni/
Dhelloneon.c101 int count = FIR_ITERATIONS; in Java_com_example_neon_HelloNeon_stringFromJNI() local
136 int count = FIR_ITERATIONS; in Java_com_example_neon_HelloNeon_stringFromJNI() local
/development/samples/Vault/src/com/example/android/vault/
DUtils.java63 int count; in readFully() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java83 final int count = getChildCount(); in onMeasure() local
147 final int count = super.getChildCount(); in onLayout() local
/development/ndk/platforms/android-3/include/linux/nfsd/
Dxdr.h37 __u32 count; member
90 __u32 count; member
110 unsigned long count; member
115 int count; member

12345