Searched refs:finished (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | json_parser.cpp | 131 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 D | json_parser.cpp | 144 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 D | ets_class.h | 260 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 D | runner.rb | 91 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 D | runner.rb | 91 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 D | js_heapdump_test.h | 119 bool finished;
in RecvReportProgressFinished() local 120 ret = params->GetBool("finished", &finished);
in RecvReportProgressFinished()
|
H A D | js_allocationtrack_recursion_test.h | 148 bool finished = 0; in RecvReportProgressFinished() local 149 ret = params->GetBool("finished", &finished); in RecvReportProgressFinished()
|
H A D | js_allocationtrack_loop_test.h | 154 bool finished = 0; in RecvReportProgressFinished() local 155 ret = params->GetBool("finished", &finished); in RecvReportProgressFinished()
|
H A D | js_allocationtrack_test.h | 128 bool finished;
in RecvReportProgressFinished() local 129 ret = params->GetBool("finished", &finished);
in RecvReportProgressFinished()
|
H A D | js_heapdump_loop_test.h | 149 bool finished = 0; in RecvReportProgressFinished() local 150 ret = params->GetBool("finished", &finished); in RecvReportProgressFinished()
|
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_events.h | 1151 ReportHeapSnapshotProgress &SetFinished(bool finished) in SetFinished() argument 1153 finished_ = finished; in SetFinished()
|
Completed in 7 milliseconds