Searched refs:common_prefix (Results 1 – 12 of 12) sorted by relevance
/external/openthread/tests/toranj/ncp/ |
D | test-025-network-data-timeout.py | 144 common_prefix = "fd00:cafe::" variable 157 r1.add_prefix(common_prefix, on_mesh=True, preferred=True, stable=False) 158 r2.add_prefix(common_prefix, on_mesh=True, preferred=True, stable=True) 159 c2.add_prefix(common_prefix, on_mesh=True, preferred=False, stable=True) 198 common_prefix, 206 common_prefix, 214 common_prefix, 234 common_prefix, 244 verify_no_prefix([r1], common_prefix, r2_rloc) 245 verify_no_prefix([r1], common_prefix, c2_rloc)
|
/external/cronet/base/substring_set_matcher/ |
D | substring_set_matcher.cc | 195 size_t common_prefix = 0; in GetTreeSize() local 196 while (common_prefix < prefix_bound && in GetTreeSize() 197 last_pattern[common_prefix] == current_pattern[common_prefix]) { in GetTreeSize() 198 ++common_prefix; in GetTreeSize() 201 result -= common_prefix; in GetTreeSize()
|
/external/skia/tools/svg/ |
D | svg_downloader.py | 23 common_prefix = os.path.commonprefix(lines) 29 rel_file = file_url.replace(common_prefix, '')
|
/external/tensorflow/tensorflow/core/kernels/ |
D | encode_proto_op.cc | 536 TensorShape common_prefix; in Compute() local 567 common_prefix = shape_prefix; in Compute() 568 message_count = common_prefix.num_elements(); in Compute() 570 OP_REQUIRES(ctx, shape_prefix == common_prefix, in Compute() 576 TensorShape expected_sizes_shape = common_prefix; in Compute() 606 OP_REQUIRES_OK(ctx, ctx->allocate_output(0, common_prefix, &output_tensor)); in Compute()
|
/external/python/setuptools/pkg_resources/_vendor/jaraco/text/ |
D | __init__.py | 462 prefix = functools.reduce(cls.common_prefix, prefix_lines) 472 def common_prefix(s1, s2): member in Stripper
|
/external/python/setuptools/setuptools/_vendor/jaraco/text/ |
D | __init__.py | 462 prefix = functools.reduce(cls.common_prefix, prefix_lines) 472 def common_prefix(s1, s2): member in Stripper
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 1547 candidates, common_prefix = self._tab_completion_registry.get_completions( 1558 if common_prefix: 1561 return except_last_word + common_prefix
|
/external/pigweed/pw_protobuf/py/pw_protobuf/ |
D | codegen_pwpb.py | 2240 common_prefix = "".join( 2247 (left, under, _) = common_prefix.rpartition('_') 2257 common_prefix = _common_value_prefix(proto_enum) 2266 name[len(common_prefix) :]
|
/external/libabigail/src/ |
D | abg-tools-utils.cc | 959 common_prefix(const string& s1, const string& s2, string &result) in common_prefix() function 1014 if (common_prefix(prefix_candidate, cur_str, s)) in sorted_strings_common_prefix()
|
/external/libabigail/tools/ |
D | abipkgdiff.cc | 660 string common_prefix; in load_elf_file_paths() local
|
/external/libabigail/ |
D | NEWS | 692 Fix logic in common_prefix
|
D | ChangeLog | 12328 Fix logic in common_prefix 12329 * src/abg-tools-utils.cc (common_prefix): Fix logic error. 12505 (common_prefix): Define new static function.
|