Home
last modified time | relevance | path

Searched +defs:val +defs:other (Results 1 – 25 of 1616) sorted by relevance

12345678910>>...65

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dsynchronized_value.hpp66 const_strict_lock_ptr(T const& val, Lockable & mtx) : in const_strict_lock_ptr()
70 const_strict_lock_ptr(T const& val, Lockable & mtx, adopt_lock_t tag) BOOST_NOEXCEPT : in const_strict_lock_ptr()
78 const_strict_lock_ptr(BOOST_THREAD_RV_REF(const_strict_lock_ptr) other) BOOST_NOEXCEPT in const_strict_lock_ptr()
123 strict_lock_ptr(T & val, Lockable & mtx) : in strict_lock_ptr()
127 strict_lock_ptr(T & val, Lockable & mtx, adopt_lock_t tag) : in strict_lock_ptr()
136 strict_lock_ptr(BOOST_THREAD_RV_REF(strict_lock_ptr) other) in strict_lock_ptr()
214 const_unique_lock_ptr(T const& val, Lockable & mtx) in const_unique_lock_ptr()
225 const_unique_lock_ptr(T const& val, Lockable & mtx, adopt_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr()
235 const_unique_lock_ptr(T const& val, Lockable & mtx, defer_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr()
246 const_unique_lock_ptr(T const& val, Lockable & mtx, try_to_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr()
[all …]
/aosp_15_r20/external/deqp/modules/gles31/scripts/
H A Dgenutil.py176 def frac(val): return val.applyUnary(lambda x: x - math.floor(x)) argument
179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) argument
182 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) argument
185 def rsq(val): return val.applyUnary(lambda x: 1.0 / math.sqrt(x)) argument
188 def sign(val): return val.applyUnary(glslSign) argument
233 def applyBinary(self, func, other): return Scalar(func(self.x, other.x)) argument
235 def isEqual(self, other): assert isinstance(other, Scalar); return (self.x == other.x) argument
237 def expandVec(self, val): return val argument
305 def __add__(self, val): argument
311 def __sub__(self, val): argument
[all …]
/aosp_15_r20/external/deqp/modules/gles3/scripts/
H A Dgenutil.py176 def frac(val): return val.applyUnary(lambda x: x - math.floor(x)) argument
179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) argument
182 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) argument
185 def rsq(val): return val.applyUnary(lambda x: 1.0 / math.sqrt(x)) argument
188 def sign(val): return val.applyUnary(glslSign) argument
233 def applyBinary(self, func, other): return Scalar(func(self.x, other.x)) argument
235 def isEqual(self, other): assert isinstance(other, Scalar); return (self.x == other.x) argument
237 def expandVec(self, val): return val argument
305 def __add__(self, val): argument
309 def __sub__(self, val): argument
[all …]
/aosp_15_r20/external/deqp/modules/gles2/scripts/
H A Dgenutil.py166 def frac(val): return val.applyUnary(lambda x: x - math.floor(x)) argument
169 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) argument
172 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) argument
175 def rsq(val): return val.applyUnary(lambda x: 1.0 / math.sqrt(x)) argument
178 def sign(val): return val.applyUnary(glslSign) argument
220 def applyBinary(self, func, other): return Scalar(func(self.x, other.x)) argument
222 def isEqual(self, other): assert isinstance(other, Scalar); return (self.x == other.x) argument
224 def expandVec(self, val): return val argument
273 def __add__(self, val): argument
277 def __sub__(self, val): argument
[all …]
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DPipeline.cpp111 SpecVar::SpecVar(const float val) : type(SpecVar::Type::FLOAT) { in SpecVar()
115 SpecVar::SpecVar(const int32_t val) : type(SpecVar::Type::INT) { in SpecVar()
119 SpecVar::SpecVar(const uint32_t val) : type(SpecVar::Type::UINT) { in SpecVar()
123 SpecVar::SpecVar(const bool val) : type(SpecVar::Type::BOOL) { in SpecVar()
173 void SpecVarList::append(const SpecVarList& other) { in append()
225 PipelineLayout::PipelineLayout(PipelineLayout&& other) noexcept in PipelineLayout() function in vkcompute::vkapi::PipelineLayout
297 ComputePipeline::ComputePipeline(ComputePipeline&& other) noexcept in ComputePipeline() function in vkcompute::vkapi::ComputePipeline
337 PipelineLayoutCache::PipelineLayoutCache(PipelineLayoutCache&& other) noexcept in PipelineLayoutCache() function in vkcompute::vkapi::PipelineLayoutCache
392 ComputePipelineCache&& other) noexcept in ComputePipelineCache()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py105 def create(val): argument
120 def create(val, name_base, varset, algebraic_pass): argument
133 def __init__(self, val, name, type_str): argument
161 def set_bit_size(self, other): argument
239 def __init__(self, val, name): argument
277 def equivalent(self, other): argument
299 def __init__(self, val, name, varset, algebraic_pass): argument
340 def equivalent(self, other): argument
415 def equivalent(self, other): argument
618 def merge_variables(self, val): argument
[all …]
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmessageformat2_evaluation.cpp26 ResolvedFunctionOption::ResolvedFunctionOption(ResolvedFunctionOption&& other) { in ResolvedFunctionOption() function in message2::ResolvedFunctionOption
66 UnicodeString val = option.getString(localErrorCode); in getStringFunctionOption() local
77 FunctionOptions& FunctionOptions::operator=(FunctionOptions&& other) noexcept { in operator =()
85 FunctionOptions::FunctionOptions(FunctionOptions&& other) { in FunctionOptions() function in message2::FunctionOptions
100 FormattedPlaceholder&& val) in ResolvedSelector()
105 ResolvedSelector::ResolvedSelector(FormattedPlaceholder&& val) : value(std::move(val)) {} in ResolvedSelector()
107 ResolvedSelector& ResolvedSelector::operator=(ResolvedSelector&& other) noexcept { in operator =()
115 ResolvedSelector::ResolvedSelector(ResolvedSelector&& other) { in ResolvedSelector() function in message2::ResolvedSelector
/aosp_15_r20/external/scapy/scapy/asn1/
H A Dasn1.py105 def asn1_object(self, val): argument
197 def __init__(self, val): argument
211 def __eq__(self, other): argument
213 def __lt__(self, other): argument
215 def __le__(self, other): argument
217 def __gt__(self, other): argument
219 def __ge__(self, other): argument
221 def __ne__(self, other): argument
233 def __init__(self, val, exc=None): argument
283 def __init__(self, val, readable=False): argument
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DSpmmReduceKernel.cpp27 inline void _update(at::opmath_type<scalar_t>* out_ptr, int64_t e, int64_t c, const scalar_t val, c… in _update()
79 auto other = other_.contiguous(); in spmm_reduce_kernel_impl() local
132 scalar_t val = val_data[e]; in spmm_reduce_kernel_impl() local
153 inline void update_with_index(scalar_t *val, scalar_t new_val, index_t *arg, index_t new_arg) { in update_with_index()
177 auto other = other_.contiguous(); in spmm_reduce_arg_kernel_impl() local
223 opmath_t val = opmath_t(val_data[e]); in spmm_reduce_arg_kernel_impl() local
256 auto other = other_.contiguous(); in spmm_reduce_backward_input_kernel_impl() local
273 scalar_t val = vec::map2_reduce_all<scalar_t>( in spmm_reduce_backward_input_kernel_impl() local
305 auto other = other_.contiguous(); in spmm_reduce_backward_input_arg_kernel_impl() local
435 const Tensor& other, in spmm_reduce_kernel()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
H A DX509CertInfo.java63 public boolean equals(java.lang.Object other) { in equals()
67 public boolean equals(sun.security.x509.X509CertInfo other) { in equals()
80 public void set(java.lang.String name, java.lang.Object val) in set()
101 private void parse(sun.security.util.DerValue val) in parse()
121 private void setVersion(java.lang.Object val) throws java.security.cert.CertificateException { in setVersion()
125 private void setSerialNumber(java.lang.Object val) in setSerialNumber()
130 private void setAlgorithmId(java.lang.Object val) in setAlgorithmId()
135 private void setIssuer(java.lang.Object val) throws java.security.cert.CertificateException { in setIssuer()
139 private void setValidity(java.lang.Object val) throws java.security.cert.CertificateException { in setValidity()
143 private void setSubject(java.lang.Object val) throws java.security.cert.CertificateException { in setSubject()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp111 inline void fast_string::swap(fast_string& other) in swap()
124 inline void fast_string::copy(fast_string const& other) in copy()
147 utree val; member
277 inline void list::copy(list const& other) in copy()
294 inline void list::insert(T const& val, Iterator pos) in insert()
315 inline void list::push_front(T const& val) in push_front()
334 inline void list::push_back(T const& val) in push_back()
838 inline utree::utree(utree const& other) in utree() function in boost::spirit::utree
849 inline utree& utree::operator=(utree const& other) in operator =()
1023 inline void utree::push_front(T const& val) in push_front()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DStringLatin1.java91 public static boolean equals(byte[] value, byte[] other) { in equals()
104 public static int compareTo(byte[] value, byte[] other) { in compareTo()
110 public static int compareTo(byte[] value, byte[] other, int len1, int len2) { in compareTo()
121 public static int compareToUTF16(byte[] value, byte[] other) { in compareToUTF16()
130 public static int compareToUTF16(byte[] value, byte[] other, int len1, int len2) { in compareToUTF16()
137 private static int compareToUTF16Values(byte[] value, byte[] other, int len1, int len2) { in compareToUTF16Values()
149 public static int compareToCI(byte[] value, byte[] other) { in compareToCI()
172 public static int compareToCI_UTF16(byte[] value, byte[] other) { in compareToCI_UTF16()
741 public static void putChar(byte[] val, int index, int c) { in putChar()
746 public static char getChar(byte[] val, int index) { in getChar()
[all …]
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dbig_num.cc47 BigNum::BigNum(const BigNum& other) in BigNum()
50 BigNum& BigNum::operator=(const BigNum& other) { in operator =()
58 BigNum::BigNum(BigNum&& other) in BigNum() function in private_join_and_compute::BigNum
61 BigNum& BigNum::operator=(BigNum&& other) { in operator =()
107 uint64_t val; in ToIntValue() local
213 BigNum BigNum::ModAdd(const BigNum& val, const BigNum& m) const { in ModAdd() argument
220 BigNum BigNum::ModSub(const BigNum& val, const BigNum& m) const { in ModSub() argument
227 BigNum BigNum::ModMul(const BigNum& val, const BigNum& m) const { in ModMul() argument
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/
H A DUnsignedInteger.java127 public UnsignedInteger plus(UnsignedInteger val) { in plus()
137 public UnsignedInteger minus(UnsignedInteger val) { in minus()
149 public UnsignedInteger times(UnsignedInteger val) { in times()
160 public UnsignedInteger dividedBy(UnsignedInteger val) { in dividedBy()
170 public UnsignedInteger mod(UnsignedInteger val) { in mod()
221 public int compareTo(UnsignedInteger other) { in compareTo()
234 UnsignedInteger other = (UnsignedInteger) obj; in equals() local
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedInteger.java127 public UnsignedInteger plus(UnsignedInteger val) { in plus()
137 public UnsignedInteger minus(UnsignedInteger val) { in minus()
149 public UnsignedInteger times(UnsignedInteger val) { in times()
160 public UnsignedInteger dividedBy(UnsignedInteger val) { in dividedBy()
170 public UnsignedInteger mod(UnsignedInteger val) { in mod()
221 public int compareTo(UnsignedInteger other) { in compareTo()
234 UnsignedInteger other = (UnsignedInteger) obj; in equals() local
/aosp_15_r20/test/vts-testcase/hal/treble/vintf/
Dutils.cpp63 HidlInstance::HidlInstance(const ManifestInstance &other) in HidlInstance()
68 ostream &operator<<(ostream &os, const HidlInstance& val) { in operator <<()
77 AidlInstance::AidlInstance(const ManifestInstance &other) in AidlInstance()
88 ostream &operator<<(ostream &os, const AidlInstance& val) { in operator <<()
97 NativeInstance::NativeInstance(const ManifestInstance &other) in NativeInstance()
108 ostream &operator<<(ostream &os, const NativeInstance &val) { in operator <<()
/aosp_15_r20/external/libcxx/test/support/
H A Dtest_allocator.h88 template <class U> struct rebind {typedef test_allocator<U> other;}; typedef
144 void construct(pointer p, const T& val) in construct()
147 template <class U> void construct(pointer p, U&& val) in construct()
178 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; typedef
208 void construct(pointer p, const T& val) in construct()
211 template <class U> void construct(pointer p, U&& val) in construct()
238 template <class U> struct rebind {typedef test_allocator<U> other;}; typedef
413 template <class U> struct rebind { typedef limited_allocator<U, N> other; }; typedef
417 limited_allocator(limited_allocator const& other) : handle_(other.handle_) {} in limited_allocator() function
420 explicit limited_allocator(limited_allocator<U, N> const& other) in limited_allocator()
/aosp_15_r20/external/llvm-libc/src/__support/
H A Darg_list.h23 LIBC_INLINE constexpr V align_up(V val, A align) { in align_up()
32 LIBC_INLINE ArgList(ArgList &other) { va_copy(this->vlist, other.vlist); } in ArgList() function
52 LIBC_INLINE MockArgList(MockArgList &other) { in MockArgList() function
78 LIBC_INLINE DummyArgList(DummyArgList &other) { in DummyArgList() function
106 LIBC_INLINE StructArgList(const StructArgList &other) { in StructArgList()
128 T val; in next_var() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/
H A DX509CertInfo.java245 public boolean equals(Object other) { in equals()
260 public boolean equals(X509CertInfo other) { in equals()
364 public void set(String name, Object val) in set()
623 private void parse(DerValue val) in parse()
818 private void setVersion(Object val) throws CertificateException { in setVersion()
831 private void setSerialNumber(Object val) throws CertificateException { in setSerialNumber()
844 private void setAlgorithmId(Object val) throws CertificateException { in setAlgorithmId()
858 private void setIssuer(Object val) throws CertificateException { in setIssuer()
872 private void setValidity(Object val) throws CertificateException { in setValidity()
886 private void setSubject(Object val) throws CertificateException { in setSubject()
[all …]
/aosp_15_r20/external/scapy/scapy/
H A Dfields.py78 def addfield(self, pkt, s, val): argument
122 def __eq__(self, other): argument
132 def any2i(self, pkt, val): argument
153 def addfield(self, pkt, s, val): argument
179 def addfield(self, pkt, s, val): argument
309 def addfield(self, pkt, s, val): argument
407 def addfield(self, pkt, s, val): argument
529 def i2count(self, pkt, val): argument
533 def i2len(self, pkt, val): argument
583 def addfield(self, pkt, s, val): argument
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dpersistable_bundle_aidl.h54 PersistableBundle(PersistableBundle&& other) noexcept : mPBundle(other.release()) {} in PersistableBundle() function
56 PersistableBundle(const PersistableBundle& other) { in PersistableBundle()
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()
[all …]
/aosp_15_r20/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dpersistable_bundle_aidl.h51 PersistableBundle(PersistableBundle&& other) noexcept : mPBundle(other.release()) {} in PersistableBundle() function
53 PersistableBundle(const PersistableBundle& other) { in PersistableBundle()
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()
[all …]
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dhiddenapi_flags.h39 constexpr uint32_t ToUint(T val) { return static_cast<uint32_t>(val); } in ToUint()
43 constexpr uint32_t ToBit(T val) { return 1u << ToUint(val); } in ToBit()
57 constexpr bool MatchesBitMask(uint32_t val, uint32_t mask) { return (val & mask) == val; } in MatchesBitMask()
61 constexpr bool MatchesBitMask(T val, uint32_t mask) { return MatchesBitMask(ToUint(val), mask); } in MatchesBitMask()
174 explicit ApiList(DomainApi val) : ApiList(Value::kInvalid, helper::ToBit(val)) {} in ApiList()
267 bool CanCombineWith(const ApiList& other) const { in CanCombineWith()
301 bool Contains(const ApiList& other) const { in Contains()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dhiddenapi_flags.h39 constexpr uint32_t ToUint(T val) { return static_cast<uint32_t>(val); } in ToUint()
43 constexpr uint32_t ToBit(T val) { return 1u << ToUint(val); } in ToBit()
57 constexpr bool MatchesBitMask(uint32_t val, uint32_t mask) { return (val & mask) == val; } in MatchesBitMask()
61 constexpr bool MatchesBitMask(T val, uint32_t mask) { return MatchesBitMask(ToUint(val), mask); } in MatchesBitMask()
171 explicit ApiList(DomainApi val) : ApiList(Value::kInvalid, helper::ToBit(val)) {} in ApiList()
279 bool CanCombineWith(const ApiList& other) const { in CanCombineWith()
313 bool Contains(const ApiList& other) const { in Contains()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dhiddenapi_flags.h39 constexpr uint32_t ToUint(T val) { return static_cast<uint32_t>(val); } in ToUint()
43 constexpr uint32_t ToBit(T val) { return 1u << ToUint(val); } in ToBit()
57 constexpr bool MatchesBitMask(uint32_t val, uint32_t mask) { return (val & mask) == val; } in MatchesBitMask()
61 constexpr bool MatchesBitMask(T val, uint32_t mask) { return MatchesBitMask(ToUint(val), mask); } in MatchesBitMask()
174 explicit ApiList(DomainApi val) : ApiList(Value::kInvalid, helper::ToBit(val)) {} in ApiList()
267 bool CanCombineWith(const ApiList& other) const { in CanCombineWith()
301 bool Contains(const ApiList& other) const { in Contains()

12345678910>>...65