Home
last modified time | relevance | path

Searched defs:top (Results 1 – 15 of 15) sorted by relevance

/system/core/libunwindstack/
DDwarfOp.cpp1692 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/
Dpriority_queue_impl.h86 ElementType& PriorityQueue<ElementType, CompareFunction>::top() { in top() function
91 const ElementType& PriorityQueue<ElementType, CompareFunction>::top() const { in top() function
/system/sepolicy/tests/
Dcombine_maps.py35 def Combine(top, bottom): argument
/system/core/logd/
DSerializedFlushToState.cpp116 auto top = min_heap_.top(); in PopNextUnreadLog() local
DSerializedFlushToStateTest.cpp135 auto top = state.PopNextUnreadLog(); in TestReading() local
DSerializedLogBuffer.cpp231 MinHeapElement top = state.PopNextUnreadLog(); in FlushTo() local
/system/memory/libmemunreachable/
DPtracerThread.cpp58 void* top() { in top() function in android::Stack
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp35 int top = array_length - 1; in Find() local
/system/core/libutils/include/utils/
DSortedVector.h215 const TYPE& SortedVector<TYPE>::top() const { in top() function
DVector.h300 const TYPE& Vector<TYPE>::top() const { in top() function
/system/extras/simpleperf/
DCallChainJoiner.cpp76 CacheNode* top = chain.back(); in AddCallChain() local
/system/media/camera/docs/
Dcamera_device_info.proto42 optional int32 top = 3; field
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp363 auto top = dir + kOverlayTopDir; in fs_mgr_overlayfs_setup_dir() local
516 const auto top = overlay + kOverlayTopDir; in fs_mgr_overlayfs_teardown_one() local
/system/core/libpixelflinger/
Dtrap.cpp670 const GGLfixed* top = p1; in edge_setup() local
860 const GGLfixed* top = p1; in aa_edge_setup() local
/system/core/logcat/tests/
Dlogcat_test.cpp1800 std::pair<uid_t, size_t> top = {0, 0}; in TopTwoInMap() local