/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | macro_checker.py | 65 def haveLinkTarget(self, entity): argument 70 if not self.findEntity(entity): 72 if entity in self.apiIncludes: 74 return entity in self.headings 83 def addLinkToEntity(self, entity, context): argument 85 if entity not in self.links: 86 self.links[entity] = [] 87 self.links[entity].append(context) 89 def seenRefPage(self, entity): argument 91 return entity in self.refpages [all …]
|
D | macro_checker_file.py | 204 def shouldEntityBeText(entity, subscript): argument 209 entity_only = entity 214 entity_only = entity[:-len(subscript)] 216 if ('*' in entity) or entity.startswith('_') or entity_only.endswith('_'): 219 if INTERNAL_PLACEHOLDER.search(entity): 321 for entity, includeContext in self.fs_api_includes.items(): 322 if not self.checker.entity_db.entityHasValidity(entity): 325 if entity in self.missing_validity_suppressions: 328 if entity not in self.validity_includes: 330 … ['Saw /api/ include for {}, but no matching /validity/ include'.format(entity), [all …]
|
D | console_printer.py | 176 def makeRowOfBroken(entity, uses): argument 177 fn = checker.findEntity(entity).filename 178 anchor = '[[{}]]'.format(entity) 182 printTabulated((makeRowOfBroken(entity, uses) 183 for entity, uses in sorted(broken.items())), 198 def makeRowOfMissing(entity): argument 199 fn = checker.findEntity(entity).filename 200 anchor = '[[{}]]'.format(entity) 202 printTabulated((makeRowOfMissing(entity) for entity in missing),
|
D | entity_db.py | 231 def findMacroAndEntity(self, macro, entity): argument 235 return self._byMacroAndEntity.get((macro, entity)) 237 def findEntity(self, entity): argument 242 result = self._byEntity.get(entity) 246 alias_set = self._aliasSetsByEntity.get(entity) 256 def findEntityCaseInsensitive(self, entity): argument 260 return self._byLowercaseEntity.get(entity.lower()) 297 d = {entity: _entityToDict(data) 298 for entity, data in self._byEntity.items()} 301 def entityHasValidity(self, entity): argument [all …]
|
D | consistency_tools.py | 55 self.entity = None 211 self.set_error_context(entity=name, elem=info.elem) 220 self.set_error_context(entity=name, elem=info.elem) 226 self.set_error_context(entity=name, elem=info.elem) 243 for entity in entities_with_messages: 244 messages = self.errors.get(entity) 250 messages = self.warnings.get(entity) 326 entity = self.db.findEntity(ref_name) 327 if not entity: 541 def set_error_context(self, entity=None, elem=None): argument [all …]
|
D | html_printer.py | 282 entity=entity_name) 318 for entity in sorted(missing): 319 fn = checker.findEntity(entity).filename 320 anchor = '[[{}]]'.format(entity)
|
/hardware/google/graphics/common/libv4l2/ |
D | exynos_mc.c | 51 static inline unsigned int __media_entity_type(struct media_entity *entity) in __media_entity_type() argument 53 return entity->info.type & MEDIA_ENT_TYPE_MASK; in __media_entity_type() 78 static struct media_link *__media_entity_add_link(struct media_entity *entity) in __media_entity_add_link() argument 89 static int __media_get_devname_sysfs(struct media_entity *entity) in __media_get_devname_sysfs() argument 98 snprintf(sysname, sizeof(sysname), "/sys/dev/char/%u:%u", entity->info.v4l.major, in __media_get_devname_sysfs() 99 entity->info.v4l.minor); in __media_get_devname_sysfs() 112 ret = mknod(devname, 0666 | S_IFCHR, MKDEV(81, entity->info.v4l.minor)); in __media_get_devname_sysfs() 113 strncpy(entity->devname, devname, sizeof(devname) - 1); in __media_get_devname_sysfs() 222 struct media_entity *entity = &media->entities[i]; in exynos_media_close() local 224 free(entity->pads); in exynos_media_close() [all …]
|
D | media.h | 95 __u32 entity; member 114 __u32 entity; member
|
/hardware/qcom/sm8150p/gps/location/ |
D | LocationAPIClientBase.cpp | 455 SessionEntity entity; in locAPIStartSession() local 456 entity.id = id; in locAPIStartSession() 457 entity.trackingSession = trackingSession; in locAPIStartSession() 458 entity.batchingSession = batchingSession; in locAPIStartSession() 459 entity.sessionMode = sessionMode; in locAPIStartSession() 460 mSessionBiDict.set(id, session, entity); in locAPIStartSession() 478 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local 480 uint32_t trackingSession = entity.trackingSession; in locAPIStopSession() 481 uint32_t batchingSession = entity.batchingSession; in locAPIStopSession() 482 uint32_t sMode = entity.sessionMode; in locAPIStopSession() [all …]
|
/hardware/qcom/sm7250/gps/location/ |
D | LocationAPIClientBase.cpp | 484 SessionEntity entity; in locAPIStartSession() local 485 entity.id = id; in locAPIStartSession() 486 entity.trackingSession = trackingSession; in locAPIStartSession() 487 entity.batchingSession = batchingSession; in locAPIStartSession() 488 entity.sessionMode = sessionMode; in locAPIStartSession() 489 mSessionBiDict.set(id, session, entity); in locAPIStartSession() 507 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local 509 uint32_t trackingSession = entity.trackingSession; in locAPIStopSession() 510 uint32_t batchingSession = entity.batchingSession; in locAPIStopSession() 511 uint32_t sMode = entity.sessionMode; in locAPIStopSession() [all …]
|
/hardware/qcom/sm7150/gps/location/ |
D | LocationAPIClientBase.cpp | 455 SessionEntity entity; in locAPIStartSession() local 456 entity.id = id; in locAPIStartSession() 457 entity.trackingSession = trackingSession; in locAPIStartSession() 458 entity.batchingSession = batchingSession; in locAPIStartSession() 459 entity.sessionMode = sessionMode; in locAPIStartSession() 460 mSessionBiDict.set(id, session, entity); in locAPIStartSession() 478 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local 480 uint32_t trackingSession = entity.trackingSession; in locAPIStopSession() 481 uint32_t batchingSession = entity.batchingSession; in locAPIStopSession() 482 uint32_t sMode = entity.sessionMode; in locAPIStopSession() [all …]
|
/hardware/qcom/sm8150/gps/location/ |
D | LocationAPIClientBase.cpp | 476 SessionEntity entity; in locAPIStartSession() local 477 entity.id = id; in locAPIStartSession() 478 entity.trackingSession = trackingSession; in locAPIStartSession() 479 entity.batchingSession = batchingSession; in locAPIStartSession() 480 entity.sessionMode = sessionMode; in locAPIStartSession() 481 mSessionBiDict.set(id, session, entity); in locAPIStartSession() 499 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local 501 uint32_t trackingSession = entity.trackingSession; in locAPIStopSession() 502 uint32_t batchingSession = entity.batchingSession; in locAPIStopSession() 503 uint32_t sMode = entity.sessionMode; in locAPIStopSession() [all …]
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPIClientBase.cpp | 416 SessionEntity entity; in locAPIStartSession() local 417 entity.id = id; in locAPIStartSession() 418 entity.trackingSession = trackingSession; in locAPIStartSession() 419 entity.batchingSession = batchingSession; in locAPIStartSession() 420 entity.sessionMode = sessionMode; in locAPIStartSession() 421 mSessionBiDict.set(id, session, entity); in locAPIStartSession() 439 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local 441 uint32_t trackingSession = entity.trackingSession; in locAPIStopSession() 442 uint32_t batchingSession = entity.batchingSession; in locAPIStopSession() 443 uint32_t sMode = entity.sessionMode; in locAPIStopSession() [all …]
|
/hardware/interfaces/power/stats/aidl/vts/ |
D | VtsHalPowerStatsTargetTest.cpp | 178 for (auto entity : entities) { in TEST_P() local 179 EXPECT_GT(entity.states.size(), 0); in TEST_P() 188 for (auto entity : entities) { in TEST_P() local 189 for (auto state : entity.states) { in TEST_P() 200 for (auto entity : entities) { in TEST_P() local 201 testUnique(entity.states, &State::name); in TEST_P() 210 for (auto entity : entities) { in TEST_P() local 211 testUnique(entity.states, &State::id); in TEST_P() 241 for (auto entity : entities) { in TEST_P() local 242 if (!isEntitySkipped(entity.name)) { in TEST_P() [all …]
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPIClientBase.cpp | 256 SessionEntity entity; in locAPIStartSession() local 257 entity.id = id; in locAPIStartSession() 258 entity.trackingSession = trackingSession; in locAPIStartSession() 259 entity.batchingSession = batchingSession; in locAPIStartSession() 260 entity.sessionMode = sessionMode; in locAPIStartSession() 261 mSessionMap[id] = entity; in locAPIStartSession() 279 SessionEntity entity = mSessionMap[id]; in locAPIStopSession() local 281 uint32_t trackingSession = entity.trackingSession; in locAPIStopSession() 282 uint32_t batchingSession = entity.batchingSession; in locAPIStopSession() 283 uint32_t sMode = entity.sessionMode; in locAPIStopSession() [all …]
|
/hardware/google/gchips/include/ |
D | media.h | 95 __u32 entity; member 114 __u32 entity; member
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 2421 struct media_entity_desc entity; in get_sensor_info() local 2429 memset(&entity, 0, sizeof(entity)); in get_sensor_info() 2430 entity.id = num_entities++; in get_sensor_info() 2431 rc = ioctl(dev_fd, MEDIA_IOC_ENUM_ENTITIES, &entity); in get_sensor_info() 2437 if(entity.type == MEDIA_ENT_T_V4L2_SUBDEV && in get_sensor_info() 2438 entity.group_id == MSM_CAMERA_SUBDEV_SENSOR) { in get_sensor_info() 2439 temp = entity.flags >> 8; in get_sensor_info() 2441 facing = ((entity.flags & CAM_SENSOR_FACING_MASK) ? in get_sensor_info() 2444 if (entity.flags & CAM_SENSOR_TYPE_MASK) { in get_sensor_info() 2450 is_yuv = ((entity.flags & CAM_SENSOR_FORMAT_MASK) ? in get_sensor_info() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | xml_consistency.py | 352 if (self.entity, param_type, param_name) in CHECK_PARAM_POINTER_NAME_EXCEPTIONS: 368 if self.entity in CHECK_MEMBER_PNEXT_OPTIONAL_EXCEPTIONS: 489 self.set_error_context(entity=name, elem=info.elem) 588 self.set_error_context(entity=name, elem=elem) 755 self.set_error_context(entity=name, elem=info.elem) 780 self.set_error_context(entity=name, elem=enum) 793 self.set_error_context(entity=capname, elem=elem)
|
/hardware/google/graphics/common/libgscaler/ |
D | libgscaler_media.h | 75 struct media_entity *entity; member
|
/hardware/google/gfxstream/third-party/astc-encoder/ |
D | LICENSE.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by 16 "Legal Entity" shall mean the union of the acting entity and all 18 control with that entity. For the purposes of this definition, 20 direction or management of such entity, whether by contract or 22 outstanding shares, or (iii) beneficial ownership of such entity. 83 institute patent litigation against any entity (including a
|
/hardware/qcom/display/msm8998/liblight/ |
D | NOTICE | 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 30 control with that entity. For the purposes of this definition, 32 direction or management of such entity, whether by contract or 34 outstanding shares, or (iii) beneficial ownership of such entity. 95 institute patent litigation against any entity (including a
|
/hardware/qcom/display/msm8996/liblight/ |
D | NOTICE | 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 30 control with that entity. For the purposes of this definition, 32 direction or management of such entity, whether by contract or 34 outstanding shares, or (iii) beneficial ownership of such entity. 95 institute patent litigation against any entity (including a
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | NOTICE | 26 "Licensor" shall mean the copyright owner or entity authorized by 29 "Legal Entity" shall mean the union of the acting entity and all 31 control with that entity. For the purposes of this definition, 33 direction or management of such entity, whether by contract or 35 outstanding shares, or (iii) beneficial ownership of such entity. 96 institute patent litigation against any entity (including a
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | NOTICE | 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 30 control with that entity. For the purposes of this definition, 32 direction or management of such entity, whether by contract or 34 outstanding shares, or (iii) beneficial ownership of such entity. 95 institute patent litigation against any entity (including a
|
/hardware/google/graphics/common/hwc3/ |
D | NOTICE | 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 30 control with that entity. For the purposes of this definition, 32 direction or management of such entity, whether by contract or 34 outstanding shares, or (iii) beneficial ownership of such entity. 95 institute patent litigation against any entity (including a
|