Home
last modified time | relevance | path

Searched refs:op_ (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/tests/
DDwarfOpTest.cpp42 op_.reset(new DwarfOp<TypeParam>(mem_.get(), &regular_memory_)); in SetUp()
49 std::unique_ptr<DwarfOp<TypeParam>> op_; member in unwindstack::DwarfOpTest
55 ASSERT_FALSE(this->op_->Decode()); in TYPED_TEST_P()
56 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P()
57 EXPECT_EQ(0U, this->op_->LastErrorAddress()); in TYPED_TEST_P()
62 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P()
63 ASSERT_EQ(DWARF_ERROR_NONE, this->op_->LastErrorCode()); in TYPED_TEST_P()
64 ASSERT_EQ(0x96U, this->op_->cur_op()); in TYPED_TEST_P()
70 ASSERT_FALSE(this->op_->Eval(0, 2)); in TYPED_TEST_P()
71 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P()
[all …]
DDwarfOpLogTest.cpp42 op_.reset(new DwarfOp<TypeParam>(mem_.get(), &regular_memory_)); in SetUp()
49 std::unique_ptr<DwarfOp<TypeParam>> op_; member in unwindstack::DwarfOpLogTest
61 this->op_->GetLogInfo(0, opcode_buffer.size(), &lines); in TYPED_TEST_P()
/system/tools/aidl/
Daidl_const_expressions.cpp145 #define OPEQ(__y__) (string(op_) == string(__y__))
836 if (!IsCompatibleType(unary_->final_type_, op_)) { in evaluate()
837 AIDL_ERROR(unary_) << "'" << op_ << "'" in evaluate()
858 handleUnary(*this, op_, static_cast<__type__>(unary_->final_value_), &final_value_); in evaluate()
916 AIDL_ERROR(this) << "Cannot perform operation '" << op_ << "' on " in evaluate()
928 AIDL_ERROR(this) << "Only '+' is supported for strings, not '" << op_ << "'."; in evaluate()
968 handleBinaryCommon(*this, static_cast<__type__>(left_val_->final_value_), op_, \ in evaluate()
976 string newOp = op_; in evaluate()
1001 return handleLogical(*this, left_val_->final_value_, op_, right_val_->final_value_, in evaluate()
1057 op_(op) { in AidlUnaryConstExpression()
[all …]
Daidl_language.h733 const string op_;
759 const string op_;