/system/unwinding/libunwindstack/ |
D | DwarfOp.cpp | 1692 AddressType top = stack_[0]; in op_rot() local 1711 AddressType top = StackPop(); in op_and() local 1718 AddressType top = StackPop(); in op_div() local 1731 AddressType top = StackPop(); in op_minus() local 1738 AddressType top = StackPop(); in op_mod() local 1749 AddressType top = StackPop(); in op_mul() local 1769 AddressType top = StackPop(); in op_or() local 1776 AddressType top = StackPop(); in op_plus() local 1789 AddressType top = StackPop(); in op_shl() local 1796 AddressType top = StackPop(); in op_shr() local [all …]
|
/system/chre/util/include/chre/util/ |
D | priority_queue_impl.h | 86 ElementType &PriorityQueue<ElementType, CompareFunction>::top() { in top() function 91 const ElementType &PriorityQueue<ElementType, CompareFunction>::top() const { in top() function
|
/system/sepolicy/tests/ |
D | combine_maps.py | 35 def Combine(top, bottom): argument
|
/system/memory/libmemunreachable/ |
D | PtracerThread.cpp | 60 void* top() { in top() function in android::Stack
|
/system/core/fs_mgr/ |
D | fs_mgr_overlayfs_control.cpp | 126 auto top = dir + "/" + kOverlayTopDir; in fs_mgr_overlayfs_setup_dir() local 315 const auto top = overlay + "/" + kOverlayTopDir; in fs_mgr_overlayfs_teardown_one() local 638 const auto top = kScratchMountPoint + "/"s + kOverlayTopDir; in fs_mgr_overlayfs_setup_scratch() local
|
D | fs_mgr_overlayfs_mount.cpp | 697 const auto top = kScratchMountPoint + "/"s + kOverlayTopDir; in TryMountScratch() local
|
/system/core/property_service/libpropertyinfoparser/ |
D | property_info_parser.cpp | 35 int top = array_length - 1; in Find() local
|
/system/logging/logd/ |
D | SerializedFlushToStateTest.cpp | 135 auto top = state.PopNextUnreadLog(); in TestReading() local
|
D | SerializedLogBuffer.cpp | 258 LogWithId top = state.PopNextUnreadLog(); in FlushTo() local
|
/system/core/libutils/include/utils/ |
D | SortedVector.h | 215 const TYPE& SortedVector<TYPE>::top() const { in top() function
|
D | Vector.h | 288 const TYPE& Vector<TYPE>::top() const { in top() function
|
/system/extras/simpleperf/ |
D | CallChainJoiner.cpp | 76 CacheNode* top = chain.back(); in AddCallChain() local
|
/system/core/libutils/binder/include/utils/ |
D | Vector.h | 288 const TYPE& Vector<TYPE>::top() const { in top() function
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto_to_text.cpp | 358 uint64_t top = ptr >> 32; in print_memory_maps() local
|
/system/media/audio_utils/include/audio_utils/ |
D | mutex.h | 762 const ssize_t top = static_cast<ssize_t>(top_) - static_cast<ssize_t>(offset); variable 918 const auto& top = mutexes_held_.top(i); in check_held() local
|
/system/media/camera/docs/ |
D | camera_device_info.proto | 42 optional int32 top = 3; field
|
/system/media/audio_utils/tests/ |
D | audio_mutex_tests.cpp | 290 const auto& top = as.top(); in TEST() local
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 1735 std::pair<uid_t, size_t> top = {0, 0}; in TopTwoInMap() local
|