/external/webkit/Source/WebCore/platform/graphics/opentype/ |
OpenTypeSanitizer.cpp | 37 #include "ots-memory-stream.h" 59 ots::ExpandingMemoryStream output(m_buffer->size(), maxWebFontSize); 60 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 | 1581 TCGTemp *ots; local 1604 TCGTemp *ts, *ots; local [all...] |