/frameworks/libs/binary_translation/runtime_primitives/ |
D | memory_region_reservation_test.cc | 42 MemoryRegionReservation::Store<uint32_t>(&cpu, addr, kTestVal, std::memory_order_seq_cst)); in TEST() 48 MemoryRegionReservation::Store<uint32_t>(&cpu, addr, ~kTestVal, std::memory_order_seq_cst)); in TEST() 71 MemoryRegionReservation::Store<uint32_t>( in TEST() 97 MemoryRegionReservation::Store<uint32_t>( in TEST() 101 MemoryRegionReservation::Store<uint32_t>( in TEST() 125 MemoryRegionReservation::Store<uint32_t>( in TEST() 129 MemoryRegionReservation::Store<uint32_t>( in TEST()
|
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/ |
D | memory_region_reservation.h | 56 static uint32_t Store(CPUState* cpu, GuestAddr addr, Type value, std::memory_order mem_order) { in Store() function
|
/frameworks/base/tests/inputmethod/ConcurrentMultiSessionImeTest/ |
D | Android.bp | 47 // Store test artifacts in separated directories for easier debugging.
|
/frameworks/base/core/proto/android/internal/ |
D | binder_latency.proto | 81 // The number of buckets in the histogram. Store this value separately
|
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/ |
D | trace_config_multi_user.textproto | 52 # Store certain high-volume "sched" ftrace events in a denser format
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | threshold.rscript | 30 // Store our coefficients here
|
D | threshold_half.rscript | 30 // Store our coefficients here
|
/frameworks/base/tests/EnforcePermission/perf-app/ |
D | perfetto.textproto | 60 # Store certain high-volume "sched" ftrace events in a denser format
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | threshold.rscript | 30 // Store our coefficients here
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | threshold.rscript | 30 // Store our coefficients here
|
/frameworks/base/core/proto/android/server/ |
D | usagestatsservice_v2.proto | 152 * Store the relevant information from extra details for user interaction event.
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | single_source_alloc.rscript | 80 // Store to an allocation based on the vector size and dimensionality being 178 // Store to a cell based on the type, vector size and
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | single_source_alloc.rscript | 82 // Store to an allocation based on the vector size and dimensionality being 180 // Store to a cell based on the type, vector size and
|
/frameworks/base/core/proto/android/service/ |
D | package.proto | 188 // Typically "" if system app or "com.android.vending" if Play Store.
|
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | semantics_player.h | 947 void Store(const typename Decoder::StoreArgs& args) { in Store() function 950 listener_->Store(args.operand_type, arg, args.offset, data); in Store() 953 void Store(const typename Decoder::StoreFpArgs& args) { in Store() function
|
D | decoder.h | 1242 insn_consumer_->Store(args); in DecodeCompressedStoresp() 1293 insn_consumer_->Store(args); in DecodeCompressedLoadStore() 1836 insn_consumer_->Store(args); in DecodeStore()
|
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/ |
D | client.h | 200 typedef Codec2Client Store; typedef
|
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | lite_translator.cc | 414 void LiteTranslator::Store(Decoder::MemoryDataOperandType operand_type, in Store() function in berberis::LiteTranslator
|
D | lite_translator.h | 93 void Store(Decoder::MemoryDataOperandType operand_type,
|
/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 1090 llvm::StoreInst *Store = Builder.CreateStore(RetVal, OutPtr); in ExpandForEach() local 1092 Store->setMetadata("tbaa", TBAAAllocation); in ExpandForEach()
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 158 return static_cast<Register>(MemoryRegionReservation::Store<IntType>( in Sc() 340 void Store(Decoder::MemoryDataOperandType operand_type, in Store() function 347 Store<uint8_t>(ptr, data); in Store() 350 Store<uint16_t>(ptr, data); in Store() 353 Store<uint32_t>(ptr, data); in Store() 356 Store<uint64_t>(ptr, data); in Store() 4186 void Store(void* ptr, uint64_t data) { in Store() function
|
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | frontend.h | 111 void Store(Decoder::MemoryDataOperandType operand_type,
|
D | frontend.cc | 562 void HeavyOptimizerFrontend::Store(Decoder::MemoryDataOperandType operand_type, in Store() function in berberis::HeavyOptimizerFrontend
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 1253 case Instruction::Store: in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 1281 case Instruction::Store: in WriteInstruction()
|