/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | ResilientBuffer.cpp | 36 auto protect(const ResilientBuffer& resilientBuffer, const FnType& fn) in protect() function 104 return protect(*this, fn); in copyTo() 112 return protect(*this, fn); in copyFrom()
|
D | ResilientPreparedModel.cpp | 42 auto protect(const ResilientPreparedModel& resilientPreparedModel, const FnType& fn) in protect() function 117 return protect(*this, fn); in execute() 134 return protect(*this, fn); in executeFenced() 183 return protect(*this, fn); in createReusableExecutionInternal() 201 return protect(*this, fn); in configureExecutionBurstInternal()
|
D | ResilientExecution.cpp | 40 auto protect(const ResilientExecution& resilientExecution, const FnType& fn) in protect() function 108 return protect(*this, fn); in compute() 119 return protect(*this, fn); in computeFenced()
|
D | ResilientDevice.cpp | 42 auto protect(const ResilientDevice& resilientDevice, const FnType& fn, bool blocking) in protect() function 168 return protect(*this, fn, /*blocking=*/true); in wait() 176 return protect(*this, fn, /*blocking=*/false); in getSupportedOperations() 250 return protect(*this, fn, /*blocking=*/false); in prepareModelInternal() 262 return protect(*this, fn, /*blocking=*/false); in prepareModelFromCacheInternal() 275 return protect(*this, fn, /*blocking=*/false); in allocateInternal()
|
D | ResilientBurst.cpp | 40 auto protect(const ResilientBurst& resilientBurst, const FnType& fn) in protect() function 116 return protect(*this, fn); in execute() 152 return protect(*this, fn); in createReusableExecutionInternal()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | entity_db.py | 138 protect = info.elem.get('protect') 139 if protect: 140 self.addEntity(protect, 'dlink', 210 protect = info.elem.get('protect') 211 if protect: 212 self.addEntity(protect, 'dlink',
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | generator.py | 667 protect = elem.get('protect') 668 if protect is not None: 669 body += '#ifdef {}\n'.format(protect) 692 if protect is not None: 760 protect = elem.get('protect') 761 if protect is not None: 762 decl += '#ifdef {}\n'.format(protect) 771 if protect is not None:
|
D | genvk.py | 104 protect = args.protect 153 protectFile = protect
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_surface_protected_capabilities.adoc | 24 Vulkan 1.1 added (optional) support for protect memory and protected
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | codegen.py | 1005 protect = None 1007 protect = self.typeInfo.enumElem[enum].get("protect", default=None) 1008 if protect is not None: 1009 cgen.leftline("#ifdef %s" % protect) 1040 if protect is not None: 1041 cgen.leftline("#endif // %s" % protect)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
D | registry.rnc | 40 # protect - preprocessor symbol to include platform headers from <vulkan.h> 44 attribute protect { text } , 249 # protect - additional #ifdef symbol to place around the enum 275 attribute protect { text } ? & 414 # protect - additional #ifdef symbol to place around the feature 424 attribute protect { text } ? , 462 # protect - C preprocessor symbol to conditionally define the interface 497 attribute protect { text } ? ,
|
/hardware/interfaces/usb/1.2/ |
D | IUsb.hal | 60 * @param enable true Reduce capabilities of the port to protect port
|
/hardware/interfaces/neuralnetworks/utils/ |
D | README.md | 106 To protect against the case when the server dies after the asynchronous task was called successfully
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 369 * attr:protect - required. 381 `protect="VK_USE_PLATFORM_XLIB_XRANDR_EXT"` 891 * attr:protect - optional. 892 An additional preprocessor token used to protect an enum definition. 1286 * attr:protect - optional. 1287 An additional preprocessor token used to protect a feature definition. 1448 * attr:protect - optional. 1449 An additional preprocessor token used to protect an extension 1730 * attr:protect - define a preprocessor protection symbol for the enum in 1734 The attr:protect attribute may always be present.
|
D | ChangeLog.adoc | 4823 * Add `"protect"` attribute to provisional extension enumerants, and emit 9440 schema documentation, and add the protect= attribute of <extension>
|
/hardware/interfaces/security/rkp/ |
D | README.md | 7 protect device privacy and security.
|
/hardware/interfaces/graphics/mapper/4.0/ |
D | IMapper.hal | 374 * There is one exception to this rule. Fences CANNOT be used to protect a buffer's
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | writing.adoc | 1047 Make sure to protect enumerants added to the type by extensions or future
|
D | extensions.adoc | 583 Specification, make such changes and protect the modifications with the
|