HomeSort by relevance Sort by last modified time
    Searched defs:equiv (Results 1 - 12 of 12) sorted by null

  /dalvik/vm/
ReferenceTable.c 184 static void logObject(Object* obj, int size, int identical, int equiv)
187 LOGW(" NULL reference (count=%d)\n", equiv);
195 if (identical + equiv != 0) {
196 LOGW("%5d of %s %dB (%d unique)\n", identical + equiv +1,
197 descriptor, size, equiv +1);
199 LOGW("%5d of %s %dB\n", identical + equiv +1, descriptor, size);
264 int equiv, identical, total; local
265 total = equiv = identical = 0;
277 equiv++;
281 logObject(refs[i-1], size, identical, equiv);
    [all...]
IndirectRefTable.c 385 static void logObject(Object* obj, int size, int identical, int equiv)
388 LOGW(" NULL reference (count=%d)\n", equiv);
392 if (identical + equiv != 0) {
393 LOGW("%5d of %s %dB (%d unique)\n", identical + equiv +1,
394 obj->clazz->descriptor, size, equiv +1);
396 LOGW("%5d of %s %dB\n", identical + equiv +1,
472 int equiv, identical, total; local
473 total = equiv = identical = 0;
485 equiv++;
489 logObject(refs[i-1], size, identical, equiv);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
windttst.cpp 86 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z); local
88 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
svccoll.cpp 569 Locale equiv = Collator::getFunctionalEquivalent("collation", local
573 assertEquals("getFunctionalEquivalent(fr)", "fr", equiv.getName());
577 equiv = Collator::getFunctionalEquivalent("collation",
581 assertEquals("getFunctionalEquivalent(fr_FR)", "fr", equiv.getName());
tzrulets.cpp 1736 UBool equiv = vtz->hasEquivalentTransitions(*otz, time1, time2, FALSE, status); local
    [all...]
  /external/icu4c/test/intltest/
windttst.cpp 85 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z); local
87 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
svccoll.cpp 567 Locale equiv = Collator::getFunctionalEquivalent("collation", local
571 assertEquals("getFunctionalEquivalent(fr)", "fr", equiv.getName());
575 equiv = Collator::getFunctionalEquivalent("collation",
579 assertEquals("getFunctionalEquivalent(fr_FR)", "fr", equiv.getName());
tzrulets.cpp 1747 UBool equiv = vtz->hasEquivalentTransitions(*otz, time1, time2, FALSE, status); local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
windtfmt.cpp 300 UnicodeString equiv = TimeZone::getEquivalentID(icuid, z); local
302 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
  /external/icu4c/i18n/
windtfmt.cpp 300 UnicodeString equiv = TimeZone::getEquivalentID(icuid, z); local
302 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
  /external/webkit/WebKit/chromium/src/
WebPageSerializerImpl.cpp 141 String equiv = meta->httpEquiv(); local
142 if (equalIgnoringCase(equiv, "content-type")) {
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 106 int equiv = 0; local
109 while (!equiv && *ne) {
113 equiv = SWIG_TypeNameComp(nb, ne, tb, te) == 0;
116 return equiv;
268 swig_type_info *tc, *equiv; local
272 equiv = ti->next;
273 while (equiv) {
274 if (!equiv->converter) {
277 if ((strcmp(tc->name, equiv->name) == 0))
282 equiv = equiv->next
339 swig_type_info *equiv = type->next; local
    [all...]

Completed in 7600 milliseconds