Home
last modified time | relevance | path

Searched refs:result_ (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.internal.h99 result_ = (lhs < rhs); in Add()
106 return result_; in Compare()
119 bool result_ = false; variable
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp109 paramTestInfo(const char *name_, int result_) in paramTestInfo()
110 : name(name_), result(result_) {} in paramTestInfo()
/frameworks/native/cmds/dumpstate/
Ddumpstate.h540 ConsentResult result_;
Ddumpstate.cpp727 Dumpstate::ConsentCallback::ConsentCallback() : result_(UNAVAILABLE), start_time_(Nanotime()) { in ConsentCallback()
732 result_ = APPROVED; in onReportApproved()
757 result_ = DENIED; in onReportDenied()
764 return result_; in getResult()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_agree.rscript174 if (! float_almost_equal(temp_f1, result_##opName)) { \
175 fail_f1(x, y , temp_f1, result_##opName, #opName); \
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath_agree.rscript158 if (! float_almost_equal(temp_f1, result_##opName)) { \
159 fail_f1(x, y , temp_f1, result_##opName, #opName); \
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_agree.rscript176 if (! float_almost_equal(temp_f1, result_##opName)) { \
177 fail_f1(x, y , temp_f1, result_##opName, #opName); \