/external/llvm-project/lldb/test/API/functionalities/pre_run_dylibs/ |
D | TestPreRunDylibs.py | 24 found_it = False 28 found_it = True 31 self.assertTrue(found_it, "Couldn't find unlikely_to_occur_name in loaded libraries.")
|
/external/clang/test/CodeGenCXX/ |
D | linetable-eh.cpp | 41 bool found_it = false; in bar() local 43 return found_it; in bar()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | linetable-eh.cpp | 41 bool found_it = false; in bar() local 43 return found_it; in bar()
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | counter.h | 179 const auto found_it = cells_.find(label_array); in GetCell() local 180 if (found_it != cells_.end()) { in GetCell() 181 return &(found_it->second); in GetCell()
|
D | sampler.h | 228 const auto found_it = cells_.find(label_array); in GetCell() local 229 if (found_it != cells_.end()) { in GetCell() 230 return &(found_it->second); in GetCell()
|
D | gauge.h | 248 const auto found_it = cells_.find(label_array); in GetCell() local 249 if (found_it != cells_.end()) { in GetCell() 250 return &(found_it->second); in GetCell()
|
D | percentile_sampler.h | 223 const auto found_it = cells_.find(label_array); in GetCell() local 224 if (found_it != cells_.end()) { in GetCell() 225 return &(found_it->second); in GetCell()
|
D | collection_registry.cc | 75 const auto found_it = registry_.find(metric_def->name()); in Register() local 76 if (found_it != registry_.end()) { in Register()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanRunToAddress.cpp | 193 bool found_it = false; in AtOurAddress() local 197 found_it = true; in AtOurAddress() 201 return found_it; in AtOurAddress()
|
D | ThreadPlanStack.cpp | 187 bool found_it = false; in DiscardPlansUpToPlan() local 190 found_it = true; in DiscardPlansUpToPlan() 195 if (found_it) { in DiscardPlansUpToPlan()
|
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_indexed_cases.cpp | 326 int found_it = 0; in add_index_bin_test() local 329 found_it = 1; in add_index_bin_test() 332 if (found_it == 0) { in add_index_bin_test()
|
/external/OpenCL-CTS/test_conformance/ |
D | run_conformance.py | 314 found_it = False variable 318 found_it = True variable 321 if (found_it == False):
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/ |
D | TestBreakpointNames.py | 68 found_it = False 71 found_it = True 73 self.assertTrue(found_it, "Didn't find the name %s in the target's name list:"%(bkpt_name))
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | object_tracker.cc | 313 bool found_it = false; in TrackBox() local 327 found_it = true; in TrackBox() 332 if (!found_it) { in TrackBox()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 267 const auto found_it = map.find(handle); 268 if (found_it == map.end()) { 271 return found_it->second.get(); 281 const auto found_it = map.find(handle); 282 if (found_it == map.cend()) { 285 return found_it->second.get();
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 3551 bool found_it = false; in ParseSymtab() local 3571 found_it = true; in ParseSymtab() 3575 if (found_it) in ParseSymtab() 3594 bool found_it = false; in ParseSymtab() local 3611 found_it = true; in ParseSymtab() 3615 if (found_it) in ParseSymtab()
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.c | 1366 bool found_it = false; in kmstest_set_connector_dpms() local 1380 found_it = true; in kmstest_set_connector_dpms() 1383 igt_assert_f(found_it, "DPMS property not found on %d\n", in kmstest_set_connector_dpms()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 8990 int found_it = 0; in transform_enable() local 8998 found_it = 1; in transform_enable() 9008 if (!found_it) in transform_enable()
|