Home
last modified time | relevance | path

Searched refs:LINE (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/mmc_tracepoints/
Dmmc_trace_reduce20 while read LINE
29 LINE=${LINE/AsyncTask /AsyncTask-}
31 set $LINE
40 SAVED_START_LINE="$LINE"
/system/tools/aidl/
Dcomments.cpp69 if (c.type == Comment::Type::LINE) { in TrimmedLines()
166 type = Type::LINE; in Comment()
211 if (it->type == Comment::Type::LINE) { in FormatCommentsForJava()
Dcomments.h28 enum class Type { LINE, BLOCK }; enumerator
/system/chre/apps/nearby/third_party/nanopb/
Dpb.h127 #define PB_STATIC_ASSERT_MSG(MSG, LINE, COUNTER) \ argument
128 PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER)
129 #define PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) \ argument
130 pb_static_assertion_##MSG##LINE##COUNTER