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

  /external/llvm/test/CodeGen/ARM/Windows/
mov32t-bundling.ll 3 @_begin = external global i8
10 br i1 icmp uge (i32 sub (i32 ptrtoint (i8* @_end to i32), i32 ptrtoint (i8* @_begin to i32)), i32 4), label %if.then, label %if.end
22 ; CHECK: movw r0, :lower16:_begin
23 ; CHECK-NEXT: movt r0, :upper16:_begin
  /external/llvm/test/CodeGen/X86/
inalloca-invoke.ll 28 ; CHECK: calll _begin
41 ; CHECK: calll _begin
  /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/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/boringssl/src/crypto/perlasm/
x86masm.pl 101 my $begin="${::lbdecor}_${func}_begin";
x86nasm.pl 107 my $begin="${::lbdecor}_${func}_begin";
x86gas.pl 105 my $begin="${::lbdecor}_${func}_begin";
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 528 std::string BeginFn = getLowerName().str() + "_begin()";
547 OS << "A->" << getLowerName() << "_begin(), "
783 << "_iterator I = SA->" << getLowerName() << "_begin(), E = SA->"
807 << "_iterator i = SA->" << getLowerName() << "_begin(), e = SA->"
    [all...]
  /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/skia/src/core/
SkTraceEvent.h 341 // - |id| is used to match the _BEGIN event with the _END event.
385 // - |id| is used to match the _BEGIN event with the _END event.
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 78 RbspParser::RbspParser (const uint8 *_begin, const uint8 *_end)
79 : begin (_begin), end(_end), pos (- 1), bit (0),
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 74 RbspParser::RbspParser (const uint8 *_begin, const uint8 *_end)
75 : begin (_begin), end(_end), pos (- 1), bit (0),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 86 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libGL.so 
libGL.so.1 
libosmesa.so 

Completed in 285 milliseconds