Home
last modified time | relevance | path

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

12345678910>>...14

/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/tensorflow/tensorflow/python/autograph/converters/
Ddirectives_test.py21 from tensorflow.python.autograph.converters import directives as directives_converter
24 from tensorflow.python.autograph.lang import directives
37 directives.set_element_type(l, 'a', string_var)
39 node, ctx = self.prepare(test_fn, {'directives': directives})
44 d = def_.directives[directives.set_element_type]
51 directives.set_element_type(a, 1, shape=2)
53 node, ctx = self.prepare(test_fn, {'directives': directives})
57 d = def_.directives[directives.set_element_type]
66 directives.set_loop_options(parallel_iterations=10, back_prop=a)
68 node, ctx = self.prepare(test_fn, {'directives': directives})
[all …]
Dslices_test.py23 from tensorflow.python.autograph.lang import directives
41 def_.directives[directives.set_element_type] = {
62 def_.directives[directives.set_element_type] = {
67 def_.directives[directives.set_element_type] = {
Ddirectives.py29 from tensorflow.python.autograph.lang import directives
61 and call_args[k] is not directives.UNSPECIFIED):
68 return {k: v for k, v in call_args.items() if v is not directives.UNSPECIFIED}
81 def_.directives[directive] = _map_args(call_node, directive)
100 if live_val is directives.set_element_type:
102 elif live_val is directives.set_loop_options:
Dlists_test.py23 from tensorflow.python.autograph.lang import directives
84 def_.directives[directives.set_element_type] = {
119 def_.directives[directives.set_element_type] = {
Dlists.py36 from tensorflow.python.autograph.lang import directives
110 directives.set_element_type,
163 directives.set_element_type,
168 directives.set_element_type,
Dslices.py24 from tensorflow.python.autograph.lang import directives
70 directives.set_element_type,
/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/grpc-grpc/tools/mkowners/
Dmkowners.py67 directives = []
86 directives.append(directive)
89 directives=directives,
149 def expand_directives(root, directives): argument
152 for directive in directives:
186 owners_globs = expand_directives(owners.dir, owners.directives)
219 globs = expand_directives(head.dir, head.directives)
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_test.py74 defs.directives[directive_key] = {
113 defs[0].directives[directive_key] = {
117 defs[1].directives[directive_key] = {
140 defs[0].directives[directive_key] = {
143 defs[1].directives[directive_key] = {
Dconverter.py294 if (directive in def_.directives and arg in def_.directives[directive]):
295 arg_values_found.append(def_.directives[directive][arg])
332 self.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/llvm/test/YAMLParser/
Dspec-07-13.test5 !foo "No directives"
8 !bar "With directives"
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-07-13.test5 !foo "No directives"
8 !bar "With 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/swiftshader/third_party/llvm-7.0/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/python/cpython3/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"
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
DFileCheck.rst115 directives. This option is deprecated and is only provided for convenience
212 this case, you can use "``CHECK:``" and "``CHECK-NEXT:``" directives to specify
236 "``CHECK-NEXT:``" directives reject the input unless there is exactly one
245 and "``CHECK-SAME:``" directives to specify this. If you specified a custom
261 "``CHECK-SAME:``" directives reject the input if there are any newlines between
328 ``CHECK-NOT:`` directives could be mixed with ``CHECK-DAG:`` directives to
329 exclude strings between the surrounding ``CHECK-DAG:`` directives. As a result,
330 the surrounding ``CHECK-DAG:`` directives cannot be reordered, i.e. all
385 preceding ``CHECK-DAG:`` directives in the same ``CHECK-DAG:`` block. Not only
386 is this non-overlapping behavior consistent with other directives, but it's
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dcfi-scope-errors.s7 # CHECK: error: this directive must appear between .cfi_startproc and .cfi_endproc directives
18 # CHECK: error: this directive must appear between .cfi_startproc and .cfi_endproc 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 …]

12345678910>>...14