/aosp12/art/runtime/verifier/ |
H A D | register_line-inl.h | 85 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 D | register_line.cc | 168 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 D | register_line.h | 426 uint16_t result_[2]; variable
|
/aosp12/system/testing/gtest_extras/ |
H A D | Test.cpp | 64 switch (result_) { in Print() 120 result_ = TEST_PASS; in SetResultFromOutput() 130 result_ = TEST_SKIPPED; in SetResultFromOutput()
|
H A D | Test.h | 75 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 D | VtsHalHealthStorageV1_0TargetTest.cpp | 44 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 D | var_handle.cc | 310 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 D | VtsHalHealthStorageTargetTest.cpp | 47 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 D | ti_method.cc | 581 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 D | ti_stack.cc | 1140 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 D | ti_redefine.h | 302 jvmtiError result_; variable 317 result_(ERR(INTERNAL)), in Redefiner()
|
H A D | ti_redefine.cc | 774 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 D | updater.cpp | 81 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 D | updater.h | 63 return result_; in GetResult() 94 std::string result_; variable
|
/aosp12/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.internal.h | 99 result_ = (lhs < rhs); in Add() 106 return result_; in Compare() 119 bool result_ = false; variable
|
/aosp12/art/dex2oat/linker/ |
H A D | elf_writer_quick.cc | 61 result_ = debug::MakeMiniDebugInfo(isa_, in Run() 71 return &result_; in GetResult() 82 std::vector<uint8_t> result_; member in art::linker::DebugInfoTask
|
H A D | image_writer.cc | 860 : 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 D | common_message_types.h | 159 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 D | C2ComponentInterface_test.cpp | 109 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 D | msg_formatting.h | 339 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 D | dumpstate.h | 540 ConsentResult result_;
|
H A 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()
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | math_agree.rscript | 158 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 D | math_agree.rscript | 174 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 D | math_agree.rscript | 176 if (! float_almost_equal(temp_f1, result_##opName)) { \ 177 fail_f1(x, y , temp_f1, result_##opName, #opName); \
|