Searched defs:abbrev (Results 1 - 14 of 14) sorted by relevance

/external/llvm/utils/emacs/
H A Dllvm-mode.el93 (defvar llvm-mode-abbrev-table nil
95 (define-abbrev-table 'llvm-mode-abbrev-table ())
123 (setq local-abbrev-table llvm-mode-abbrev-table)
H A Dtablegen-mode.el82 (defvar tablegen-mode-abbrev-table nil
84 (define-abbrev-table 'tablegen-mode-abbrev-table ())
107 local-abbrev-table tablegen-mode-abbrev-table
/external/chromium/chrome/browser/autofill/
H A Dselect_control_handler.cc140 string16 abbrev, full; local
142 abbrev = value;
145 abbrev = State::Abbreviation(value);
150 if (!abbrev.empty() && SetSelectControlValue(abbrev, field))
/external/elfutils/tests/
H A Dshow-abbrev.c67 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); local
68 if (abbrev == NULL || abbrev == DWARF_END_ABBREV)
72 unsigned tag = dwarf_getabbrevtag (abbrev);
81 unsigned code = dwarf_getabbrevcode (abbrev);
90 int children = dwarf_abbrevhaschildren (abbrev);
99 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
103 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
116 if (dwarf_getabbrevattr (abbrev, j, &attr_num, &attr_form,
118 printf ("dwarf_getabbrevattr for abbrev[
[all...]
H A Dshow-die-info.c501 Dwarf_Off abbrev; local
504 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize,
510 (unsigned long long int) abbrev, addresssize,
/external/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; local
229 memset(abbrev, '\0', sizeof(abbrev));
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
/external/protobuf/editors/
H A Dprotobuf-mode.el178 (defvar protobuf-mode-abbrev-table nil
206 local-abbrev-table protobuf-mode-abbrev-table
207 abbrev-mode t)
/external/e2fsprogs/lib/ss/
H A Dss_internal.h28 char *name; /* abbrev name */
29 char **abbrev; /* new tokens to insert */ member in struct:_ss_abbrev_entry
/external/elfutils/libdw/
H A Dlibdw.h164 Dwarf_Abbrev *abbrev; member in struct:__anon18417
403 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
406 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
409 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
412 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
416 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
/external/chromium_org/base/third_party/symbolize/
H A Ddemangle.cc38 const char *abbrev; member in struct:__anon4014
706 for (p = kOperatorList; p->abbrev != NULL; ++p) {
707 if (state->mangled_cur[0] == p->abbrev[0] &&
708 state->mangled_cur[1] == p->abbrev[1]) {
931 for (p = kBuiltinTypeList; p->abbrev != NULL; ++p) {
932 if (state->mangled_cur[0] == p->abbrev[0]) {
1206 for (p = kSubstitutionList; p->abbrev != NULL; ++p) {
1207 if (state->mangled_cur[0] == p->abbrev[1]) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-info.c218 dwarf2_add_abbrev_attr(dwarf2_abbrev *abbrev, dwarf_attribute name, argument
224 STAILQ_INSERT_TAIL(&abbrev->attrs, attr, link);
266 dwarf2_abbrev *abbrev; local
278 abbrev = yasm_xmalloc(sizeof(dwarf2_abbrev));
279 abc = yasm_bc_create_common(&dwarf2_abbrev_bc_callback, abbrev, 0);
280 abbrev->id = 1;
281 abbrev->tag = DW_TAG_compile_unit;
282 abbrev->has_children = 0;
283 abc->len = yasm_size_uleb128(abbrev->id) + yasm_size_uleb128(abbrev
369 dwarf2_abbrev *abbrev = (dwarf2_abbrev *)contents; local
404 dwarf2_abbrev *abbrev = (dwarf2_abbrev *)bc->contents; local
[all...]
/external/strace/
H A Ddefs.h450 #define abbrev(tcp) (qual_flags[(tcp)->scno] & QUAL_ABBREV) macro
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c56 const char* abbrev; member in struct:_LOCALECONV
1380 return (*(ConvTable + i)).abbrev;
/external/elfutils/src/
H A Dreadelf.c86 N_("Display DWARF section content. SECTION can be one of abbrev, "
341 else if (strcmp (arg, "abbrev") == 0)
3979 Dwarf_Abbrev abbrev; local
3981 int res = dwarf_offabbrev (dbg, offset, &length, &abbrev);
3998 unsigned int code = dwarf_getabbrevcode (&abbrev);
3999 unsigned int tag = dwarf_getabbrevtag (&abbrev);
4000 int has_children = dwarf_abbrevhaschildren (&abbrev);
4012 while (dwarf_getabbrevattr (&abbrev, cnt,
5319 NEW_SECTION (abbrev),

Completed in 789 milliseconds