Searched refs:id_suffix (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | _parameterized.py | 271 class_object._id_suffix = id_suffix = {} 280 methods, id_suffix, name, 361 dct['_id_suffix'] = id_suffix = {} 367 _UpdateClassDictForParamTestCase(dct, id_suffix, name, iterator) 372 def _UpdateClassDictForParamTestCase(dct, id_suffix, name, iterator): argument 391 id_suffix[new_name] = getattr(func, '__x_extra_id__', '')
|
/external/autotest/server/site_tests/factory_Basic/ |
D | test_list.suspend_basic | 35 def Barrier(id_suffix): 37 id='Barrier_' + str(id_suffix), 38 label_zh=u'检查关卡' + str(id_suffix),
|
D | test_list.fwteam_small | 130 def SyncShopFloor(id_suffix=None): 137 id_suffix: An optional suffix in case multiple SyncShopFloor steps 141 suffix_str = '_' + str(id_suffix) if id_suffix else '' 149 def Barrier(id_suffix): 151 id='Barrier_' + str(id_suffix), 152 label_zh=u'æ£æ¥å
³å¡' + str(id_suffix),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrMVE.td | 4938 string id_suffix = n; 4998 def "MVE_VLD" # n.nvecs # stage # "_" # s.lanesize # wb.id_suffix 5002 def "MVE_VST" # n.nvecs # stage # "_" # s.lanesize # wb.id_suffix
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrMVE.td | 5888 string id_suffix = n; 5948 def "MVE_VLD" # n.nvecs # stage # "_" # s.lanesize # wb.id_suffix 5952 def "MVE_VST" # n.nvecs # stage # "_" # s.lanesize # wb.id_suffix
|