/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
|
/system/tpm/trunks/generator/ |
extract_commands.sh | 43 BEGIN { print "_BEGIN"; } 86 # Begin:_BEGIN\n 97 $0 !~ /_BEGIN\n(_INPUT_START[^\n]*\n(_TYPE[^\n]*\n_NAME[^\n]*\n(_COMMENT[^\n]*\n)*)*_OUTPUT_START[^\n]*\n(_TYPE[^\n]*\n_NAME[^\n]*\n(_COMMENT[^\n]*\n)*)*)*_END/ {
|
generator_test.py | 182 FAKE_COMMAND = ('_BEGIN\n_INPUT_START TPM2_Test\n'
|
/external/llvm/test/CodeGen/X86/ |
inalloca-invoke.ll | 30 ; CHECK: calll _begin 43 ; 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')
|
/prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/ |
stringtemplate-3.2.1.jar | |
/prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/ |
checkstyle-5.9.jar | |
/external/markdown/markdown/ |
odict.py | 124 if location == '_begin':
|
/external/boringssl/src/crypto/perlasm/ |
x86masm.pl | 107 my $begin="${::lbdecor}_${func}_begin";
|
x86nasm.pl | 114 my $begin="${::lbdecor}_${func}_begin";
|
x86gas.pl | 112 my $begin="${::lbdecor}_${func}_begin";
|
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | 604 std::string BeginFn = getLowerName().str() + "_begin()"; 625 OS << "A->" << getLowerName() << "_begin(), " [all...] |
/external/swiftshader/third_party/subzero/pydir/ |
szbuild.py | 145 #'--defsym=_begin=0', 181 '--defsym=_begin=0',
|
/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')
|
/external/guice/extensions/persist/lib/ |
antlr-2.7.5h3.jar | |
/prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/ |
antlr-2.7.7.jar | |
/external/libchrome/base/trace_event/common/ |
trace_event_common.h | 343 // - |id| is used to match the _BEGIN event with the _END event. 414 // - |id| is used to match the _BEGIN event with the _END event. [all...] |
/external/skia/src/core/ |
SkTraceEventCommon.h | 353 // - |id| is used to match the _BEGIN event with the _END event. 427 // - |id| is used to match the _BEGIN event with the _END event. [all...] |
/external/v8/base/trace_event/common/ |
trace_event_common.h | 290 // - |id| is used to match the _BEGIN event with the _END event. 366 // - |id| is used to match the _BEGIN event with the _END event. [all...] |
/hardware/qcom/media/msm8974/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...] |