HomeSort by relevance Sort by last modified time
    Searched full:puti (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu/icu4c/source/test/intltest/
uvectest.cpp 173 TEST_ASSERT((a->puti("a", 1, status) == 0));
176 TEST_ASSERT((a->puti("b", 2, status) == 0));
184 TEST_ASSERT((b.puti("b", 2, status) == 0));
193 TEST_ASSERT((a->puti("a", 1, status) == 0));
ucdtest.cpp 42 unknownPropertyNames->puti(UnicodeString(ignorePropNames[i], -1, US_INV), 1, errorCode);
177 me->unknownPropertyNames->puti(propName, 1, errorCode);
loctest.cpp     [all...]
  /external/valgrind/VEX/priv/
ir_opt.c 116 * Redundant-PutI removal
133 * If block contains GetI or PutI, Expensive transformations.
136 - Unrolled a loop, and block does not contain GetI or PutI:
139 - Unrolled a loop, and block contains GetI or PutI:
151 accessed using GetI/PutI, and there is no need so far for them to
406 IRPutI *puti, *puti2; local
422 puti = st->Ist.PutI.details;
423 e1 = flatten_Expr(bb, puti->ix);
424 e2 = flatten_Expr(bb, puti->data)
2571 IRPutI *puti, *puti2; local
3962 IRPutI *puti = st->Ist.PutI.details; local
4180 IRPutI *puti = st->Ist.PutI.details; local
4267 IRPutI *puti = st->Ist.PutI.details; local
5510 IRPutI *puti, *puti2; local
6272 IRPutI* puti = st->Ist.PutI.details; local
    [all...]
ir_defs.c 2031 IRPutI* puti = LibVEX_Alloc_inline(sizeof(IRPutI)); local
3648 const IRPutI *puti = st->Ist.PutI.details; local
3892 const IRPutI* puti; local
4207 const IRPutI* puti = stmt->Ist.PutI.details; local
    [all...]
host_x86_isel.c 3981 IRPutI *puti = stmt->Ist.PutI.details; local
    [all...]
host_amd64_isel.c 4479 IRPutI *puti = stmt->Ist.PutI.details; local
    [all...]
host_ppc_isel.c 5622 IRPutI *puti = stmt->Ist.PutI.details; local
    [all...]
  /external/icu/icu4c/source/common/
hash.h 74 int32_t puti(const UnicodeString& key, int32_t value, UErrorCode& status);
166 inline int32_t Hashtable::puti(const UnicodeString& key, int32_t value, UErrorCode& status) { function in class:Hashtable
  /external/icu/icu4c/source/i18n/
anytrans.cpp 373 seen.puti(target, 1, ec);
dtitvinf.cpp 308 skeletonKeyPairs.puti(skeletonKeyPair, 1, status);
dtptngen.cpp     [all...]
decimfmt.cpp 558 pluralPatternSet.puti(*value, 1, status);
    [all...]
  /external/valgrind/VEX/pub/
libvex_guest_amd64.h 125 delicately-balanced PutI/GetI optimisation machinery.
libvex_ir.h 95 the "GetI" and "PutI" primitives. This is necessary to describe
    [all...]
  /packages/apps/Settings/res/values-tl/
arrays.xml 411 <item msgid="1770533843436933500">"Puti sa itim"</item>
412 <item msgid="758587126802411846">"Itim sa puti"</item>
  /external/valgrind/coregrind/
m_translate.c 621 /* PutI or Dirty call which overlaps SP: complain. We can't
625 descr = st->Ist.PutI.details->descr;
657 VG_(core_panic)("vg_SP_update_pass: PutI or Dirty which overlaps SP");
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 101 6. As the index in a GETI or PUTI operation. I'm not sure why... (njn).
7354 IRPutI *puti = st->Ist.PutI.details; local
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 427 assert(isIRAtom(st->Ist.PutI.ix));
428 assert(isIRAtom(st->Ist.PutI.data));
    [all...]
  /packages/inputmethods/LatinIME/java/res/values-tl/
strings-emoji-descriptions.xml 72 <string name="spoken_emoji_25AB" msgid="6446532820937381457">"Puti at maliit na parisukat"</string>
75 <string name="spoken_emoji_25FB" msgid="4838691986881215419">"Puti at katamtamang parisukat"</string>
112 <string name="spoken_emoji_263A" msgid="3170094381521989300">"Puti at nakangiting mukha"</string>
190 <string name="spoken_emoji_2705" msgid="164605766946697759">"Puti at makapal na check mark"</string>
232 <string name="spoken_emoji_2B1C" msgid="5793146430145248915">"Puti at malaking parisukat"</string>
233 <string name="spoken_emoji_2B50" msgid="3850845519526950524">"Puti at katamtamang bituin"</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-tl/
strings.xml     [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 140 ANTLR3_INT32 (*putI) (struct ANTLR3_HASH_TABLE_struct * table, ANTLR3_INTKEY key, void * element, void (ANTLR3_CDECL *freeptr)(void *));
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 659 fNames.puti(s, 0, errorCode);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 184 table->putI = antlr3HashPutI;
960 return list->table->putI(list->table, key, element, freeptr);
    [all...]

Completed in 1004 milliseconds

1 2