Home
last modified time | relevance | path

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

/development/host/windows/usb/winusb/
Dadb_winusb_endpoint_object.cpp73 BOOL res = TRUE; in CommonAsyncReadWrite()
121 overlapped.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL); in CommonSyncReadWrite()
123 BOOL ret = TRUE; in CommonSyncReadWrite()
150 &transferred, TRUE); in CommonSyncReadWrite()
Dadb_winusb_io_completion.cpp64 wait ? TRUE : FALSE) ? true : false; in GetOvelappedIoResult()
80 wait ? TRUE : FALSE) ? true : false; in GetOvelappedIoResult()
/development/ndk/platforms/android-L/include/linux/
Dagpgart.h37 #ifndef TRUE
39 #define TRUE 1 macro
/development/host/windows/usb/api/
Dadb_legacy_endpoint_object.cpp79 BOOL res = TRUE; in CommonAsyncReadWrite()
150 BOOL ret = TRUE; in CommonSyncReadWrite()
182 ret = GetOverlappedResult(usb_handle(), &overlapped, &transferred, TRUE); in CommonSyncReadWrite()
/development/perftests/panorama/feature_mos/src/mosaic/
DDelaunay.h27 #ifndef TRUE
28 #define TRUE 1==1 macro
DDelaunay.cpp489 + ncd * (adx * bdy - ady * bdx))) ? TRUE : FALSE ); in incircle()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DForegroundService.java93 mSetForegroundArgs[0] = Boolean.TRUE; in startForegroundCompat()
105 mStopForegroundArgs[0] = Boolean.TRUE; in stopForegroundCompat()
/development/perftests/panorama/feature_stab/src/dbreg/
Dvp_motionmodel.c200 return TRUE; in vp_invert_motion()
279 return TRUE; in vp_cascade_motion()
373 return TRUE; in vp_zoom_motion2d()
Dvp_motionmodel.h39 #define TRUE 1 macro
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java335 return Boolean.TRUE; in shareCurrentPhoto()
350 if (result != Boolean.TRUE) { in shareCurrentPhoto()
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dapp-win32.c258 MoveWindow(sWnd, 0, 0, sWindowWidth, sWindowHeight, TRUE); in WinMain()