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

1 2 34 5 6 7

  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 36 # FIXME: Test should include gnu_attributes directive when implemented.
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 35 # FIXME: Test should include gnu_attributes directive when implemented.
  /external/llvm/test/MC/Mips/mips64r2/
abiflags.s 35 # FIXME: Test should include gnu_attributes directive when implemented.
  /external/llvm/test/MC/Mips/
mips_abi_flags_xx.s 35 # FIXME: Test should include gnu_attributes directive when implemented.
mips_abi_flags_xx_set.s 36 # FIXME: Test should include gnu_attributes directive when implemented.
nooddspreg-cmdarg.s 41 # FIXME: Test should include gnu_attributes directive when implemented.
nooddspreg.s 43 # FIXME: Test should include gnu_attributes directive when implemented.
  /external/llvm/test/MC/Mips/msa/
abiflags.s 36 # FIXME: Test should include gnu_attributes directive when implemented.
  /external/llvm/test/MC/ARM/
comment.s 12 @ the symver directive should allow @ in the second symbol name
directive-arch-armv8a.s 1 @ Test the .arch directive for armv8-a
eh-directive-vsave.s 4 @ Check the .vsave directive
6 @ The .vsave directive records the VFP registers which are pushed to the
eh-directive-save.s 4 @ Check the .save directive
6 @ The .save directive records the GPR registers which are pushed to the
14 @ If register list specifed by .save directive is possible to be encoded
eh-directive-integrated-test.s 1 @ Integrated test for ARM unwind directive parser and assembler.
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 67 const std::string &directive = ".jmptable");
196 const std::string &directive) {
202 O << "\t" << directive << " "; local
  /cts/tools/dasm/src/dasm/
Scanner.java 102 * Holds new variables defined by .set directive
285 // keyword or directive?
461 // directive?
468 if (charBuf.charAt(0) != '.') // directive?
470 throw new DasmError("Unknown directive or bad number format");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 138 for offset,directive in ((0,'%c'), (1,'%x'), (2,'%X')):
151 if '00' in time.strftime(directive, time_tuple):
221 def __seqToRE(self, to_convert, directive):
222 """Convert a list to a regex string for matching a directive.
237 regex = '(?P<%s>%s' % (directive, regex)
279 # If we are dealing with the %U directive (week starts on Sunday), it's
316 raise ValueError("'%s' is a bad directive in format '%s'" %
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 138 for offset,directive in ((0,'%c'), (1,'%x'), (2,'%X')):
151 if '00' in time.strftime(directive, time_tuple):
221 def __seqToRE(self, to_convert, directive):
222 """Convert a list to a regex string for matching a directive.
237 regex = '(?P<%s>%s' % (directive, regex)
279 # If we are dealing with the %U directive (week starts on Sunday), it's
316 raise ValueError("'%s' is a bad directive in format '%s'" %
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1090 OutputDirective directive; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1016 OutputDirective directive; local
1017 directive.name = name;
1019 directive.generator = NULL;
1021 directive.generator = generator_info->generator;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 360 DEFINE_STATIC_LOCAL(String, failureReasonInvalidMode, ("invalid mode directive"));
361 DEFINE_STATIC_LOCAL(String, failureReasonInvalidReport, ("invalid report directive"));
362 DEFINE_STATIC_LOCAL(String, failureReasonDuplicateMode, ("duplicate mode directive"));
363 DEFINE_STATIC_LOCAL(String, failureReasonDuplicateReport, ("duplicate report directive"));
364 DEFINE_STATIC_LOCAL(String, failureReasonInvalidDirective, ("unrecognized directive"));
384 // At end of previous directive: consume whitespace, semicolon, and whitespace.
397 // At start of next directive.
759 // Get directive name, parse right hand side of equal sign, then add to map
760 String directive = trimToNextSeparator(safeHeader.substring(pos, nextEqualSignPosition - pos).stripWhiteSpace()); local
769 result.append(pair<String, String>(directive, value.substring(1, nextDoubleQuotePosition - 1).stripWhiteSpace()))
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveParser.cpp 88 bool isConditionalDirective(DirectiveType directive)
90 switch (directive)
104 // Returns true if the token represents End Of Directive.
256 // Empty Directive.
260 DirectiveType directive = getDirective(token); local
264 if (skipping() && !isConditionalDirective(directive))
270 switch(directive)
879 DirectiveType directive = getDirective(token); local
882 switch (directive)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ParseTreeTransforms.py 174 so on. Also it is checked that the directive combination is valid.
622 and store the directive in two ways:
678 def check_directive_scope(self, pos, directive, scope):
679 legal_scopes = Options.directive_scopes.get(directive, None)
681 self.context.nonfatal_error(PostParseError(pos, 'The %s compiler directive '
682 'is not allowed in %s scope' % (directive, scope)))
685 if (directive not in Options.directive_defaults
686 and directive not in Options.directive_types):
687 error(pos, "Invalid directive: '%s'." % (directive,))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
valparam.h 68 /** Directive list entry structure. */
70 /** Directive name. GAS directives should include the ".", NASM
78 /** Handler callback function for the directive.
95 /** Call a directive. Performs any valparam checks asked for by the
96 * directive prior to call. Note that for a variety of reasons, a directive
98 * \param directive directive
105 void yasm_call_directive(const yasm_directive *directive, yasm_object *object,
241 /** Directive valparam parse helper structure. *
    [all...]
  /external/llvm/include/llvm/Support/
AlignOf.h 102 # error No supported align as directive.
  /external/chromium_org/components/copresence/rpc/
rpc_handler_unittest.cc 48 const std::vector<Directive>& added_directives() const {
56 virtual void AddDirective(const Directive& directive) OVERRIDE {
57 added_directives_.push_back(directive);
65 std::vector<Directive> added_directives_;

Completed in 317 milliseconds

1 2 34 5 6 7