Searched refs:name_prefix (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | entity_db.py | 379 return entity_name.lower().startswith(self.name_prefix) 576 self.name_prefix = self.getNamePrefix().lower() 577 self.mixed_case_name_prefix = self.name_prefix[:1].upper( 578 ) + self.name_prefix[1:] 581 ('[{}{}]'.format(c.upper(), c) for c in self.name_prefix)) 652 if requires and not requires.lower().startswith(self.name_prefix):
|
D | macro_checker.py | 55 r'=+ (?P<command>{}[\w]+)'.format(self.entity_db.name_prefix)
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | EntryPoint.h | 37 const std::string & name_prefix = std::string(""),
|
D | EntryPoint.cpp | 130 const std::string & name_prefix, in print() argument 135 name_prefix.c_str(), in print()
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraDualFOVPP.h | 99 const char* name_prefix);
|
D | QCameraDualFOVPP.cpp | 735 …UVtoFile(const uint8_t* pBuf, cam_frame_len_offset_t offset, uint32_t idx, const char* name_prefix) in dumpYUVtoFile() argument 741 name_prefix, offset.mp[0].stride, offset.mp[0].scanline, idx); in dumpYUVtoFile()
|