HomeSort by relevance Sort by last modified time
    Searched refs:directive (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 64 // Incorrect 'use strict' directive.
70 // Incorrectly place 'use strict' directive.
73 // 'use strict' in non-directive position.
82 "directive 1";\
83 "another directive";\
85 "directive after strict";\
135 // Strict mode applies to the function in which the directive is used..
165 "octal\\032directive";\
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-pad.s 6 @ The .pad directive will track the stack pointer offsets. There are several
  /external/v8/test/mjsunit/
strict-mode.js 64 // Incorrect 'use strict' directive.
70 // Incorrectly place 'use strict' directive.
73 // 'use strict' in non-directive position.
82 "directive 1";\
83 "another directive";\
85 "directive after strict";\
135 // Strict mode applies to the function in which the directive is used..
165 "octal\\032directive";\
    [all...]
  /cts/tools/dasm/src/dasm/
parser.cup 97 complex_instruction, defmethod, directive, endmethod, field_list,
560 directive
581 directive ::=
  /external/chromium_org/chrome_frame/
utils.cc     [all...]
utils.h 573 // and indicates whether the header value contains a Chrome Frame directive
596 bool CheckXUaCompatibleDirective(const std::string& directive,
  /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/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/smali/smali/src/main/antlr3/
smaliParser.g 469 throw new SemanticException(input, "The file must contain a .class directive");
474 throw new SemanticException(input, "The file must contain a .super directive");
502 or class annotations until we determine if there is an .end field directive. In either case, we still "consume" and parse
559 directive=REGISTERS_DIRECTIVE regCount=integral_literal -> ^(I_REGISTERS[$REGISTERS_DIRECTIVE, "I_REGISTERS"] $regCount)
560 | directive=LOCALS_DIRECTIVE regCount2=integral_literal -> ^(I_LOCALS[$LOCALS_DIRECTIVE, "I_LOCALS"] $regCount2)
564 throw new SemanticException(input, $directive, "There can only be a single .registers or .locals directive in a method");
761 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/WebKit/Source/core/inspector/
InspectorDebuggerAgent.cpp 944 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/icu4c/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/openssh/contrib/redhat/
openssh.spec 415 file using new AddressFamily directive
  /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/e2fsprogs/lib/et/
texinfo.tex     [all...]

Completed in 692 milliseconds

1 23 4