HomeSort by relevance Sort by last modified time
    Searched defs:abbrev (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/strace/tests/
uname.c 12 int abbrev = ac > 1; local
19 if (abbrev) {
poll.c 90 const unsigned int abbrev)
101 if (i >= abbrev) {
113 const unsigned int abbrev)
115 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev)
122 if (*seen > abbrev) {
153 const unsigned int abbrev)
159 print_pollfd_exiting(&pfd[i], &seen, abbrev);
184 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; local
207 ARRAY_SIZE(pfds0), abbrev);
210 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
    [all...]
  /external/strace/tests-m32/
uname.c 12 int abbrev = ac > 1; local
19 if (abbrev) {
poll.c 90 const unsigned int abbrev)
101 if (i >= abbrev) {
113 const unsigned int abbrev)
115 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev)
122 if (*seen > abbrev) {
153 const unsigned int abbrev)
159 print_pollfd_exiting(&pfd[i], &seen, abbrev);
184 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; local
207 ARRAY_SIZE(pfds0), abbrev);
210 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
    [all...]
  /external/strace/tests-mx32/
uname.c 12 int abbrev = ac > 1; local
19 if (abbrev) {
poll.c 90 const unsigned int abbrev)
101 if (i >= abbrev) {
113 const unsigned int abbrev)
115 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev)
122 if (*seen > abbrev) {
153 const unsigned int abbrev)
159 print_pollfd_exiting(&pfd[i], &seen, abbrev);
184 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; local
207 ARRAY_SIZE(pfds0), abbrev);
210 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
    [all...]
  /art/compiler/debug/dwarf/
debug_abbrev_writer.h 47 this->PushUint8(0); // Add abbrev table terminator.
72 const Vector& abbrev = it.first->first; local
73 this->Pop(); // Remove abbrev table terminator.
75 this->PushData(abbrev.data(), abbrev.size());
78 this->PushUint8(0); // Add abbrev table terminator.
84 // Get the next free abbrev code.
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows.go 94 // abbrev returns the abbreviations to use for the given zone z.
95 func abbrev(z *syscall.Timezoneinformation) (std, dst string) { func
153 stdname, dstname := abbrev(i)
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows.go 94 // abbrev returns the abbreviations to use for the given zone z.
95 func abbrev(z *syscall.Timezoneinformation) (std, dst string) { func
153 stdname, dstname := abbrev(i)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 40 abbrev = "input" variable in class:cStringIO.InputType
101 abbrev = "output" variable in class:cStringIO.OutputType
  /external/elfutils/tests/
show-abbrev.c 59 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); local
60 if (abbrev == NULL || abbrev == DWARF_END_ABBREV)
64 unsigned tag = dwarf_getabbrevtag (abbrev);
73 unsigned code = dwarf_getabbrevcode (abbrev);
82 int children = dwarf_abbrevhaschildren (abbrev);
91 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
95 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
108 if (dwarf_getabbrevattr (abbrev, j, &attr_num, &attr_form,
110 printf ("dwarf_getabbrevattr for abbrev[%llu] and index %zu failed\n"
    [all...]
show-die-info.c 334 Dwarf_Off abbrev; local
337 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize,
343 (unsigned long long int) abbrev, addresssize,
  /external/python/cpython2/Tools/framer/
example.py 40 abbrev = "input" variable in class:cStringIO.InputType
101 abbrev = "output" variable in class:cStringIO.OutputType
  /external/swiftshader/third_party/LLVM/utils/emacs/
llvm-mode.el 90 ;; --------------------- Abbrev table -----------------------------
92 (defvar llvm-mode-abbrev-table nil
93 "Abbrev table used while in LLVM mode.")
94 (define-abbrev-table 'llvm-mode-abbrev-table ())
122 (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/llvm/utils/emacs/
tablegen-mode.el 85 ;; --------------------- Abbrev table -----------------------------
87 (defvar tablegen-mode-abbrev-table nil
88 "Abbrev table used while in TableGen mode.")
89 (define-abbrev-table 'tablegen-mode-abbrev-table ())
113 local-abbrev-table tablegen-mode-abbrev-table
  /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/caliper/caliper/src/main/java/com/google/caliper/util/
ShortDuration.java 72 String abbrev = matcher.group(2); local
73 TimeUnit unit = ABBREV_TO_UNIT.get(abbrev);
74 checkArgument(unit != null, "Unrecognized time unit: %s", abbrev);
  /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
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry.go 19 type abbrev struct { type
32 type abbrevTable map[uint32]abbrev
41 data := d.abbrev
47 b := makeBuf(d, unknownFormat{}, "abbrev", 0, data)
77 var a abbrev
  /prebuilts/go/linux-x86/src/debug/dwarf/
entry.go 19 type abbrev struct { type
32 type abbrevTable map[uint32]abbrev
41 data := d.abbrev
47 b := makeBuf(d, unknownFormat{}, "abbrev", 0, data)
77 var a abbrev
  /external/elfutils/libdw/
libdw.h 145 Dwarf_Abbrev *abbrev; member in struct:__anon20099
560 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
563 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
566 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
569 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
573 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.h 77 abbrev = 0, enumerator in enum:dwarf_section_display_enum
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 61 // Each abbrev consists of a abbreviation number, a tag, a byte
80 abbrevs_ = new std::vector<Abbrev>;
94 CompilationUnit::Abbrev abbrev; local
100 abbrev.number = number;
106 abbrev.tag = static_cast<enum DwarfTag>(tag);
109 abbrev.has_children = reader_->ReadOneByte(abbrevptr);
127 abbrev.attributes.push_back(std::make_pair(name, form));
129 assert(abbrev.number == abbrevs_->size());
130 abbrevs_->push_back(abbrev);
502 const Abbrev& abbrev = abbrevs_->at(static_cast<size_t>(abbrev_num)); local
    [all...]
  /external/strace/
defs.h 270 #define abbrev(tcp) ((tcp)->qual_flg & QUAL_ABBREV) macro
    [all...]

Completed in 1275 milliseconds

1 2 3