Searched refs:chapter (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/test/webkit/fast/js/kde/
H A DRegExp.js155 re = /(chapter \d+(\.\d)*)/i;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1139 // means that creating arrays of chapter objects is more efficient,
1140 // because we only initialize each new chapter object as it becomes
1322 Chapter& chapter = chapters_[--chapters_count_]; local
1323 chapter.Clear();
1336 Chapter& chapter = chapters_[chapters_count_++];
1337 chapter.Init(seed);
1339 return &chapter;
1392 const Chapter& chapter = chapters_[idx]; local
1393 payload_size += chapter.WriteAtom(NULL);
1408 const Chapter& chapter local
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1169 // means that creating arrays of chapter objects is more efficient,
1170 // because we only initialize each new chapter object as it becomes
1360 Chapter& chapter = chapters_[--chapters_count_]; local
1361 chapter.Clear();
1376 Chapter& chapter = chapters_[chapters_count_++];
1377 chapter.Init(seed);
1379 return &chapter;
1432 const Chapter& chapter = chapters_[idx]; local
1433 payload_size += chapter.WriteAtom(NULL);
1449 const Chapter& chapter local
[all...]
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_program_debug.spec307 Added chapter 5 and 6 spec language. (Brian Paul)
/external/lldb/test/pexpect-2.4/examples/
H A Drippy.py125 'video_chapter':("none",'video chapter?',"""This is the chapter number. Usually disks such as TV series seasons will be divided into chapters. Maybe be set to none.""",0),
589 # build chapter argument
592 chapter = '-chapter %d-%d' %(video_chapter,video_chapter)
594 chapter = ''
595 # chapter = '-chapter 2-2'
629 # cmd = "mencoder -quiet -info comment='Arkivist' '%(video_source_filename)s' %(seek_filter)s %(chapter)s -aid %(audio_id)s -o '%(video_final_filename)s' -ffourcc %(video_fourcc_override)s -ovc lavc -oac lavc %(lavcopts)s %(video_filter)s %(audio_filter)s" % locals()
630 cmd = "mencoder -quiet -info comment='Arkivist' '%(video_source_filename)s' %(seek_filter)s %(chapter)
[all...]
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec307 Added chapter 5 and 6 spec language. (Brian Paul)
/external/bison/build-aux/
H A Dgendocs.sh341 html_split chapter
H A Dtexinfo.tex271 % (\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.
1932 % section, chapter, etc., sizes following suit. This is for the GNU
3373 % @evenheadingmarks top \thischapter <- chapter at the top of a page
3374 % @evenheadingmarks bottom \thischapter <- chapter at the bottom of a page
3423 % chapter name on inside top of right hand pages, document
3436 % For single-sided printing, chapter title goes across top left of page,
4884 % It does not print any chapter headin
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd9 # The functions described in this chapter will let you handle and
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php577 // According to chapter 7 ("Accessing Protected Ressources") the signature-method

Completed in 325 milliseconds