/external/autotest/apache/conf/ |
D | all-directives | 1 # The name is misleading. These are all the directives for a normal install. 2 # This does not include stuff like proxy-directives and some of the files here 7 Include "/usr/local/autotest/apache/conf/logging-directives" 8 Include "/usr/local/autotest/apache/conf/cgi-directives" 9 Include "/usr/local/autotest/apache/conf/gwt-directives" 10 Include "/usr/local/autotest/apache/conf/django-directives" 11 Include "/usr/local/autotest/apache/conf/afe-directives" 12 Include "/usr/local/autotest/apache/conf/tko-directives" 13 Include "/usr/local/autotest/apache/conf/new-tko-directives" 14 Include "/usr/local/autotest/apache/conf/embedded-tko-directives" [all …]
|
D | site-directives | 1 Include "/usr/local/autotest/apache/conf/site-misc-directives" 2 Include "/usr/local/autotest/apache/conf/site-sso-directives"
|
/external/vixl/tools/ |
D | util.py | 106 directives = GetCompilerDirectives(env) 107 if "__x86_64__" in directives: 109 elif "__i386__" in directives: 111 elif "__arm__" in directives: 113 elif "__aarch64__" in directives: 121 directives = GetCompilerDirectives(env) 122 if '__llvm__' in directives: 123 major = int(directives['__clang_major__']) 124 minor = int(directives['__clang_minor__']) 127 elif '__GNUC__' in directives: [all …]
|
/external/clang/test/Parser/ |
D | attributes.mm | 14 … // expected-error {{postfix attributes are not allowed on Objective-C directives, place them in f… 17 …P I @end // expected-error-re {{postfix attributes are not allowed on Objective-C directives{{$}}}} 21 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives{… 24 … // expected-error {{postfix attributes are not allowed on Objective-C directives, place them in f…
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-07-13.canonical | 5 !<!foo> "No directives" 7 !<!foobar> "With directives"
|
D | spec-07-13.data | 3 !foo "No directives" 6 !bar "With directives"
|
/external/llvm/test/YAMLParser/ |
D | spec-07-13.test | 5 !foo "No directives" 8 !bar "With directives"
|
D | spec-07-05.test | 3 # We don't currently parse TAG directives.
|
/external/llvm/test/tools/llvm-readobj/ |
D | coff-directives.test | 1 RUN: llvm-readobj -coff-directives %p/Inputs/directives.obj.coff-x86_64 | FileCheck %s
|
/external/python/cpython2/Doc/tools/extensions/ |
D | c_annotations.py | 22 from docutils.parsers.rst import directives 113 'noindex': directives.flag, 114 'stableabi': directives.flag,
|
/external/python/cpython3/Doc/tools/extensions/ |
D | c_annotations.py | 22 from docutils.parsers.rst import directives 113 'noindex': directives.flag, 114 'stableabi': directives.flag,
|
/external/autotest/apache/ |
D | apache-prod-conf | 4 # machines for developer servers), and adds in prod-only directives. 6 Include "/usr/local/autotest/apache/conf/site-directives"
|
D | drone-conf | 9 Include "/usr/local/autotest/apache/conf/tko-directives"
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 177 this case, you can use "``CHECK:``" and "``CHECK-NEXT:``" directives to specify 201 "``CHECK-NEXT:``" directives reject the input unless there is exactly one 210 and "``CHECK-SAME:``" directives to specify this. If you specified a custom 226 "``CHECK-SAME:``" directives reject the input if there are any newlines between 274 ``CHECK-NOT:`` directives could be mixed with ``CHECK-DAG:`` directives to 275 exclude strings between the surrounding ``CHECK-DAG:`` directives. As a result, 276 the surrounding ``CHECK-DAG:`` directives cannot be reordered, i.e. all 334 or more ``CHECK:`` directives may inadvertently succeed by matching lines in a 368 The use of ``CHECK-LABEL:`` directives in this case ensures that the three 369 ``CHECK:`` directives only accept lines corresponding to the body of the [all …]
|
/external/llvm/test/MC/ARM/ |
D | directive-fpu-multiple.s | 1 @ Check multiple .fpu directives. 4 @ We also check here that all the .fpu directives that we expect to work do work
|
D | eh-directive-personalityindex-diagnostics.s | 58 @ CHECK: error: multiple personality directives 77 @ CHECK: error: multiple personality directives
|
/external/libunwind/doc/ |
D | libunwind-dynamic.tex | 235 directives. See Section ``Dynamic unwind directives'' for a 236 description of the directives. 263 descriptor with space for \Var{op\_count} unwind directives. Note 265 with the number of directives in a region. Instead, it is sufficient 267 directives, since the end of the directives can always be indicated 270 \section{Dynamic unwind directives} 299 directives with the same \Var{when} value, if a particular instruction 303 the directives are not tied to a particular instruction. By 306 There is no need for the dynamic unwind directives to appear 307 in order of increasing \Var{when} values. If the directives happen to [all …]
|
/external/libmicrohttpd/m4/ |
D | ax_check_openssl.m4 | 14 # OPENSSL_INCLUDES to the include directives required 15 # OPENSSL_LIBS to the -l directives required 21 # openssl/ directory in include directives:
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/ |
D | ParserImpl.java | 128 private VersionTagsTuple directives; field in ParserImpl 137 directives = new VersionTagsTuple(null, new HashMap<String, String>(DEFAULT_TAGS)); in ParserImpl() 195 directives = new VersionTagsTuple(null, DEFAULT_TAGS); in produce() 331 directives = new VersionTagsTuple(yamlVersion, tagHandles); in processDirectives() 333 return directives; in processDirectives() 410 if (!directives.getTags().containsKey(handle)) { in parseNode() 414 tag = directives.getTags().get(handle) + suffix; in parseNode()
|
/external/python/cpython3/Doc/tools/ |
D | rstlint.py | 19 directives = [ variable 43 all_directives = '(' + '|'.join(directives) + ')'
|
/external/python/cpython2/Doc/tools/ |
D | rstlint.py | 21 directives = [ variable 44 all_directives = '(' + '|'.join(directives) + ')'
|
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/ |
D | AssemblyInfo.cs | 1 #region Using directives
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | asmcfi.m4 | 11 [Define if your assembler supports .cfi_* directives.])
|
/external/python/cpython3/Modules/_ctypes/libffi/m4/ |
D | asmcfi.m4 | 11 [Define if your assembler supports .cfi_* directives.])
|
/external/libffi/m4/ |
D | asmcfi.m4 | 11 [Define if your assembler supports .cfi_* directives.])
|