HomeSort by relevance Sort by last modified time
    Searched full:head2 (Results 1 - 8 of 8) sorted by null

  /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/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
332 =head2 Driver Options
421 =head2 Diagnostics Options
441 =head2 Preprocessor Options
503 #=head2 Warning Control Options
506 #=head2 Code Generation and Optimization Options
509 #=head2 Assembler Option
    [all...]
  /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.)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 429 =head2 Option Descriptions
467 =head2 User Interface
508 =head2 The Simple Method
539 =head2 The Flexible Method
  /external/webkit/PerformanceTests/Parser/resources/
final-url-en     [all...]

Completed in 1036 milliseconds