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

12

  /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/zopfli/src/zopfli/
lz77.c 333 if (hhead != h->head2 && bestlength >= h->same[hpos] &&
336 hhead = h->head2;
  /external/ImageMagick/scripts/
format_c_api_docs 565 print( OUT head2($func) );
591 sub head2 { subroutine
593 return( "=head2 $heading\n\n" );
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
llvm-ar.pod 102 =head2 Operations
164 =head2 Modifiers (operation specific)
238 =head2 Modifiers (generic)
  /external/skia/src/pathops/
SkPathOpsTSect.h 2344 const SkTSpan<OppCurve, TCurve>* head2 = sect2->fHead; local
    [all...]
  /toolchain/binutils/binutils-2.25/etc/
texi2pod.pl 254 and $_ = "\n=head2 $1\n";

Completed in 233 milliseconds

12