HomeSort by relevance Sort by last modified time
    Searched refs:directive (Results 101 - 125 of 145) sorted by null

1 2 3 45 6

  /external/llvm/test/MC/ARM/
eh-directive-pad.s 6 @ The .pad directive will track the stack pointer offsets. There are several
  /external/libunwind/doc/
libunwind-dynamic.tex 268 with the \Const{UNW\_DYN\_STOP} directive.
272 A dynamic unwind directive describes how the frame state changes
280 whether or not this directive is active. This is useful for
283 instruction is executed (takes effect). If the directive is always
290 the instruction to which this directive applies. For example,
291 a value of 0 means that the effect described by this directive
329 directive list. All remaining entries in the \Var{op} array of the
  /cts/tools/dasm/src/dasm/
parser.cup 97 complex_instruction, defmethod, directive, endmethod, field_list,
560 directive
581 directive ::=
  /external/smali/smali/src/main/antlr3/
smaliParser.g 457 throw new SemanticException(input, "The file must contain a .class directive");
462 throw new SemanticException(input, "The file must contain a .super directive");
490 or class annotations until we determine if there is an .end field directive. In either case, we still "consume" and parse
540 directive=REGISTERS_DIRECTIVE regCount=integral_literal -> ^(I_REGISTERS[$REGISTERS_DIRECTIVE, "I_REGISTERS"] $regCount)
541 | directive=LOCALS_DIRECTIVE regCount2=integral_literal -> ^(I_LOCALS[$LOCALS_DIRECTIVE, "I_LOCALS"] $regCount2)
545 throw new SemanticException(input, $directive, "There can only be a single .registers or .locals directive in a method");
743 or method annotations until we determine if there is an .end parameter directive. In either case, we still "consume" and parse
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-token.re 93 /* no locals on Tasm without the 'locals' directive */
139 case DIRECTIVE:
140 goto directive;
565 /* directive: [name value] */
566 directive:
588 goto directive;
592 /* section directive (the section name portion thereof) */
627 /* inner part of directive */
694 /* forced identifier; within directive, don't strip '$', this is
702 /* identifier; within directive, no local label mechanism *
    [all...]
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 304 directive.
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86_64-xlate.pl 47 # modes. To support legacy code a synthetic directive, .picmeup,
423 { package directive; # pick up directives, which start with .
800 if (directive->re(\$line)) {
801 printf "%s",directive->out();
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 47 # modes. To support legacy code a synthetic directive, .picmeup,
423 { package directive; # pick up directives, which start with .
800 if (directive->re(\$line)) {
801 printf "%s",directive->out();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.cpp 1009 RefPtr<JSONObject> directive = JSONObject::create(); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 71 using section directive */
84 /* Wrapper around directive for HAMT insertion */
86 const yasm_directive *directive; member in struct:yasm_directive_wrap
160 N_("invalid argument to directive `%s'"), "SECTION");
205 wrap->directive = dir;
373 yasm_call_directive(wrap->directive, object, valparams, objext_valparams,
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo     [all...]
  /external/e2fsprogs/intl/
vasnprintf.c 81 # define DIRECTIVE wchar_t_directive
96 # define DIRECTIVE char_directive
139 DIRECTIVE *dp;
145 /* Allocate a small buffer that will hold a directive passed to
221 /* Execute a single directive. */
770 directive. */
773 /* Don't use the '%n' directive; instead, look
784 It doesn't understand the '%n' directive,
882 #undef DIRECTIVE
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 272 * Directive names.
318 * then jam in the equivalent NASM directive into the input stream.
394 * directive.
553 /* Binary search for the directive name */
570 /* We have found a directive, so jam a % in front of it
613 /* Not a simple directive */
616 /* handle end of endm directive */
671 /* handle repeat directive */
701 /* handle indefinite repeat directive */
836 /* handle end of ends directive */
2498 char *arg, directive[256]; local
2594 char *local, directive[256]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c     [all...]
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 662 --normalize Embed the normalization directive in the output file
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 662 --normalize Embed the normalization directive in the output file
  /external/llvm/unittests/Support/
AlignOfTest.cpp 52 # error No supported align as directive.
  /external/chromium_org/v8/test/webkit/fast/js/
basic-strict-mode.js 122 shouldBeSyntaxError("'misc directive'; 'use strict'; with({}){}");
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/
loader.js 11 Loader.directive(
    [all...]
  /external/skia/gm/rebaseline_server/static/
loader.js 11 Loader.directive(
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 738 'directive on a line with no example: %r' %
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 738 'directive on a line with no example: %r' %
    [all...]
  /external/chromium_org/v8/src/
parser.cc 1086 Handle<String> directive = Handle<String>::cast(literal->value()); local
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 664 throw new SemanticException(input, "The file must contain a .class directive");
669 throw new SemanticException(input, "The file must contain a .super directive");
2072 Token directive=null; local
    [all...]

Completed in 466 milliseconds

1 2 3 45 6