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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
ioctl_loop-nv.c 1 #define ABBREV 1
poll.test 11 for abbrev in 0 1 2 3 4 5; do
12 run_prog "../$NAME" $abbrev > /dev/null
13 run_strace -a16 -epoll -s$abbrev $args > "$EXP"
poll-P.test 12 for abbrev in 0 1 2 3 4 5; do
13 run_prog "../$NAME" $abbrev > /dev/null
14 run_strace -a16 -epoll -s$abbrev -P /dev/full 9>>/dev/full \
uname.test 13 run_prog "../$NAME" abbrev > /dev/null
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...]
uname.c 12 int abbrev = ac > 1; local
19 if (abbrev) {
  /external/strace/tests-m32/
ioctl_loop-nv.c 1 #define ABBREV 1
poll.test 11 for abbrev in 0 1 2 3 4 5; do
12 run_prog "../$NAME" $abbrev > /dev/null
13 run_strace -a16 -epoll -s$abbrev $args > "$EXP"
poll-P.test 12 for abbrev in 0 1 2 3 4 5; do
13 run_prog "../$NAME" $abbrev > /dev/null
14 run_strace -a16 -epoll -s$abbrev -P /dev/full 9>>/dev/full \
uname.test 13 run_prog "../$NAME" abbrev > /dev/null
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...]
uname.c 12 int abbrev = ac > 1; local
19 if (abbrev) {
  /external/strace/tests-mx32/
ioctl_loop-nv.c 1 #define ABBREV 1
poll.test 11 for abbrev in 0 1 2 3 4 5; do
12 run_prog "../$NAME" $abbrev > /dev/null
13 run_strace -a16 -epoll -s$abbrev $args > "$EXP"
poll-P.test 12 for abbrev in 0 1 2 3 4 5; do
13 run_prog "../$NAME" $abbrev > /dev/null
14 run_strace -a16 -epoll -s$abbrev -P /dev/full 9>>/dev/full \
uname.test 13 run_prog "../$NAME" abbrev > /dev/null
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/elfutils/tests/
run-show-abbrev.sh 23 testrun_compare ${abs_builddir}/show-abbrev testfile testfile2 <<\EOF
24 abbrev[0]: code = 1, tag = 17, children = 1
25 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0
26 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2
27 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4
28 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6
29 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8
30 abbrev[0]: attr[5]: code = 37, form = 8, offset = 10
31 abbrev[0]: attr[6]: code = 19, form = 11, offset = 12
32 abbrev[19]: code = 2, tag = 46, children =
    [all...]
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...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
dwarfreloc.rd 4 .*Abbrev Number: .* \(DW_TAG_variable\).*
8 .*<(32)>: Abbrev Number: .* \(DW_TAG_base_type\).*
12 .*Abbrev Number: .* \(DW_TAG_compile_unit\).*
14 .*Abbrev Number: .* \(DW_TAG_variable\).*
  /packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/
glossary.json 12 "Abbrev": "ISO 8879:1986",
  /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.
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
dw2-3.W 9 Abbrev Offset: 0x0
11 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\)
18 <1><2f>: Abbrev Number: 2 \(DW_TAG_subprogram\)
27 <1><4a>: Abbrev Number: 3 \(DW_TAG_base_type\)
31 <1><52>: Abbrev Number: 4 \(DW_TAG_const_type\)
33 <1><57>: Abbrev Number: 5 \(DW_TAG_variable\)
37 <1><61>: Abbrev Number: 0
41 Abbrev Offset: 0x45
43 <0><6d>: Abbrev Number: 1 \(DW_TAG_compile_unit\)
47 <1><85>: Abbrev Number: 2 \(DW_TAG_base_type\
    [all...]
dw2-3gabi.W 9 Abbrev Offset: 0x0
11 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\)
18 <1><2f>: Abbrev Number: 2 \(DW_TAG_subprogram\)
27 <1><4a>: Abbrev Number: 3 \(DW_TAG_base_type\)
31 <1><52>: Abbrev Number: 4 \(DW_TAG_const_type\)
33 <1><57>: Abbrev Number: 5 \(DW_TAG_variable\)
37 <1><61>: Abbrev Number: 0
41 Abbrev Offset: 0x45
43 <0><6d>: Abbrev Number: 1 \(DW_TAG_compile_unit\)
47 <1><85>: Abbrev Number: 2 \(DW_TAG_base_type\
    [all...]
libdw2-compressedgabi.out 10 Abbrev Offset: 0x0
12 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\)
19 <1><2f>: Abbrev Number: 2 \(DW_TAG_subprogram\)
28 <1><4a>: Abbrev Number: 3 \(DW_TAG_base_type\)
32 <1><51>: Abbrev Number: 0
112 Abbrev Offset: 0x0
114 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\)
121 <1><2f>: Abbrev Number: 2 \(DW_TAG_subprogram\)
130 <1><4a>: Abbrev Number: 3 \(DW_TAG_base_type\)
134 <1><51>: Abbrev Number:
    [all...]

Completed in 707 milliseconds

1 2 3 4 5 6 7 8 91011>>