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

12 3 4 5 6 7

  /external/llvm/test/MC/ARM/
eh-directive-fnstart-diagnostics.s 7 @ by the .fnend directive.
18 @ Intentionally miss the .fnend directive
eh-directive-personality.s 4 @ Check the .personality directive.
61 @ The .handlerdata directive is intentionally ignored. The .fnend @ directive should create the EXTAB entry and flush the unwind opcodes.
eh-directive-setfp-diagnostics.s 4 @ Check the diagnostics for .setfp directive.
17 @ CHECK: error: .fnstart must precede .setfp directive
36 @ CHECK: error: .setfp must precede .handlerdata directive
directive-tlsdescseq-diagnostics.s 8 @ CHECK: error: expected variable after '.tlsdescseq' directive
eh-directive-text-section.s 4 @ Check the .fnstart directive and the .fnend directive.
6 @ The .fnstart directive and .fnend directive should create an entry in
eh-directive-multiple-offsets.s 9 @ TEST1: Check .pad before .setfp directive.
38 @ TEST2: Check .pad after .setfp directive.
67 @ TEST3: Check .setfp, .pad, .setfp directive.
100 @ TEST4: Check ".setfp fp, sp" and ".setfp fp, fp" directive.
131 @ TEST5: Check .setfp, .save, .setfp directive.
directive-arch-armv2.s 1 @ Test the .arch directive for armv2
directive-arch-armv2a.s 1 @ Test the .arch directive for armv2a
directive-arch-armv3.s 1 @ Test the .arch directive for armv3
directive-arch-armv3m.s 1 @ Test the .arch directive for armv3m
directive-arch-armv5.s 1 @ Test the .arch directive for armv5
directive-arch-armv6-m.s 1 @ Test the .arch directive for armv6-m
directive-arch-armv7.s 1 @ Test the .arch directive for armv7
eh-directive-unwind_raw-diagnostics.s 10 @ CHECK: error: .fnstart must precede .unwind_raw directive
  /external/llvm/test/MC/AsmParser/
directive_rept-diagnostics.s 20 # CHECK: error: unexpected token in '.rept' directive
38 # CHECK: error: unexpected token in '.rep' directive
  /external/llvm/test/MC/PowerPC/
ppc-machine.s 5 # For now, the only thing we check is that the .machine directive
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 31 def compare_against_time(self, testing, directive, tuple_position,
33 """Helper method that tests testing against directive based on the
37 strftime_output = time.strftime(directive, self.time_tuple).lower()
126 "did not find 'd' directive pattern string '%s'" %
155 for directive in ('a','A','b','B','c','d','H','I','j','m','M','p','S',
157 compiled = self.time_re.compile("%" + directive)
158 found = compiled.match(time.strftime("%" + directive))
160 (time.strftime("%" + directive),
225 def helper(self, directive, position):
227 strf_output = time.strftime("%" + directive, self.time_tuple
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 31 def compare_against_time(self, testing, directive, tuple_position,
33 """Helper method that tests testing against directive based on the
37 strftime_output = time.strftime(directive, self.time_tuple).lower()
126 "did not find 'd' directive pattern string '%s'" %
155 for directive in ('a','A','b','B','c','d','H','I','j','m','M','p','S',
157 compiled = self.time_re.compile("%" + directive)
158 found = compiled.match(time.strftime("%" + directive))
160 (time.strftime("%" + directive),
225 def helper(self, directive, position):
227 strf_output = time.strftime("%" + directive, self.time_tuple
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Options.py 158 raise ValueError("%s directive must be one of %s, got '%s'" % (
205 'cfunc' : None, # decorators do not take directive value
249 ValueError: boundscheck directive must be set to True or False, got 'true'
263 ValueError: c_string_type directive must be one of ('bytes', 'bytearray', 'str', 'unicode'), got 'unnicode'
276 raise ValueError("%s directive must be set to True or False, got '%s'" % (
282 raise ValueError("%s directive must be set to an integer, got '%s'" % (
309 ValueError: boundscheck directive must be set to True or False, got 'hey'
333 for directive in directive_defaults:
334 if directive.startswith(prefix):
336 parsed_value = parse_directive_value(directive, value, relaxed_bool=relaxed_bool
    [all...]
  /external/llvm/test/MC/Mips/
mips-abi-bad.s 18 # CHECK :mips-abi-bad.s:14:13: error: .module directive must come before any code
nooddspreg-error.s 12 # FIXME: Test should include gnu_attributes directive when implemented.
  /external/llvm/test/MC/AArch64/
arm64-directive_loh.s 61 # CHECK-ERRORS: error: invalid identifier in directive
66 # CHECK-ERRORS: error: invalid numeric identifier in directive
72 # CHECK-ERRORS: error: unexpected token in '.loh' directive
78 # CHECK-ERRORS: error: unexpected token in '.loh' directive
84 # CHECK-ERRORS: error: unexpected token in '.loh' directive
90 # CHECK-ERRORS: error: unexpected token in '.loh' directive
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
valparam.c 41 yasm_call_directive(const yasm_directive *directive, yasm_object *object,
47 if ((directive->flags & (YASM_DIR_ARG_REQUIRED|YASM_DIR_ID_REQUIRED)) &&
50 N_("directive `%s' requires an argument"),
51 directive->name);
56 if ((directive->flags & YASM_DIR_ID_REQUIRED) &&
59 N_("directive `%s' requires an identifier parameter"),
60 directive->name);
64 directive->handler(object, valparams, objext_valparams, line);
  /external/chromium_org/v8/test/preparser/
strict-octal-use-strict-after.js 28 // Strict mode with octal escape in string/directive prologue looking like
29 // "use strict", after "use strict" directive.
strict-octal-use-strict-before.js 28 // Strict mode with octal escape in string/directive prologue looking like
29 // "use strict, before "use strict" directive.

Completed in 833 milliseconds

12 3 4 5 6 7