HomeSort by relevance Sort by last modified time
    Searched refs:begins (Results 1 - 25 of 26) sorted by null

1 2

  /external/valgrind/main/none/tests/x86/
aad_aam.stdout.exp 1 test begins
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 104 private final Stack<Integer> begins = new Stack<Integer>(); field in class:HtmlTree
162 return begins.get(endTagNodeNum);
180 int openNodeNum = begins.get(tagNodeNum);
389 // are well-formed, and begins at a "line" boundary.
394 int nBegin = begins.get(n);
999 begins.add(begin);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 100 private final Stack<Integer> begins = new Stack<Integer>(); field in class:HtmlTree
356 // are well-formed, and begins at a "line" boundary.
361 int nBegin = begins.get(n);
956 begins.add(begin);
  /external/chromium/net/base/
dnssec_keyset.cc 61 // begins uint32
75 uint32 begins = static_cast<uint32>(sigdata[10]) << 24 | local
84 if (now < begins || now >= expires)
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 95 The first audio packet of the logical stream begins a fresh Ogg page.
145 A positive starting value simply indicates that this stream begins at
07-floor1.tex 169 Packet decode begins by checking the \varname{[nonzero]} flag:
345 Decode begins by sorting the scalars from vectors
02-bitpacking.tex 78 coded. When packing the bits into bytes, the encoder begins by
04-codec.tex 19 A Vorbis bitstream begins with three header packets. The header
28 Each header packet begins with the same header fields.
03-codebook.tex 36 A codebook begins with a 24 bit sync pattern, 0x564342:
08-residue.tex 169 where, for coding purposes, the vector effectively begins at element
01-introduction.tex 392 use. All floors are decoded before residue decode begins.
  /external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js 107 // the document begins loading, since only then will the "document" reference
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 251 ; eob adjustment begins here
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 252 The page begins to download, but since not all the data of the pages comes
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 180 * Called when the source with the specified id begins doing whatever we
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 565 // begins loading RIDs n, n+1, ..., n+k-1; after the second event, these get
566 // destroyed and a new set begins loading RIDs n+k, n+k+1, ..., n+2k-1.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 423 this Example where the Example begins. This line number is
490 begins, or `None` if the line number is unavailable. This
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 423 this Example where the Example begins. This line number is
490 begins, or `None` if the line number is unavailable. This
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 406 * Invoked when app dragging begins.
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 516 * Invoked when app dragging begins.
  /external/blktrace/doc/
blktrace.tex 545 on the boundary of where this io begins, so the io scheduler can merge
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 4 'atom-identifiers': '\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom is a name. See section\n*Identifiers and keywords* for lexical definition and section *Naming\nand binding* for documentation of naming and binding.\n\nWhen the name is bound to an object, evaluation of the atom yields\nthat object. When a name is not bound, an attempt to evaluate it\nraises a ``NameError`` exception.\n\n**Private name mangling:** When an identifier that textually occurs in\na class definition begins with two or more underscore characters and\ndoes not end in two or more underscores, it is considered a *private\nname* of that class. Private names are transformed to a longer form\nbefore code is generated for them. The transformation inserts the\nclass name, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier\n``__spam`` occurring in a class named ``Ham`` will be transformed to\n``_Ham__spam``. This transformation is independent of the syntactical\ncontext in which the identifier is used. If the transformed name is\nextremely long (longer than 255 characters), implementation defined\ntruncation may happen. If the class name consists only of underscores,\nno transformation is done.\n',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 4 'atom-identifiers': '\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom is a name. See section\n*Identifiers and keywords* for lexical definition and section *Naming\nand binding* for documentation of naming and binding.\n\nWhen the name is bound to an object, evaluation of the atom yields\nthat object. When a name is not bound, an attempt to evaluate it\nraises a ``NameError`` exception.\n\n**Private name mangling:** When an identifier that textually occurs in\na class definition begins with two or more underscore characters and\ndoes not end in two or more underscores, it is considered a *private\nname* of that class. Private names are transformed to a longer form\nbefore code is generated for them. The transformation inserts the\nclass name, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier\n``__spam`` occurring in a class named ``Ham`` will be transformed to\n``_Ham__spam``. This transformation is independent of the syntactical\ncontext in which the identifier is used. If the transformed name is\nextremely long (longer than 255 characters), implementation defined\ntruncation may happen. If the class name consists only of underscores,\nno transformation is done.\n',
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]

Completed in 558 milliseconds

1 2