Searched defs:cto (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c33 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
573 const char* cto) {
593 _expect(trans, cfrom, cto);
600 const char* cto) {
619 u_uastrcpy(to, cto);
636 id, cfrom, cto);
641 id, cfrom, actual, cto);
658 id, cfrom, cto);
663 id, cfrom, actual, cto);
680 id, cfrom, cto);
571 _expectRules(const char* crules, const char* cfrom, const char* cto) argument
598 _expect(const UTransliterator* trans, const char* cfrom, const char* cto) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c35 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
641 const char* cto) {
661 _expect(trans, cfrom, cto);
668 const char* cto) {
687 u_uastrcpy(to, cto);
704 id, cfrom, cto);
709 id, cfrom, actual, cto);
726 id, cfrom, cto);
731 id, cfrom, actual, cto);
748 id, cfrom, cto);
639 _expectRules(const char* crules, const char* cfrom, const char* cto) argument
666 _expect(const UTransliterator* trans, const char* cfrom, const char* cto) argument
[all...]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h249 uint32_t cto = CountTrailingOnes_64(eltVal); local
251 if (clz + cto == size) {
263 nimms |= (cto-1);
/external/qemu/
H A Dqemu-char.c1553 COMMTIMEOUTS cto = { 0, 0, 0, 0, 0}; local
1598 cto.ReadIntervalTimeout = MAXDWORD;
1599 if (!SetCommTimeouts(s->hcom, &cto)) {
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp4661 Persistent<CrossThreadObject> cto = CrossThreadObject::create(const_cast<IntWrapper*>(s_workerObjectPointer)); local
4670 // Put cto into a stack value. This is used to check that a conservative
4673 stackPtrValue = reinterpret_cast<uintptr_t>(cto.get());
4676 // since the cto object should be dead. However out stackPtrValue will cause a
4687 // the cto object should not have been finalized.
4691 // Now do a conservative GC. The stackPtrValue should keep cto alive
4693 // traced. At this point cto should still not be finalized.
4705 // Do a GC with no pointers on the stack to see the cto being collected.

Completed in 218 milliseconds