/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Optional.h | 112 void setConstructed(bool constructed) { mConstructed = constructed; } in setConstructed() argument 113 constexpr bool constructed() const { return mConstructed; } in constructed() function 114 constexpr operator bool() const { return constructed(); } 115 bool hasValue() const { return constructed(); } in hasValue() 117 constexpr OptionalFlagBase(bool constructed = false) 118 : mConstructed(constructed) {} in mConstructed() argument 196 Optional(const Optional& other) : base_flag(other.constructed()) { in Optional() 197 if (this->constructed()) { in Optional() 201 Optional(Optional&& other) : base_flag(other.constructed()) { in Optional() 202 if (this->constructed()) { in Optional() [all …]
|
/hardware/google/aemu/base/include/aemu/base/ |
D | Optional.h | 116 void setConstructed(bool constructed) { mConstructed = constructed; } in setConstructed() argument 117 constexpr bool constructed() const { return mConstructed; } in constructed() function 118 constexpr operator bool() const { return constructed(); } 119 bool hasValue() const { return constructed(); } in hasValue() 121 constexpr OptionalFlagBase(bool constructed = false) 122 : mConstructed(constructed) {} in mConstructed() argument 200 Optional(const Optional& other) : base_flag(other.constructed()) { in Optional() 201 if (this->constructed()) { in Optional() 205 Optional(Optional&& other) : base_flag(other.constructed()) { in Optional() 206 if (this->constructed()) { in Optional() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | write_micromap_properties_common.adoc | 8 All micromaps in pname:pMicromaps must: have been constructed prior to 11 All micromaps in pname:pMicromaps must: have been constructed with
|
D | copy_acceleration_structure_common.adoc | 12 The source acceleration structure pname:src must: have been constructed 16 pname:src must: have been constructed with
|
D | build_acceleration_structure_common.adoc | 104 constructed with
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | video_decode_h265_extensions.adoc | 259 * the pair constructed from code:sps_video_parameter_set_id and 383 * the triplet constructed from code:sps_video_parameter_set_id, 490 The pair constructed from the pname:sps_video_parameter_set_id and 495 The triplet constructed from the pname:sps_video_parameter_set_id, 594 constructed from 599 constructed from
|
D | video_encode_h265_extensions.adoc | 530 set identified by the pair constructed from pname:stdVPSId and 533 set identified by the triplet constructed from pname:stdVPSId, 552 . The H.265 sequence parameter set identified by the pair constructed from 555 . The H.265 picture parameter set identified by the triplet constructed
|
D | video_decode_h264_extensions.adoc | 326 * the pair constructed from code:seq_parameter_set_id and 423 The pair constructed from the pname:seq_parameter_set_id and 511 constructed from
|
D | video_encode_h264_extensions.adoc | 435 set identified by the pair constructed from pname:stdSPSId and 450 . The H.264 picture parameter set identified by the pair constructed from
|
D | accelstructures.adoc | 23 An acceleration structure is considered to be constructed if an 239 constructed with 1457 This matrix is constructed from the parameters above by: 1485 Finally, the transform has a translation T constructed from the parameters 2007 The source acceleration structure pname:src must: have been constructed
|
D | memory.adoc | 1266 Whether device memory objects constructed via a memory import operation hold
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssConfiguration.hal | 76 * constructed and enabled. GNSS HAL must maintain the existing requests
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 84 * If the result buffer cannot be constructed for a request, the HAL must
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_opacity_micromap/ |
D | micromaps.adoc | 29 A micromap is considered to be constructed if a <<micromap-building,micromap 531 The source acceleration structure pname:src must: have been constructed 535 must: have been constructed with 648 The source micromap pname:src must: have been constructed prior to the
|
/hardware/interfaces/wifi/1.6/ |
D | types.hal | 1143 * Cipher type for data-paths constructed in the context of this discovery session. Valid if 1149 … * Indicates whether or not the peer requires security enabled in any data-path (NDP) constructed
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 1439 * Cipher type for data-paths constructed in the context of this discovery session. Valid if 1444 * Indicates whether or not the peer requires security enabled in any data-path (NDP) constructed
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 574 * with a value that has the HardwareAuthenticatorType::PASSWORD bit set, the constructed 581 * bit set, the constructed key must be bound to the SID value provided by this argument.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.mjs | 73 text) // the text of the newly constructed token 4019 // `ParseNode` types. These `ParseNode`s are constructed within `Parser` by 16653 } // Lexer's tokenRegex is constructed to always have matching
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 3865 * Use the term <<acceleration-structure-def, "`constructed`">> to refer to
|