/external/chromium_org/components/autofill/core/browser/ |
state_names.cc | 102 base::string16 abbr = value; local 104 abbr = GetAbbreviationForName(value); 111 abbreviation->swap(abbr);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableCellElement.cpp | 133 const AtomicString& HTMLTableCellElement::abbr() const function in class:WebCore::HTMLTableCellElement
|
/external/qemu/elff/ |
dwarf_die.cc | 256 const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(abbr_num);
local 257 if (abbr == NULL) {
261 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag);
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_die.cc | 258 const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(abbr_num); local 259 if (abbr == NULL) { 263 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag);
|
/frameworks/native/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 379 String abbr = checks[index].substring(underscore + 1); local 380 if (abbr.equals("AIOOBE")) { 383 throw new RuntimeException("unknown exception abbreviation: " + abbr); [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
zdump.c | 164 static char * abbr(struct tm * tmp); 507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1); 528 abbr(&newtm), 537 strcmp(abbr(&newtm), buf) != 0)) { 543 abbr(&newtm), 686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); 704 strcmp(abbr(&tm), loab) == 0)) { 761 if (*abbr(tmp) != '\0') 762 (void) printf(" %s", abbr(tmp)); 771 if (tmp != NULL && *abbr(tmp) != '\0' 776 abbr(tmp) function [all...] |
tz2icu.cpp | 141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member in struct:ZoneType 148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} 409 type.abbr = (int32_t) c; 452 // the end of each abbr. 457 // offset of each abbr in a vector. 468 // raw abbr strings. New value is index into vector of 478 find(abbroffset.begin(), abbroffset.end(), it->abbr); 481 // the abbr list when a middle offset is given, e.g., 485 // abbr at this time. 488 // the Olson abbr data, or if the above TODO is completed [all...] |
/external/icu4c/tools/tzcode/ |
zdump.c | 164 static char * abbr(struct tm * tmp); 507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1); 528 abbr(&newtm), 537 strcmp(abbr(&newtm), buf) != 0)) { 543 abbr(&newtm), 686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); 704 strcmp(abbr(&tm), loab) == 0)) { 761 if (*abbr(tmp) != '\0') 762 (void) printf(" %s", abbr(tmp)); 771 if (tmp != NULL && *abbr(tmp) != '\0' 776 abbr(tmp) function [all...] |
tz2icu.cpp | 141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member in struct:ZoneType 148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} 409 type.abbr = (int32_t) c; 452 // the end of each abbr. 457 // offset of each abbr in a vector. 468 // raw abbr strings. New value is index into vector of 478 find(abbroffset.begin(), abbroffset.end(), it->abbr); 481 // the abbr list when a middle offset is given, e.g., 485 // abbr at this time. 488 // the Olson abbr data, or if the above TODO is completed [all...] |
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 2806 $abbr = $matches[0]; variable [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
transtst.cpp | 4002 char abbr[256]={'\\0'}; local [all...] |
/external/icu4c/test/intltest/ |
transtst.cpp | 4003 char abbr[256]={'\\0'}; local [all...] |