HomeSort by relevance Sort by last modified time
    Searched refs:cto (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 33 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);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utransts.c 35 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);
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 249 uint32_t cto = CountTrailingOnes_64(eltVal); local
251 if (clz + cto == size) {
261 // Or the CTO value into the low bits, which must be below the Nth bit
263 nimms |= (cto-1);
  /system/core/adb/
adb.c 877 char *cto; local
889 cto = strdup(connect_to);
890 if(cto == 0) {
896 l->connect_to = cto;
    [all...]
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 591 int clayout, String[] cfrom, int[] cto) {
592 super(context, cursor, glayout, gfrom, gto, clayout, cfrom, cto);
    [all...]
  /external/qemu/
qemu-char.c 1553 COMMTIMEOUTS cto = { 0, 0, 0, 0, 0}; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 4661 Persistent<CrossThreadObject> cto = CrossThreadObject::create(const_cast<IntWrapper*>(s_workerObjectPointer)); local
    [all...]

Completed in 512 milliseconds