Home
last modified time | relevance | path

Searched refs:directives (Results 1 – 25 of 254) sorted by relevance

1234567891011

/external/autotest/apache/conf/
Dall-directives1 # 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 …]
Dsite-directives1 Include "/usr/local/autotest/apache/conf/site-misc-directives"
2 Include "/usr/local/autotest/apache/conf/site-sso-directives"
/external/vixl/tools/
Dutil.py106 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/bison/etc/
Dbench.pl.in30 my ($base, $max, $directives) = @_;
131 my ($base, $max, $directives) = @_;
152 $directives
350 while (my ($name, $directives) = each %test)
354 &$generator ($name, 200, $directives);
/external/clang/test/Parser/
Dattributes.mm14 … // 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/
Dspec-07-13.canonical5 !<!foo> "No directives"
7 !<!foobar> "With directives"
Dspec-07-13.data3 !foo "No directives"
6 !bar "With directives"
/external/autotest/site_utils/admin/apache/
Dsite-directives1 Include "/usr/local/autotest/apache/conf/site-sso-directives"
2 Include "/usr/local/autotest/apache/conf/site-misc-directives"
/external/llvm/test/YAMLParser/
Dspec-07-13.test5 !foo "No directives"
8 !bar "With directives"
Dspec-07-05.test3 # We don't currently parse TAG directives.
/external/llvm/test/tools/llvm-readobj/
Dcoff-directives.test1 RUN: llvm-readobj -coff-directives %p/Inputs/directives.obj.coff-x86_64 | FileCheck %s
/external/python/cpython2/Doc/tools/extensions/
Dc_annotations.py22 from docutils.parsers.rst import directives
113 'noindex': directives.flag,
114 'stableabi': directives.flag,
/external/autotest/apache/
Dapache-prod-conf4 # machines for developer servers), and adds in prod-only directives.
6 Include "/usr/local/autotest/apache/conf/site-directives"
Ddrone-conf9 Include "/usr/local/autotest/apache/conf/tko-directives"
/external/llvm/test/MC/ARM/
Ddirective-fpu-multiple.s1 @ Check multiple .fpu directives.
4 @ We also check here that all the .fpu directives that we expect to work do work
Deh-directive-personalityindex-diagnostics.s58 @ CHECK: error: multiple personality directives
77 @ CHECK: error: multiple personality directives
/external/llvm/docs/CommandGuide/
DFileCheck.rst177 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/libunwind/doc/
Dlibunwind-dynamic.tex235 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/
Dax_check_openssl.m414 # 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/
DParserImpl.java128 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/cpython2/Doc/tools/
Drstlint.py21 directives = [ variable
44 all_directives = '(' + '|'.join(directives) + ')'
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
DAssemblyInfo.cs1 #region Using directives
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dasmcfi.m411 [Define if your assembler supports .cfi_* directives.])
/external/llvm/test/MC/Mips/
Dmips_directives_bad.s1 # Error checking for malformed directives
/external/llvm/test/LTO/ARM/
Dinline-asm.ll1 ; Check that we don't crash on target-specific inline asm directives.

1234567891011