Searched refs:when (Results 1 - 6 of 6) sorted by relevance

/system/core/adb/
H A Dmutex_list.h7 #error ADB_MUTEX not defined when including this file
/system/core/libutils/
H A DSystemClock.cpp48 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); local
49 return (int64_t) nanoseconds_to_milliseconds(when);
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp171 e.when = mWhen++;
190 if (e.when < mCacheData.valueAt(lru).when) {
H A DCodeCache.h96 : entry(a), when(w) { }
98 mutable int64_t when; member in struct:android::CodeCache::cache_entry_t
/system/core/liblog/
H A Dfake_log_device.c356 time_t when; local
362 when = time(NULL);
368 * It's often useful when examining a log with "less" to jump to
375 ptm = localtime_r(&when, &tmBuf);
377 ptm = localtime(&when);
503 * output when called on the same file from multiple processes.
523 /* shouldn't happen when writing to file or tty */
/system/core/libcutils/tests/memset_mips/
H A Dmemset_cmips.S97 beq a2,t8,.Lchk8w # when a2==t8, no 64-byte chunks
184 beq t8,t7,.Lchk1w # when t8==t7, no 32-byte chunk

Completed in 165 milliseconds