Home
last modified time | relevance | path

Searched defs:attribute_list (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py120 def __init__(self, mojom_name, attribute_list, typename, value, **kwargs): argument
142 def __init__(self, mojom_name, attribute_list, enum_value_list, **kwargs): argument
158 def __init__(self, mojom_name, attribute_list, value, **kwargs): argument
183 def __init__(self, attribute_list, import_filename, **kwargs): argument
205 def __init__(self, mojom_name, attribute_list, body, **kwargs): argument
221 def __init__(self, mojom_name, attribute_list, ordinal, parameter_list, argument
252 def __init__(self, mojom_namespace, attribute_list, **kwargs): argument
305 def __init__(self, mojom_name, attribute_list, ordinal, typename, **kwargs): argument
333 def __init__(self, mojom_name, attribute_list, body, **kwargs): argument
349 def __init__(self, mojom_name, attribute_list, ordinal, typename, argument
[all …]
/aosp_15_r20/external/emboss/compiler/util/
H A Dir_util.py26 def get_attribute(attribute_list, name): argument
38 def get_boolean_attribute(attribute_list, name, default_value=None): argument
58 def get_integer_attribute(attribute_list, name, default_value=None): argument
H A Dattribute_util.py230 def _check_attributes(attribute_list, types, back_end, attribute_specs, argument
/aosp_15_r20/external/autotest/frontend/tko/
H A Drpc_interface.py152 def _attributes_to_dict(attribute_list): argument
157 def _iteration_attributes_to_dict(attribute_list): argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/
H A Dpdu.cc565 std::vector<DataElement> attribute_list(attribute_ranges_.size()); in GetPDU() local
707 DataElement attribute_list; in Parse() local
941 std::vector<DataElement> attribute_list(attribute_ranges_.size()); in GetPDU() local
H A Ddata_element_test.cc204 std::vector<DataElement> attribute_list; in TEST() local
/aosp_15_r20/external/python/cpython3/Modules/
D_winapi.c936 LPPROC_THREAD_ATTRIBUTE_LIST attribute_list; member
941 freeattributelist(AttributeList *attribute_list) in freeattributelist()
954 getattributelist(PyObject *obj, const char *name, AttributeList *attribute_list) in getattributelist()
1085 AttributeList attribute_list = {0}; in _winapi_CreateProcess_impl() local
/aosp_15_r20/external/cronet/base/win/
H A Dstartup_information.cc34 auto attribute_list = std::make_unique<char[]>(size); in InitializeProcThreadAttributeList() local
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py265 def sdp_add_search(self, attribute_list, profile_id): argument
756 def sdp_add_search(self, attribute_list, profile_id): argument
1231 def sdp_add_search(self, attribute_list, profile_id): argument
/aosp_15_r20/packages/modules/Bluetooth/system/packet/avrcp/
Dset_player_application_setting_value.cc56 std::vector<PlayerAttribute> attribute_list; in GetRequestedAttributes() local
Dget_current_player_application_setting_value.cc68 std::vector<PlayerAttribute> attribute_list; in GetRequestedAttributes() local
Dget_element_attributes_packet.cc43 std::vector<Attribute> attribute_list; in GetAttributesRequested() local
Dget_item_attributes.cc116 std::vector<Attribute> attribute_list; in GetAttributesRequested() local
Dget_folder_items.cc259 std::vector<Attribute> attribute_list; in GetAttributesRequested() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dsdp_lib.py42 def addSearch(self, attribute_list, profile_id): argument
/aosp_15_r20/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc35 auto attribute_list = test_packet->GetAttributesRequested(); in TEST() local
Dget_folder_items_packet_test.cc226 std::vector<Attribute> attribute_list = {Attribute::TITLE}; in TEST() local
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dtranslate.py94 def _AttributeListToDict(attribute_list): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.h77 using attribute_list = slot_list_impl<detail::AttributePolicy>; variable