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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 27 =head1 NAME
31 =head1 SYNOPSIS
35 =head1 SEE ALSO
39 =head1 AUTHOR
43 =head1 COPYRIGHT AND LICENSE
Util.pm 66 =head1 NAME
70 =head1 SYNOPSIS
74 =head1 SEE ALSO
78 =head1 AUTHOR
82 =head1 COPYRIGHT AND LICENSE
Core.pm 164 =head1 NAME
168 =head1 SYNOPSIS
172 =head1 SEE ALSO
176 =head1 AUTHOR
180 =head1 COPYRIGHT AND LICENSE
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 12 =head1 NAME
17 =head1 VERSION
22 =head1 SYNOPSIS
31 =head1 DESCRIPTION
37 =head1 SUBROUTINES/METHODS
49 =head1 DIAGNOSTICS
57 =head1 CONFIGURATION AND ENVIRONMENT
66 =head1 DEPENDENCIES
74 =head1 INCOMPATIBILITIES
83 =head1 BUGS AND LIMITATION
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_queue.h 222 #define SLIST_SWAP(head1, head2, type) do { \
223 struct type *swap_first = SLIST_FIRST(head1); \
224 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
248 #define STAILQ_CONCAT(head1, head2) do { \
250 *(head1)->stqh_last = (head2)->stqh_first; \
251 (head1)->stqh_last = (head2)->stqh_last; \
328 #define STAILQ_SWAP(head1, head2, type) do { \
329 struct type *swap_first = STAILQ_FIRST(head1); \
330 struct type **swap_last = (head1)->stqh_last; \
331 STAILQ_FIRST(head1) = STAILQ_FIRST(head2);
    [all...]
  /external/markdown/MarkdownTest/
MarkdownTest.pl 99 =head1 NAME
104 =head1 SYNOPSIS
109 =head1 DESCRIPTION
112 =head1 OPTIONS
142 =head1 BUGS
146 =head1 VERSION HISTORY
156 =head1 COPYRIGHT AND LICENSE
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 18 =head1 NAME
22 =head1 DESCRIPTION
BitSet.pm 250 =head1 NAME
255 =head1 SYNOPSIS
264 =head1 DESCRIPTION
270 =head1 SUBROUTINES/METHODS
315 =head1 DIAGNOSTICS
323 =head1 CONFIGURATION AND ENVIRONMENT
332 =head1 DEPENDENCIES
340 =head1 INCOMPATIBILITIES
BaseRecognizer.pm 608 =head1 NAME
612 =head1 DESCRIPTION
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 174 =head1 NAME
178 =head1 VERSION
182 =head1 USAGE
188 =head1 DESCRIPTION
200 =head1 AUTHOR
  /external/lldb/scripts/
sed-sources 10 =head1 NAME
14 =head1 SYNOPSIS
18 =head1 DESCRIPTION
27 =head1 OPTIONS
63 =head1 EXAMPLES
  /external/llvm/utils/
codegen-diff 81 =head1 NAME
85 =head1 SYNOPSIS
89 =head1 DESCRIPTION
110 =head1 OPTIONS
123 =head1 AUTHOR
127 =head1 SEE ALSO
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
compat-queue.h 195 #define STAILQ_CONCAT(head1, head2) do { \
197 *(head1)->stqh_last = (head2)->stqh_first; \
198 (head1)->stqh_last = (head2)->stqh_last; \
365 #define TAILQ_CONCAT(head1, head2, field) do { \
367 *(head1)->tqh_last = (head2)->tqh_first; \
368 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
369 (head1)->tqh_last = (head2)->tqh_last; \
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 22 =head1 NAME
26 =head1 SYNOPSIS
35 =head1 DESCRIPTION
44 =head1 OPTIONS
96 =head1 CONFIGURATION VARIABLES
120 =head1 LICENSE
129 =head1 AUTHOR
licensecheck.pl 22 =head1 NAME
26 =head1 SYNOPSIS
35 =head1 DESCRIPTION
44 =head1 OPTIONS
96 =head1 CONFIGURATION VARIABLES
120 =head1 LICENSE
129 =head1 AUTHOR
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
rtcd.pl 402 =head1 NAME
406 =head1 SYNOPSIS
412 =head1 DESCRIPTION
417 =head1 OPTIONS
  /external/libvpx/libvpx/build/make/
rtcd.pl 392 =head1 NAME
396 =head1 SYNOPSIS
402 =head1 DESCRIPTION
407 =head1 OPTIONS
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
rtcd.pl 392 =head1 NAME
396 =head1 SYNOPSIS
402 =head1 DESCRIPTION
407 =head1 OPTIONS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
queue.h 274 #define STAILQ_CONCAT(head1, head2) do { \
276 *(head1)->stqh_last = (head2)->stqh_first; \
277 (head1)->stqh_last = (head2)->stqh_last; \
445 #define TAILQ_CONCAT(head1, head2, field) do { \
447 *(head1)->tqh_last = (head2)->tqh_first; \
448 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
449 (head1)->tqh_last = (head2)->tqh_last; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
queue.h 274 #define STAILQ_CONCAT(head1, head2) do { \
276 *(head1)->stqh_last = (head2)->stqh_first; \
277 (head1)->stqh_last = (head2)->stqh_last; \
445 #define TAILQ_CONCAT(head1, head2, field) do { \
447 *(head1)->tqh_last = (head2)->tqh_first; \
448 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
449 (head1)->tqh_last = (head2)->tqh_last; \
  /external/iputils/doc/
docbook2man-spec.pl 1 =head1 NAME
5 =head1 SYNOPSIS
12 =head1 DESCRIPTION
19 =head1 LIMITATIONS
30 =head1 TODO
40 =head1 COPYRIGHT
  /external/qemu/include/qemu/
queue.h 294 #define QSIMPLEQ_CONCAT(head1, head2) do { \
296 *(head1)->sqh_last = (head2)->sqh_first; \
297 (head1)->sqh_last = (head2)->sqh_last; \
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 43 =head1 NAME
47 =head1 SYNOPSIS
67 =head1 DESCRIPTION
74 =head1 OPTIONS
208 =head1 NON-OPTIONS
243 =head1 EXAMPLE
252 =head1 REQUIREMENTS
259 =head1 LICENSE
263 =head1 AUTHOR
267 =head1 SEE ALS
    [all...]

Completed in 603 milliseconds