Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 11 of 11) sorted by relevance

/development/host/windows/usb/winusb/
Dadb_winusb_io_completion.cpp64 wait ? TRUE : FALSE) ? true : false; in GetOvelappedIoResult()
80 wait ? TRUE : FALSE) ? true : false; in GetOvelappedIoResult()
Dadb_winusb_endpoint_object.cpp121 overlapped.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL); in CommonSyncReadWrite()
/development/ndk/platforms/android-L/include/linux/
Dagpgart.h41 #ifndef FALSE
42 #define FALSE 0 macro
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dapp-win32.c111 return FALSE; in initEGL()
233 return FALSE; in WinMain()
251 return FALSE; in WinMain()
264 return FALSE; in WinMain()
/development/perftests/panorama/feature_stab/src/dbreg/
Dvp_motionmodel.c185 return FALSE; in vp_invert_motion()
189 return FALSE; in vp_invert_motion()
193 return FALSE; in vp_invert_motion()
242 return FALSE; in vp_cascade_motion()
246 return FALSE; in vp_cascade_motion()
250 return FALSE; in vp_cascade_motion()
349 return FALSE; in vp_zoom_motion2d()
Dvp_motionmodel.h38 #define FALSE 0 macro
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DAnimatedRecyclerView.java165 mAdapter.mSelected.put(text, Boolean.FALSE); in addAtPosition()
166 mAdapter.mExpanded.put(text, Boolean.FALSE); in addAtPosition()
442 mSelected.put(itemText, Boolean.FALSE); in MyAdapter()
443 mExpanded.put(itemText, Boolean.FALSE); in MyAdapter()
/development/perftests/panorama/feature_mos/src/mosaic/
DDelaunay.h29 #define FALSE 0==1 macro
DDelaunay.cpp489 + ncd * (adx * bdy - ady * bdx))) ? TRUE : FALSE ); in incircle()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java333 return Boolean.FALSE; in shareCurrentPhoto()
340 return Boolean.FALSE; in shareCurrentPhoto()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DForegroundService.java113 mSetForegroundArgs[0] = Boolean.FALSE; in stopForegroundCompat()