Searched refs:TRUE (Results 1 - 5 of 5) sorted by relevance

/system/core/libcutils/
H A Dprivate.h258 #ifndef TRUE
259 #define TRUE 1 macro
260 #endif /* !defined TRUE */
H A Dtztime.c123 int tt_ttisstd; /* TRUE if transition is std time */
124 int tt_ttisgmt; /* TRUE if transition is UTC */
401 doaccess = TRUE;
518 if (ttisp->tt_ttisstd != TRUE &&
531 if (ttisp->tt_ttisgmt != TRUE &&
1134 sp->ttis[1].tt_isdst = TRUE;
1166 if (tzload(gmt, sp, TRUE) != 0)
1167 (void) tzparse(gmt, sp, TRUE);
1295 if (tzload(tz, &st, TRUE) != 0) {
1316 gmt_is_set = TRUE;
[all...]
/system/extras/tests/bionic/libc/other/
H A Dtest_jpeg.c94 return TRUE;
/system/core/adb/
H A Dadb.c818 return TRUE;
924 sa.bInheritHandle = TRUE;
954 TRUE, /* yes, inherit some handles */
1099 SetConsoleCtrlHandler( ctrlc_handler, TRUE );
H A Dsysdeps_win32.c888 buffer->evt_write = CreateEvent( NULL, TRUE, TRUE, NULL );
889 buffer->evt_read = CreateEvent( NULL, TRUE, FALSE, NULL );
975 assert( avail > 0 ); /* since can_write is TRUE */
1046 assert( avail > 0 ); /* since can_read is TRUE */
1543 main_event = CreateEvent(NULL, TRUE, FALSE, NULL);

Completed in 61 milliseconds