Home
last modified time | relevance | path

Searched refs:diagnose (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Ddoctor_test.dart196 expect(await doctor.diagnose(verbose: false), isTrue);
220 await doctor.diagnose(verbose: false);
233 await FakePassingDoctor().diagnose(verbose: false);
253 await FakeDoctor().diagnose(verbose: false);
281 await FakeGroupedDoctor().diagnose(verbose: false);
299 expect(await FakeQuietDoctor().diagnose(verbose: false), isTrue);
312 expect(await FakeSinglePassingDoctor().diagnose(verbose: false), isTrue);
323 expect(await FakePassingDoctor().diagnose(verbose: false), isTrue);
339 expect(await FakeDoctor().diagnose(verbose: false), isFalse);
360 expect(await FakeDoctor().diagnose(verbose: true), isFalse);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp177 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError()
182 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError()
215 void LLVMContext::diagnose(const DiagnosticInfo &DI) { in diagnose() function in LLVMContext
239 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
/third_party/ltp/testcases/realtime/func/measurement/
DREADME2 to be tools to diagnose problems if gtod_latency results are
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DResetMachineFunctionPass.cpp72 F.getContext().diagnose(DiagFallback); in runOnMachineFunction()
DMachineOptimizationRemarkEmitter.cpp62 Ctx.diagnose(OptDiag); in emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOptimizationRemarkEmitter.cpp84 F->getContext().diagnose(OptDiag); in emit()
/third_party/python/Tools/peg_generator/pegen/
Dparser.py235 tok = self._tokenizer.diagnose()
296 diag = tokenizer.diagnose()
Dtokenizer.py58 def diagnose(self) -> tokenize.TokenInfo: member in Tokenizer
D__main__.py165 diag = tokenizer.diagnose()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Ddevices.dart36 'Or, if you expected your device to be detected, please run "flutter doctor" to diagnose '
Ddoctor.dart59 …final bool success = await doctor.diagnose(androidLicenses: argResults['android-licenses'], verbos…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFRegisterInfo.cpp52 F.getContext().diagnose(DiagStackSize); in WarnSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h253 void diagnose(const DiagnosticInfo &DI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h218 void diagnose(const DiagnosticInfo &DI);
/third_party/typescript/.github/ISSUE_TEMPLATE/
Dlib_change.md27 You can diagnose further by running `tsc` with `--listFilesOnly` or `--showConfig`.
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dtest_exception_reporter.dart16 /// the user can easily diagnose what failed when inspecting the test results.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMisExpect.cpp86 Ctx.diagnose(DiagnosticInfoMisExpect(Cond, Msg)); in emitMisexpectDiagnostic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp940 MF.getFunction().getContext().diagnose(DiagStackSize); in getSIProgramInfo()
963 Ctx.diagnose(Diag); in getSIProgramInfo()
1003 Ctx.diagnose(Diag); in getSIProgramInfo()
1020 Ctx.diagnose(Diag); in getSIProgramInfo()
1027 Ctx.diagnose(Diag); in getSIProgramInfo()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dglobals.dart73 /// to help diagnose issues with the toolchain or with their setup.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp183 Context.diagnose(DiagnosticInfoMIRParser( in error()
189 Context.diagnose(DiagnosticInfoMIRParser( in error()
216 Context.diagnose(DiagnosticInfoMIRParser(Kind, Diag)); in reportDiagnostic()
956 Context.diagnose(DiagnosticInfoMIRParser( in createMIRParser()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1174 Ctx.diagnose( in readCounters()
1199 Ctx.diagnose(DiagnosticInfoPGOProfile( in readCounters()
1422 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateValueSites()
1531 Ctx.diagnose( in annotateAllFunctions()
1540 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions()
1549 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateAllFunctions()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Danalytics_test.dart157 … when(mockDoctor.diagnose(androidLicenses: false, verbose: false)).thenAnswer((_) async => true);
176 … when(mockDoctor.diagnose(androidLicenses: false, verbose: false)).thenAnswer((_) async => false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp138 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{ in emitPrologue()
178 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{ in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp711 Context.diagnose(LTODiagnosticInfo(ErrMsg)); in emitError()
718 Context.diagnose(LTODiagnosticInfo(ErrMsg, DS_Warning)); in emitWarning()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp60 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
559 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()

1234