/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dskquota.h | 101 STDMETHOD(Add)(THIS_ PDISKQUOTA_USER pUser) PURE; in DECLARE_INTERFACE_() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/ |
D | graph.go | 206 func (em *EdgeMap) Add(e *Edge) { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 98 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext); in createPCXRelExprOp() local
|
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 419 inline void Add(ExplodedNode *N) { in Add() function
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | keyset_wrapper_store_test.cc | 164 TEST(KeysetWrapperStoreTest, Add) { in TEST() argument
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/ |
H A D | pedersen_over_zn.cc | 115 PedersenOverZn::Commitment PedersenOverZn::Add( in Add() function in private_join_and_compute::PedersenOverZn
|
/aosp_15_r20/external/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 102 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext); in createPCXRelExprOp() local
|
/aosp_15_r20/external/webrtc/system_wrappers/source/ |
H A D | metrics.cc | 42 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 D | SparcAsmPrinter.cpp | 98 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext); in createPCXRelExprOp() local
|
/aosp_15_r20/external/libbrillo/brillo/dbus/ |
H A D | dbus_object.h | 442 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/ |
D | VideoJitterBuffer.cpp | 162 void VideoJitterBuffer::Add(ImsMediaSubType subtype, uint8_t* pbBuffer, uint32_t nBufferSize, in Add() function in VideoJitterBuffer
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | nodes.cc | 823 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 D | worker_impl.cc | 605 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 D | MVETailPredication.cpp | 385 if (auto *Add = dyn_cast<SCEVAddExpr>(Div->getLHS())) in ComputeElements() local
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
H A D | transport_feedback.cc | 110 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 D | api.cc | 203 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 D | histogram_samples.cc | 240 void HistogramSamples::Add(const HistogramSamples& other) { in Add() function in base::HistogramSamples
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/bits/ |
D | bits.go | 360 func Add(x, y, carry uint) (sum, carryOut uint) { func
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | address_pool_manager.cc | 57 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 D | DbiStreamBuilder.cpp | 361 auto Add = [&]() -> SecMapEntry & { in createSectionMap() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiStreamBuilder.cpp | 354 auto Add = [&]() -> SecMapEntry & { in createSectionMap() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2305 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 D | codec.cc | 81 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/ |
D | ExplodedGraph.h | 470 void Add(ExplodedNode *N) { in Add() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/ |
D | p256_asm.go | 383 func (q *P256Point) Add(r1, r2 *P256Point) *P256Point { func
|