Searched refs:reportResult (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang-tools-extra/tool-template/ |
D | ToolTemplate.cpp | 70 Context.reportResult(Change.getKey(), D->getQualifiedNameAsString()); in run() 75 Context.reportResult("START", "Start of TU."); in onStartOfTranslationUnit() 78 Context.reportResult("END", "End of TU."); in onEndOfTranslationUnit()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_public.c | 430 EAS_RESULT reportResult = EAS_SUCCESS; in EAS_Shutdown() local 441 reportResult = result; in EAS_Shutdown() 450 if (reportResult == EAS_SUCCESS) in EAS_Shutdown() 451 reportResult = result; in EAS_Shutdown() 458 if (reportResult == EAS_SUCCESS) in EAS_Shutdown() 459 reportResult = result; in EAS_Shutdown() 470 if (reportResult == EAS_SUCCESS) in EAS_Shutdown() 471 reportResult = result; in EAS_Shutdown() 486 if (reportResult == EAS_SUCCESS) in EAS_Shutdown() 487 reportResult = result; in EAS_Shutdown() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiScannerFacade.java | 126 public void reportResult(ScanResult[] results, String type) { in reportResult() method in WifiScannerFacade.WifiActionListener 210 mWAL.reportResult(new ScanResult[] { in onFullResult() 276 mWAL.reportResult(results, "onChanging"); in onChanging() 286 mWAL.reportResult(results, "onQuiescence"); in onQuiescence() 329 mWAL.reportResult(results, "onFound"); in onFound() 334 mWAL.reportResult(results, "onLost"); in onLost()
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | Mapper.cpp | 49 CDCtx.ECtx->reportResult(llvm::toHex(llvm::toStringRef(I.first->USR)), in mapDecl() 52 CDCtx.ECtx->reportResult(llvm::toHex(llvm::toStringRef(I.second->USR)), in mapDecl()
|
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceCase.cpp | 198 reportResult(result.megaVertPerSec, result.megaFragPerSec); in iterate() 205 void ShaderPerformanceCase::reportResult (float mvertPerSecond, float mfragPerSecond) in reportResult() function in deqp::gls::ShaderPerformanceCase
|
D | glsShaderPerformanceCase.hpp | 70 virtual void reportResult (float mvertPerSecond, float mfragPerSecond);
|
/external/llvm-project/clang/lib/Tooling/ |
D | Execution.cpp | 38 void ExecutionContext::reportResult(StringRef Key, StringRef Value) { in reportResult() function in clang::tooling::ExecutionContext
|
/external/llvm-project/clang/include/clang/Tooling/ |
D | Execution.h | 85 void reportResult(StringRef Key, StringRef Value);
|
/external/llvm-project/clang/unittests/Tooling/ |
D | ExecutionTest.cpp | 48 Context->reportResult(Decl->getNameAsString(), in TraverseFunctionDecl()
|