Searched refs:expression_ (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/processor/ |
D | cfi_frame_info.cc | 133 expression_.clear(); in Parse() 149 if (!name_.empty() || !expression_.empty()) { in Parse() 153 expression_.clear(); in Parse() 157 if (!expression_.empty()) in Parse() 158 expression_ += ' '; in Parse() 159 expression_ += token; in Parse() 166 if (name_.empty() || expression_.empty()) return false; in Report() 167 if (name_ == ".cfa") handler_->CFARule(expression_); in Report() 168 else if (name_ == ".ra") handler_->RARule(expression_); in Report() 169 else handler_->RegisterRule(name_, expression_); in Report()
|
D | cfi_frame_info.h | 175 string name_, expression_; variable
|
D | minidump.cc | 3310 expression_(), in MinidumpAssertion() 3338 sizeof(assertion_.expression), &expression_, in Read() 3363 expression_.c_str()); in Print()
|
/external/catch2/docs/ |
D | logging.md | 100 **INFO(** _message expression_ **)** 107 **UNSCOPED_INFO(** _message expression_ **)** 113 **WARN(** _message expression_ **)** 117 **FAIL(** _message expression_ **)** 121 **FAIL_CHECK(** _message expression_ **)**
|
D | assertions.md | 161 * **REQUIRE_THAT(** _lhs_, _matcher expression_ **)** and 162 * **CHECK_THAT(** _lhs_, _matcher expression_ **)**
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.cc | 1442 : expression_(expression) { } in ExpressionRule() 1445 return handler->ExpressionRule(address, reg, expression_); in Handle() 1451 return (our_rhs && expression_ == our_rhs->expression_); in operator ==() 1455 string expression_; member in dwarf2reader::CallFrameInfo::ExpressionRule 1462 : expression_(expression) { } in ValExpressionRule() 1465 return handler->ValExpressionRule(address, reg, expression_); in Handle() 1472 return (our_rhs && expression_ == our_rhs->expression_); in operator ==() 1476 string expression_; member in dwarf2reader::CallFrameInfo::ValExpressionRule
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 676 return valid_ ? expression_ : ""; in expression() 700 string expression_; variable
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 963 void fx(const std::string expression_); 964 void fx(const std::string expression_,const Magick::ChannelType channel_);
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 3189 void Magick::Image::fx(const std::string expression_) in fx() argument 3195 newImage=FxImage(constImage(),expression_.c_str(),exceptionInfo); in fx() 3200 void Magick::Image::fx(const std::string expression_, in fx() argument 3208 newImage=FxImage(constImage(),expression_.c_str(),exceptionInfo); in fx()
|
/external/llvm-project/mlir/docs/Dialects/ |
D | Affine.md | 122 A _multidimensional affine expression_ is a comma separated list of
|