Home
last modified time | relevance | path

Searched refs:prefix2 (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Tools/faqwiz/
Dmove-faqwiz.sh29 cut_n_pad $2 1 prefix2
39 file2=faq$prefix2.$suffix2.htp
41 echo "Moving FAQ question $prefix1.$suffix1 to $prefix2.$suffix2"
/external/syzkaller/pkg/report/
Dfuchsia.go166 prefix2 = "zircon/"
171 if pos := strings.LastIndex(file, prefix2); pos != -1 {
172 return file[pos+len(prefix2):]
/external/libxml2/
Dhash.c114 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument
139 if (prefix2 != NULL) { in xmlHashComputeQKey()
140 while ((ch = *prefix2++) != 0) { in xmlHashComputeQKey()
509 const xmlChar *name, const xmlChar *prefix2, in xmlHashQLookup2() argument
511 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL)); in xmlHashQLookup2()
813 const xmlChar *prefix2, const xmlChar *name2, in xmlHashQLookup3() argument
822 key = xmlHashComputeQKey(table, prefix, name, prefix2, in xmlHashQLookup3()
828 (xmlStrQEqual(prefix2, name2, entry->name2)) && in xmlHashQLookup3()
Dparser.c8775 const xmlChar *prefix2; in xmlParseQNameAndCompare() local
8803 ret = xmlParseQName (ctxt, &prefix2); in xmlParseQNameAndCompare()
8804 if ((ret == name) && (prefix == prefix2)) in xmlParseQNameAndCompare()
Dtestapi.c10224 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/
Dhash.h193 const xmlChar *prefix2);
199 const xmlChar *prefix2,
/external/libkmsxx/utils/
Dkmsprint.cpp326 string prefix2; in print_entry() local
330 prefix2 = prefix + (is_last ? get_glyph(TreeGlyph::Space) : get_glyph(TreeGlyph::Vertical)); in print_entry()
337 …string data_prefix = prefix2 + (has_children ? get_glyph(TreeGlyph::Vertical) : get_glyph(TreeGlyp… in print_entry()
347 print_entry(child, prefix2, true, is_last); in print_entry()
/external/libxml2/os400/libxmlrpg/
Dhash.rpgle192 d prefix2 * value options(*string) const xmlChar *
200 d prefix2 * value options(*string) const xmlChar *
/external/capstone/arch/X86/
DX86Disassembler.c733 prefixes[2] = inter->prefix2; in update_pub_insn()
855 instr->x86_prefix[2] = insn.prefix2; in X86_getInstruction()
DX86DisassemblerDecoder.h556 uint8_t prefix0, prefix1, prefix2, prefix3; member
DX86DisassemblerDecoder.c662 insn->prefix2 = byte; in readPrefixes()
/external/python/cpython2/Lib/lib2to3/
Drefactor.py677 prefix2 = indent + self.PS2
686 prefix = prefix2
/external/python/cpython3/Lib/lib2to3/
Drefactor.py658 prefix2 = indent + self.PS2
667 prefix = prefix2
/external/tensorflow/tensorflow/c/
Dc_api_test.cc1766 const char* prefix2 = nullptr) { in BuildGraphAndAddGradientsWithPrefixes() argument
1774 if (prefix2 != nullptr) { in BuildGraphAndAddGradientsWithPrefixes()
1775 AddGradients(false, prefix2, inputs, 2, outputs, 1, grad_outputs); in BuildGraphAndAddGradientsWithPrefixes()
/external/llvm/docs/CommandGuide/
DFileCheck.rst41 .. option:: --check-prefixes prefix1,prefix2,...
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
DFileCheck.rst41 .. option:: --check-prefixes prefix1,prefix2,...