Searched refs:result_ (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser.internal.h | 99 result_ = (lhs < rhs); in Add() 106 return result_; in Compare() 119 bool result_ = false; variable
|
/frameworks/av/media/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 109 paramTestInfo(const char *name_, int result_) in paramTestInfo() 110 : name(name_), result(result_) {} in paramTestInfo()
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 540 ConsentResult result_;
|
D | dumpstate.cpp | 727 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/ |
D | math_agree.rscript | 174 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/ |
D | math_agree.rscript | 158 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/ |
D | math_agree.rscript | 176 if (! float_almost_equal(temp_f1, result_##opName)) { \ 177 fail_f1(x, y , temp_f1, result_##opName, #opName); \
|