HomeSort by relevance Sort by last modified time
    Searched full:_begin (Results 1 - 16 of 16) sorted by null

  /external/markdown/markdown/extensions/
imagelinks.py 34 md.preprocessors.add("imagelink", ImageLinkPreprocessor(md), "_begin")
fenced_code.py 81 "_begin")
meta.py 55 md.preprocessors.add("meta", MetaPreprocessor(md), "_begin")
toc.py 133 md.treeprocessors.add("toc", tocext, "_begin")
codehilite.py 219 md.treeprocessors.add("hilite", hiliter, "_begin")
  /external/webkit/Source/JavaScriptCore/
create_jit_stubs 52 if ( /^$prefix\_BEGIN\((.*)\)/ ) {
  /external/markdown/
regression-tests.py 177 """ Test adding an OrderedDict item using "_begin". """
178 self.odict.add('zero', 'CRAZY', '_begin')
  /external/markdown/markdown/
odict.py 124 if location == '_begin':
  /external/openssl/crypto/perlasm/
x86masm.pl 95 my $begin="${::lbdecor}_${func}_begin";
x86nasm.pl 94 my $begin="${::lbdecor}_${func}_begin";
x86gas.pl 103 my $begin="${::lbdecor}_${func}_begin";
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 70 RbspParser::RbspParser (const uint8 *_begin, const uint8 *_end)
71 : begin (_begin), end(_end), pos (- 1), bit (0),
  /external/llvm/utils/TableGen/
ClangAttrEmitter.cpp 306 << "_begin() const {\n";
356 << "_iterator i = SA->" << getLowerName() << "_begin(), e = SA->"
  /external/markdown/docs/
writing_extensions.txt 439 * The special strings ``"_begin"`` and ``"_end"`` insert that item at the
452 >>> od['one'] = 1 # The same as: od.add('one', 1, '_begin')
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 63 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
    [all...]

Completed in 1321 milliseconds