Home
last modified time | relevance | path

Searched +defs:val +defs:operator (Results 151 – 175 of 832) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dfixed_array.h178 void operator=(FixedArray&&) = delete; variable
179 void operator=(const FixedArray&) = delete; variable
362 void fill(const value_type& val) { std::fill(begin(), end(), val); } in fill()
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Dencoder.h135 StreamEncoder& operator=(const StreamEncoder& other) = delete; variable
140 StreamEncoder& operator=(StreamEncoder&& other) = delete; variable
726 for (T val : values) { in WritePackedVarints() local
853 MemoryEncoder& operator=(const MemoryEncoder& other) = delete; variable
857 MemoryEncoder& operator=(MemoryEncoder&& other) = delete; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h66 MCAsmLexer &operator=(const MCAsmLexer &) = delete; variable
141 void setSkipSpace(bool val) { SkipSpace = val; } in setSkipSpace()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.h196 static Node Const(const std::string& name, const T& val) { in Const()
222 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper(const char* val) { in AttrValueWrapper()
228 const std::string& val) { in AttrValueWrapper()
233 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper(StringPiece val) { in AttrValueWrapper()
303 virtual void ConsumeArg(int index, Tensor* val) { in ConsumeArg()
344 Tensor val; member
406 FunctionLibraryDefinition& operator=(const FunctionLibraryDefinition&) = variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_spdy_client_base.h50 QuicSpdyClientBase& operator=(const QuicSpdyClientBase&) = delete; variable
81 void set_store_response(bool val) { store_response_ = val; } in set_store_response()
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp588 void ComputeAddRange::operator()<bool>(de::Random &, bool, bool, bool &, bool &, bool &, bool &) co… in operator() function in rsg::ComputeAddRange
641 void ComputeSubRange::operator()<bool>(de::Random &, bool, bool, bool &, bool &, bool &, bool &) co… in operator() function in rsg::ComputeSubRange
932 T val = GetRandom()(rnd, T(-1), T(1)); in computeEqualityValueRange() local
955 bool val = rnd.getBool(); in computeEqualityValueRange() local
965 bool val = rnd.getBool(); in computeEqualityValueRange() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/experimental/simd/
H A Dtest_utils.h35 void operator()() { in operator() function
68 constexpr size_t bit_ceil(size_t val) { in bit_ceil()
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h82 #define delete_Value(p, val) (p)->releaseValue(val) argument
164 DLList& operator=(const DLList&) = delete; variable
255 Stack& operator=(const Stack&) = delete; variable
326 DynArray& operator=(const DynArray&) = delete; variable
434 Interval& operator=(const Interval&) = delete; variable
643 MemoryPool& operator=(const MemoryPool&) = delete; variable
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/
H A DElements.java188 public String val() { in val() method in Elements
201 public Elements val(String value) { in val() method in Elements
803 @Override public void replaceAll(UnaryOperator<Element> operator) { in replaceAll()
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dmemory.h40 MARL_NO_EXPORT inline T alignUp(T val, T alignment) { in alignUp()
161 void Allocator::Deleter::operator()(T* object) { in operator() function
429 void StlAllocator<T>::construct(pointer p, const_reference val) { in construct()
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_util.h207 constexpr void push_back(const_reference val) noexcept { *std::next(begin(), length++) = val; } in push_back()
264 monotonic_buffer_resource& operator=(const monotonic_buffer_resource&) = delete; variable
1080 constexpr small_vec& operator=(const small_vec&) = delete; variable
1187 constexpr void push_back(const value_type& val) noexcept in push_back()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/MCParser/
DMCAsmLexer.h72 MCAsmLexer &operator=(const MCAsmLexer &) = delete; variable
147 void setSkipSpace(bool val) { SkipSpace = val; } in setSkipSpace()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/MCParser/
DMCAsmLexer.h72 MCAsmLexer &operator=(const MCAsmLexer &) = delete; variable
147 void setSkipSpace(bool val) { SkipSpace = val; } in setSkipSpace()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/MCParser/
DMCAsmLexer.h72 MCAsmLexer &operator=(const MCAsmLexer &) = delete; variable
147 void setSkipSpace(bool val) { SkipSpace = val; } in setSkipSpace()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h72 MCAsmLexer &operator=(const MCAsmLexer &) = delete; variable
147 void setSkipSpace(bool val) { SkipSpace = val; } in setSkipSpace()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/MCParser/
DMCAsmLexer.h72 MCAsmLexer &operator=(const MCAsmLexer &) = delete; variable
147 void setSkipSpace(bool val) { SkipSpace = val; } in setSkipSpace()
/aosp_15_r20/external/pytorch/c10/core/
H A DSymInt.cpp67 DEFINE_BINARY(operator*, std::multiplies<>(), mul, SymInt) in DEFINE_BINARY() argument
138 const auto val = *ma; in operator -() local
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event_stub.h58 #define TRACE_ID_MANGLE(val) (val) argument
85 ConvertableToTraceFormat& operator=(const ConvertableToTraceFormat&) = delete; variable
143 MemoryDumpProvider& operator=(const MemoryDumpProvider&) = delete; variable
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/
H A DVehicleUtils.h96 auto val = std::unique_ptr<aidl::android::hardware::automotive::vehicle::VehiclePropValue>( in createVehiclePropValueVec() local
323 inline size_t operator()(const PropIdAreaId& propIdAreaId) const { in operator() function
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/
H A DVehicleUtils.h96 auto val = std::unique_ptr<aidl::android::hardware::automotive::vehicle::VehiclePropValue>( in createVehiclePropValueVec() local
323 inline size_t operator()(const PropIdAreaId& propIdAreaId) const { in operator() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dkernel.h16 std::size_t operator()(const std::pair<size_t, size_t>& x) const { in operator() function
86 auto val = std::get_if<T>(&x); in convertVecArgValue() local
/aosp_15_r20/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h134 void operator=(const MCAsmLexer &) = delete; variable
219 void setSkipSpace(bool val) { SkipSpace = val; } in setSkipSpace()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Druntime_shape.h39 RuntimeShape& operator=(RuntimeShape const&) = delete; variable
91 inline void SetDim(int i, int32_t val) { in SetDim()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DArrays.java385 public static void fill(long[] a, long val) { in fill()
389 public static void fill(long[] a, int fromIndex, int toIndex, long val) { in fill()
393 public static void fill(int[] a, int val) { in fill()
397 public static void fill(int[] a, int fromIndex, int toIndex, int val) { in fill()
401 public static void fill(short[] a, short val) { in fill()
405 public static void fill(short[] a, int fromIndex, int toIndex, short val) { in fill()
409 public static void fill(char[] a, char val) { in fill()
413 public static void fill(char[] a, int fromIndex, int toIndex, char val) { in fill()
417 public static void fill(byte[] a, byte val) { in fill()
421 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) { in fill()
[all …]
/aosp_15_r20/external/perfetto/test/
H A Dtest_helper.h91 TestEnvCleaner& operator=(const TestEnvCleaner&) = delete; variable
457 const char* val = getenv(var.c_str()); variable

12345678910>>...34