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

  /external/lz4/contrib/gen_manual/
gen_manual.cpp 108 int linenum, chapter = 1; local
215 sout << "<a name=\"Chapter" << chapter << "\"></a><h2>" << comments[0] << "</h2><pre>";
217 chapter++;
234 ostream << "<li><a href=\"#Chapter" << i+1 << "\">" << chapters[i].c_str() << "</a></li>\n";
  /external/python/cpython2/Demo/tkinter/guido/
tkman.py 72 self.chapter = Menubutton(self.rightsubframe, name='chapter',
75 self.chapter.pack(side=TOP)
76 self.chaptermenu = Menu(self.chapter, name='chaptermenu')
85 self.chapter['menu'] = self.chaptermenu
  /external/freetype/src/tools/docmaker/
formatter.py 82 def toc_chapter_enter( self, chapter ):
91 def toc_chapter_exit( self, chapter ):
content.py 341 ## DOC CHAPTER CLASS
373 self.chapter = None
424 chapter = DocChapter( block )
425 self.chapters.append( chapter )
528 section.chapter = chap
532 sys.stderr.write( "WARNING: chapter '" + \
536 # check that all sections are in a chapter
540 if not sec.chapter:
544 # create a new special chapter for all remaining sections
591 elif self.type == "chapter"
    [all...]
tohtml.py 211 # Chapter header/inter/footer.
559 def toc_chapter_enter( self, chapter ):
560 print chapter_header + string.join( chapter.title ) + chapter_inter
572 def toc_chapter_exit( self, chapter ):
  /external/mesa3d/docs/specs/OLD/
MESA_program_debug.spec 145 Additions to Chapter 2 of the OpenGL 1.4 Specification (OpenGL Operation)
149 Additions to Chapter 3 of the OpenGL 1.4 Specification (Rasterization)
153 Additions to Chapter 4 of the OpenGL 1.4 Specification (Per-Fragment
158 Additions to Chapter 5 of the OpenGL 1.4 Specification (Special Functions)
208 Additions to Chapter 6 of the OpenGL 1.4 Specification (State and
307 Added chapter 5 and 6 spec language. (Brian Paul)
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 8 Based on the program presented in the "Design and Implementation" chapter
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 8 Based on the program presented in the "Design and Implementation" chapter
  /toolchain/binutils/binutils-2.27/etc/
add-log.el 498 "\\\\\\(sub\\)*\\(section\\|paragraph\\|chapter\\)" nil t)
  /external/e2fsprogs/doc/
texinfo.tex 118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 2095 Chapter& chapter = chapters_[--chapters_count_]; local
2165 const Chapter& chapter = chapters_[idx]; local
2182 const Chapter& chapter = chapters_[idx]; local
    [all...]
  /toolchain/binutils/binutils-2.27/texinfo/
texinfo.tex 120 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
292 % (\thissection) refers to the chapter (section) in effect at the top
309 % \topmark doesn't work for the very first chapter (after the title
311 % the mark with the chapter defs, unless the user sneaks in, e.g.,
313 % first @chapter.
    [all...]
  /external/libffi/
texinfo.tex 119 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
272 % (\thissection) refers to the chapter (section) in effect at the top
289 % \topmark doesn't work for the very first chapter (after the title
291 % the mark with the chapter defs, unless the user sneaks in, e.g.,
293 % first @chapter.
    [all...]
  /external/libmicrohttpd/doc/
texinfo.tex 119 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
272 % (\thissection) refers to the chapter (section) in effect at the top
289 % \topmark doesn't work for the very first chapter (after the title
291 % the mark with the chapter defs, unless the user sneaks in, e.g.,
293 % first @chapter.
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex 119 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
272 % (\thissection) refers to the chapter (section) in effect at the top
289 % \topmark doesn't work for the very first chapter (after the title
291 % the mark with the chapter defs, unless the user sneaks in, e.g.,
293 % first @chapter.
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
texinfo.tex 119 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
272 % (\thissection) refers to the chapter (section) in effect at the top
289 % \topmark doesn't work for the very first chapter (after the title
291 % the mark with the chapter defs, unless the user sneaks in, e.g.,
293 % first @chapter.
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
int.go 687 // We use the formulation described in chapter 2, section 2.4,
  /prebuilts/go/linux-x86/src/math/big/
int.go 687 // We use the formulation described in chapter 2, section 2.4,

Completed in 1933 milliseconds