/external/openthread/tests/toranj/ncp/ |
D | test-040-network-data-stable-full.py | 145 prefix2 = "fd00:2::" variable 195 c1.add_prefix(prefix2, stable=False) 200 prefix2, 240 c1.remove_prefix(prefix2) 243 verify_no_prefix([leader, c1, c2], prefix2, c1_rloc) 267 leader.add_prefix(prefix2, stable=True) 273 leader.remove_prefix(prefix2) 281 leader.add_route(prefix2, stable=True) 290 leader.remove_route(prefix2)
|
D | test-032-child-attach-with-multiple-ip-addresses.py | 101 prefix2 = 'fd00:2::' variable 107 leader.add_prefix(prefix2, on_mesh=True, slaac=True, configure=True) 116 verify_address([child], prefix2) 167 verify(child_addrs.find(prefix2) > 0)
|
D | test-025-network-data-timeout.py | 146 prefix2 = "fd00:2::" variable 153 r2.add_prefix(prefix2, on_mesh=True, preferred=True, stable=True) 179 prefix2, 242 verify_no_prefix([r1], prefix2, r2_rloc)
|
D | test-010-on-mesh-prefix-config-gateway.py | 135 prefix2 = 'fd00:1234::' variable 155 r2.config_gateway(prefix2, default_route=True, priority='1') 161 prefix2, 168 verify_address(all_nodes, prefix2)
|
D | test-024-partition-merge.py | 135 prefix2 = "fd00:abcd::" variable 149 r2.add_prefix(prefix2) 191 verify_prefix([r1, r2, c1, c2], prefix2)
|
/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/openthread/tests/unit/ |
D | test_ip_address.cpp | 346 ot::Ip6::Prefix prefix2; in TestIp6Prefix() local 351 prefix2 = prefix; in TestIp6Prefix() 352 VerifyOrQuit(prefix == prefix2); in TestIp6Prefix() 356 prefix2.mPrefix.mFields.m8[index] ^= mask; in TestIp6Prefix() 357 VerifyOrQuit(prefix != prefix2); in TestIp6Prefix() 361 VerifyOrQuit((prefix < prefix2) == isPrefixSmaller); in TestIp6Prefix() 362 VerifyOrQuit((prefix2 < prefix) == !isPrefixSmaller); in TestIp6Prefix()
|
/external/ComputeLibrary/src/core/NEON/wrapper/intrinsics/ |
D | mla.h | 39 #define VMLA_IMPL2(stype, vtype, prefix1, prefix2, postfix) \ argument 42 return prefix1##_##postfix(a, prefix2##_##postfix(b, c)); \
|
/external/libxml2/ |
D | hash.c | 120 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument 145 if (prefix2 != NULL) { in xmlHashComputeQKey() 146 while ((ch = *prefix2++) != 0) { in xmlHashComputeQKey() 515 const xmlChar *name, const xmlChar *prefix2, in xmlHashQLookup2() argument 517 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL)); in xmlHashQLookup2() 865 const xmlChar *prefix2, const xmlChar *name2, in xmlHashQLookup3() argument 874 key = xmlHashComputeQKey(table, prefix, name, prefix2, in xmlHashQLookup3() 880 (xmlStrQEqual(prefix2, name2, entry->name2)) && in xmlHashQLookup3()
|
/external/cronet/third_party/libxml/src/ |
D | hash.c | 120 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument 145 if (prefix2 != NULL) { in xmlHashComputeQKey() 146 while ((ch = *prefix2++) != 0) { in xmlHashComputeQKey() 515 const xmlChar *name, const xmlChar *prefix2, in xmlHashQLookup2() argument 517 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL)); in xmlHashQLookup2() 865 const xmlChar *prefix2, const xmlChar *name2, in xmlHashQLookup3() argument 874 key = xmlHashComputeQKey(table, prefix, name, prefix2, in xmlHashQLookup3() 880 (xmlStrQEqual(prefix2, name2, entry->name2)) && in xmlHashQLookup3()
|
/external/libxml2/include/libxml/ |
D | hash.h | 193 const xmlChar *prefix2); 199 const xmlChar *prefix2,
|
/external/cronet/third_party/libxml/src/include/libxml/ |
D | hash.h | 193 const xmlChar *prefix2); 199 const xmlChar *prefix2,
|
/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/tensorflow/tensorflow/compiler/xla/ |
D | comparison_util.cc | 354 std::string Comparison::ToString(std::string prefix1, std::string prefix2, in ToString() argument 356 return absl::StrCat(prefix1, ComparisonDirectionToString(dir_), prefix2, in ToString()
|
D | comparison_util.h | 163 std::string ToString(std::string prefix1 = ".", std::string prefix2 = ".",
|
/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/cpython2/Lib/lib2to3/ |
D | refactor.py | 677 prefix2 = indent + self.PS2 686 prefix = prefix2
|
/external/python/cpython3/Lib/lib2to3/ |
D | refactor.py | 662 prefix2 = indent + self.PS2 671 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/openthread/tools/harness-thci/ |
D | OpenThread_WpanCtl.py | 575 prefix2 = self.__lstrip0x(prefix1) 576 hexPrefix = str(prefix2).ljust(16, '0')
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 1835 const char* prefix2 = nullptr) { in BuildGraphAndAddGradientsWithPrefixes() argument 1843 if (prefix2 != nullptr) { in BuildGraphAndAddGradientsWithPrefixes() 1844 AddGradients(false, prefix2, inputs, 2, outputs, 1, grad_outputs); in BuildGraphAndAddGradientsWithPrefixes()
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 41 .. option:: --check-prefixes prefix1,prefix2,...
|