Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 5 of 5) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dir_dumper.cpp57 auto &&compare = [](const T *lhs, const T *rhs) { in SortAbiElements()
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
DCamera2VideoFragment.java698 public int compare(Size lhs, Size rhs) { in compare()
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DCamera2BasicFragment.java963 public int compare(Size lhs, Size rhs) { in compare()
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
DCamera2RawFragment.java1513 public int compare(Size lhs, Size rhs) { in compare()
/development/vndk/tools/sourcedr/blueprint/
Dblueprint.py529 def __init__(self, lhs, rhs): argument