Home
last modified time | relevance | path

Searched defs:Add (Results 1 – 25 of 84) sorted by relevance

1234

/aosp12/system/logging/logd/
H A DLogStatistics.h142 iterator Add(const TKey& key, const LogStatisticsElement& element) { in Add() function
152 iterator Add(const TKey& key) { in Add() function
196 void Add(const LogStatisticsElement& element) { size_ += element.total_len; } in Add() function
236 void Add(const LogStatisticsElement& element) { in Add() function
260 void Add(const LogStatisticsElement& element) { in Add() function
295 void Add(pid_t new_pid) { in Add() function
305 void Add(const LogStatisticsElement& element) { in Add() function
348 void Add(pid_t incomingTid) { in Add() function
358 void Add(const LogStatisticsElement& element) { in Add() function
391 void Add(const LogStatisticsElement& element) { in Add() function
[all …]
/aosp12/system/unwinding/libunwindstack/
H A DMemoryOffline.h50 void Add(MemoryOffline* memory) { memories_.push_back(memory); } in Add() function
/aosp12/art/compiler/utils/arm/
H A Dassembler_arm_vixl.cc154 ___ Add(temp, base, add_to_base); in AdjustLoadStoreOffset() local
158 ___ Add(temp, temp, base); in AdjustLoadStoreOffset() local
323 ___ Add(dest, dest, (dest.Is(base)) ? temp : base); in LoadFromOffset() local
393 ___ Add(base, sp, Operand::From(stack_offset)); in StoreRegisterList() local
413 ___ Add(base, sp, Operand::From(stack_offset)); in LoadRegisterList() local
441 ___ Add(rd, rn, value); in AddConstant() local
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/
H A Dfactory.h42 int Add(const std::string &name, const Creator &creator) { in Add() function
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Dfactory.h42 int Add(const std::string &name, const Creator &creator) { in Add() function
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dfactory.h42 int Add(const std::string &name, const Creator &creator) { in Add() function
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/
H A Dfactory.h42 int Add(const std::string &name, const Creator &creator) { in Add() function
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/
H A Dfactory.h42 int Add(const std::string &name, const Creator &creator) { in Add() function
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/
H A Dfactory.h42 int Add(const std::string &name, const Creator &creator) { in Add() function
/aosp12/art/libartbase/base/metrics/
H A Dmetrics.h265 void Add(value_t value) { value_.fetch_add(value, std::memory_order::memory_order_relaxed); } in Add() function
305 void Add(value_t value) { in Add() function
349 void Add(int64_t value) { in Add() function
404 void Add(T value) { in Add() function
/aosp12/art/runtime/gc/collector/
H A Dobject_byte_pair.h29 void Add(const ObjectBytePair& other) { in Add() function
/aosp12/system/bt/gd/storage/
H A Dmutation.cc30 void Mutation::Add(MutationEntry entry) { in Add() function in bluetooth::storage::Mutation
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DStrongTyping.h27 struct Add : Ability<T, Add> { struct
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dstatistics.cpp34 void IncrementalGaussian::Add(float value) { in Add() function in android::filterfw::IncrementalGaussian
H A Dstatistics.h53 void Add(float measurement) { in Add() function
/aosp12/system/keymaster/android_keymaster/
H A Doperation_table.cpp23 keymaster_error_t OperationTable::Add(OperationPtr&& operation) { in Add() function in keymaster::OperationTable
/aosp12/art/runtime/interpreter/
H A Dsafe_math_test.cc26 TEST(SafeMath, Add) { in TEST() argument
/aosp12/packages/modules/StatsD/lib/libkll/
H A Dsampler.cpp35 void KllSampler::Add(const int64_t item) { in Add() function in dist_proc::aggregation::internal::KllSampler
H A Dkll.cpp48 void KllQuantile::Add(const int64_t value) { in Add() function in dist_proc::aggregation::KllQuantile
/aosp12/art/runtime/
H A Dsignal_set.h42 void Add(int signal) { in Add() function
H A Dindirect_reference_table-inl.h102 inline void IrtEntry::Add(ObjPtr<mirror::Object> obj) { in Add() function
/aosp12/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.internal.h87 ComparisonChain& Add(const Group<T>& groups, const Maybe<std::string>& lhs, in Add() function
96 ComparisonChain& Add(int lhs, int rhs) { in Add() function
/aosp12/art/libprofile/profile/
H A Dprofile_boot_info.cc29 void ProfileBootInfo::Add(const DexFile* dex_file, uint32_t method_index) { in Add() function in art::ProfileBootInfo
/aosp12/build/blueprint/parser/
H A Dmodify.go71 func (list *PatchList) Add(start, end int, replacement string) error { func
/aosp12/system/extras/memory_replay/
H A DPointers.cpp52 void Pointers::Add(uintptr_t key_pointer, void* pointer) { in Add() function in Pointers

1234