Home
last modified time | relevance | path

Searched defs:parseSquare (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/commandline/
H A DValueParserTest.kt53 val parseSquare = Type.Int.map { Rect(it, it, it, it) } in mapToComplexType() constant
/aosp_15_r20/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp1385 void UnwrappedLineParser::parseSquare() { in parseSquare() function in clang::format::UnwrappedLineParser
H A DTokenAnnotator.cpp298 bool parseSquare() { in parseSquare() function in clang::format::__anon93c5f2210111::AnnotatingParser