Home
last modified time | relevance | path

Searched refs:finished (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_parser.cpp131 static bool UnescapeStringChunk(std::string *result, const std::string &chunk, char delim, bool *finished) in UnescapeStringChunk() argument
145 *finished = false; in UnescapeStringChunk()
189 *finished = true; in UnescapeStringChunk()
197 for (bool finished = false; !finished;) { in GetString()
199 if (!std::getline(istream_, chunk, delim) || !UnescapeStringChunk(&string, chunk, delim, &finished)) { in GetString()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_parser.cpp144 static bool UnescapeStringChunk(std::string *result, const std::string &chunk, char delim, bool *finished) in UnescapeStringChunk() argument
158 *finished = false; in UnescapeStringChunk()
202 *finished = true; in UnescapeStringChunk()
210 for (bool finished = false; !finished;) { in GetString()
212 if (!std::getline(istream_, chunk, delim) || !UnescapeStringChunk(&string, chunk, delim, &finished)) { in GetString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_class.h260 bool finished = callback(reinterpret_cast<EtsMethod *>(&method)); in EnumerateMethods() local
261 if (finished) { in EnumerateMethods()
272 bool finished = callback(interface); in EnumerateDirectInterfaces() local
273 if (finished) { in EnumerateDirectInterfaces()
287 bool finished = callback(iface); in EnumerateInterfaces() local
288 if (finished) { in EnumerateInterfaces()
304 bool finished = callback(*i); in EnumerateBaseClasses() local
305 if (finished) { in EnumerateBaseClasses()
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
H A Drunner.rb91 return true # finished normally
97 !t.alive? # finished on timeout
108 finished = dump_output t, output_err, output
113 unless finished
/arkcompiler/runtime_core/tests/cts-generator/runner/
H A Drunner.rb91 return true # finished normally
97 !t.alive? # finished on timeout
108 finished = dump_output t, output_err, output
113 unless finished
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_heapdump_test.h119 bool finished; in RecvReportProgressFinished() local
120 ret = params->GetBool("finished", &finished); in RecvReportProgressFinished()
H A Djs_allocationtrack_recursion_test.h148 bool finished = 0; in RecvReportProgressFinished() local
149 ret = params->GetBool("finished", &finished); in RecvReportProgressFinished()
H A Djs_allocationtrack_loop_test.h154 bool finished = 0; in RecvReportProgressFinished() local
155 ret = params->GetBool("finished", &finished); in RecvReportProgressFinished()
H A Djs_allocationtrack_test.h128 bool finished; in RecvReportProgressFinished() local
129 ret = params->GetBool("finished", &finished); in RecvReportProgressFinished()
H A Djs_heapdump_loop_test.h149 bool finished = 0; in RecvReportProgressFinished() local
150 ret = params->GetBool("finished", &finished); in RecvReportProgressFinished()
/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h1151 ReportHeapSnapshotProgress &SetFinished(bool finished) in SetFinished() argument
1153 finished_ = finished; in SetFinished()

Completed in 8 milliseconds