Home
last modified time | relevance | path

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

12

/aosp12/art/runtime/verifier/
H A Dregister_line-inl.h85 result_[0] = reg_types->Undefined().GetId(); in SetResultTypeToUnknown()
86 result_[1] = result_[0]; in SetResultTypeToUnknown()
92 result_[0] = new_type.GetId(); in SetResultRegisterType()
93 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId(); in SetResultRegisterType()
99 result_[0] = new_type1.GetId(); in SetResultRegisterTypeWide()
100 result_[1] = new_type2.GetId(); in SetResultRegisterTypeWide()
H A Dregister_line.cc168 const RegType& type = verifier->GetRegTypeCache()->GetFromId(result_[0]); in CopyResultRegister1()
174 DCHECK(verifier->GetRegTypeCache()->GetFromId(result_[1]).IsUndefined()); in CopyResultRegister1()
176 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister1()
185 const RegType& type_l = verifier->GetRegTypeCache()->GetFromId(result_[0]); in CopyResultRegister2()
186 const RegType& type_h = verifier->GetRegTypeCache()->GetFromId(result_[1]); in CopyResultRegister2()
193 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister2()
194 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister2()
H A Dregister_line.h426 uint16_t result_[2]; variable
/aosp12/system/testing/gtest_extras/
H A DTest.cpp64 switch (result_) { in Print()
120 result_ = TEST_PASS; in SetResultFromOutput()
130 result_ = TEST_SKIPPED; in SetResultFromOutput()
H A DTest.h75 TestResult result() const { return result_; } in result()
76 void set_result(TestResult result) { result_ = result; } in set_result()
95 TestResult result_ = TEST_NONE; variable
/aosp12/hardware/interfaces/health/storage/1.0/vts/functional/
H A DVtsHalHealthStorageV1_0TargetTest.cpp44 result_ = result; in onFinish()
57 EXPECT_EQ(expected, result_); in waitForResult()
61 Result result_{Result::UNKNOWN_ERROR}; member in android::hardware::health::storage::V1_0::GcCallback
/aosp12/art/runtime/mirror/
H A Dvar_handle.cc310 JValue* result_; member in art::mirror::__anon921e98c60110::AtomicGetAccessor
352 JValue* result_; member in art::mirror::__anon921e98c60110::AtomicStrongCompareAndSetAccessor
374 JValue* result_; member in art::mirror::__anon921e98c60110::AtomicStrongCompareAndExchangeAccessor
396 JValue* result_; member in art::mirror::__anon921e98c60110::AtomicWeakCompareAndSetAccessor
411 StoreResult(old_value, result_); in Access()
416 JValue* result_; member in art::mirror::__anon921e98c60110::AtomicGetAndSetAccessor
460 JValue* result_; member in art::mirror::__anon921e98c60110::AtomicGetAndAddAccessor
491 JValue* result_; member in art::mirror::__anon921e98c60110::AtomicGetAndAddWithByteSwapAccessor
511 JValue* result_; member in art::mirror::__anon921e98c60110::AtomicGetAndBitwiseOrAccessor
530 JValue* result_; member in art::mirror::__anon921e98c60110::AtomicGetAndBitwiseAndAccessor
[all …]
/aosp12/hardware/interfaces/health/storage/aidl/vts/functional/
H A DVtsHalHealthStorageTargetTest.cpp47 result_ = result; in onFinish()
60 EXPECT_EQ(expected, result_); in WaitForResult()
64 Result result_{Result::UNKNOWN_ERROR}; member in aidl::android::hardware::health::storage::GcCallback
/aosp12/art/openjdkjvmti/
H A Dti_method.cc581 result_ = ERR(OPAQUE_FRAME); in Run()
584 result_ = ERR(INVALID_SLOT); in Run()
598 result_ = err; in Run()
604 result_ = err; in Run()
615 return result_; in GetResult()
709 jvmtiError result_; member in openjdkjvmti::CommonLocalVariableClosure
1149 : result_(ERR(INTERNAL)), in GetLocalInstanceClosure()
1164 result_ = OK; in Run()
1169 if (result_ == OK) { in GetResult()
1174 return result_; in GetResult()
[all …]
H A Dti_stack.cc1140 result_ = ERR(THREAD_NOT_SUSPENDED); in NonStandardExitFrames()
1155 result_ = ERR(OPAQUE_FRAME); in NonStandardExitFrames()
1169 result_ = ERR(NO_MORE_FRAMES); in NonStandardExitFrames()
1181 result_ = OK; in NonStandardExitFrames()
1218 jvmtiError result_ = ERR(INTERNAL); member in openjdkjvmti::__anon407cbceb0410::NonStandardExitFrames
1225 result_ = ERR(OPAQUE_FRAME); in CheckFunctions()
1238 result_ = ERR(OPAQUE_FRAME); in CheckFunctions()
1360 if (frames.result_ != OK) { in PopFrame()
1362 return frames.result_; in PopFrame()
1396 if (frames.result_ != OK) { in ForceEarlyReturn()
[all …]
H A Dti_redefine.h302 jvmtiError result_; variable
317 result_(ERR(INTERNAL)), in Redefiner()
H A Dti_redefine.cc774 result_ = result; in RecordFailure()
2461 return result_; in Run()
2467 return result_; in Run()
2480 return result_; in Run()
2485 return result_; in Run()
/aosp12/bootable/recovery/updater/
H A Dupdater.cpp81 bool status = Evaluate(&state, root, &result_); in RunUpdate()
83 fprintf(cmd_pipe_.get(), "ui_print script succeeded: result was [%s]\n", result_.c_str()); in RunUpdate()
85 if (result_.empty() && state.cause_code != kNoCause) { in RunUpdate()
/aosp12/bootable/recovery/updater/include/updater/
H A Dupdater.h63 return result_; in GetResult()
94 std::string result_; variable
/aosp12/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.internal.h99 result_ = (lhs < rhs); in Add()
106 return result_; in Compare()
119 bool result_ = false; variable
/aosp12/art/dex2oat/linker/
H A Delf_writer_quick.cc61 result_ = debug::MakeMiniDebugInfo(isa_, in Run()
71 return &result_; in GetResult()
82 std::vector<uint8_t> result_; member in art::linker::DebugInfoTask
H A Dimage_writer.cc860 : image_writer_(image_writer), early_exit_(early_exit), visited_(visited), result_(result) {} in PruneObjectReferenceVisitor()
886 *result_ = true; in operator ()()
890 *result_ = *result_ || in operator ()()
895 *result_ = *result_ || in operator ()()
915 bool* const result_; member in art::linker::ImageWriter::PruneObjectReferenceVisitor
/aosp12/system/teeui/libteeui/include/teeui/
H A Dcommon_message_types.h159 auto& result_ = std::get<1>(result); in read() local
168 std::copy(pos, pos + size, result_.data()); in read()
/aosp12/frameworks/av/media/codec2/tests/
H A DC2ComponentInterface_test.cpp109 paramTestInfo(const char *name_, int result_) in paramTestInfo()
110 : name(name_), result(result_) {} in paramTestInfo()
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dmsg_formatting.h339 hidl_string& result_ = std::get<1>(result);
350 result_.setToExternal(reinterpret_cast<const char*>(const_cast<const uint8_t*>(pos)),
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h540 ConsentResult result_;
H A 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()
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dmath_agree.rscript158 if (! float_almost_equal(temp_f1, result_##opName)) { \
159 fail_f1(x, y , temp_f1, result_##opName, #opName); \
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_agree.rscript174 if (! float_almost_equal(temp_f1, result_##opName)) { \
175 fail_f1(x, y , temp_f1, result_##opName, #opName); \
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dmath_agree.rscript176 if (! float_almost_equal(temp_f1, result_##opName)) { \
177 fail_f1(x, y , temp_f1, result_##opName, #opName); \

12