/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | check_html_xrefs.py | 70 refs = [] variable 80 refs.append((elem, href)) 84 refs.append((elem, href)) 91 if len(refs) > 0: 93 for (elem, href) in refs:
|
D | genRef.py | 152 refs = set(()) 161 refs.update(api.mapDict[name]) 167 refs.update(name for name in explicitRefs) 173 refs.add(base) 179 refs.add(extname) 181 if len(refs) == 0: 184 return ', '.join(macroPrefix(name) for name in sorted(refs)) + '\n' 497 seeAlso=seeAlsoList(pi.name, pi.refs, pi.alias.split()), 548 seeAlso=seeAlsoList(pi.name, pi.refs, pi.alias.split()),
|
D | reflib.py | 151 self.refs = '' 188 logDiag('REFS: "' + pi.refs + '"') 507 pi.refs = xrefs
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | cpp_bindings.h | 280 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef() local 281 ALOGV("addRef: WifiCommand %p has %d references", this, refs); in addRef() 285 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef() local 286 if (refs == 0) { in releaseRef()
|
D | wifi_hal.cpp | 1074 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef() local 1075 ALOGI("addRef: WifiCommand %p has %d references", this, refs); in addRef() 1079 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef() local 1080 if (refs == 0) { in releaseRef() 1084 ALOGI("releaseRef: WifiCommand %p has %d references", this, refs); in releaseRef()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.h | 285 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef() local 286 ALOGV("addRef: WifiCommand %p has %d references", this, refs); in addRef() 290 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef() local 291 if (refs == 0) { in releaseRef()
|
D | wifi_hal.cpp | 1114 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef() local 1115 ALOGI("addRef: WifiCommand %p has %d references", this, refs); in addRef() 1119 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef() local 1120 if (refs == 0) { in releaseRef() 1124 ALOGI("releaseRef: WifiCommand %p has %d references", this, refs); in releaseRef()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/ |
D | fixupRef.py | 29 if pi.refs != '': 33 "',xrefs='" + pi.refs + "']",
|
/hardware/google/gfxstream/third-party/fuchsia/magma/ |
D | README.md | 4 [magma.json](https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/src/graphics/lib/magma/incl…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | macro_checker_file.py | 1137 def remakeRefs(refs): argument 1139 return ' '.join(refs) 1141 refs = splitRefs(text) 1151 refs = splitRefs(text.replace(',', ' ')) 1153 text = remakeRefs(refs) 1162 unique_refs = OrderedDict.fromkeys(refs) 1163 if self.messageEnabled(MessageId.REFPAGE_XREF_DUPE) and len(unique_refs) != len(refs):
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_image_drm_format_modifier.adoc | 401 …t/linux/kernel/git/torvalds/linux.git/tree/include/uapi/drm/drm_mode.h?id=refs/tags/v4.10#n392[`st… 404 …https://cgit.freedesktop.org/mesa/mesa/tree/src/gbm/main/gbm.h?id=refs/tags/mesa-18.0.0-rc1[`gbm.h…
|
/hardware/interfaces/security/rkp/ |
D | README.md | 47 [android-profile-for-dice]: https://pigweed.googlesource.com/open-dice/+/refs/heads/main/docs/andro…
|