Home
last modified time | relevance | path

Searched refs:object_2 (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
Drange_map_truncate_upper_unittest.cc79 linked_ptr<CountedObject> object_2(new CountedObject(2)); in TEST() local
81 object_2)); in TEST()
94 linked_ptr<CountedObject> object_2(new CountedObject(2)); in TEST() local
96 object_2)); in TEST()
131 linked_ptr<CountedObject> object_2(new CountedObject(2)); in TEST() local
133 object_2)); in TEST()
167 linked_ptr<CountedObject> object_2(new CountedObject(2)); in TEST() local
169 object_2)); in TEST()
200 linked_ptr<CountedObject> object_2(new CountedObject(2)); in TEST() local
202 object_2)); in TEST()
[all …]
Drange_map_truncate_lower_unittest.cc74 linked_ptr<CountedObject> object_2(new CountedObject(2)); in TEST() local
76 range_map.StoreRange(0 /* base address */, 100 /* size */, object_2)); in TEST()
89 linked_ptr<CountedObject> object_2(new CountedObject(2)); in TEST() local
91 range_map.StoreRange(10 /* base address */, 80 /* size */, object_2)); in TEST()
126 linked_ptr<CountedObject> object_2(new CountedObject(2)); in TEST() local
128 range_map.StoreRange(0 /* base address */, 100 /* size */, object_2)); in TEST()
162 linked_ptr<CountedObject> object_2(new CountedObject(2)); in TEST() local
164 range_map.StoreRange(90 /* base address */, 110 /* size */, object_2)); in TEST()
194 linked_ptr<CountedObject> object_2(new CountedObject(2)); in TEST() local
196 range_map.StoreRange(0 /* base address */, 70 /* size */, object_2)); in TEST()
[all …]
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dobject_detection_average_precision_stage_test.cc55 auto* object_2 = ground_truth.add_objects(); in GetGroundTruthDetectionResult() local
56 object_2->set_class_id(1); in GetGroundTruthDetectionResult()
57 auto* object_2_bbox = object_2->mutable_bounding_box(); in GetGroundTruthDetectionResult()
86 auto* object_2 = predicted.add_objects(); in GetPredictedDetectionResult() local
87 object_2->set_class_id(1); in GetPredictedDetectionResult()
88 object_2->set_score(0.9); in GetPredictedDetectionResult()
89 auto* object_2_bbox = object_2->mutable_bounding_box(); in GetPredictedDetectionResult()