Home
last modified time | relevance | path

Searched +defs:val +defs:elements (Results 26 – 50 of 1209) sorted by relevance

12345678910>>...49

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dpersistable_bundle_aidl.h177 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 Dpersistable_bundle_aidl.h174 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/
HDguava-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 Doptimize.cc167 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 DCertificateIssuerExtension.java116 DerValue val = new DerValue(this.extensionValue); in CertificateIssuerExtension() local
198 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DSubjectKeyIdentifierExtension.java110 DerValue val = new DerValue(this.extensionValue); in SubjectKeyIdentifierExtension() local
186 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DCertificateSerialNumber.java101 public CertificateSerialNumber(DerValue val) throws IOException { in CertificateSerialNumber()
170 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DInvalidityDateExtension.java118 DerValue val = new DerValue(this.extensionValue); in InvalidityDateExtension() local
197 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DPolicyMappingsExtension.java122 DerValue val = new DerValue(this.extensionValue); in PolicyMappingsExtension() local
211 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DCRLReasonCodeExtension.java103 DerValue val = new DerValue(this.extensionValue); in CRLReasonCodeExtension() local
178 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DAuthorityInfoAccessExtension.java119 DerValue val = new DerValue(extensionValue); in AuthorityInfoAccessExtension() local
213 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DSubjectInfoAccessExtension.java124 DerValue val = new DerValue(extensionValue); in SubjectInfoAccessExtension() local
219 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DIssuerAlternativeNameExtension.java130 DerValue val = new DerValue(this.extensionValue); in IssuerAlternativeNameExtension() local
220 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DSubjectAlternativeNameExtension.java135 DerValue val = new DerValue(this.extensionValue); in SubjectAlternativeNameExtension() local
225 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DInhibitAnyPolicyExtension.java141 DerValue val = new DerValue(this.extensionValue); in InhibitAnyPolicyExtension() local
250 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DCertificatePoliciesExtension.java143 DerValue val = new DerValue(this.extensionValue); in CertificatePoliciesExtension() local
240 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DPolicyInformation.java102 public PolicyInformation(DerValue val) throws IOException { in PolicyInformation()
243 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DBasicConstraintsExtension.java129 DerValue val = new DerValue(this.extensionValue); in BasicConstraintsExtension() local
261 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DCertificateVersion.java142 public CertificateVersion(DerValue val) throws IOException { in CertificateVersion()
220 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
H A DPolicyConstraintsExtension.java149 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 DResourceValues.h53 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 DMarketIO.h50 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 Ddeduction.pass.cpp91 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 Drepeated_field.c85 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 Drepeated_field.c85 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

12345678910>>...49