/external/python/cpython2/Tools/faqwiz/ |
D | move-faqwiz.sh | 29 cut_n_pad $2 1 prefix2 39 file2=faq$prefix2.$suffix2.htp 41 echo "Moving FAQ question $prefix1.$suffix1 to $prefix2.$suffix2"
|
/external/libxml2/ |
D | hash.c | 121 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument 146 if (prefix2 != NULL) { in xmlHashComputeQKey() 147 while ((ch = *prefix2++) != 0) { in xmlHashComputeQKey() 516 const xmlChar *name, const xmlChar *prefix2, in xmlHashQLookup2() argument 518 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL)); in xmlHashQLookup2() 820 const xmlChar *prefix2, const xmlChar *name2, in xmlHashQLookup3() argument 829 key = xmlHashComputeQKey(table, prefix, name, prefix2, in xmlHashQLookup3() 835 (xmlStrQEqual(prefix2, name2, entry->name2)) && in xmlHashQLookup3()
|
D | parser.c | 8869 const xmlChar *prefix2; in xmlParseQNameAndCompare() local 8898 ret = xmlParseQName (ctxt, &prefix2); in xmlParseQNameAndCompare() 8899 if ((ret == name) && (prefix == prefix2)) in xmlParseQNameAndCompare()
|
D | testapi.c | 10224 xmlChar * prefix2; /* the second prefix of the userdata */ in test_xmlHashQLookup2() local 10238 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3); in test_xmlHashQLookup2() 10241 …(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *… in test_xmlHashQLookup2() 10247 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3); in test_xmlHashQLookup2() 10284 xmlChar * prefix2; /* the second prefix of the userdata */ in test_xmlHashQLookup3() local 10304 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3); in test_xmlHashQLookup3() 10309 …(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *… in test_xmlHashQLookup3() 10315 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3); in test_xmlHashQLookup3()
|
/external/libxml2/include/libxml/ |
D | hash.h | 193 const xmlChar *prefix2); 199 const xmlChar *prefix2,
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | comparison_util.cc | 199 std::string prefix2) const { in ToString() 200 return prefix1 + std::string(ComparisonDirectionToString(dir_)) + prefix2 + in ToString()
|
D | comparison_util.h | 82 std::string prefix2 = ".") const;
|
/external/libkmsxx/utils/ |
D | kmsprint.cpp | 313 string prefix2; in print_entry() local 317 prefix2 = prefix + (is_last ? get_glyph(TreeGlyph::Space) : get_glyph(TreeGlyph::Vertical)); in print_entry() 324 …string data_prefix = prefix2 + (has_children ? get_glyph(TreeGlyph::Vertical) : get_glyph(TreeGlyp… in print_entry() 334 print_entry(child, prefix2, true, is_last); in print_entry()
|
/external/rust/crates/regex-automata/data/tests/ |
D | no-unicode.toml | 69 name = "no-unicode-dotstar-prefix2"
|
/external/libxml2/os400/libxmlrpg/ |
D | hash.rpgle | 192 d prefix2 * value options(*string) const xmlChar * 200 d prefix2 * value options(*string) const xmlChar *
|
/external/python/cpython3/Lib/lib2to3/ |
D | refactor.py | 662 prefix2 = indent + self.PS2 671 prefix = prefix2
|
/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 677 prefix2 = indent + self.PS2 686 prefix = prefix2
|
/external/capstone/arch/X86/ |
D | X86Disassembler.c | 864 prefixes[2] = inter->prefix2; in update_pub_insn() 1058 instr->x86_prefix[2] = insn.prefix2; in X86_getInstruction()
|
D | X86DisassemblerDecoder.h | 561 uint8_t prefix0, prefix1, prefix2, prefix3; member
|
D | X86DisassemblerDecoder.c | 662 insn->prefix2 = byte; in readPrefixes()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 1804 const char* prefix2 = nullptr) { in BuildGraphAndAddGradientsWithPrefixes() argument 1812 if (prefix2 != nullptr) { in BuildGraphAndAddGradientsWithPrefixes() 1813 AddGradients(false, prefix2, inputs, 2, outputs, 1, grad_outputs); in BuildGraphAndAddGradientsWithPrefixes()
|
/external/llvm-project/lldb/source/Target/ |
D | TargetProperties.td | 39 … and the second is its replacement. The syntax is `prefix1 replacement1 prefix2 replacement2...`.…
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 49 .. option:: --check-prefixes prefix1,prefix2,... 54 .. option:: --comment-prefixes prefix1,prefix2,...
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 41 .. option:: --check-prefixes prefix1,prefix2,...
|