/external/rust/crates/env_logger/src/filter/ |
D | mod.rs | 82 directives: Vec<Directive>, field 110 directives: Vec<Directive>, field 139 self.directives in filter() 166 enabled(&self.directives, level, target) in enabled() 174 directives: Vec::new(), in new() 206 self.directives.push(Directive { in filter() 219 let (directives, filter) = parse_spec(filters); in parse() 223 for directive in directives { in parse() 224 self.directives.push(directive); in parse() 234 if self.directives.is_empty() { in build() [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/ |
D | ModuleDeclaration.java | 32 private NodeList<ModuleDirective> directives; field in ModuleDeclaration 43 …ist<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleDirective> directives) { in ModuleDeclaration() argument 44 this(null, annotations, name, isOpen, directives); in ModuleDeclaration() 51 …ist<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleDirective> directives) { in ModuleDeclaration() argument 56 setDirectives(directives); in ModuleDeclaration() 121 for (int i = 0; i < directives.size(); i++) { in remove() 122 if (directives.get(i) == node) { in remove() 123 directives.remove(i); in remove() 147 return directives; in getDirectives() 151 public ModuleDeclaration setDirectives(final NodeList<ModuleDirective> directives) { in setDirectives() argument [all …]
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | directives_test.py | 21 from tensorflow.python.autograph.converters import directives as directives_converter 23 from tensorflow.python.autograph.lang import directives 35 directives.set_element_type(l, 'a', string_var) 41 d = def_.directives[directives.set_element_type] 48 directives.set_element_type(a, 1, shape=2) 54 d = def_.directives[directives.set_element_type] 63 directives.set_loop_options(parallel_iterations=10, back_prop=a) 69 d = d[directives.set_loop_options] 77 directives.set_loop_options() 89 directives.set_loop_options(parallel_iterations=10, back_prop=a)
|
D | slices_test.py | 21 from tensorflow.python.autograph.converters import directives as directives_converter 24 from tensorflow.python.autograph.lang import directives 36 directives.set_element_type(l, dtypes.int32) 49 directives.set_element_type(l, dtypes.int32)
|
D | directives.py | 39 from tensorflow.python.autograph.lang import directives 80 and call_args[k] is not directives.UNSPECIFIED): 87 return {k: v for k, v in call_args.items() if v is not directives.UNSPECIFIED} 100 def_.directives[directive] = _map_args(call_node, directive) 152 if static_val is directives.set_element_type: 155 elif static_val is directives.set_loop_options:
|
D | lists_test.py | 21 from tensorflow.python.autograph.converters import directives as directives_converter 24 from tensorflow.python.autograph.lang import directives 74 directives.set_element_type(l, dtype=dtypes.int32, shape=())
|
/external/vixl/tools/ |
D | util.py | 109 directives = GetCompilerDirectives(env) 110 if "__x86_64__" in directives: 112 elif "__i386__" in directives: 114 elif "__arm__" in directives: 116 elif "__aarch64__" in directives: 124 directives = GetCompilerDirectives(env) 125 if '__llvm__' in directives: 126 major = int(directives['__clang_major__']) 127 minor = int(directives['__clang_minor__']) 130 elif '__GNUC__' in directives: [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/mkowners/ |
D | mkowners.py | 66 directives = [] 85 directives.append(directive) 87 directives=directives, 146 def expand_directives(root, directives): argument 149 for directive in directives: 182 owners_globs = expand_directives(owners.dir, owners.directives) 215 globs = expand_directives(head.dir, head.directives)
|
/external/grpc-grpc/tools/mkowners/ |
D | mkowners.py | 67 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/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_parser/ |
D | test_preprocessor.py | 214 directives = [ 222 self.parsed = list(directives) 247 (2, '#ifdef SPAM', directives[0], ()), 249 (4, '# if SPAM == 1', directives[1], ('defined(SPAM)',)), 251 (6, '# elif SPAM == 2', directives[2], ('defined(SPAM)', 'SPAM == 1')), 253 (8, '# else', directives[3], ('defined(SPAM)', '! (SPAM == 1)', 'SPAM == 2')), 255 (10, '# endif', directives[4], ('defined(SPAM)', '! (SPAM == 1)', '! (SPAM == 2)')), 257 (12, '#endif', directives[5], ('defined(SPAM)',)), 270 directives = [ 275 self.parsed = list(directives) [all …]
|
/external/llvm-project/llvm/test/tools/llvm-profdata/ |
D | header-directives.test | 1 RUN: llvm-profdata show %p/Inputs/header-directives-1.proftext -o - | FileCheck %s --check-prefixes… 2 RUN: llvm-profdata show %p/Inputs/header-directives-2.proftext -o - | FileCheck %s --check-prefixes… 3 RUN: llvm-profdata show %p/Inputs/header-directives-3.proftext -o - | FileCheck %s --check-prefixes…
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | converter_test.py | 78 defs.directives[directive_key] = { 117 defs[0].directives[directive_key] = { 121 defs[1].directives[directive_key] = { 144 defs[0].directives[directive_key] = { 147 defs[1].directives[directive_key] = {
|
/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/llvm-project/clang/test/Parser/ |
D | attributes.mm | 16 … // expected-error {{postfix attributes are not allowed on Objective-C directives, place them in f… 19 …P I @end // expected-error-re {{postfix attributes are not allowed on Objective-C directives{{$}}}} 22 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives{… 25 … // expected-error {{postfix attributes are not allowed on Objective-C directives, place them in f…
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | directive_file-g.s | 2 ## debug-info directives in it will correctly ignore the -g and produce 3 ## debug info corresponding to the directives in the source. 5 ## If no other directives appear, gcc emits no debug info at all.
|
/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"
|
/external/llvm-project/llvm/test/YAMLParser/ |
D | spec-07-13.test | 5 !foo "No directives" 8 !bar "With directives"
|
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
D | directives.test | 1 RUN: llvm-readobj --coff-directives %p/Inputs/directives.obj.coff-x86_64 | FileCheck %s
|
/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/cpython3/Doc/tools/extensions/ |
D | c_annotations.py | 22 from docutils.parsers.rst import directives 113 'noindex': directives.flag, 114 'stableabi': directives.flag,
|
/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/llvm-project/llvm/test/MC/X86/ |
D | cfi-scope-errors.s | 6 …[#@LINE-1]]:1: error: this directive must appear between .cfi_startproc and .cfi_endproc directives 19 …[#@LINE-1]]:1: error: this directive must appear between .cfi_startproc and .cfi_endproc directives
|
/external/tensorflow/tensorflow/python/autograph/ |
D | __init__.py | 46 from tensorflow.python.autograph.lang.directives import set_element_type 47 from tensorflow.python.autograph.lang.directives import set_loop_options
|