/aosp12/system/logging/logd/ |
H A D | LogStatistics.h | 142 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 D | MemoryOffline.h | 50 void Add(MemoryOffline* memory) { memories_.push_back(memory); } in Add() function
|
/aosp12/art/compiler/utils/arm/ |
H A D | assembler_arm_vixl.cc | 154 ___ 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 D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
H A D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/ |
H A D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/ |
H A D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/ |
H A D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/ |
H A D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/aosp12/art/libartbase/base/metrics/ |
H A D | metrics.h | 265 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 D | object_byte_pair.h | 29 void Add(const ObjectBytePair& other) { in Add() function
|
/aosp12/system/bt/gd/storage/ |
H A D | mutation.cc | 30 void Mutation::Add(MutationEntry entry) { in Add() function in bluetooth::storage::Mutation
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | StrongTyping.h | 27 struct Add : Ability<T, Add> { struct
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | statistics.cpp | 34 void IncrementalGaussian::Add(float value) { in Add() function in android::filterfw::IncrementalGaussian
|
H A D | statistics.h | 53 void Add(float measurement) { in Add() function
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | operation_table.cpp | 23 keymaster_error_t OperationTable::Add(OperationPtr&& operation) { in Add() function in keymaster::OperationTable
|
/aosp12/art/runtime/interpreter/ |
H A D | safe_math_test.cc | 26 TEST(SafeMath, Add) { in TEST() argument
|
/aosp12/packages/modules/StatsD/lib/libkll/ |
H A D | sampler.cpp | 35 void KllSampler::Add(const int64_t item) { in Add() function in dist_proc::aggregation::internal::KllSampler
|
H A D | kll.cpp | 48 void KllQuantile::Add(const int64_t value) { in Add() function in dist_proc::aggregation::KllQuantile
|
/aosp12/art/runtime/ |
H A D | signal_set.h | 42 void Add(int signal) { in Add() function
|
H A D | indirect_reference_table-inl.h | 102 inline void IrtEntry::Add(ObjPtr<mirror::Object> obj) { in Add() function
|
/aosp12/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.internal.h | 87 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 D | profile_boot_info.cc | 29 void ProfileBootInfo::Add(const DexFile* dex_file, uint32_t method_index) { in Add() function in art::ProfileBootInfo
|
/aosp12/build/blueprint/parser/ |
H A D | modify.go | 71 func (list *PatchList) Add(start, end int, replacement string) error { func
|
/aosp12/system/extras/memory_replay/ |
H A D | Pointers.cpp | 52 void Pointers::Add(uintptr_t key_pointer, void* pointer) { in Add() function in Pointers
|