Home
last modified time | relevance | path

Searched defs:adj (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dmemory.h38 int32_t adj = 0; // /proc/$pid/oom_score_adj member
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp21 #define INCREASE_ACC(acc, accTemp, adj, step, dir) \ argument
449 uint64_t adj; in DrawThinWuLine() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp255 void DumpUtils::SetAdj(int adj) in SetAdj()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h67 explicit Graph(AdjacencyList &&adj) in Graph()