Home
last modified time | relevance | path

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

12

/external/openthread/tests/toranj/ncp/
Dtest-040-network-data-stable-full.py145 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)
Dtest-032-child-attach-with-multiple-ip-addresses.py101 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)
Dtest-025-network-data-timeout.py146 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)
Dtest-010-on-mesh-prefix-config-gateway.py135 prefix2 = 'fd00:1234::' variable
155 r2.config_gateway(prefix2, default_route=True, priority='1')
161 prefix2,
168 verify_address(all_nodes, prefix2)
Dtest-024-partition-merge.py135 prefix2 = "fd00:abcd::" variable
149 r2.add_prefix(prefix2)
191 verify_prefix([r1, r2, c1, c2], prefix2)
/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/openthread/tests/unit/
Dtest_ip_address.cpp346 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/
Dmla.h39 #define VMLA_IMPL2(stype, vtype, prefix1, prefix2, postfix) \ argument
42 return prefix1##_##postfix(a, prefix2##_##postfix(b, c)); \
/external/libxml2/
Dhash.c120 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/
Dhash.c120 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/
Dhash.h193 const xmlChar *prefix2);
199 const xmlChar *prefix2,
/external/cronet/third_party/libxml/src/include/libxml/
Dhash.h193 const xmlChar *prefix2);
199 const xmlChar *prefix2,
/external/libkmsxx/utils/
Dkmsprint.cpp313 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/
Dcomparison_util.cc354 std::string Comparison::ToString(std::string prefix1, std::string prefix2, in ToString() argument
356 return absl::StrCat(prefix1, ComparisonDirectionToString(dir_), prefix2, in ToString()
Dcomparison_util.h163 std::string ToString(std::string prefix1 = ".", std::string prefix2 = ".",
/external/rust/crates/regex-automata/data/tests/
Dno-unicode.toml69 name = "no-unicode-dotstar-prefix2"
/external/libxml2/os400/libxmlrpg/
Dhash.rpgle192 d prefix2 * value options(*string) const xmlChar *
200 d prefix2 * value options(*string) const xmlChar *
/external/python/cpython2/Lib/lib2to3/
Drefactor.py677 prefix2 = indent + self.PS2
686 prefix = prefix2
/external/python/cpython3/Lib/lib2to3/
Drefactor.py662 prefix2 = indent + self.PS2
671 prefix = prefix2
/external/capstone/arch/X86/
DX86Disassembler.c864 prefixes[2] = inter->prefix2; in update_pub_insn()
1058 instr->x86_prefix[2] = insn.prefix2; in X86_getInstruction()
DX86DisassemblerDecoder.h561 uint8_t prefix0, prefix1, prefix2, prefix3; member
DX86DisassemblerDecoder.c662 insn->prefix2 = byte; in readPrefixes()
/external/openthread/tools/harness-thci/
DOpenThread_WpanCtl.py575 prefix2 = self.__lstrip0x(prefix1)
576 hexPrefix = str(prefix2).ljust(16, '0')
/external/tensorflow/tensorflow/c/
Dc_api_test.cc1835 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/
DFileCheck.rst41 .. option:: --check-prefixes prefix1,prefix2,...

12