Home
last modified time | relevance | path

Searched refs:fail (Results 1 - 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder-inl.h83 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit) in HandleException() argument
85 BRANCH_CIR2(Equal(result, ExceptionConstant()), fail, success); in HandleException() local
86 Bind(fail); in HandleException()
92 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit, GateRef exceptionVal) in HandleException() argument
94 BRANCH_CIR2(Equal(result, exceptionVal), fail, success); in HandleException() local
95 Bind(fail); in HandleException()
H A Dcircuit_builder.h351 inline void HandleException(GateRef result, Label *success, Label *fail, Label *exit, GateRef exceptionVal);
/arkcompiler/toolchain/tooling/client/tcpServer/test/
H A Djs_test_base.py70 self.fail(self, "Not connect to arkdb server.")
77 self.fail('Command is not vaild')
80 self.fail('Failed to send command: %s' % command)
89 self.fail("TimeoutError")
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dfile_stream.cpp62 if (fileStream_.fail()) { in Initialize()
83 if (fileStream_.fail()) { in WriteChunk()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dexpect.py87 fail = False variable in Expect
127 self.fail = True
169 if context.fail:
/arkcompiler/ets_runtime/test/executiontest/js/
H A Dtermination_5.js33 fail();
H A Dtermination_6.js21 fail();
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dtime.h42 if (fileStream.fail()) { in GetStartRealTime()
/arkcompiler/runtime_core/verifier/tests/
H A Dutils.cpp26 if (abc_file.fail()) { in GenerateModifiedAbc()
/arkcompiler/ets_runtime/test/executiontest/
H A Dthread_termination_test.cpp54 static void RegisterGlobalTemplate(const EcmaVM *vm, FunctionCallbackInfo terminate, FunctionCallbackInfo fail, in RegisterGlobalTemplate() argument
61 globalObj->Set(vm, StringRef::NewFromUtf8(vm, "fail"), FunctionRef::New( in RegisterGlobalTemplate()
62 const_cast<panda::EcmaVM*>(vm), fail)); in RegisterGlobalTemplate()
/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_parser.cpp216 if (istream_.fail()) { in GetNum()
229 if (istream_.fail()) { in GetBool()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_parser.cpp229 if (istream_.fail()) { in GetNum()
242 if (istream_.fail()) { in GetBool()
/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp141 ASSERT(!id_str.fail()); in GetLiteralArrayIdFromName()
/arkcompiler/runtime_core/static_core/tools/sampler/
H A Daspt_converter.cpp168 if (out.fail()) { in DumpModulesToFile()
/arkcompiler/ets_frontend/ets2panda/util/
H A Doptions.h176 if (inputStream.fail()) { in DetermineExtension()
H A Darktsconfig.cpp291 if (!Check(!inputStream.fail(), "Failed to open file: ", path)) { in ReadConfig()
H A Doptions.cpp321 if (inputStream.fail()) { in ParseInputOutput()
/arkcompiler/ets_frontend/ets2panda/aot/
H A Dmain.cpp89 if (inputStream.fail()) { in CompileFromConfig()
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.cpp283 if (inputStream.fail()) { in CreateContextFromFile()
291 if (inputStream.fail()) { in CreateContextFromFile()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
H A Dtest_gc_ark_reporter.py72 unittest.TestCase.fail(self, f'Bad report property: {e}')
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.cpp133 if (generator_->fileHandle_.fail()) { in StartCpuProfilerForFile()
532 LOG_ECMA(ERROR) << "CpuProfiler::CheckFileName, realpath fail, errno = " << errno; in CheckFileName()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp678 if (outStream.fail()) { in GenerateTsDeclarations()
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp794 //invoke Transform, untransformed ABC to transformed ABC, result define: 0:success, other:fail in AopTransform()
797 std::string msg = "Transform exec fail: " + libPath; in AopTransform()
808 if (inputStream.fail()) { in ReadFileToBuffer()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp2013 if (inFile.fail()) { in EmitAsmLabel()
2018 if (CGOptions::IsGlobalVarProFileEmpty() || inFile.fail()) { in EmitAsmLabel()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp262 if (inputStream.fail()) { in ParseSources()

Completed in 24 milliseconds