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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
ref.tex 37 %\chapter*{Front Matter\label{front}}
54 \chapter{Reference}
59 %\chapter{...}
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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 )
511 section.chapter = chap
515 sys.stderr.write( "WARNING: chapter '" + \
519 # check that all sections are in a chapter
523 if not sec.chapter:
527 # create a new special chapter for all remaining sections
574 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/v8/test/mjsunit/compiler/
division-by-constant.js 79 // Some values from "Hacker's Delight", chapter 10-7.
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1194 // Chapter Class
1417 Chapter& chapter = chapters_[--chapters_count_]; local
1487 const Chapter& chapter = chapters_[idx]; local
1503 const Chapter& chapter = chapters_[idx]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1126 // Chapter Class
1128 bool Chapter::set_id(const char* id) {
1132 void Chapter::set_time(const Segment& segment,
1141 bool Chapter::add_string(const char* title,
1162 Chapter::Chapter() {
1167 // clients from creating Chapter instances (a privelege we grant
1169 // means that creating arrays of chapter objects is more efficient,
1170 // because we only initialize each new chapter object as it becomes
1174 Chapter::~Chapter()
1360 Chapter& chapter = chapters_[--chapters_count_]; local
1432 const Chapter& chapter = chapters_[idx]; local
1449 const Chapter& chapter = chapters_[idx]; local
    [all...]
  /external/mesa3d/docs/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)
  /external/bison/build-aux/
gendocs.sh 341 html_split chapter
texinfo.tex 118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
271 % (\thissection) refers to the chapter (section) in effect at the top
288 % \topmark doesn't work for the very first chapter (after the title
290 % the mark with the chapter defs, unless the user sneaks in, e.g.,
292 % first @chapter.
    [all...]
  /toolchain/binutils/binutils-2.25/etc/
add-log.el 498 "\\\\\\(sub\\)*\\(section\\|paragraph\\|chapter\\)" nil t)
  /toolchain/binutils/binutils-2.25/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/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/v8/test/webkit/fast/js/kde/
RegExp.js 154 var str = new String("For more information, see Chapter 3.4.5.1");
155 re = /(chapter \d+(\.\d)*)/i;
156 // This returns the array containing Chapter 3.4.5.1,Chapter 3.4.5.1,.1
157 // 'Chapter 3.4.5.1' is the first match and the first value remembered from (Chapter \d+(\.\d)*).
159 shouldBe("str.match(re).toString()","'Chapter 3.4.5.1,Chapter 3.4.5.1,.1'");
  /external/v8/test/mjsunit/
unicode-test.js 357 " 6. Korotayev A., Malkov A., Khaltourina D. Introduction to Social Macrodynamics: Secular Cycles and Millennial Trends. Moscow: URSS, 2006. ISBN 5-484-00559-0 [1] (Chapter 2: Historical Population Dynamics in China).\n" +
    [all...]

Completed in 1590 milliseconds