/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
|
D | fnmatch.rst | 8 .. index:: single: filenames; wildcard expansion 38 module. See module :mod:`glob` for pathname expansion (:mod:`glob` uses 98 Unix shell-style path expansion.
|
/external/libedit/examples/ |
D | fileman.c | 121 char* expansion; in main() local 124 result = history_expand(s, &expansion); in main() 127 fprintf(stderr, "%s\n", expansion); in main() 129 add_history(expansion); in main() 130 execute_line(expansion); in main() 132 free(expansion); in main()
|
/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()
|
D | OptionsData.java | 92 ImmutableList<String> expansion = instance.getExpansion(isolatedData); in from() local 93 evaluatedExpansionsBuilder.put(optionDefinition, expansion); in from()
|
D | OptionValueDescription.java | 340 private final List<String> expansion; field in OptionValueDescription.ExpansionOptionValueDescription 345 this.expansion = optionsData.getEvaluatedExpansion(optionDefinition); in ExpansionOptionValueDescription() 374 expansion, in addOptionInstance()
|
/external/python/cpython3/Doc/library/ |
D | xml.rst | 68 external entity expansion **Vulnerable** Safe (1) Safe (2) **Vulnerable** Saf… 80 billion laughs / exponential entity expansion 81 The `Billion Laughs`_ attack -- also known as exponential entity expansion -- 84 The exponential expansion results in several gigabytes of text and 87 quadratic blowup entity expansion 89 entity expansion, too. Instead of nested entities it repeats one large entity 94 external entity expansion 102 implications as the external entity expansion issue. 126 :mod:`pyexpat` module that have countermeasures against entity expansion
|
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 15 arbitrary order. No tilde expansion is done, but ``*``, ``?``, and character 20 (For tilde and shell variable expansion, use :func:`os.path.expanduser` and 99 Shell-style filename (not path) expansion
|
D | fnmatch.rst | 9 .. index:: single: filenames; wildcard expansion 37 module. See module :mod:`glob` for pathname expansion (:mod:`glob` uses 95 Unix shell-style path expansion.
|
/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.
|
D | annotate-macro-args.m | 10 // CHECK1: Identifier: "MACRO" [9:3 - 9:8] macro expansion=MACRO:6:9 18 // CHECK2: Identifier: "INVOKE" [15:3 - 15:9] macro expansion=INVOKE:12:9
|
/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/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 | 241 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3() 263 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3() 268 if(header.mappingPosition!=0 && header.expansion!=0) { in swapFormatVersion3() 271 count=header.contractionIndex-header.expansion; in swapFormatVersion3() 274 count=header.mappingPosition-header.expansion; in swapFormatVersion3() 276 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3() 277 outBytes+header.expansion, pErrorCode); in swapFormatVersion3()
|
/external/libmojo/build/android/gyp/util/ |
D | build_utils.py | 509 expansion = file_jsons[file_path] 511 expansion = expansion[k] 515 if isinstance(expansion, list): 516 new_args[i] = arg[:match.start()] + gn_helpers.ToGNString(expansion) 518 new_args[i] = arg[:match.start()] + str(expansion)
|
/external/llvm/test/CodeGen/Mips/ |
D | longbranch.ll | 51 ; expansion which at the end indirectly jumps to the target of the original 59 ; Check for long branch expansion: 90 ; Check for long branch expansion: 125 ; Check for long branch expansion: 154 ; Check for long branch expansion:
|
/external/valgrind/coregrind/m_demangle/ |
D | cp-demangle.c | 337 int expansion; member 1430 di->expansion += 3; in d_name() 1624 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2; in d_unqualified_name() 1761 di->expansion -= len - sizeof "(anonymous namespace)"; in d_identifier() 2024 di->expansion += 20; in d_special_name() 2030 di->expansion -= 5; in d_special_name() 2034 di->expansion -= 10; in d_special_name() 2079 di->expansion += 5; in d_special_name() 2200 di->expansion += di->last_name->u.s_name.len; in d_ctor_dtor_name() 2202 di->expansion += di->last_name->u.s_string.len; in d_ctor_dtor_name() [all …]
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-12-19-PostincQuadratic.ll | 4 ; recursive expansion of a quadratic recurrence within for.body7. LSR 5 ; needs to forget that for.body7 is a postinc loop during expansion.
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 1853 token_list_t *expansion; in _glcpp_parser_expand_node() local 1858 expansion = _token_list_create(parser); in _glcpp_parser_expand_node() 1859 _token_list_append(parser, expansion, final); in _glcpp_parser_expand_node() 1860 return expansion; in _glcpp_parser_expand_node() 1955 token_list_t *expansion; in _glcpp_parser_expand_token_list() local 1974 expansion = _glcpp_parser_expand_node (parser, node, &last, mode); in _glcpp_parser_expand_token_list() 1975 if (expansion) { in _glcpp_parser_expand_token_list() 1979 _glcpp_parser_evaluate_defined_in_list (parser, expansion); in _glcpp_parser_expand_token_list() 1992 if (expansion->head) { in _glcpp_parser_expand_token_list() 1994 node_prev->next = expansion->head; in _glcpp_parser_expand_token_list() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/ |
D | add128.ll | 1 ;test for ADDC and ADDE expansion
|
D | sub128.ll | 1 ;test for SUBC and SUBE expansion
|
/external/cn-cbor/ |
D | .editorconfig | 11 # Matches multiple files with brace expansion notation
|
/external/clang/test/Preprocessor/ |
D | warning_tests.c | 37 #error Alias expansion not allowed
|
/external/llvm/test/CodeGen/Hexagon/ |
D | store-widen-negv.ll | 2 ; We shouldn't see a 32-bit expansion of -120, just the uint8 value.
|