Home
last modified time | relevance | path

Searched refs:object_index (Results 1 – 16 of 16) sorted by relevance

/external/google-breakpad/src/processor/
Drange_map_unittest.cc279 for (int object_index = 0; object_index < object_count; ++object_index) { in RetrieveIndexTest() local
281 if (!range_map->RetrieveRangeAtIndex(object_index, &object, &base, in RetrieveIndexTest()
285 set, object_index); in RetrieveIndexTest()
292 set, object_index); in RetrieveIndexTest()
303 set, object_index, object->id()); in RetrieveIndexTest()
311 set, object_index, base); in RetrieveIndexTest()
350 for (int object_index = 0; object_index < object_count; ++object_index) { in RetriveAtIndexTest2() local
352 if (!range_map->RetrieveRangeAtIndex(object_index, &object, &base, in RetriveAtIndexTest2()
355 "expected success, observed failure\n", object_index); in RetriveAtIndexTest2()
363 object_index, expected_base, base); in RetriveAtIndexTest2()
Dstatic_range_map_unittest.cc317 for (int object_index = 0; object_index < object_count; ++object_index) { in RetrieveIndexTest() local
319 ASSERT_TRUE(range_map->RetrieveRangeAtIndex(object_index, in RetrieveIndexTest()
324 << " index " << object_index; in RetrieveIndexTest()
327 << " index " << object_index; in RetrieveIndexTest()
334 << set << " index " << object_index; in RetrieveIndexTest()
337 << " index " << object_index; in RetrieveIndexTest()
/external/toolchain-utils/binary_search_tool/test/
Dcommon.py38 object_index = []
41 object_index.append(int(o))
42 return object_index
Dswitch_to_good.py23 object_index = common.ReadObjectIndex(argv[1])
25 for oi in object_index:
Dswitch_to_good_noinc_prune.py31 object_index = common.ReadObjectIndex(argv[1])
33 for oi in object_index:
Dswitch_to_bad.py20 object_index = common.ReadObjectIndex(argv[1])
22 for oi in object_index:
Dswitch_tmp.py24 object_index = common.ReadObjectIndex(argv[1])
27 for oi in object_index:
Dswitch_to_good_set_file.py32 object_index = common.ReadObjectIndex(os.environ['BISECT_GOOD_SET'])
34 for oi in object_index:
Dswitch_to_bad_noinc_prune.py33 object_index = common.ReadObjectIndex(argv[1])
35 for oi in object_index:
Dswitch_to_bad_set_file.py30 object_index = common.ReadObjectIndex(os.environ['BISECT_BAD_SET'])
32 for oi in object_index:
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc198 int object_index = input_indices_.size(); in Prepare() local
201 builder->SetInputObjectDef(object_index, GetObjectDef(tensor_index))); in Prepare()
205 int object_index = output_indices_.size(); in Prepare() local
207 RETURN_IF_ERROR(builder->SetOutputObjectDef(object_index, in Prepare()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.cc164 const int64_t object_index = input_indices_.size(); in Prepare() local
167 builder->SetInputObjectDef(object_index, GetObjectDef(tensor_index))); in Prepare()
171 const int64_t object_index = output_indices_.size(); in Prepare() local
173 RETURN_IF_ERROR(builder->SetOutputObjectDef(object_index, in Prepare()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_memory.cpp982 const auto object_index = 1; in ValidateStore() local
983 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp945 const auto object_index = 1; in ValidateStore() local
946 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp985 const auto object_index = 1; in ValidateStore() local
986 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore()
/external/mesa3d/src/gallium/frontends/va/
Dsurface.c1099 desc->layers[p].object_index[0] = p; in vlVaExportSurfaceHandle()