/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/counter/ |
D | counter.go | 27 func Add(name string, n int64) { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/ |
H A D | ARCMCInstLower.cpp | 72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 383 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Sum)) in SimplifyAddOperands() local 410 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Start)) { in SplitAddRecs() local 1621 Instruction *Add = BinaryOperator::CreateAdd(CanonicalIV, One, in visitAddRecExpr() local 2431 Value *Add = nullptr, *Sub = nullptr; in generateOverflowCheck() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 332 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Sum)) in SimplifyAddOperands() local 359 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Start)) { in SplitAddRecs() local 1583 Instruction *Add = BinaryOperator::CreateAdd(CanonicalIV, One, in visitAddRecExpr() local 2294 Value *Add = nullptr, *Sub = nullptr; in generateOverflowCheck() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | model_hints.h | 49 void Add(ModelHint hint) { in Add() function
|
/aosp_15_r20/external/tink/go/keyset/ |
H A D | manager.go | 52 func (km *Manager) Add(kt *tinkpb.KeyTemplate) (uint32, error) { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/ |
D | Deflater.cs | 54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Deflater
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombineWorklist.h | 40 void Add(Instruction *I) { in Add() function
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | alias-church-numerals.cpp | 18 typename X> using Add = A<F, B<F, X>>; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/ |
H A D | XCoreMCInstLower.cpp | 73 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
|
/aosp_15_r20/external/libbrillo/brillo/dbus/ |
H A D | dbus_object_test.cc | 47 int Add(int x, int y) { return x + y; } in Add() function 158 TEST_F(DBusObjectTest, Add) { in TEST_F() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 95 Reduction (Instruction *Add) : Root(Add) { } in Reduction() 121 for (auto *Add : Adds) { in InsertMuls() local
|
/aosp_15_r20/external/angle/src/tests/compiler_tests/ |
H A D | ConstantFoldingOverflow_test.cpp | 40 TEST_F(ConstantFoldingOverflowExpressionTest, Add) in TEST_F() argument
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | watcher_set.cc | 30 MojoResult WatcherSet::Add(const scoped_refptr<WatcherDispatcher>& watcher, in Add() function in mojo::core::WatcherSet
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mutexset.cc | 25 void MutexSet::Add(u64 id, bool write, u64 epoch) { in Add() function in __tsan::MutexSet
|
/aosp_15_r20/packages/modules/StatsD/lib/libkll/ |
D | kll.cpp | 48 void KllQuantile::Add(const int64_t value) { in Add() function in dist_proc::aggregation::KllQuantile
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | vector2d_f.cc | 21 void Vector2dF::Add(const Vector2dF& other) { in Add() function in gfx::Vector2dF
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCMCInstLower.cpp | 72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
|
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/parsing/ |
H A D | chart.h | 61 void Add(ParseTree* item) { in Add() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/unsafe/ |
D | unsafe.go | 227 func Add(ptr Pointer, len IntegerType) Pointer func
|
/aosp_15_r20/external/executorch/exir/tests/ |
H A D | test_quantize_io_pass.py | 33 class Add(torch.nn.Module): class in TestQuantIOPass
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/ |
H A D | percentile_sampler.cc | 29 void PercentileSamplerCell::Add(double sample) { in Add() function in tensorflow::monitoring::PercentileSamplerCell
|
/aosp_15_r20/external/webrtc/modules/audio_processing/test/ |
H A D | api_call_statistics.cc | 26 void ApiCallStatistics::Add(int64_t duration_nanos, CallType call_type) { in Add() function in webrtc::test::ApiCallStatistics
|
/aosp_15_r20/art/libprofile/profile/ |
H A D | profile_boot_info.cc | 29 void ProfileBootInfo::Add(const DexFile* dex_file, uint32_t method_index) { in Add() function in art::ProfileBootInfo
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A D | histogram.cc | 49 void Histogram::Add(int value) { in Add() function in webrtc::Histogram
|