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

1 2 3 45 6 7

  /external/chromium_org/third_party/skia/tools/skpdiff/
diff_viewer.js 10 directive('imgCompare', function() {
11 // Custom directive for comparing (3-way) images
13 restrict: 'E', // The directive can be used as an element name
14 replace: true, // The directive replaces itself with the template
  /external/llvm/test/MC/ARM/
eh-directive-setfp.s 4 @ Check for .setfp directive.
6 @ The .setfp directive will track the offset between the frame pointer and
eh-directive-pad.s 6 @ The .pad directive will track the stack pointer offsets. There are several
  /external/llvm/test/MC/Mips/
oddspreg.s 54 # FIXME: Test should include gnu_attributes directive when implemented.
  /external/skia/tools/skpdiff/
diff_viewer.js 10 directive('imgCompare', function() {
11 // Custom directive for comparing (3-way) images
13 restrict: 'E', // The directive can be used as an element name
14 replace: true, // The directive replaces itself with the template
  /external/chromium_org/net/http/
http_response_headers.h 324 // Search the Cache-Control header for a directive matching |directive|. If
327 bool GetCacheControlDirective(const base::StringPiece& directive,
http_response_headers.cc 756 bool HttpResponseHeaders::GetCacheControlDirective(const StringPiece& directive,
761 size_t directive_size = directive.size();
768 directive.begin()) &&
    [all...]
  /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/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/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 47 # modes. To support legacy code a synthetic directive, .picmeup,
434 { package directive; # pick up directives, which start with .
875 if (directive->re(\$line)) {
876 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/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/components/copresence/rpc/
rpc_handler.cc 339 directive_handler_->AddDirective(update_response.directive(i));
341 DVLOG(1) << "No directive handler.";
  /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/WebKit/Source/core/inspector/
InspectorDebuggerAgent.cpp 1231 RefPtr<JSONObject> directive = JSONObject::create(); 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.

Completed in 1427 milliseconds

1 2 3 45 6 7