Home
last modified time | relevance | path

Searched refs:AddResult (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/lib/Sema/
DSemaCodeComplete.cpp304 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding,
308 void AddResult(Result R);
947 void ResultBuilder::AddResult(Result R, DeclContext *CurContext, in AddResult() function in ResultBuilder
957 AddResult(Result(Using->getTargetDecl(), in AddResult()
1031 void ResultBuilder::AddResult(Result R) { in AddResult() function in ResultBuilder
1277 Results.AddResult(Result, CurContext, Hiding, InBaseClass); in FoundDecl()
1286 Results.AddResult(Result("short", CCP_Type)); in AddTypeSpecifierResults()
1287 Results.AddResult(Result("long", CCP_Type)); in AddTypeSpecifierResults()
1288 Results.AddResult(Result("signed", CCP_Type)); in AddTypeSpecifierResults()
1289 Results.AddResult(Result("unsigned", CCP_Type)); in AddTypeSpecifierResults()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp336 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding,
340 void AddResult(Result R);
1230 void ResultBuilder::AddResult(Result R, DeclContext *CurContext, in AddResult() function in ResultBuilder
1244 AddResult(Result, CurContext, Hiding); in AddResult()
1353 void ResultBuilder::AddResult(Result R) { in AddResult() function in ResultBuilder
1618 Results.AddResult(Result, InitialLookupCtx, Hiding, InBaseClass); in FoundDecl()
1660 Results.AddResult(Result("short", CCP_Type)); in AddTypeSpecifierResults()
1661 Results.AddResult(Result("long", CCP_Type)); in AddTypeSpecifierResults()
1662 Results.AddResult(Result("signed", CCP_Type)); in AddTypeSpecifierResults()
1663 Results.AddResult(Result("unsigned", CCP_Type)); in AddTypeSpecifierResults()
[all …]
/external/webrtc/modules/audio_coding/neteq/test/
Dresult_sink.h30 void AddResult(const T* test_results, size_t length);
32 void AddResult(const NetEqNetworkStatistics& stats);
33 void AddResult(const RtcpStatistics& stats);
43 void ResultSink::AddResult(const T* test_results, size_t length) { in AddResult() function
Dresult_sink.cc91 void ResultSink::AddResult(const NetEqNetworkStatistics& stats_raw) { in AddResult() function in webrtc::ResultSink
104 void ResultSink::AddResult(const RtcpStatistics& stats_raw) { in AddResult() function in webrtc::ResultSink
Dneteq_decoding_test.cc158 output.AddResult(out_frame_.data(), out_frame_.samples_per_channel_)); in DecodeAndCompare()
165 ASSERT_NO_FATAL_FAILURE(network_stats.AddResult(current_network_stats)); in DecodeAndCompare()
/external/angle/src/tests/perf_tests/third_party/perf/
Dperf_result_reporter.h45 void AddResult(const std::string &metric_suffix, size_t value);
46 void AddResult(const std::string &metric_suffix, double value);
47 void AddResult(const std::string &metric_suffix, const std::string &value);
Dperf_result_reporter.cc31 void PerfResultReporter::AddResult(const std::string &metric_suffix, size_t value) in AddResult() function in perf_test::PerfResultReporter
40 void PerfResultReporter::AddResult(const std::string &metric_suffix, double value) in AddResult() function in perf_test::PerfResultReporter
49 void PerfResultReporter::AddResult(const std::string &metric_suffix, const std::string &value) in AddResult() function in perf_test::PerfResultReporter
Dangle-mods.patch230 -void PerfResultReporter::AddResult(const std::string& metric_suffix,
234 +void PerfResultReporter::AddResult(const std::string &metric_suffix, size_t value)
245 -void PerfResultReporter::AddResult(const std::string& metric_suffix,
249 +void PerfResultReporter::AddResult(const std::string &metric_suffix, double value)
260 -void PerfResultReporter::AddResult(const std::string& metric_suffix,
264 +void PerfResultReporter::AddResult(const std::string &metric_suffix, const std::string &value)
345 - void AddResult(const std::string& metric_suffix, size_t value);
346 - void AddResult(const std::string& metric_suffix, double value);
347 - void AddResult(const std::string& metric_suffix, const std::string& value);
369 + void AddResult(const std::string &metric_suffix, size_t value);
[all …]
/external/angle/src/tests/perf_tests/
DEGLInitializePerf.cpp148 mReporter->AddResult(".LoadDLLs", normalizedTime(mCaptures.loadDLLsMS)); in TearDown()
149 mReporter->AddResult(".D3D11CreateDevice", normalizedTime(mCaptures.createDeviceMS)); in TearDown()
150 mReporter->AddResult(".InitResources", normalizedTime(mCaptures.initResourcesMS)); in TearDown()
Dglmark2Benchmark.cpp255 mReporter->AddResult(".fps", fps); in parseOutput()
269 mReporter->AddResult(".score", score); in parseOutput()
DANGLEPerfTest.cpp426 mReporter->AddResult(clockNames[i], retValue); in printResults()
438 mReporter->AddResult(".steps_to_run", static_cast<size_t>(mStepsToRun)); in printResults()
442 mReporter->AddResult(".trial_steps", static_cast<size_t>(mTrialNumStepsPerformed)); in printResults()
443 mReporter->AddResult(".total_steps", static_cast<size_t>(mTotalNumStepsPerformed)); in printResults()
/external/openscreen/discovery/mdns/
Dmdns_responder.cc27 enum AddResult { kNonePresent = 0, kAdded, kAlreadyKnown }; enum
73 AddResult AddRecords(std::function<void(MdnsRecord record)> add_func, in AddRecords()
87 return AddResult::kNonePresent; in AddRecords()
97 return added_any_records ? AddResult::kAdded : AddResult::kAlreadyKnown; in AddRecords()
101 inline AddResult AddAdditionalRecords( in AddAdditionalRecords()
118 inline AddResult AddResponseRecords( in AddResponseRecords()
148 clazz, is_exclusive_owner) != AddResult::kAdded) { in ApplyQueryResults()
/external/webrtc/test/testsupport/
Dperf_result_reporter.h72 void AddResult(const std::string& metric_suffix, size_t value) const;
73 void AddResult(const std::string& metric_suffix, double value) const;
Dperf_result_reporter.cc100 void PerfResultReporter::AddResult(const std::string& metric_suffix, in AddResult() function in webrtc::test::PerfResultReporter
108 void PerfResultReporter::AddResult(const std::string& metric_suffix, in AddResult() function in webrtc::test::PerfResultReporter
/external/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h75 void AddResult(llvm::StringRef completion, llvm::StringRef description,
170 m_result.AddResult(completion, description, mode);
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
DOrcV2CBindingsReflectProcessSymbols.c97 LLVMValueRef AddResult = LLVMBuildCall2(Builder, I32BinOpFunctionType, in createDemoModule() local
101 LLVMBuildRet(Builder, AddResult); in createDemoModule()
/external/clang/lib/Basic/
DIdentifierTable.cpp163 KeywordStatus AddResult = getKeywordStatus(LangOpts, Flags); in AddKeyword() local
175 if (AddResult == KS_Disabled) return; in AddKeyword()
178 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); in AddKeyword()
179 Info.setIsExtensionToken(AddResult == KS_Extension); in AddKeyword()
180 Info.setIsFutureCompatKeyword(AddResult == KS_Future); in AddKeyword()
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp167 KeywordStatus AddResult = getKeywordStatus(LangOpts, Flags); in AddKeyword() local
179 if (AddResult == KS_Disabled) return; in AddKeyword()
182 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); in AddKeyword()
183 Info.setIsExtensionToken(AddResult == KS_Extension); in AddKeyword()
184 Info.setIsFutureCompatKeyword(AddResult == KS_Future); in AddKeyword()
/external/boringssl/src/util/
Dall_tests.go459 testOutput.AddResult(test.longName(), "CRASH")
464 testOutput.AddResult(test.longName(), "FAIL")
467 testOutput.AddResult(test.longName(), "PASS")
/external/boringssl/src/util/testresult/
Dtestresult.go60 func (t *Results) AddResult(name, result string) { func
/external/llvm-project/lldb/source/Utility/
DCompletionRequest.cpp61 void CompletionResult::AddResult(llvm::StringRef completion, in AddResult() function in CompletionResult
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h101 Value *AddResult = Builder.CreateAdd(Arg1, Arg2);
103 endFunctionWithRet(Result, AddResult);
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h103 Value *AddResult = Builder.CreateAdd(Arg1, Arg2);
105 endFunctionWithRet(Result, AddResult);
/external/clang/lib/Lex/
DHeaderSearch.cpp1238 auto AddResult = LoadedModuleMaps.insert(std::make_pair(File, true)); in loadModuleMapFileImpl() local
1239 if (!AddResult.second) in loadModuleMapFileImpl()
1240 return AddResult.first->second ? LMM_AlreadyLoaded : LMM_InvalidModuleMap; in loadModuleMapFileImpl()
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp1573 auto AddResult = LoadedModuleMaps.insert(std::make_pair(File, true)); in loadModuleMapFileImpl() local
1574 if (!AddResult.second) in loadModuleMapFileImpl()
1575 return AddResult.first->second ? LMM_AlreadyLoaded : LMM_InvalidModuleMap; in loadModuleMapFileImpl()

12