/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/CAPI/ |
H A D | Attributes.cc | 36 bool mlirMhloAttributeIsAScatterDimensionNumbers(MlirAttribute attr) { in mlirMhloAttributeIsAScatterDimensionNumbers() 41 MlirAttribute attr) { in mlirMhloScatterDimensionNumbersGetUpdateWindowDimsSize() 49 MlirAttribute attr, intptr_t pos) { in mlirMhloScatterDimensionNumbersGetUpdateWindowDimsElem() 56 MlirAttribute attr) { in mlirMhloScatterDimensionNumbersGetInsertedWindowDimsSize() 64 MlirAttribute attr, intptr_t pos) { in mlirMhloScatterDimensionNumbersGetInsertedWindowDimsElem() 71 MlirAttribute attr) { in mlirMhloScatterDimensionNumbersGetScatteredDimsToOperandDimsSize() 79 MlirAttribute attr, intptr_t pos) { in mlirMhloScatterDimensionNumbersGetScatteredDimsToOperandDimsElem() 85 int64_t mlirMhloDimensionNumbersGetIndexVectorDim(MlirAttribute attr) { in mlirMhloDimensionNumbersGetIndexVectorDim() 106 bool mlirMhloAttributeIsAGatherDimensionNumbers(MlirAttribute attr) { in mlirMhloAttributeIsAGatherDimensionNumbers() 110 intptr_t mlirMhloGatherDimensionNumbersGetOffsetDimsSize(MlirAttribute attr) { in mlirMhloGatherDimensionNumbersGetOffsetDimsSize() [all …]
|
/aosp_15_r20/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/ |
D | EmergencyCallDomainSelectorTest.java | 347 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDestroyed() local 375 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDomainPreferenceConfigurationError() local 391 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, null); in testNullEmergencyRegistrationResult() local 409 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoRedundantDomainSelectionFromInitialState() local 443 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoUnexpectedTransportChangeFromInitialState() local 463 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoRedundantScanRequestFromInitialState() local 490 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoRedundantTerminationFromInitialState() local 511 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredBarredSelectCs() local 529 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredSelectPs() local 547 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredSelectPsThenCsfb() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | operations.cc | 317 const Convolution2DAttributes& attr) { in CalculateOutputWithoutStrides() 326 const Convolution3DAttributes& attr) { in CalculateOutputWithoutStrides() 335 const Pooling2DAttributes& attr) { in CalculateOutputWithoutStrides() 344 const Pooling3DAttributes& attr) { in CalculateOutputWithoutStrides() 353 const ConvolutionTransposedAttributes& attr) { in CalculateOutput() 361 const ConvolutionTransposed3DAttributes& attr) { in CalculateOutput() 372 int32_t CalculateOutput(const BHWC& input, const AttrT& attr) { in CalculateOutput() 378 int32_t CalculateOutput(const BHWDC& input, const AttrT& attr) { in CalculateOutput() 393 const Convolution2DAttributes& attr) { in CalculateSamePadding() 403 const Convolution3DAttributes& attr) { in CalculateSamePadding() [all …]
|
/aosp_15_r20/external/libnetfilter_conntrack/src/conntrack/ |
H A D | parse_mnl.c | 18 nfct_parse_ip_attr_cb(const struct nlattr *attr, void *data) in nfct_parse_ip_attr_cb() 46 nfct_parse_ip(const struct nlattr *attr, struct __nfct_tuple *tuple, in nfct_parse_ip() 119 nfct_parse_proto_attr_cb(const struct nlattr *attr, void *data) in nfct_parse_proto_attr_cb() 149 nfct_parse_proto(const struct nlattr *attr, struct __nfct_tuple *tuple, in nfct_parse_proto() 243 static int nfct_parse_tuple_attr_cb(const struct nlattr *attr, void *data) in nfct_parse_tuple_attr_cb() 268 nfct_parse_tuple(const struct nlattr *attr, struct __nfct_tuple *tuple, in nfct_parse_tuple() 302 nfct_parse_pinfo_tcp_attr_cb(const struct nlattr *attr, void *data) in nfct_parse_pinfo_tcp_attr_cb() 330 nfct_parse_protoinfo_tcp(const struct nlattr *attr, struct nf_conntrack *ct) in nfct_parse_protoinfo_tcp() 377 nfct_parse_pinfo_sctp_attr_cb(const struct nlattr *attr, void *data) in nfct_parse_pinfo_sctp_attr_cb() 401 nfct_parse_protoinfo_sctp(const struct nlattr *attr, struct nf_conntrack *ct) in nfct_parse_protoinfo_sctp() [all …]
|
H A D | parse.c | 16 static void __parse_ip(const struct nfattr *attr, in __parse_ip() 88 static void __parse_proto(const struct nfattr *attr, in __parse_proto() 181 void __parse_tuple(const struct nfattr *attr, in __parse_tuple() 208 static void __parse_protoinfo_tcp(const struct nfattr *attr, in __parse_protoinfo_tcp() 252 static void __parse_protoinfo_sctp(const struct nfattr *attr, in __parse_protoinfo_sctp() 279 static void __parse_protoinfo_dccp(const struct nfattr *attr, in __parse_protoinfo_dccp() 306 static void __parse_protoinfo(const struct nfattr *attr, in __parse_protoinfo() 323 static void __parse_counters(const struct nfattr *attr, in __parse_counters() 381 __parse_nat_seq(const struct nfattr *attr, struct nf_conntrack *ct, int dir) in __parse_nat_seq() 428 __parse_helper(const struct nfattr *attr, struct nf_conntrack *ct) in __parse_helper() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
H A D | operation_selector.cc | 49 bool IsRecommendedForWinograd4x4To6x6(const Convolution2DAttributes& attr, in IsRecommendedForWinograd4x4To6x6() 84 const Convolution2DAttributes& attr, in WinogradFromNode() 163 void* attr = nullptr) { in AddDynamicConv() 245 const Convolution2DAttributes& attr, const WeightsDescription& weights_desc, in AddConvSharedWeights() 387 auto attr = absl::any_cast<ConcatAttributes>(node.operation.attributes); in GPUOperationFromNodePart0() local 447 auto attr = in GPUOperationFromNodePart0() local 506 auto attr = absl::any_cast<ConvolutionTransposedAttributes>( in GPUOperationFromNodePart0() local 530 auto attr = absl::any_cast<DepthwiseConvolution2DAttributes>( in GPUOperationFromNodePart0() local 551 auto attr = absl::any_cast<CumsumAttributes>(node.operation.attributes); in GPUOperationFromNodePart0() local 556 auto attr = in GPUOperationFromNodePart0() local [all …]
|
H A D | simple_selectors.cc | 62 std::unique_ptr<GPUOperation> SelectReLU(const ReLUAttributes& attr, in SelectReLU() 67 std::unique_ptr<GPUOperation> SelectPReLU(const PReLUAttributes& attr, in SelectPReLU() 73 std::unique_ptr<GPUOperation> SelectPooling(const Pooling2DAttributes& attr, in SelectPooling() 80 const MaxUnpooling2DAttributes& attr, const GpuInfo& gpu_info, in SelectMaxUnpooling() 92 absl::Status SelectGather(const GatherAttributes& attr, in SelectGather() 110 absl::Status SelectResize(const Resize2DAttributes& attr, in SelectResize() 118 absl::Status SelectConcat(const ConcatAttributes& attr, in SelectConcat() 142 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolutionDynamicWeights() 160 void SelectSpaceToDepth(const SpaceToDepthAttributes& attr, in SelectSpaceToDepth() 167 void SelectDepthToSpace(const SpaceToDepthAttributes& attr, in SelectDepthToSpace() [all …]
|
/aosp_15_r20/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | SipSessionTrackerTest.java | 151 DialogAttributes attr = new DialogAttributes(); in testMetricsEndedGracefullyBye() local 156 verifyContainsCallIds(mTrackerUT.getEarlyDialogs(), attr); in testMetricsEndedGracefullyBye() local 163 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr); in testMetricsEndedGracefullyBye() local 171 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attr); in testMetricsEndedGracefullyBye() local 181 DialogAttributes attr = new DialogAttributes(); in testMetricsCloseCleanupSession() local 186 verifyContainsCallIds(mTrackerUT.getEarlyDialogs(), attr); in testMetricsCloseCleanupSession() local 193 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr); in testMetricsCloseCleanupSession() local 209 DialogAttributes attr = new DialogAttributes(); in testMetricsCloseClearAllSessions() local 215 verifyContainsCallIds(mTrackerUT.getEarlyDialogs(), attr); in testMetricsCloseClearAllSessions() local 222 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr); in testMetricsCloseClearAllSessions() local [all …]
|
/aosp_15_r20/external/libcups/cups/ |
H A D | ipp.c | 117 ipp_attribute_t *attr; /* New attribute */ in ippAddBoolean() local 164 ipp_attribute_t *attr; /* New attribute */ in ippAddBooleans() local 219 ipp_attribute_t *attr; /* New attribute */ in ippAddCollection() local 272 ipp_attribute_t *attr; /* New attribute */ in ippAddCollections() local 329 ipp_attribute_t *attr; /* New attribute */ in ippAddDate() local 378 ipp_attribute_t *attr; /* New attribute */ in ippAddInteger() local 446 ipp_attribute_t *attr; /* New attribute */ in ippAddIntegers() local 512 ipp_attribute_t *attr; /* New attribute */ in ippAddOctetString() local 624 ipp_attribute_t *attr; /* New attribute */ in ippAddRange() local 673 ipp_attribute_t *attr; /* New attribute */ in ippAddRanges() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/ |
H A D | convert_attributes.cc | 73 Status ConvertAttribute(BoolAttr attr, AttrValue* value) { in ConvertAttribute() 78 Status ConvertAttribute(IntegerAttr attr, AttrValue* value) { in ConvertAttribute() 83 Status ConvertAttribute(FloatAttr attr, AttrValue* value) { in ConvertAttribute() 88 Status ConvertAttribute(ElementsAttr attr, AttrValue* value) { in ConvertAttribute() 92 Status ConvertAttribute(PlaceholderAttr attr, AttrValue* value) { in ConvertAttribute() 97 Status ConvertAttribute(ShapeAttr attr, AttrValue* value) { in ConvertAttribute() 102 Status ConvertAttribute(FlatSymbolRefAttr attr, AttrValue* value) { in ConvertAttribute() 107 Status ConvertAttribute(FuncAttr attr, bool remove_ref_type, AttrValue* value) { in ConvertAttribute() 116 Status ConvertAttribute(StringAttr attr, AttrValue* value) { in ConvertAttribute() 134 Status ConvertAttribute(const UnitAttr& attr, AttrValue* value) { in ConvertAttribute() [all …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/link/ |
H A D | ManifestFixer.cpp | 67 xml::Attribute* attr = data_el->FindAttribute(xml::kSchemaAndroid, attr_name); in VerifyDeeplinkPathAttribute() local 122 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsNotEmpty() local 138 static bool NameIsJavaClassName(xml::Element* el, xml::Attribute* attr, in NameIsJavaClassName() 159 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name")) { in OptionalNameIsJavaClassName() local 166 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaClassName() local 176 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "configChanges"); in UpdateConfigChangesIfNeeded() local 229 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaPackage() local 244 static xml::XmlNodeAction::ActionFuncWithDiag RequiredAndroidAttribute(const std::string& attr) { in RequiredAndroidAttribute() 280 xml::Attribute* attr = el->FindAttribute({}, kFeatureSplit); in AutoGenerateIsFeatureSplit() local 287 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kIsFeatureSplit); in AutoGenerateIsFeatureSplit() local [all …]
|
H A D | ManifestFixer_test.cpp | 131 xml::Attribute* attr; in TEST_F() local 265 xml::Attribute* attr = nullptr; in TEST_F() local 325 xml::Attribute* attr = in TEST_F() local 351 xml::Attribute* attr = in TEST_F() local 375 xml::Attribute* attr = overlay_el->FindAttribute(xml::kSchemaAndroid, "category"); in TEST_F() local 400 xml::Attribute* attr = overlay_el->FindAttribute(xml::kSchemaAndroid, "category"); in TEST_F() local 420 xml::Attribute* attr = in TEST_F() local 452 xml::Attribute* attr = in TEST_F() local 485 xml::Attribute* attr = in TEST_F() local 513 xml::Attribute* attr = manifest_el->FindAttribute(xml::kSchemaAndroid, "revisionCode"); in TEST_F() local [all …]
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | pthread_attr.cpp | 45 int pthread_attr_init(pthread_attr_t* attr) { in pthread_attr_init() 56 int pthread_attr_destroy(pthread_attr_t* attr) { in pthread_attr_destroy() 62 int pthread_attr_setinheritsched(pthread_attr_t* attr, int flag) { in pthread_attr_setinheritsched() 76 int pthread_attr_getinheritsched(const pthread_attr_t* attr, int* flag) { in pthread_attr_getinheritsched() 89 int pthread_attr_setdetachstate(pthread_attr_t* attr, int state) { in pthread_attr_setdetachstate() 101 int pthread_attr_getdetachstate(const pthread_attr_t* attr, int* state) { in pthread_attr_getdetachstate() 107 int pthread_attr_setschedpolicy(pthread_attr_t* attr, int policy) { in pthread_attr_setschedpolicy() 113 int pthread_attr_getschedpolicy(const pthread_attr_t* attr, int* policy) { in pthread_attr_getschedpolicy() 119 int pthread_attr_setschedparam(pthread_attr_t* attr, const sched_param* param) { in pthread_attr_setschedparam() 125 int pthread_attr_getschedparam(const pthread_attr_t* attr, sched_param* param) { in pthread_attr_getschedparam() [all …]
|
H A D | spawn.cpp | 139 static void ApplyAttrs(short flags, const posix_spawnattr_t* attr) { in ApplyAttrs() 185 const posix_spawnattr_t* attr, in posix_spawn() 215 const posix_spawnattr_t* attr, char* const argv[], char* const env[]) { in posix_spawn() 220 const posix_spawnattr_t* attr, char* const argv[], char* const env[]) { in posix_spawnp() 224 int posix_spawnattr_init(posix_spawnattr_t* attr) { in posix_spawnattr_init() 229 int posix_spawnattr_destroy(posix_spawnattr_t* attr) { in posix_spawnattr_destroy() 235 int posix_spawnattr_setflags(posix_spawnattr_t* attr, short flags) { in posix_spawnattr_setflags() 245 int posix_spawnattr_getflags(const posix_spawnattr_t* attr, short* flags) { in posix_spawnattr_getflags() 250 int posix_spawnattr_setpgroup(posix_spawnattr_t* attr, pid_t pgroup) { in posix_spawnattr_setpgroup() 255 int posix_spawnattr_getpgroup(const posix_spawnattr_t* attr, pid_t* pgroup) { in posix_spawnattr_getpgroup() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
H A D | export_utils.cc | 105 Status ConvertAttribute(const mlir::BoolAttr& attr, AttrValue* value) { in ConvertAttribute() 110 Status ConvertAttribute(const mlir::IntegerAttr& attr, AttrValue* value) { in ConvertAttribute() 115 Status ConvertAttribute(const mlir::FloatAttr& attr, AttrValue* value) { in ConvertAttribute() 120 Status ConvertAttribute(const mlir::ElementsAttr& attr, AttrValue* value) { in ConvertAttribute() 124 Status ConvertAttribute(const mlir::TF::PlaceholderAttr& attr, in ConvertAttribute() 130 Status ConvertAttribute(const mlir::TF::ShapeAttr& attr, AttrValue* value) { in ConvertAttribute() 135 Status ConvertAttribute(const mlir::FlatSymbolRefAttr& attr, AttrValue* value) { in ConvertAttribute() 140 Status ConvertAttribute(const mlir::TF::FuncAttr& attr, bool remove_ref_type, in ConvertAttribute() 150 Status ConvertAttribute(const mlir::StringAttr& attr, AttrValue* value) { in ConvertAttribute() 187 Status ConvertAttribute(const mlir::UnitAttr& attr, AttrValue* value) { in ConvertAttribute() [all …]
|
/aosp_15_r20/external/libbpf/src/ |
H A D | bpf.c | 72 static inline int sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf() 78 static inline int sys_bpf_fd(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf_fd() 87 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts) in sys_bpf_prog_load() 114 union bpf_attr attr; in probe_memcg_account() local 176 union bpf_attr attr; in bpf_map_create() local 247 union bpf_attr attr; in bpf_prog_load() local 391 union bpf_attr attr; in bpf_map_update_elem() local 407 union bpf_attr attr; in bpf_map_lookup_elem() local 422 union bpf_attr attr; in bpf_map_lookup_elem_flags() local 438 union bpf_attr attr; in bpf_map_lookup_and_delete_elem() local [all …]
|
/aosp_15_r20/external/ethtool/libmnl/src/ |
H A D | attr.c | 38 EXPORT_SYMBOL uint16_t mnl_attr_get_type(const struct nlattr *attr) in mnl_attr_get_type() 53 EXPORT_SYMBOL uint16_t mnl_attr_get_len(const struct nlattr *attr) in mnl_attr_get_len() 64 EXPORT_SYMBOL uint16_t mnl_attr_get_payload_len(const struct nlattr *attr) in mnl_attr_get_payload_len() 75 EXPORT_SYMBOL void *mnl_attr_get_payload(const struct nlattr *attr) in mnl_attr_get_payload() 98 EXPORT_SYMBOL bool mnl_attr_ok(const struct nlattr *attr, int len) in mnl_attr_ok() 115 EXPORT_SYMBOL struct nlattr *mnl_attr_next(const struct nlattr *attr) in mnl_attr_next() 138 EXPORT_SYMBOL int mnl_attr_type_valid(const struct nlattr *attr, uint16_t max) in mnl_attr_type_valid() 147 static int __mnl_attr_validate(const struct nlattr *attr, in __mnl_attr_validate() 221 EXPORT_SYMBOL int mnl_attr_validate(const struct nlattr *attr, enum mnl_attr_data_type type) in mnl_attr_validate() 247 EXPORT_SYMBOL int mnl_attr_validate2(const struct nlattr *attr, in mnl_attr_validate2() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/x3/ |
D | sequence.cpp | 78 vector<char, char> attr; in main() local 87 vector<char, char> attr; in main() local 95 vector<char, char, char> attr; in main() local 104 vector<char, char> attr; in main() local 112 vector<char, char> attr; in main() local 120 vector<char, char> attr; in main() local 128 char attr; in main() local 135 vector<char> attr; in main() local 389 attr_type attr; in main() local 401 attr_type attr; in main() local [all …]
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/ |
H A D | proc.c | 42 APR_DECLARE(apr_status_t) apr_procattr_io_set(apr_procattr_t *attr, in apr_procattr_io_set() 93 APR_DECLARE(apr_status_t) apr_procattr_child_in_set(apr_procattr_t *attr, in apr_procattr_child_in_set() 127 APR_DECLARE(apr_status_t) apr_procattr_child_out_set(apr_procattr_t *attr, in apr_procattr_child_out_set() 161 APR_DECLARE(apr_status_t) apr_procattr_child_err_set(apr_procattr_t *attr, in apr_procattr_child_err_set() 194 APR_DECLARE(apr_status_t) apr_procattr_dir_set(apr_procattr_t *attr, in apr_procattr_dir_set() 205 APR_DECLARE(apr_status_t) apr_procattr_cmdtype_set(apr_procattr_t *attr, in apr_procattr_cmdtype_set() 212 APR_DECLARE(apr_status_t) apr_procattr_detach_set(apr_procattr_t *attr, in apr_procattr_detach_set() 241 static apr_status_t limit_proc(apr_procattr_t *attr) in limit_proc() 293 APR_DECLARE(apr_status_t) apr_procattr_child_errfn_set(apr_procattr_t *attr, in apr_procattr_child_errfn_set() 300 APR_DECLARE(apr_status_t) apr_procattr_error_check_set(apr_procattr_t *attr, in apr_procattr_error_check_set() [all …]
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/ |
H A D | proc.c | 59 APR_DECLARE(apr_status_t) apr_procattr_io_set(apr_procattr_t *attr, in apr_procattr_io_set() 110 APR_DECLARE(apr_status_t) apr_procattr_child_in_set(apr_procattr_t *attr, apr_file_t *child_in, in apr_procattr_child_in_set() 140 APR_DECLARE(apr_status_t) apr_procattr_child_out_set(apr_procattr_t *attr, apr_file_t *child_out, in apr_procattr_child_out_set() 170 APR_DECLARE(apr_status_t) apr_procattr_child_err_set(apr_procattr_t *attr, apr_file_t *child_err, in apr_procattr_child_err_set() 200 APR_DECLARE(apr_status_t) apr_procattr_dir_set(apr_procattr_t *attr, in apr_procattr_dir_set() 207 APR_DECLARE(apr_status_t) apr_procattr_cmdtype_set(apr_procattr_t *attr, in apr_procattr_cmdtype_set() 214 APR_DECLARE(apr_status_t) apr_procattr_detach_set(apr_procattr_t *attr, apr_int32_t detach) in apr_procattr_detach_set() 243 static apr_status_t limit_proc(apr_procattr_t *attr) in limit_proc() 288 APR_DECLARE(apr_status_t) apr_procattr_child_errfn_set(apr_procattr_t *attr, in apr_procattr_child_errfn_set() 295 APR_DECLARE(apr_status_t) apr_procattr_error_check_set(apr_procattr_t *attr, in apr_procattr_error_check_set() [all …]
|
/aosp_15_r20/frameworks/av/media/libmediametrics/ |
H A D | MediaMetrics.cpp | 65 void mediametrics_setInt32(mediametrics_handle_t handle, attr_t attr, in mediametrics_setInt32() 71 void mediametrics_setInt64(mediametrics_handle_t handle, attr_t attr, in mediametrics_setInt64() 77 void mediametrics_setDouble(mediametrics_handle_t handle, attr_t attr, in mediametrics_setDouble() 83 void mediametrics_setRate(mediametrics_handle_t handle, attr_t attr, in mediametrics_setRate() 89 void mediametrics_setString(mediametrics_handle_t handle, attr_t attr, in mediametrics_setString() 94 void mediametrics_setCString(mediametrics_handle_t handle, attr_t attr, in mediametrics_setCString() 103 void mediametrics_addInt32(mediametrics_handle_t handle, attr_t attr, in mediametrics_addInt32() 109 void mediametrics_addInt64(mediametrics_handle_t handle, attr_t attr, in mediametrics_addInt64() 115 void mediametrics_addDouble(mediametrics_handle_t handle, attr_t attr, in mediametrics_addDouble() 121 void mediametrics_addRate(mediametrics_handle_t handle, attr_t attr, in mediametrics_addRate() [all …]
|
/aosp_15_r20/cts/tests/tests/print/src/android/print/pdf/cts/ |
H A D | PrintedPdfDocumentTest.java | 60 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS).build(); in createWithNullMediaSize() local 66 PrintAttributes attr = new PrintAttributes.Builder() in createWithNullMargins() local 74 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in createWithNullContext() local 84 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in startPage() local 95 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in oneMilPageSize() local 121 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getPageWidth() local 131 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getPageHeight() local 141 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getContentRect() local 153 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(margins) in getContentRectBigMargins() local 166 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getPageHeightAfterClose() local [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | wps_validate.c | 1030 struct wps_parse_attr attr; in wps_validate_cred() local 1085 struct wps_parse_attr attr; in wps_validate_beacon() local 1124 struct wps_parse_attr attr; in wps_validate_beacon_probe_resp() local 1182 struct wps_parse_attr attr; in wps_validate_probe_req() local 1229 struct wps_parse_attr attr; in wps_validate_assoc_req() local 1258 struct wps_parse_attr attr; in wps_validate_assoc_resp() local 1287 struct wps_parse_attr attr; in wps_validate_m1() local 1343 struct wps_parse_attr attr; in wps_validate_m2() local 1398 struct wps_parse_attr attr; in wps_validate_m2d() local 1450 struct wps_parse_attr attr; in wps_validate_m3() local [all …]
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/ |
H A D | proc.c | 52 APR_DECLARE(apr_status_t) apr_procattr_io_set(apr_procattr_t *attr, in apr_procattr_io_set() 102 APR_DECLARE(apr_status_t) apr_procattr_dir_set(apr_procattr_t *attr, in apr_procattr_dir_set() 120 APR_DECLARE(apr_status_t) apr_procattr_cmdtype_set(apr_procattr_t *attr, in apr_procattr_cmdtype_set() 127 APR_DECLARE(apr_status_t) apr_procattr_detach_set(apr_procattr_t *attr, apr_int32_t detach) in apr_procattr_detach_set() 186 APR_DECLARE(apr_status_t) apr_procattr_child_errfn_set(apr_procattr_t *attr, in apr_procattr_child_errfn_set() 193 APR_DECLARE(apr_status_t) apr_procattr_error_check_set(apr_procattr_t *attr, in apr_procattr_error_check_set() 200 APR_DECLARE(apr_status_t) apr_procattr_addrspace_set(apr_procattr_t *attr, in apr_procattr_addrspace_set() 210 apr_procattr_t *attr, in apr_proc_create() 345 APR_DECLARE(apr_status_t) apr_procattr_child_in_set(apr_procattr_t *attr, apr_file_t *child_in, in apr_procattr_child_in_set() 373 APR_DECLARE(apr_status_t) apr_procattr_child_out_set(apr_procattr_t *attr, apr_file_t *child_out, in apr_procattr_child_out_set() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509_att.c | 162 X509_ATTRIBUTE *attr; in STACK_OF() local 177 X509_ATTRIBUTE *attr; in STACK_OF() local 193 X509_ATTRIBUTE *attr; in STACK_OF() local 203 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, in X509_ATTRIBUTE_create_by_NID() 217 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_OBJ() 246 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_txt() 265 int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj) in X509_ATTRIBUTE_set1_object() 274 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data() 325 int X509_ATTRIBUTE_count(const X509_ATTRIBUTE *attr) in X509_ATTRIBUTE_count() 330 ASN1_OBJECT *X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr) in X509_ATTRIBUTE_get0_object() [all …]
|