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

  /external/webkit/Source/WebCore/html/
HTMLTableCellElement.cpp 137 String HTMLTableCellElement::abbr() const function in class:WebCore::HTMLTableCellElement
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); local
42 if (lengthOK && versionOK && addrSizeOK && abbrOffsetOK && abbr != NULL) {
43 Abbrevs = abbr->getAbbreviationDeclarationSet(abbrOffset);
  /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 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);
  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 357 String abbr = checks[index].substring(underscore + 1); local
358 if (abbr.equals("AIOOBE")) {
361 throw new RuntimeException("unknown exception abbreviation: " + abbr);
    [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/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 2806 $abbr = $matches[0]; variable
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 813 @property(copy) NSString *abbr; variable
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 4002 char abbr[256]={'\\0'}; local
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp 2188 bool abbr = false; local
    [all...]

Completed in 400 milliseconds