Home
last modified time | relevance | path

Searched defs:Add (Results 751 – 775 of 1197) sorted by relevance

1...<<31323334353637383940>>...48

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddskquota.h101 STDMETHOD(Add)(THIS_ PDISKQUOTA_USER pUser) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/
Dgraph.go206 func (em *EdgeMap) Add(e *Edge) { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp98 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext); in createPCXRelExprOp() local
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h419 inline void Add(ExplodedNode *N) { in Add() function
/aosp_15_r20/external/tink/cc/internal/
H A Dkeyset_wrapper_store_test.cc164 TEST(KeysetWrapperStoreTest, Add) { in TEST() argument
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dpedersen_over_zn.cc115 PedersenOverZn::Commitment PedersenOverZn::Add( in Add() function in private_join_and_compute::PedersenOverZn
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp102 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext); in createPCXRelExprOp() local
/aosp_15_r20/external/webrtc/system_wrappers/source/
H A Dmetrics.cc42 void Add(int sample) { in Add() function in webrtc::metrics::__anon7b70066f0111::RtcHistogram
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp98 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext); in createPCXRelExprOp() local
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_object.h442 inline static void Add(DBusInterface* self, in Add() function
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DVideoJitterBuffer.cpp162 void VideoJitterBuffer::Add(ImsMediaSubType subtype, uint8_t* pbBuffer, uint32_t nBufferSize, in Add() function in VideoJitterBuffer
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.cc823 void HLoopInformation::Add(HBasicBlock* block) { in Add() function in art::HLoopInformation
1077 static void Add(HInstructionList* instruction_list, in Add() function
2368 void HInstructionList::Add(const HInstructionList& instruction_list) { in Add() function in art::HInstructionList
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Dworker_impl.cc605 void LocalWorkers::Add(absl::string_view worker_address, in Add() function in tensorflow::data::LocalWorkers
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp385 if (auto *Add = dyn_cast<SCEVAddExpr>(Div->getLHS())) in ComputeElements() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback.cc110 void TransportFeedback::LastChunk::Add(DeltaSize delta_size) { in Add() function in webrtc::rtcp::TransportFeedback::LastChunk
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Dapi.cc203 absl::Status Add(const WorkgroupsCalculator& workgroup_calculator, in Add() function in tflite::gpu::gl::__anon655d0df00111::CompiledModelImpl
/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram_samples.cc240 void HistogramSamples::Add(const HistogramSamples& other) { in Add() function in base::HistogramSamples
/aosp_15_r20/prebuilts/go/linux-x86/src/math/bits/
Dbits.go360 func Add(x, y, carry uint) (sum, carryOut uint) { func
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Daddress_pool_manager.cc57 void AddressPoolManager::Add(pool_handle handle, uintptr_t ptr, size_t length) { in Add() function in partition_alloc::internal::AddressPoolManager
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp361 auto Add = [&]() -> SecMapEntry & { in createSectionMap() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp354 auto Add = [&]() -> SecMapEntry & { in createSectionMap() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp2305 const SCEVAddExpr *Add = cast<SCEVAddExpr>(Mul->getOperand(1)); in CollectAddOperandsWithScales() local
2590 SCEVAddExpr *Add = static_cast<SCEVAddExpr *>(S); in getAddExpr() local
2748 while (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Ops[Idx])) { in getAddExpr() local
3197 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Ops[1])) in getMulExpr() local
3215 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Ops[1])) { in getMulExpr() local
4569 const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Expr); in MatchNotExpr() local
4623 if (auto *Add = dyn_cast<SCEVAddExpr>(P)) { in removePointerBase() local
4818 } else if (auto *Add = dyn_cast<SCEVAddExpr>(V)) { in getPointerBase() local
5466 const auto *Add = dyn_cast<SCEVAddExpr>(BEValue); in createAddRecFromPHIWithCastsImpl() local
5798 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI() local
[all …]
/aosp_15_r20/external/webrtc/media/base/
H A Dcodec.cc81 void FeedbackParams::Add(const FeedbackParam& param) { in Add() function in cricket::FeedbackParams
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h470 void Add(ExplodedNode *N) { in Add() function
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/
Dp256_asm.go383 func (q *P256Point) Add(r1, r2 *P256Point) *P256Point { func

1...<<31323334353637383940>>...48