/external/webkit/WebCore/platform/graphics/opentype/ |
OpenTypeSanitizer.cpp | 37 #include "ots-memory-stream.h" 58 ots::MemoryStream output(transcodeRawBuffer.get(), m_buffer->size() + padLen); 59 if (!ots::Process(&output, reinterpret_cast<const uint8_t*>(m_buffer->data()), m_buffer->size()))
|
/system/extras/tests/bionic/libc/other/ |
test_timer_create.c | 53 struct itimerspec ts, ots; local 70 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
|
test_timer_create2.c | 53 struct itimerspec ts, ots; local 69 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
|
test_timer_create3.c | 69 struct itimerspec ts, ots; local 86 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
|
/external/qemu/tcg/ |
tcg.c | 1487 TCGTemp *ots; local 1510 TCGTemp *ts, *ots; local [all...] |