Home
last modified time | relevance | path

Searched refs:result_ (Results 1 – 8 of 8) 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/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs495 get { return resultCase_ == ResultOneofCase.ParseError ? (string) result_ : ""; }
497 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
511 get { return resultCase_ == ResultOneofCase.SerializeError ? (string) result_ : ""; }
513 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
527 get { return resultCase_ == ResultOneofCase.RuntimeError ? (string) result_ : ""; }
529 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
542 …get { return resultCase_ == ResultOneofCase.ProtobufPayload ? (pb::ByteString) result_ : pb::ByteS…
544 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
557 get { return resultCase_ == ResultOneofCase.JsonPayload ? (string) result_ : ""; }
559 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_agree.rs174 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.rs158 if (! float_almost_equal(temp_f1, result_##opName)) { \
159 fail_f1(x, y , temp_f1, result_##opName, #opName); \
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp109 paramTestInfo(const char *name_, int result_) in paramTestInfo()
110 : name(name_), result(result_) {} in paramTestInfo()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_agree.rs176 if (! float_almost_equal(temp_f1, result_##opName)) { \
177 fail_f1(x, y , temp_f1, result_##opName, #opName); \
/frameworks/native/cmds/dumpstate/
Ddumpstate.h482 ConsentResult result_;
Ddumpstate.cpp723 Dumpstate::ConsentCallback::ConsentCallback() : result_(UNAVAILABLE), start_time_(Nanotime()) { in ConsentCallback()
728 result_ = APPROVED; in onReportApproved()
735 result_ = DENIED; in onReportDenied()
742 return result_; in getResult()