Searched refs:FALSE (Results 1 - 4 of 4) sorted by relevance

/system/core/libcutils/
H A Dprivate.h262 #ifndef FALSE
263 #define FALSE 0 macro
264 #endif /* !defined FALSE */
H A Dtztime.c515 ttisp->tt_ttisstd = FALSE;
519 ttisp->tt_ttisstd != FALSE)
528 ttisp->tt_ttisgmt = FALSE;
532 ttisp->tt_ttisgmt != FALSE)
584 result = tzparse(&u.buf[1], &ts, FALSE);
971 load_result = tzload(TZDEFRULES, sp, FALSE);
1087 isdst = FALSE;
1131 sp->ttis[0].tt_isdst = FALSE;
1679 *okayp = FALSE;
1860 t = time2sub(tmp, funcp, offset, okayp, FALSE, s
[all...]
/system/extras/tests/bionic/libc/other/
H A Dtest_jpeg.c71 return FALSE;
/system/core/adb/
H A Dsysdeps_win32.c889 buffer->evt_read = CreateEvent( NULL, TRUE, FALSE, NULL );
1489 res = WaitForMultipleObjects(param->handles_count + 1, wait_on, FALSE, INFINITE);
1543 main_event = CreateEvent(NULL, TRUE, FALSE, NULL);
1705 wait_ret = WaitForMultipleObjects( looper->htab_count, looper->htab, FALSE, INFINITE );

Completed in 137 milliseconds