Searched refs:remark (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
H A D | CurrencyDataEntry.java | 22 private String remark; field in CurrencyDataEntry 25 private CurrencyDataEntry(String entity, String currency, String alphabeticCode, Integer numericCode, Integer minorUnit, String withdrawalDate, String remark, boolean historic) { in CurrencyDataEntry() argument 32 this.remark = remark; in CurrencyDataEntry() 60 public String remark() { in remark() method in CurrencyDataEntry 61 return remark; in remark() 117 public Builder setRemark(String remark) { in setRemark() argument 118 remark_ = remark; in setRemark()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | WithColor.cpp | 66 raw_ostream &WithColor::remark() { return remark(errs()); } in remark() function in WithColor 91 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark() function in WithColor 96 << "remark: "; in remark()
|
H A D | SourceMgr.cpp | 403 WithColor::remark(OS, "", !ShowColors); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | WithColor.h | 81 /// Convenience method for printing "remark: " to stderr. 82 static raw_ostream &remark(); 93 /// Convenience method for printing "remark: " to the given stream. 94 static raw_ostream &remark(raw_ostream &OS, StringRef Prefix = "",
|
/third_party/curl/src/ |
H A D | tool_setopt.c | 561 bool remark = FALSE; in tool_setopt() local 595 remark = TRUE; in tool_setopt() 607 remark = TRUE; in tool_setopt() 633 remark = TRUE; in tool_setopt() 646 if(remark) in tool_setopt()
|
/third_party/ffmpeg/ |
H A D | configure | 4624 -Wall) echo $flag -Qdiag-disable:remark ;;
|
Completed in 10 milliseconds