HomeSort by relevance Sort by last modified time
    Searched defs:Msg (Results 26 - 50 of 57) sorted by null

12 3

  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 181 const char *Msg = ErrorMessages[static_cast<int>(Error)];
182 std::unique_ptr<BugReport> R(new BugReport(*BT, Msg, N));
    [all...]
MallocChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 290 SmallString<64> Msg;
291 llvm::raw_svector_ostream Out(Msg);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 884 SmallString<256> Msg;
885 raw_svector_ostream OS(Msg);
    [all...]
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 633 std::string Msg;
634 raw_string_ostream S(Msg);
640 emitOptimizationRemark(F.getContext(), DEBUG_TYPE, F, DebugLoc(), Msg);
648 std::string Msg;
649 raw_string_ostream S(Msg);
655 emitOptimizationRemark(F.getContext(), DEBUG_TYPE, F, DebugLoc(), Msg);
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 472 SmallString<256> Msg;
473 raw_svector_ostream OS(Msg);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 57 UINT Msg;
198 UINT Msg;
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 333 const Twine &Msg)
334 : DiagnosticInfo(DK_Linker, Severity), Msg(Msg) {}
335 void LinkDiagnosticInfo::print(DiagnosticPrinter &DP) const { DP << Msg; }
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 802 std::string Msg = "instruction requires:";
806 Msg += " ";
807 Msg += getSubtargetFeatureName(ErrorInfo & Mask);
811 return Error(IDLoc, Msg);
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 664 bool Error(SMLoc L, const Twine &Msg,
669 return Parser.Error(L, Msg, Ranges);
672 bool ErrorAndEatStatement(SMLoc L, const Twine &Msg,
677 return Error(L, Msg, Ranges, MatchingInlineAsm);
680 std::nullptr_t ErrorOperand(SMLoc Loc, StringRef Msg) {
681 Error(Loc, Msg);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp 249 struct Msg
256 Msg q[MAX_MSG];
2189 Msg msg; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 285 struct Msg {
290 Msg q[MAX_MSG];
2195 Msg msg; local
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 544 std::string Msg = Type;
546 << Msg << S->getSourceRange();
554 std::string Msg = Type;
555 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg;
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclAttr.cpp 793 StringRef Msg;
794 if (!S.checkStringLiteralArgumentAttr(Attr, 1, Msg))
808 EnableIfAttr(Attr.getRange(), S.Context, Cond, Msg,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 973 CXString Msg;
982 Msg = clang_formatDiagnostic(Diagnostic, display_opts);
983 fprintf(stderr, "%s\n", clang_getCString(Msg));
984 clang_disposeString(Msg);
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 69 void Warning(SMLoc L, const Twine &Msg) { getParser().Warning(L, Msg); }
70 bool Error(SMLoc L, const Twine &Msg) { return getParser().Error(L, Msg); }
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 311 setMsgListSms(new HashMap<Long, Msg>(), false);
316 setMsgListMms(new HashMap<Long, Msg>(), false);
323 setMsgListMsg(new HashMap<Long, Msg>(), false);
353 private Map<Long, Msg> getMsgListSms() {
357 private void setMsgListSms(Map<Long, Msg> msgListSms, boolean changesDetected) {
366 private Map<Long, Msg> getMsgListMms() {
371 private void setMsgListMms(Map<Long, Msg> msgListMms, boolean changesDetected) {
380 private Map<Long, Msg> getMsgListMsg() {
385 private void setMsgListMsg(Map<Long, Msg> msgListMsg, boolean changesDetected) {
623 final static String PATH = "telecom/msg/";
900 Message msg = mns.obtainMessage(); local
1208 Msg msg = new Msg(id, type, threadId, read); local
1232 Msg msg = new Msg(id, type, threadId, read); local
1259 Msg msg = new Msg(id, folderId, readFlag); local
1343 Msg msg = getMsgListSms().remove(id); local
1496 Msg msg = getMsgListMms().remove(id); local
1649 Msg msg = getMsgListMsg().remove(id); local
2057 Msg msg = getMsgListMsg().get(handle); local
2156 Msg msg = getMsgListMms().get(handle); local
2203 Msg msg = getMsgListMms().get(handle); local
2238 Msg msg = getMsgListSms().get(handle); local
2274 Msg msg = getMsgListSms().get(handle); local
2368 Msg msg = getMsgListSms().get(handle); local
2382 Msg msg = getMsgListMms().get(handle); local
2396 Msg msg = getMsgListMsg().get(handle); local
3307 Msg msg = mmsMsgList.get(handle); local
    [all...]
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 180 void Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges = None) {
181 return getParser().Note(L, Msg, Ranges);
183 bool Warning(SMLoc L, const Twine &Msg,
185 return getParser().Warning(L, Msg, Ranges);
187 bool Error(SMLoc L, const Twine &Msg,
189 return getParser().Error(L, Msg, Ranges);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 

Completed in 1159 milliseconds

12 3