Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/feature_support_util/
H A Dfeature_support_util.cpp383 void logItem() const in logItem() function in angle::Application
466 void logItem() const { VERBOSE("\t %s\n", toString().c_str()); } in logItem() function in angle::GPU
528 void logItem() const in logItem() function in angle::Device
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/junit/rules/
H A DExpectedLogMessagesRule.java108 LogItem logItem = new LogItem(log.type, log.tag, log.msg, log.throwable); in apply() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPackageParser.java49 LogItem logItem = logItems.get(0); in callParsePackage() local