Home
last modified time | relevance | path

Searched defs:set_attribute (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/
H A Dsimple_text_output_protocol.h39 EfiStatus (*set_attribute)(struct EfiSimpleTextOutputProtocol* self, size_t attribute); member
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/
H A DVersionedRecordWithSpecialCharactersTest.java60 private Record set_attribute(String _attribute) { in set_attribute() method in VersionedRecordWithSpecialCharactersTest.Record
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sdp/
H A Dpdu.h314 void set_attribute(AttributeId id, DataElement value) { in set_attribute() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dprocess.rs520 set_attribute: simple_text_output::ProtocolSetAttribute, field
653 extern "efiapi" fn set_attribute( in set_attribute() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dprocess.rs520 set_attribute: simple_text_output::ProtocolSetAttribute, field
653 extern "efiapi" fn set_attribute( in set_attribute() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dprocess.rs520 set_attribute: simple_text_output::ProtocolSetAttribute, field
653 extern "efiapi" fn set_attribute( in set_attribute() method
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/
Dconsole.rs99 pub set_attribute: unsafe extern "efiapi" fn(this: *mut Self, attribute: usize) -> Status, field
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/
Dconsole.rs99 pub set_attribute: unsafe extern "efiapi" fn(this: *mut Self, attribute: usize) -> Status, field
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow.rs388 pub fn set_attribute(&self, index: i32, value: isize) -> Result<()> { in set_attribute() method
/aosp_15_r20/external/autotest/frontend/tko/
H A Dmodels.py225 def set_attribute(self, attribute, value): member in Test
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_pipeline_shader.cpp2309 const auto set_attribute = [&](CreatePipelineHelper &helper) { in TEST_F() local
2330 const auto set_attribute = [&](CreatePipelineHelper &helper) { in TEST_F() local
2378 const auto set_attribute = [&](CreatePipelineHelper &helper) { in TEST_F() local
/aosp_15_r20/external/autotest/frontend/afe/
H A Dmodel_logic.py1341 def set_attribute(self, attribute, value): member in ModelWithAttributes