Home
last modified time | relevance | path

Searched refs:id_map (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dmap_html_anchors.py35 def add_id(chapelem, idelem, id_map, chapter_id): argument
104 if id in id_map:
105 val = id_map[id]
112 id_map[id] = [ chapter_id, id_title ]
114 def generate_map(id_map, filename, scripttype): argument
129 for id in sorted(id_map):
182 id_map = {} variable
197 add_id(chapelem, idelem, id_map, chapter_id)
208 generate_map(id_map, args.pyfile, 'python')
210 generate_map(id_map, args.jsfile, 'javascript')
/hardware/google/camera/common/hal/tests/
Dcamera_provider_tests.cc209 for (auto id_map : id_maps) { in TEST_F() local
210 if (id_map.visible_to_framework) { in TEST_F()