Home
last modified time | relevance | path

Searched defs:Add (Results 201 – 225 of 1197) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_util.cc58 Status Add(size_t index, int64_t handle, bool release) { in Add() function in tensorflow::__anon185de9910111::ScopedHandles
78 Status Add(size_t index, RefPtr<XRTTupleAllocation> tuple) { in Add() function in tensorflow::__anon185de9910111::ScopedHandles
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_interval_set.h126 void Add(const T& min, const T& max) { Add(value_type(min, max)); } in Add() function
479 void QuicIntervalSet<T>::Add(const value_type& interval) { in Add() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/
H A DLinkModules.cpp402 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor()
582 [this](GlobalValue &GV, IRMover::ValueAdder Add) { in run()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DLinkModules.cpp396 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor()
554 [this](GlobalValue &GV, IRMover::ValueAdder Add) { in run()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dadd.h29 inline void Add(const ArithmeticParams& params, in Add() function
116 inline void Add(const ArithmeticParams& params, in Add() function
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_arm64_sve.cc445 __ Add(dst.VnB(), p_reg, lhs.VnB(), rhs.VnB()); in VisitVecAdd() local
449 __ Add(dst.VnH(), p_reg, lhs.VnH(), rhs.VnH()); in VisitVecAdd() local
452 __ Add(dst.VnS(), p_reg, lhs.VnS(), rhs.VnS()); in VisitVecAdd() local
455 __ Add(dst.VnD(), p_reg, lhs.VnD(), rhs.VnD()); in VisitVecAdd() local
/aosp_15_r20/external/webrtc/video/
H A Dsend_statistics_proxy.cc1419 void SendStatisticsProxy::SampleCounter::Add(int sample) { in Add() function in webrtc::SendStatisticsProxy::SampleCounter
1431 void SendStatisticsProxy::BoolSampleCounter::Add(bool sample) { in Add() function in webrtc::SendStatisticsProxy::BoolSampleCounter
1437 void SendStatisticsProxy::BoolSampleCounter::Add(bool sample, int64_t count) { in Add() function in webrtc::SendStatisticsProxy::BoolSampleCounter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp510 Value *Add = Builder.CreateShl(AAddr1Off32, Builder.getIntN(64, TempMod)); in expandIToFP() local
516 Value *Add = Builder.CreateShl(E0, Builder.getIntN(32, TempMod)); in expandIToFP() local
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtest_teflon.cpp323 class Add : public testing::TestWithParam<std::tuple<bool, bool, int, int, int, int, int>> {}; class
325 TEST_P(Add, Op) in TEST_P() argument
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event_stub.h208 void Add(StaticString, T&&) {} in Add() function
210 void Add(DynamicString, T&&) {} in Add() function
/aosp_15_r20/external/llvm/lib/Linker/
H A DLinkModules.cpp420 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor()
583 [this](GlobalValue &GV, IRMover::ValueAdder Add) { in run()
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/utils/
H A Drules.cc319 void Rules::Add(const int lhs, const std::vector<RhsElement>& rhs, in Add() function in libtextclassifier3::grammar::Rules
341 void Rules::Add(const std::string& lhs, const std::vector<std::string>& rhs, in Add() function in libtextclassifier3::grammar::Rules
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Dtypes.h182 void Add(VolumeAudioInput input) { volume_audio_inputs.push_back(input); } in Add() function
268 void Add(VolumeOffset offset) { in Add() function
/aosp_15_r20/external/libchrome/crypto/
H A Dp224.cc80 void Add(FieldElement* out, const FieldElement& a, const FieldElement& b) { in Add() function
723 void Add(const Point& a, const Point& b, Point* out) { in Add() function
/aosp_15_r20/system/tools/aidl/
Dast_java.cpp152 void StatementBlock::Add(std::shared_ptr<Statement> statement) { in Add() function in android::aidl::java::StatementBlock
156 void StatementBlock::Add(std::shared_ptr<Expression> expression) { in Add() function in android::aidl::java::StatementBlock
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/avl/
Davl.h35 AVL Add(K key, V value) const { in Add() function
326 AVL Add(K key) const { return AVL(AddKey(root_, std::move(key))); } in Add() function
/aosp_15_r20/system/unwinding/libunwindstack/
H A DMemoryOffline.h51 void Add(MemoryOffline* memory) { memories_.push_back(memory); } in Add() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Ddynamic_thread_pool.h34 void Add(const std::function<void()>& callback) override { in Add() function
/aosp_15_r20/external/grpc-grpc/src/cpp/server/
H A Ddynamic_thread_pool.h34 void Add(const std::function<void()>& callback) override { in Add() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/sysdll/
Dsysdll.go27 func Add(dll string) string { func
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/cgo/objc/
H A Dadd_darwin.go8 func Add(a, b int32) int32 { func
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dadder.go18 func Add[T AddType](a, b T) T { func
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/
H A DAdd.java27 public class Add implements BivariateFunction { class
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dlog_histogram.h35 void Add(uint64_t value) { values_[GetBucket(value)]++; } in Add() function
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue54911.go11 func (s Set[T]) Add() Set[T] { func

12345678910>>...48