/external/chromium_org/third_party/JSON/out/lib/perl5/x86_64-linux-gnu-thread-multi/ |
perllocal.pod | 1 =head2 Sat Jun 8 20:25:57 2013: C<Module> L<JSON|JSON> 23 =head2 Mon Jun 10 12:38:28 2013: C<Module> L<JSON|JSON> 45 =head2 Mon Jun 10 12:40:36 2013: C<Module> L<JSON|JSON>
|
/external/antlr/antlr-3.4/runtime/Perl5/docs/ |
design.pod | 21 =head2 OO 34 =head2 Exceptions 39 =head2 Types
|
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/ |
Toc.pod | 79 =head2 Generating 109 =head2 Inserting 190 =head2 Updating 232 =head2 Formatting 252 =head2 Using attribute value as ToC text 291 =head2 Generate single ToC of multiple files 368 =head2 Generate multiple ToCs 421 =head2 Generate multiple groups in one ToC 559 =head2 Number ToC entries 636 =head2 Using CSS for ToC formattin [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
compat-queue.h | 195 #define STAILQ_CONCAT(head1, head2) do { \ 196 if (!STAILQ_EMPTY((head2))) { \ 197 *(head1)->stqh_last = (head2)->stqh_first; \ 198 (head1)->stqh_last = (head2)->stqh_last; \ 199 STAILQ_INIT((head2)); \ 365 #define TAILQ_CONCAT(head1, head2, field) do { \ 366 if (!TAILQ_EMPTY(head2)) { \ 367 *(head1)->tqh_last = (head2)->tqh_first; \ 368 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \ 369 (head1)->tqh_last = (head2)->tqh_last; [all...] |
/external/llvm/lib/Transforms/Utils/ |
FlattenCFG.cpp | 37 /// Head2. \returns true if \p Block1 and \p Block2 contain identical 38 /// instructions, and have no memory reference alias with \p Head2. 40 bool CompareIfRegionBlock(BasicBlock *Head1, BasicBlock *Head2, 307 /// 1st if-region. \param Head2 is the entry of the 2nd if-region. \param 311 /// with \param Head2. 313 bool FlattenCFGOpt::CompareIfRegionBlock(BasicBlock *Head1, BasicBlock *Head2, 316 TerminatorInst *PTI2 = Head2->getTerminator(); 317 Instruction *PBI2 = Head2->begin(); 320 bool eq2 = (Block2 == Head2); 327 // and do not alias with instructions in Head2 [all...] |
/external/clang/docs/tools/ |
clang.pod | 89 =head2 Stage Selection Options 123 =head2 Language Selection and Mode Options 229 =head2 Target Selection Options 262 =head2 Code Generation Options 334 =head2 Driver Options 423 =head2 Diagnostics Options 443 =head2 Preprocessor Options 505 #=head2 Warning Control Options 508 #=head2 Code Generation and Optimization Options 511 #=head2 Assembler Option [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/ |
JSON.pm | 715 =head2 FEATURES 783 =head2 encode_json 793 =head2 decode_json 806 =head2 to_json 831 =head2 from_json 857 =head2 JSON::is_bool 865 =head2 JSON::true 870 =head2 JSON::false 875 =head2 JSON::null 964 =head2 ne [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/ |
JSON.pm | 715 =head2 FEATURES 783 =head2 encode_json 793 =head2 decode_json 806 =head2 to_json 831 =head2 from_json 857 =head2 JSON::is_bool 865 =head2 JSON::true 870 =head2 JSON::false 875 =head2 JSON::null 964 =head2 ne [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/ |
JSON.pm | 715 =head2 FEATURES 783 =head2 encode_json 793 =head2 decode_json 806 =head2 to_json 831 =head2 from_json 857 =head2 JSON::is_bool 865 =head2 JSON::true 870 =head2 JSON::false 875 =head2 JSON::null 964 =head2 ne [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
backportPP.pm | [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftrfork.c | 57 unsigned char head[16], head2[16]; local 95 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */ 97 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 ); 105 if ( head2[i] != 0 ) 107 if ( head2[i] != head[i] )
|
/external/freetype/src/base/ |
ftrfork.c | 57 unsigned char head[16], head2[16]; local 95 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */ 97 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 ); 105 if ( head2[i] != 0 ) 107 if ( head2[i] != head[i] )
|
/external/qemu/ |
qemu-queue.h | 221 #define QSIMPLEQ_CONCAT(head1, head2) do { \ 222 if (!QSIMPLEQ_EMPTY((head2))) { \ 223 *(head1)->sqh_last = (head2)->sqh_first; \ 224 (head1)->sqh_last = (head2)->sqh_last; \ 225 QSIMPLEQ_INIT((head2)); \
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/ |
Runtime.pm | 34 May include numerous subsections (i.e. =head2, =head3, etc.)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ntpath.py | 177 head2 = head 178 while head2 and head2[-1] in '/\\': 179 head2 = head2[:-1] 180 head = head2 or head
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ntpath.py | 177 head2 = head 178 while head2 and head2[-1] in '/\\': 179 head2 = head2[:-1] 180 head = head2 or head
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
final-url-en | [all...] |