/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/ |
H A D | ast.py | 120 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 D | ir_util.py | 26 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 D | attribute_util.py | 230 def _check_attributes(attribute_list, types, back_end, attribute_specs, argument
|
/aosp_15_r20/external/autotest/frontend/tko/ |
H A D | rpc_interface.py | 152 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 D | pdu.cc | 565 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 D | data_element_test.cc | 204 std::vector<DataElement> attribute_list; in TEST() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _winapi.c | 936 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 D | startup_information.cc | 34 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/ |
D | bluetooth_device.py | 265 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/ |
D | set_player_application_setting_value.cc | 56 std::vector<PlayerAttribute> attribute_list; in GetRequestedAttributes() local
|
D | get_current_player_application_setting_value.cc | 68 std::vector<PlayerAttribute> attribute_list; in GetRequestedAttributes() local
|
D | get_element_attributes_packet.cc | 43 std::vector<Attribute> attribute_list; in GetAttributesRequested() local
|
D | get_item_attributes.cc | 116 std::vector<Attribute> attribute_list; in GetAttributesRequested() local
|
D | get_folder_items.cc | 259 std::vector<Attribute> attribute_list; in GetAttributesRequested() local
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | sdp_lib.py | 42 def addSearch(self, attribute_list, profile_id): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/packet/tests/avrcp/ |
D | get_element_attributes_packet_test.cc | 35 auto attribute_list = test_packet->GetAttributesRequested(); in TEST() local
|
D | get_folder_items_packet_test.cc | 226 std::vector<Attribute> attribute_list = {Attribute::TITLE}; in TEST() local
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
H A D | translate.py | 94 def _AttributeListToDict(attribute_list): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/ |
H A D | module.h | 77 using attribute_list = slot_list_impl<detail::AttributePolicy>; variable
|