Searched refs:type1 (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/automotive/vehicle/tools/ |
D | translate_vehicle_props.py | 112 type1 = match.group(3) 114 if type1 == None: # one line case 120 format(name, val, self.enumMap[type1], self.enumMap[type3],\ 121 self.enumMap[type2], type1, type3, type2))
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 348 Type type1 = context->typeCreate(element1, 256, 256, 0, false, false, in TEST_P() local 350 ASSERT_NE(Type(0), type1); in TEST_P() 352 Allocation allocation1 = context->allocationCreateTyped(type1, AllocationMipmapControl::NONE, in TEST_P()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | macros.h | 77 # define __builtin_types_compatible_p(type1, type2) (1) argument
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 990 '/wd4244', # conversion from 'type1' to 'type2', possible loss of data 992 '/wd4305', # truncation from 'type1' to 'type2'
|