/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | persistable_bundle_aidl.h | 177 void putBoolean(const std::string& key, bool val) { in putBoolean() 183 void putInt(const std::string& key, int32_t val) { in putInt() 189 void putLong(const std::string& key, int64_t val) { in putLong() 195 void putDouble(const std::string& key, double val) { in putDouble() 201 void putString(const std::string& key, const std::string& val) { in putString() 269 bool getBoolean(const std::string& key, bool* _Nonnull val) const { in getBoolean() 277 bool getInt(const std::string& key, int32_t* _Nonnull val) const { in getInt() 285 bool getLong(const std::string& key, int64_t* _Nonnull val) const { in getLong() 293 bool getDouble(const std::string& key, double* _Nonnull val) const { in getDouble() 305 bool getString(const std::string& key, std::string* _Nonnull val) const { in getString() [all …]
|
/aosp_15_r20/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | persistable_bundle_aidl.h | 174 void putBoolean(const std::string& key, bool val) { in putBoolean() 180 void putInt(const std::string& key, int32_t val) { in putInt() 186 void putLong(const std::string& key, int64_t val) { in putLong() 192 void putDouble(const std::string& key, double val) { in putDouble() 198 void putString(const std::string& key, const std::string& val) { in putString() 266 bool getBoolean(const std::string& key, bool* _Nonnull val) const { in getBoolean() 274 bool getInt(const std::string& key, int32_t* _Nonnull val) const { in getInt() 282 bool getLong(const std::string& key, int64_t* _Nonnull val) const { in getLong() 290 bool getDouble(const std::string& key, double* _Nonnull val) const { in getDouble() 302 bool getString(const std::string& key, std::string* _Nonnull val) const { in getString() [all …]
|
/aosp_15_r20/external/guice/lib/build/ |
HD | guava-testlib-19.0.jar | ... {
final synthetic java.util.concurrent.CountDownLatch val$startingGate
final synthetic com.google.common. ... |
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | optimize.cc | 167 bool CanFuseConvOrDepthwiseConv(Value filter, Attribute val, in CanFuseConvOrDepthwiseConv() 169 const auto elements = val.dyn_cast<DenseElementsAttr>(); in CanFuseConvOrDepthwiseConv() local 179 bool CanFuseConvOrDepthwiseConv(Attribute filter, Attribute val, in CanFuseConvOrDepthwiseConv() 181 if (const auto elements = val.dyn_cast<DenseElementsAttr>()) { in CanFuseConvOrDepthwiseConv() local 268 auto elements = a.dyn_cast<DenseElementsAttr>(); in ExpandTo4DForConvImpl() local 459 bool IsLastDimensionEqualOne(Value val) { in IsLastDimensionEqualOne()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | CertificateIssuerExtension.java | 116 DerValue val = new DerValue(this.extensionValue); in CertificateIssuerExtension() local 198 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | SubjectKeyIdentifierExtension.java | 110 DerValue val = new DerValue(this.extensionValue); in SubjectKeyIdentifierExtension() local 186 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | CertificateSerialNumber.java | 101 public CertificateSerialNumber(DerValue val) throws IOException { in CertificateSerialNumber() 170 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | InvalidityDateExtension.java | 118 DerValue val = new DerValue(this.extensionValue); in InvalidityDateExtension() local 197 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | PolicyMappingsExtension.java | 122 DerValue val = new DerValue(this.extensionValue); in PolicyMappingsExtension() local 211 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | CRLReasonCodeExtension.java | 103 DerValue val = new DerValue(this.extensionValue); in CRLReasonCodeExtension() local 178 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | AuthorityInfoAccessExtension.java | 119 DerValue val = new DerValue(extensionValue); in AuthorityInfoAccessExtension() local 213 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | SubjectInfoAccessExtension.java | 124 DerValue val = new DerValue(extensionValue); in SubjectInfoAccessExtension() local 219 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | IssuerAlternativeNameExtension.java | 130 DerValue val = new DerValue(this.extensionValue); in IssuerAlternativeNameExtension() local 220 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | SubjectAlternativeNameExtension.java | 135 DerValue val = new DerValue(this.extensionValue); in SubjectAlternativeNameExtension() local 225 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | InhibitAnyPolicyExtension.java | 141 DerValue val = new DerValue(this.extensionValue); in InhibitAnyPolicyExtension() local 250 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | CertificatePoliciesExtension.java | 143 DerValue val = new DerValue(this.extensionValue); in CertificatePoliciesExtension() local 240 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | PolicyInformation.java | 102 public PolicyInformation(DerValue val) throws IOException { in PolicyInformation() 243 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | BasicConstraintsExtension.java | 129 DerValue val = new DerValue(this.extensionValue); in BasicConstraintsExtension() local 261 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | CertificateVersion.java | 142 public CertificateVersion(DerValue val) throws IOException { in CertificateVersion() 220 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
H A D | PolicyConstraintsExtension.java | 149 DerValue val = new DerValue(this.extensionValue); in PolicyConstraintsExtension() local 265 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | ResourceValues.h | 53 void SetWeak(bool val) { in SetWeak() 59 void SetTranslatable(bool val) { in SetTranslatable() 68 void SetFlag(std::optional<FeatureFlagAttribute> val) { in SetFlag() 76 void SetFlagStatus(FlagStatus val) { in SetFlagStatus() 370 std::vector<std::unique_ptr<Item>> elements; member
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/SparseExtra/ |
H A D | MarketIO.h | 50 inline void GetVectorElt (const std::string& line, RealScalar& val) in GetVectorElt() 57 inline void GetVectorElt (const std::string& line, std::complex<RealScalar>& val) in GetVectorElt() 151 std::vector<T> elements; in loadMarket() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/mdspan/ |
H A D | deduction.pass.cpp | 91 size_t val; member 130 ElementPool<T, 1024> elements; in mixin_accessor() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | repeated_field.c | 85 VALUE val = ObjectCache_Get(array); in RepeatedField_GetRubyWrapper() local 137 size_t elements = upb_Array_Size(self->array); in RepeatedField_deep_copy() local 151 const upb_Array* RepeatedField_GetUpbArray(VALUE val, const upb_FieldDef* field, in RepeatedField_GetUpbArray() 208 VALUE val = Convert_UpbToRuby(msgval, self->type_info, self->arena); in RepeatedField_each() local 269 static VALUE RepeatedField_index_set(VALUE _self, VALUE _index, VALUE val) { in RepeatedField_index_set() 323 static VALUE RepeatedField_push(VALUE _self, VALUE val) { in RepeatedField_push() 441 VALUE val = Convert_UpbToRuby(msgval, self->type_info, self->arena); in RepeatedField_to_ary() local 523 upb_MessageValue val = upb_Array_Get(self->array, i); in RepeatedField_hash() local
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | repeated_field.c | 85 VALUE val = ObjectCache_Get(array); in RepeatedField_GetRubyWrapper() local 137 size_t elements = upb_Array_Size(self->array); in RepeatedField_deep_copy() local 151 const upb_Array* RepeatedField_GetUpbArray(VALUE val, const upb_FieldDef* field, in RepeatedField_GetUpbArray() 208 VALUE val = Convert_UpbToRuby(msgval, self->type_info, self->arena); in RepeatedField_each() local 269 static VALUE RepeatedField_index_set(VALUE _self, VALUE _index, VALUE val) { in RepeatedField_index_set() 323 static VALUE RepeatedField_push(VALUE _self, VALUE val) { in RepeatedField_push() 441 VALUE val = Convert_UpbToRuby(msgval, self->type_info, self->arena); in RepeatedField_to_ary() local 523 upb_MessageValue val = upb_Array_Get(self->array, i); in RepeatedField_hash() local
|