Home
last modified time | relevance | path

Searched refs:to_keep (Results 1 – 13 of 13) sorted by relevance

/external/libtextclassifier/native/utils/
Dtokenizer-utils.cc40 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()
Dtokenizer-utils.h38 bool to_keep; member
84 if (filter_result.to_keep) { in TokenizeWithFilter()
/external/libabigail/tests/data/test-diff-suppr/
Dtest33-v0.cc21 to_keep::method1() in method1()
25 to_keep::method2() in method2()
33 bar(to_keep&) in bar() argument
Dtest33-v1.cc23 to_keep::method1() in method1()
27 to_keep::method2() in method2()
35 bar(to_keep&) in bar() argument
Dtest33-report-0.txt6 [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':
Dtest33-v0.h1 class to_keep
7 void bar(to_keep&);
Dtest33-v1.h1 class to_keep
9 void bar(to_keep&);
/external/elfutils/src/
Dstrings.c544 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/
Dmodel.cc379 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()
Dmodel.h232 const Node* to_keep);
237 const Node* to_keep);
/external/libabigail/tests/data/test-abidiff-exit/
Dtest2-filtered-removed-fns-v1.c4 to_keep() in to_keep() function
Dtest2-filtered-removed-fns-v0.c9 to_keep() in to_keep() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_saved_model.cc461 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()