/external/catch2/projects/SelfTest/Baselines/ |
D | console.sw.approved.txt | 28 with expansion: 33 with expansion: 44 with expansion: 49 with expansion: 60 with expansion: 65 with expansion: 76 with expansion: 81 with expansion: 86 with expansion: 91 with expansion: [all …]
|
D | console.std.approved.txt | 64 with expansion: 81 with expansion: 86 with expansion: 91 with expansion: 96 with expansion: 101 with expansion: 115 with expansion: 127 with expansion: 139 with expansion: 151 with expansion: [all …]
|
D | console.swa4.approved.txt | 28 with expansion: 33 with expansion: 44 with expansion: 49 with expansion: 60 with expansion: 65 with expansion: 76 with expansion: 81 with expansion: 86 with expansion: 91 with expansion: [all …]
|
/external/tensorflow/tensorflow/python/keras/applications/ |
D | mobilenet_v2.py | 315 x, filters=16, alpha=alpha, stride=1, expansion=1, block_id=0) 318 x, filters=24, alpha=alpha, stride=2, expansion=6, block_id=1) 320 x, filters=24, alpha=alpha, stride=1, expansion=6, block_id=2) 323 x, filters=32, alpha=alpha, stride=2, expansion=6, block_id=3) 325 x, filters=32, alpha=alpha, stride=1, expansion=6, block_id=4) 327 x, filters=32, alpha=alpha, stride=1, expansion=6, block_id=5) 330 x, filters=64, alpha=alpha, stride=2, expansion=6, block_id=6) 332 x, filters=64, alpha=alpha, stride=1, expansion=6, block_id=7) 334 x, filters=64, alpha=alpha, stride=1, expansion=6, block_id=8) 336 x, filters=64, alpha=alpha, stride=1, expansion=6, block_id=9) [all …]
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | lower-aggr-copies.ll | 22 ; IR: br i1 [[Cond]], label %loop-memcpy-expansion, label %post-loop-memcpy-expansion 24 ; IR: loop-memcpy-expansion: 25 ; IR: %loop-index = phi i64 [ 0, %entry ], [ [[IndexInc:%[0-9]+]], %loop-memcpy-expansion ] 32 ; IR: br i1 [[Cond2]], label %loop-memcpy-expansion, label %post-loop-memcpy-expansion 34 ; IR-LABEL: post-loop-memcpy-expansion: 55 ; IR: br i1 [[Cond]], label %loop-memcpy-expansion, label %post-loop-memcpy-expansion 57 ; IR: loop-memcpy-expansion: 58 ; IR: %loop-index = phi i64 [ 0, %entry ], [ [[IndexInc:%[0-9]+]], %loop-memcpy-expansion ] 65 ; IR: br i1 [[Cond2]], label %loop-memcpy-expansion, label %post-loop-memcpy-expansion 67 ; IR-LABEL: post-loop-memcpy-expansion:
|
/external/python/cpython2/Doc/library/ |
D | glob.rst | 1 :mod:`glob` --- Unix style pathname pattern expansion 5 :synopsis: Unix shell style pathname pattern expansion. 8 .. index:: single: filenames; pathname expansion 16 arbitrary order. No tilde expansion is done, but ``*``, ``?``, and character 21 (For tilde and shell variable expansion, use :func:`os.path.expanduser` and 70 Shell-style filename (not path) expansion
|
D | xml.rst | 64 external entity expansion **Vulnerable** Safe (1) Safe (2) **Vulnerable** Saf… 76 billion laughs / exponential entity expansion 77 The `Billion Laughs`_ attack -- also known as exponential entity expansion -- 80 the small string is expanded to several gigabytes. The exponential expansion 83 quadratic blowup entity expansion 85 entity expansion, too. Instead of nested entities it repeats one large entity 90 external entity expansion 100 implications as the external entity expansion issue. 123 :mod:`pyexpat` extension module with countermeasures against entity expansion 128 break backward compatibility. After all inline DTD and entity expansion are
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_schedule_node.c | 2143 __isl_take isl_union_map *expansion) in isl_schedule_node_expansion_set_contraction_and_expansion() argument 2147 if (!node || !contraction || !expansion) in isl_schedule_node_expansion_set_contraction_and_expansion() 2152 contraction, expansion); in isl_schedule_node_expansion_set_contraction_and_expansion() 2157 isl_union_map_free(expansion); in isl_schedule_node_expansion_set_contraction_and_expansion() 2544 __isl_take isl_union_map *expansion) in isl_schedule_node_insert_expansion() argument 2552 tree = isl_schedule_tree_insert_expansion(tree, contraction, expansion); in isl_schedule_node_insert_expansion() 2818 isl_union_map *expansion; member 2952 data->expansion = isl_union_map_align_params(data->expansion, space); in group_context() 2953 n2 = isl_union_map_dim(data->expansion, isl_dim_param); in group_context() 2960 involves = isl_union_map_involves_dims(data->expansion, in group_context() [all …]
|
D | isl_schedule_tree.c | 107 dup->expansion = isl_union_map_copy(tree->expansion); in isl_schedule_tree_dup() 108 if (!dup->contraction || !dup->expansion) in isl_schedule_tree_dup() 196 isl_union_map_free(tree->expansion); in isl_schedule_tree_free() 312 __isl_take isl_union_map *expansion) in isl_schedule_tree_from_expansion() argument 317 if (!contraction || !expansion) in isl_schedule_tree_from_expansion() 320 ctx = isl_union_map_get_ctx(expansion); in isl_schedule_tree_from_expansion() 326 tree->expansion = expansion; in isl_schedule_tree_from_expansion() 331 isl_union_map_free(expansion); in isl_schedule_tree_from_expansion() 654 equal = isl_union_map_is_equal(tree1->expansion, in isl_schedule_tree_plain_is_equal() 655 tree2->expansion); in isl_schedule_tree_plain_is_equal() [all …]
|
D | isl_schedule_read.c | 172 isl_union_map *expansion = NULL; in read_expansion() local 200 isl_union_map_free(expansion); in read_expansion() 203 expansion = isl_union_map_read_from_str(ctx, str); in read_expansion() 206 if (!expansion) in read_expansion() 227 if (!expansion) in read_expansion() 232 return isl_schedule_tree_from_expansion(contraction, expansion); in read_expansion() 233 return isl_schedule_tree_insert_expansion(tree, contraction, expansion); in read_expansion() 237 isl_union_map_free(expansion); in read_expansion()
|
/external/desugar/java/com/google/devtools/common/options/ |
D | OptionsUsage.java | 151 ImmutableList<String> expansion = getExpansionIfKnown(optionDefinition, optionsData); in getUsage() local 152 if (expansion == null) { in getUsage() 155 } else if (!expansion.isEmpty()) { in getUsage() 157 for (String exp : expansion) { in getUsage() 244 ImmutableList<String> expansion = getExpansionIfKnown(optionDefinition, optionsData); in getUsageHtml() local 246 if (expansion == null) { in getUsageHtml() 249 Preconditions.checkArgument(!expansion.isEmpty()); in getUsageHtml() 251 for (String exp : expansion) { in getUsageHtml()
|
/external/llvm-project/clang/test/Index/ |
D | IBOutletCollection.m | 12 // CHECK-TOK: Identifier: "IBOutletCollection" [4:3 - 4:21] macro expansion=IBOutletCollection:1:9 13 // FIXME: The following token should belong to the macro expansion cursor. 16 // FIXME: The following token should belong to the macro expansion cursor.
|
/external/clang/test/Index/ |
D | IBOutletCollection.m | 12 // CHECK-TOK: Identifier: "IBOutletCollection" [4:3 - 4:21] macro expansion=IBOutletCollection:1:9 13 // FIXME: The following token should belong to the macro expansion cursor. 16 // FIXME: The following token should belong to the macro expansion cursor.
|
/external/python/cpython3/Doc/library/ |
D | xml.rst | 68 external entity expansion Safe (4) Safe (1) Safe (2) Safe (4) Saf… 82 billion laughs / exponential entity expansion 83 The `Billion Laughs`_ attack -- also known as exponential entity expansion -- 86 The exponential expansion results in several gigabytes of text and 89 quadratic blowup entity expansion 91 entity expansion, too. Instead of nested entities it repeats one large entity 96 external entity expansion 104 implications as the external entity expansion issue.
|
D | glob.rst | 1 :mod:`glob` --- Unix style pathname pattern expansion 5 :synopsis: Unix shell style pathname pattern expansion. 9 .. index:: single: filenames; pathname expansion 23 arbitrary order. No tilde expansion is done, but ``*``, ``?``, and character 28 (For tilde and shell variable expansion, use :func:`os.path.expanduser` and 118 Shell-style filename (not path) expansion
|
/external/llvm-project/lldb/test/Shell/Host/ |
D | TestCustomShell.test | 14 # ERROR: error: shell expansion failed 15 # CHECK-NOT: error: shell expansion failed
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | xc-translit.m4 | 30 dnl Normal shell expansion and substitution takes place 84 dnl Normal shell expansion and substitution takes place 144 dnl Expands to quoted result of 'expression' expansion. 152 dnl Expands to quoted result of 'patsubst' expansion. 160 dnl Expands to quoted result of 'translit' expansion.
|
/external/curl/m4/ |
D | xc-translit.m4 | 30 dnl Normal shell expansion and substitution takes place 84 dnl Normal shell expansion and substitution takes place 144 dnl Expands to quoted result of 'expression' expansion. 152 dnl Expands to quoted result of 'patsubst' expansion. 160 dnl Expands to quoted result of 'translit' expansion.
|
/external/python/uritemplates/uritemplate/ |
D | variable.py | 332 expansion = self._label_path_expansion 334 expansion = self._query_expansion 336 expansion = self._semi_path_expansion 338 expansion = self._string_expansion 340 expanded = expansion(name, value, opts['explode'], opts['prefix'])
|
D | template.py | 96 expansion = var_dict 99 expanded.update(v.expand(expansion))
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | ResizableDoubleArray.java | 389 protected void checkContractExpand(float contraction, float expansion) { in checkContractExpand() argument 391 if (contraction < expansion) { in checkContractExpand() 394 contraction, expansion); in checkContractExpand() 403 if (expansion <= 1.0) { in checkContractExpand() 406 expansion); in checkContractExpand()
|
/external/icu/icu4c/source/common/ |
D | ucol_swp.cpp | 166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3() 188 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3() 193 if(header.mappingPosition!=0 && header.expansion!=0) { in swapFormatVersion3() 196 count=header.contractionIndex-header.expansion; in swapFormatVersion3() 199 count=header.mappingPosition-header.expansion; in swapFormatVersion3() 201 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3() 202 outBytes+header.expansion, pErrorCode); in swapFormatVersion3()
|
/external/llvm-project/flang/lib/Parser/ |
D | provenance.cpp | 197 ProvenanceRange def, ProvenanceRange use, const std::string &expansion) { in AddMacroCall() argument 198 ProvenanceRange covers{range_.NextAfter(), expansion.size()}; in AddMacroCall() 201 origin_.emplace_back(covers, def, use, expansion); in AddMacroCall() 268 o << "that expanded to:\n " << mac.expansion << "\n "; in EmitMessage() 271 o << (mac.expansion[j] == '\t' ? '\t' : ' '); in EmitMessage() 376 ProvenanceRange use, const std::string &expansion) in Origin() argument 377 : u{Macro{def, expansion}}, covers{r}, replaces{use} {} in Origin() 387 [n](const Macro &mac) -> const char & { return mac.expansion[n]; }, in operator []() 494 [&](const Macro &mac) { o << "macro " << mac.expansion; }, in Dump()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ppc32-i64-to-float-conv.ll | 8 ; generated. And this testcase verifies that the operand expansion of `setcc` 24 ; CHECK-NOT: Unexpected setcc expansion!
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | avr-rust-issue-123.ll | 3 ; This test ensures that the Select8/Select16 expansion 8 ; Before this bug was fixed, Select8/Select16 expansion 14 ; expansion.
|