/ndk/sources/host-tools/make-3.81/ |
signame.c | 53 const char *abbrev; member in struct:__anon33230 61 /* Enter signal number NUMBER into the tables with ABBREV and NAME. */ 64 init_sig (int number, const char *abbrev, const char *name) 76 sig_table[sig_table_nelts++].abbrev = abbrev;
|
/external/elfutils/tests/ |
show-abbrev.c | 67 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[%llu] and index %zu failed\n" [all...] |
show-die-info.c | 501 Dwarf_Off abbrev; local 504 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize, 510 (unsigned long long int) abbrev, addresssize,
|
/external/llvm/utils/emacs/ |
llvm-mode.el | 91 ;; --------------------- Abbrev table ----------------------------- 93 (defvar llvm-mode-abbrev-table nil 94 "Abbrev table used while in LLVM mode.") 95 (define-abbrev-table 'llvm-mode-abbrev-table ()) 123 (setq local-abbrev-table llvm-mode-abbrev-table)
|
tablegen-mode.el | 80 ;; --------------------- Abbrev table ----------------------------- 82 (defvar tablegen-mode-abbrev-table nil 83 "Abbrev table used while in TableGen mode.") 84 (define-abbrev-table 'tablegen-mode-abbrev-table ()) 107 local-abbrev-table tablegen-mode-abbrev-table
|
/external/chromium/chrome/browser/autofill/ |
select_control_handler.cc | 140 string16 abbrev, full; local 142 abbrev = value; 145 abbrev = State::Abbreviation(value); 150 if (!abbrev.empty() && SetSelectControlValue(abbrev, field))
|
/external/openssh/ |
logintest.c | 225 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/ |
protobuf-mode.el | 178 (defvar protobuf-mode-abbrev-table nil 206 local-abbrev-table protobuf-mode-abbrev-table 207 abbrev-mode t)
|
/external/e2fsprogs/lib/ss/ |
ss_internal.h | 28 char *name; /* abbrev name */ 29 char **abbrev; /* new tokens to insert */ member in struct:_ss_abbrev_entry
|
/external/elfutils/libdw/ |
libdw.h | 164 Dwarf_Abbrev *abbrev; member in struct:__anon18096 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/ |
demangle.cc | 38 const char *abbrev; member in struct:__anon3704 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]) { [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-info.c | 218 dwarf2_add_abbrev_attr(dwarf2_abbrev *abbrev, dwarf_attribute name, 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->tag 369 dwarf2_abbrev *abbrev = (dwarf2_abbrev *)contents; local 404 dwarf2_abbrev *abbrev = (dwarf2_abbrev *)bc->contents; local [all...] |
/external/stlport/src/c_locale_win32/ |
c_locale_win32.c | 56 const char* abbrev; member in struct:_LOCALECONV [all...] |
/external/strace/ |
defs.h | 450 #define abbrev(tcp) (qual_flags[(tcp)->scno] & QUAL_ABBREV) macro
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | 56 const char* abbrev; member in struct:_LOCALECONV [all...] |
/external/elfutils/src/ |
readelf.c | 86 N_("Display DWARF section content. SECTION can be one of abbrev, " 341 else if (strcmp (arg, "abbrev") == 0) 3979 Dwarf_Abbrev abbrev; local [all...] |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/16/ |
android.jar | |
/prebuilts/sdk/17/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |