HomeSort by relevance Sort by last modified time
    Searched refs:abbrevs (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/lib/ss/
ss_internal.h 40 ss_abbrev_list abbrevs[127]; member in struct:__anon19265
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 41 Abbrevs = Abbrev->getAbbreviationDeclarationSet(abbrOffset);
54 const DWARFAbbreviationDeclarationSet *abbrevs) {
62 bool abbrevsOK = debug_info_data.getU32(&offset) == abbrevs->getOffset();
63 Abbrevs = abbrevs;
88 Abbrevs = 0;
98 << " abbr_offset = " << format("0x%04x", Abbrevs->getOffset())
DWARFCompileUnit.h 39 const DWARFAbbreviationDeclarationSet *Abbrevs;
63 const DWARFAbbreviationDeclarationSet *abbrevs);
89 return Abbrevs;
  /external/llvm/utils/
llvm-compilers-check 207 abbrevs = dict(zip(paths, [base for base in unique_bases]))
209 return abbrevs
238 abbrevs = [abbrev[start_index:start_index+3]
243 abbrevs = dict(zip(unique_bases, abbrevs))
245 return abbrevs
  /external/e2fsprogs/e2fsck/
message.c 110 static const char *abbrevs[] = { variable
243 for (cpp = abbrevs; *cpp; cpp++) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 656 abbrevs = self.stats.get_sort_arg_defs()
657 if line and all((x in abbrevs) for x in line.split()):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 656 abbrevs = self.stats.get_sort_arg_defs()
657 if line and all((x in abbrevs) for x in line.split()):

Completed in 8195 milliseconds