/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.
|
oddspreg.s | 54 # 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.
|
eh-directive-setfp.s | 4 @ Check for .setfp directive. 6 @ The .setfp directive will track the offset between the frame pointer and
|
/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/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/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/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/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...] |