Searched defs:abbr (Results 1 - 9 of 9) sorted by relevance

/external/qemu/elff/
H A Ddwarf_die.cc256 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);
H A Ddwarf_defs.h734 * abbr - New entry to add.
743 bool add(const Dwarf_Abbr_DIE* abbr, Dwarf_AbbrNum num) { argument
789 array_[num - 1] = abbr;
796 * abbr - New entry to add.
800 bool add(const Dwarf_Abbr_DIE* abbr) { argument
801 return add(abbr, abbr->get_abbr_num());
/external/webkit/Source/WebCore/html/
H A DHTMLTableCellElement.cpp137 String HTMLTableCellElement::abbr() const function in class:WebCore::HTMLTableCellElement
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.cpp31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); local
42 if (lengthOK && versionOK && addrSizeOK && abbrOffsetOK && abbr != NULL) {
43 Abbrevs = abbr->getAbbreviationDeclarationSet(abbrOffset);
/external/icu4c/tools/tzcode/
H A Dzdump.c164 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(tm
776 abbr(tmp) function
[all...]
H A Dtz2icu.cpp141 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 dat
[all...]
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
H A Dmarkdown.php2791 # Find defined abbreviations in text and wrap them in <abbr> elements.
2806 $abbr = $matches[0]; variable
2807 if (isset($this->abbr_desciptions[$abbr])) {
2808 $desc = $this->abbr_desciptions[$abbr];
2810 return $this->hashPart("<abbr>$abbr</abbr>");
2813 return $this->hashPart("<abbr title=\"$desc\">$abbr</abbr>");
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h813 @property(copy) NSString *abbr; variable
/external/icu4c/test/intltest/
H A Dtranstst.cpp4002 char abbr[256]={'\0'}; local
4022 uprv_strcpy(abbr,uscript_getShortName(code));
4029 uprv_strcat(newAbbrId,abbr);

Completed in 245 milliseconds