/external/tensorflow/tensorflow/core/grappler/utils/ |
D | pattern_utils_test.cc | 177 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local 180 EXPECT_TRUE(found_match); in TEST_F() 259 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local 262 EXPECT_TRUE(found_match); in TEST_F() 345 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local 348 EXPECT_FALSE(found_match); in TEST_F() 366 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local 369 EXPECT_TRUE(found_match); in TEST_F() 402 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local 405 EXPECT_FALSE(found_match); in TEST_F() [all …]
|
D | pattern_utils.cc | 107 bool found_match = false; in GetMatchedNodes() local 111 found_match = true; in GetMatchedNodes() 116 found_match = false; in GetMatchedNodes() 124 return found_match; in GetMatchedNodes()
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | method_name_updater.py | 100 found_match = False 111 found_match = True 113 if not found_match:
|
D | loader_impl.py | 344 found_match = False 350 found_match = True 353 if not found_match:
|
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 109 bool* const found_match, int* const num_mv_found) { in SearchStack() argument 124 *found_match = true; in SearchStack() 145 bool* const found_match, int* const num_mv_found) { in CompoundSearchStack() argument 160 *found_match = true; in CompoundSearchStack() 184 bool* const found_match, int* const num_mv_found) { in AddReferenceMvCandidate() argument 190 CompoundSearchStack(block, mv_bp, weight, found_new_mv, found_match, in AddReferenceMvCandidate() 197 SearchStack(block, mv_bp, i, weight, found_new_mv, found_match, in AddReferenceMvCandidate() 213 bool* const found_match, int* const num_mv_found) { in ScanRow() argument 229 found_new_mv, found_match, num_mv_found); in ScanRow() 237 bool* const found_match, int* const num_mv_found) { in ScanColumn() argument [all …]
|
/external/libtextclassifier/native/utils/ |
D | wordpiece_tokenizer.cc | 52 int* byte_end, bool* found_match, bool* match_is_unknown_character) { in LongestMatchStartingAt() argument 54 *found_match = false; in LongestMatchStartingAt() 77 *found_match = true; in LongestMatchStartingAt() 82 *found_match = true; in LongestMatchStartingAt()
|
/external/abseil-cpp/absl/random/internal/ |
D | mocking_bit_gen_base.h | 96 bool found_match = in Call() local 99 if (!found_match) { in Call()
|
/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
D | mocking_bit_gen_base.h | 96 bool found_match = in Call() local 99 if (!found_match) { in Call()
|
/external/gflags/src/ |
D | gflags_reporting.cc | 272 bool found_match = false; // stays false iff no dir matches restrict in ShowUsageWithFlagsMatching() local 280 found_match = true; // this flag passed the match! in ShowUsageWithFlagsMatching() 294 if (!found_match && !substrings.empty()) { in ShowUsageWithFlagsMatching()
|
/external/libpng/ |
D | CMakeLists.txt | 252 string(REGEX MATCH "^PREFIX=" found_match "${line}") 253 if(found_match) 255 string(REGEX MATCH "__USER_LABEL_PREFIX__" found_match "${prefix}") 256 if(found_match)
|
/external/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 670 bool found_match = false; 708 if (!found_match || ShouldPickFirstSymbol(symbol, best_match)) { 709 found_match = true; 717 if (found_match) {
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 670 bool found_match = false; 708 if (!found_match || ShouldPickFirstSymbol(symbol, best_match)) { 709 found_match = true; 717 if (found_match) {
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 684 bool found_match = false; 722 if (!found_match || ShouldPickFirstSymbol(symbol, best_match)) { 723 found_match = true; 731 if (found_match) {
|
/external/libtextclassifier/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 684 bool found_match = false; 722 if (!found_match || ShouldPickFirstSymbol(symbol, best_match)) { 723 found_match = true; 731 if (found_match) {
|
/external/angle/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 684 bool found_match = false; 732 if (!found_match || ShouldPickFirstSymbol(symbol, best_match)) { 733 found_match = true; 741 if (found_match) {
|
/external/openscreen/third_party/abseil/src/absl/debugging/ |
D | symbolize_elf.inc | 684 bool found_match = false; 722 if (!found_match || ShouldPickFirstSymbol(symbol, best_match)) { 723 found_match = true; 731 if (found_match) {
|