Searched refs:to_keep (Results 1 – 13 of 13) sorted by relevance
/external/libtextclassifier/native/utils/ |
D | tokenizer-utils.cc | 40 bool to_keep = in TokenizeOnDelimiters() local 42 return FilterResult{to_split, to_keep}; in TokenizeOnDelimiters() 52 bool to_keep = !is_whitespace; in TokenizeOnWhiteSpacePunctuationAndChineseLetter() local 53 return FilterResult{to_split, to_keep}; in TokenizeOnWhiteSpacePunctuationAndChineseLetter()
|
D | tokenizer-utils.h | 38 bool to_keep; member 84 if (filter_result.to_keep) { in TokenizeWithFilter()
|
/external/libabigail/tests/data/test-diff-suppr/ |
D | test33-v0.cc | 21 to_keep::method1() in method1() 25 to_keep::method2() in method2() 33 bar(to_keep&) in bar() argument
|
D | test33-v1.cc | 23 to_keep::method1() in method1() 27 to_keep::method2() in method2() 35 bar(to_keep&) in bar() argument
|
D | test33-report-0.txt | 6 [C] 'function void bar(to_keep&)' has some indirect sub-type changes: 7 parameter 1 of type 'to_keep&' has sub-type changes: 8 in referenced type 'class to_keep':
|
D | test33-v0.h | 1 class to_keep 7 void bar(to_keep&);
|
D | test33-v1.h | 1 class to_keep 9 void bar(to_keep&);
|
/external/elfutils/src/ |
D | strings.c | 544 size_t to_keep = unprinted != NULL ? 0 : min_len_bytes; in read_block_no_mmap() local 546 memmove (buf, buf + nb - to_keep, to_keep); in read_block_no_mmap() 547 ntrailer = to_keep; in read_block_no_mmap() 649 size_t to_keep = unprinted != NULL ? 0 : min_len_bytes; in read_block() local 651 assert (read_now >= to_keep); in read_block() 652 memmove (elfmap_base - to_keep, in read_block() 653 remap_base + read_now - to_keep, to_keep); in read_block() 669 process_chunk (fname, remap_base - to_keep, in read_block() 671 to_keep + (read_now & ~(bytes_per_char - 1)), in read_block()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model.cc | 379 const Node* to_keep) { in RemovePrecedingNode() argument 384 (consumers.size() == 1 && consumers[0] != to_keep)) { in RemovePrecedingNode() 392 RETURN_IF_ERROR(graph->AddConsumer(to_keep->id, input->id)); in RemovePrecedingNode() 401 const Node* to_keep) { in RemoveFollowingNode() argument 405 if (producer->id != to_keep->id) { in RemoveFollowingNode() 414 RETURN_IF_ERROR(graph->SetProducer(to_keep->id, output->id)); in RemoveFollowingNode()
|
D | model.h | 232 const Node* to_keep); 237 const Node* to_keep);
|
/external/libabigail/tests/data/test-abidiff-exit/ |
D | test2-filtered-removed-fns-v1.c | 4 to_keep() in to_keep() function
|
D | test2-filtered-removed-fns-v0.c | 9 to_keep() in to_keep() function
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_saved_model.cc | 461 SmallVector<mlir::Attribute, 2> to_keep; in matchAndRewrite() local 478 to_keep.push_back(sym_ref); in matchAndRewrite() 484 if (to_keep.empty()) in matchAndRewrite() 487 op->setAttr("initializers", rewriter.getArrayAttr(to_keep)); in matchAndRewrite()
|