HomeSort by relevance Sort by last modified time
    Searched refs:directives (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/llvm/test/MC/Mips/
mips_directives_bad.s 1 # Error checking for malformed directives
cfi.s 6 # Check that we can accept register names in CFI directives and that they are
mips-abi-bad.s 1 # Error checking for malformed abi related directives
  /external/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s 4 # bundling directives.
  /external/chromium_org/extensions/common/
csp_validator.cc 169 std::vector<std::string> directives; local
170 base::SplitString(policy, ';', &directives);
176 for (size_t i = 0; i < directives.size(); ++i) {
177 std::string& input = directives[i];
211 std::vector<std::string> directives; local
212 base::SplitString(policy, ';', &directives);
216 for (size_t i = 0; i < directives.size(); ++i) {
217 std::string& input = directives[i];
  /external/llvm/test/MC/ARM/
directive-fpu-multiple.s 1 @ Check multiple .fpu directives.
eh-directive-fnstart-diagnostics.s 4 @ Check the diagnostics for the mismatched .fnstart directives.
eh-directive-save-diagnostics.s 19 @ CHECK: error: .fnstart must precede .save or .vsave directives
eh-directive-vsave-diagnostics.s 19 @ CHECK: error: .fnstart must precede .save or .vsave directives
eh-directive-personalityindex-diagnostics.s 58 @ CHECK: error: multiple personality directives
77 @ CHECK: error: multiple personality directives
eh-directive-section.s 4 @ Check the combination of .section, .fnstart, and .fnend directives.
10 @ For the functions in custom section specified by .section directives,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
mem.h 23 #warning No alignment directives known for this compiler.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
dbgfmt.h 51 /** NULL-terminated list of directives. NULL if none. */
52 /*@null@*/ const yasm_directive *directives; member in struct:yasm_dbgfmt_module
objfmt.h 76 /** NULL-terminated list of directives. NULL if none. */
77 /*@null@*/ const yasm_directive *directives; member in struct:yasm_objfmt_module
  /external/libvpx/libvpx/vpx_ports/
mem.h 23 #warning No alignment directives known for this compiler.
  /external/chromium_org/third_party/cython/src/Cython/
TestUtils.py 155 directives = node.directives
156 if 'test_assert_path_exists' in directives:
157 for path in directives['test_assert_path_exists']:
162 if 'test_fail_if_path_exists' in directives:
163 for path in directives['test_fail_if_path_exists']:
  /external/bison/etc/
bench.pl.in 30 my ($base, $max, $directives) = @_;
131 my ($base, $max, $directives) = @_;
152 $directives
350 while (my ($name, $directives) = each %test)
354 &$generator ($name, 200, $directives);
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ParseTreeTransforms.py 171 TemplatedTypeNode has its directives interpreted:
615 After parsing, directives can be stored in a number of places:
623 - Set the directives attribute of the ModuleNode for global directives.
624 - Use a CompilerDirectivesNode to override directives for a subtree.
629 The directives are stored in dictionaries from name to value in effect.
630 Each such dictionary is always filled in for all possible directives,
633 The available directives are controlled in Options.py.
699 directives = copy.deepcopy(Options.directive_defaults)
700 directives.update(copy.deepcopy(self.compilation_directive_defaults)
    [all...]
ParseTreeTransforms.pxd 46 cdef dict directives
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 819 Vector<pair<String, String> > directives; local
820 parseCacheHeader(cacheControlValue, directives);
822 size_t directivesSize = directives.size();
826 if (equalIgnoringCase(directives[i].first, noCacheDirective) && directives[i].second.isEmpty()) {
828 } else if (equalIgnoringCase(directives[i].first, noStoreDirective)) {
830 } else if (equalIgnoringCase(directives[i].first, mustRevalidateDirective)) {
832 } else if (equalIgnoringCase(directives[i].first, maxAgeDirective)) {
838 double maxAge = directives[i].second.toDouble(&ok);
  /external/chromium_org/third_party/cython/src/Tools/
cystdlib.py 94 for modules, directives in all_groups:
101 d.update(directives)
  /external/chromium_org/third_party/cython/src/Cython/Build/
Cythonize.py 35 directives = Options.parse_directive_list(
37 setattr(parser.values, dest, directives)
86 compiler_directives=options.directives,
138 parser.add_option('-X', '--directive', metavar='NAME=VALUE,...', dest='directives',
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.cpp 32 OwnPtr<CSPDirectiveList> directives = adoptPtr(new CSPDirectiveList(policy, type, source)); local
33 directives->parse(begin, end);
35 if (!directives->checkEval(directives->operativeDirective(directives->m_scriptSrc.get()))) {
36 String message = "Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"" + directives->operativeDirective(directives->m_scriptSrc.get())->text() + "\".\n";
37 directives->setEvalDisabledErrorMessage(message);
40 if (directives->isReportOnly() && directives->reportEndpoints().isEmpty()
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Distutils/
build_ext.py 74 ('cython-line-directives', None,
75 "emit source line directives"),
82 ('cython-directives=', None,
94 ('pyrex-line-directives', None,
95 "emit source line directives"),
102 ('pyrex-directives=', None,
109 'cython-cplus', 'cython-create-listing', 'cython-line-directives',
113 'pyrex-cplus', 'pyrex-create-listing', 'pyrex-line-directives',
242 # Set up Cython compiler directives:
246 directives = self.cython_directive
    [all...]
  /external/llvm/test/MC/X86/
x86_long_nop.s 7 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors

Completed in 529 milliseconds

1 2 3