/device/google/dragon/audio/hal/ |
utlist.h | 70 #define LL_CONCAT(head1, head2) \ 72 __typeof(head1) _tmp; \ 73 if (head1) { \ 74 _tmp = head1; \ 79 (head1) = (head2); \ 168 #define DL_CONCAT(head1, head2) \ 170 __typeof(head1) _tmp; \ 172 if (head1) { \ 174 (head2)->prev = (head1)->prev; \ 175 (head1)->prev->next = (head2); [all...] |
/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/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/llvm/utils/ |
codegen-diff | 81 =head1 NAME 85 =head1 SYNOPSIS 89 =head1 DESCRIPTION 110 =head1 OPTIONS 123 =head1 AUTHOR 127 =head1 SEE ALSO
|
/external/autotest/client/tools/ |
boottool | 2 =head1 NAME 6 =head1 SYNOPSIS 23 =head1 DESCRIPTION 27 =head1 FUNCTIONS 693 =head1 AUTHOR 697 =head1 COPYRIGHT 705 =head1 SEE ALSO 716 =head1 NAME 720 =head1 SYNOPSIS 728 =head1 DESCRIPTIO [all...] |
/external/dhcpcd-6.8.2/compat/ |
queue.h | 165 #define TAILQ_CONCAT(head1, head2, field) do { \ 167 *(head1)->tqh_last = (head2)->tqh_first; \ 168 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \ 169 (head1)->tqh_last = (head2)->tqh_last; \
|
/external/chromium-trace/catapult/tracing/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/libvpx/libvpx/build/make/ |
rtcd.pl | 404 =head1 NAME 408 =head1 SYNOPSIS 414 =head1 DESCRIPTION 419 =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.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; \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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/skia/src/pathops/ |
SkPathOpsTSect.h | 2159 const SkTSpan<TCurve, OppCurve>* head1 = result1; local [all...] |