Home
last modified time | relevance | path

Searched full:cannot (Results 1 – 25 of 134) sorted by relevance

123456

/ark/ts2abc/ts2panda/scripts/
DdiagnosticMessages.json14 "Parameter cannot have question mark and initializer.": {
18 "A required parameter cannot follow an optional parameter.": {
38 "'{0}' modifier cannot appear on class elements of this kind.": {
42 "A 'declare' modifier cannot be used in an already ambient context.": {
46 "'{0}' modifier cannot be used in an ambient context.": {
50 "'{0}' modifier cannot be used here.": {
54 "'{0}' modifier cannot appear on a module or namespace element.": {
58 "A rest parameter cannot be optional.": {
62 "A rest parameter cannot have an initializer.": {
66 "'{0}' modifier cannot appear on a type member.": {
[all …]
/ark/runtime_core/verification/
Dmessages.yaml150 message: Cannot resolve ${#kind} with id=${std::hex << id << std::dec}.
198 Cannot create array of non-array type '${type}'. Possible types are ${array_types}.
204 Cannot create object of non-object type '${type}'. Possible types are ${object_types}.
210 Cannot resolve field type. Field is '%{field}'
344 Cannot make a call to '${name}' because of undefined register ${reg_idx}.
350 Cannot make a call to '${name}'. ${register} is physically incompatible with formal parameter.
357Cannot make a call to '${name}'. Formal parameter is of type 'Bot', but actual parameter is of typ…
385Cannot make a call to '${name}'. Actual lambda type ${reg}'${actual_type}' (physical type '${physi…
392 Cannot make a call to '${name}' because of wrong type in register v${reg_idx}.
398Cannot make a call to '${name}' because of wrong type in actual parameter. Actual type: '${actual_…
[all …]
/ark/runtime_core/dprof/libdprof/dprof/ipc/
Dipc_message.cpp25 PLOG(ERROR, DPROF) << "Cannot send message id"; in SendMessage()
31 PLOG(ERROR, DPROF) << "Cannot send data size"; in SendMessage()
36 PLOG(ERROR, DPROF) << "Cannot send message data, size=" << message.GetSize(); in SendMessage()
54 LOG(ERROR, DPROF) << "Cannot get messageId"; in RecvMessage()
60 LOG(ERROR, DPROF) << "Cannot get data size"; in RecvMessage()
72 LOG(ERROR, DPROF) << "Cannot get message data"; in RecvMessage()
Dipc_unix_socket.cpp131 LOG(ERROR, DPROF) << "Timeout, cannot recv data"; in WaitDataTimeout()
142 LOG(ERROR, DPROF) << "Cannot get access to data"; in RecvTimeout()
148 PLOG(ERROR, DPROF) << "Cannot recv data, len=" << len; in RecvTimeout()
156 LOG(ERROR, DPROF) << "Cannot recv data id, len=" << len << " n=" << n; in RecvTimeout()
/ark/runtime_core/dprof/libstorage/dprof/
Dstorage.cpp51 LOG(ERROR, DPROF) << "Cannot deserialize buffer to common_info. Error: " << r.Error(); in CreateByBuffer()
60 LOG(ERROR, DPROF) << "Cannot deserialize features_map. Error: " << r.Error(); in CreateByBuffer()
66 LOG(ERROR, DPROF) << "Cannot deserialize all buffers, unused buffer size: " << size; in CreateByBuffer()
76 LOG(ERROR, DPROF) << "Cannot serialize common_info"; in ToBuffer()
81 LOG(ERROR, DPROF) << "Cannot serialize features_map. Error: " << ret.Error(); in ToBuffer()
123 LOG(ERROR, DPROF) << "Cannot serialize AppData to buffer"; in SaveAppData()
131 LOG(ERROR, DPROF) << "Cannot open file: " << fileName; in SaveAppData()
136 LOG(ERROR, DPROF) << "Cannot write AppData to file: " << fileName; in SaveAppData()
192 LOG(ERROR, DPROF) << "Cannot open file: " << path; in ForEachApps()
201 LOG(ERROR, DPROF) << "Cannot deserialize file: " << path; in ForEachApps()
/ark/js_runtime/ecmascript/
Dmessage_string.h24 V(SetReadOnlyProperty, "Cannot set readonly property") \
25 V(FunctionCallNotConstructor, "class constructor cannot call") \
26 V(SetPropertyWhenNotExtensible, "Cannot add property in prevent extensions ") \
28 V(CanNotSetPropertyOnContainer, "Cannot set property on Container")
/ark/runtime_core/verification/cache/
Dresults_cache.cpp61 LOG(INFO, VERIFIER) << "Cannot open verification cache file '" << filename << "'"; in Initialize()
67 LOG(INFO, VERIFIER) << "Cannot get verification cache file size"; in Initialize()
78 LOG(INFO, VERIFIER) << "Cannot read verification cache data"; in Initialize()
106 … LOG(INFO, VERIFIER) << "Cannot open verification cache file '" << impl->filename << "'"; in Destroy()
110 … LOG(INFO, VERIFIER) << "Cannot clear verification cache file '" << impl->filename << "'"; in Destroy()
115 … LOG(INFO, VERIFIER) << "Cannot write to verification cache file '" << impl->filename << "'"; in Destroy()
/ark/runtime_core/dprof/daemon/
Dmain.cpp38 LOG(ERROR, DPROF) << "Cannot read message"; in CheckVersion()
47 LOG(ERROR, DPROF) << "Cannot convert data to version message"; in CheckVersion()
68 LOG(ERROR, DPROF) << "Cannot read message"; in ProcessingConnect()
76 LOG(ERROR, DPROF) << "Cannot convert data to an app info message"; in ProcessingConnect()
91 LOG(ERROR, DPROF) << "Cannot read a feature data message"; in ProcessingConnect()
97 LOG(ERROR, DPROF) << "Cannot convert data to a feature data"; in ProcessingConnect()
149 LOG(ERROR, DPROF) << "Cannot process connection"; in DoRun()
243 LOG(FATAL, DPROF) << "Cannot init storage"; in Main()
250 LOG(FATAL, DPROF) << "Cannot create socket"; in Main()
/ark/js_runtime/test/moduletest/container/
Dexpect_output.txt16 TypeError: Cannot set property on Container
36 TypeError: Cannot set property on Container
54 TypeError: Cannot set property on Container
/ark/runtime_core/dprof/libdprof/dprof/
Dprofiling_data.cpp40 LOG(ERROR, DPROF) << "Cannot create client socket"; in DumpAndResetFeatures()
51 LOG(ERROR, DPROF) << "Cannot send version"; in DumpAndResetFeatures()
61 LOG(ERROR, DPROF) << "Cannot send app info"; in DumpAndResetFeatures()
76 LOG(ERROR, DPROF) << "Cannot send feature data, featureName=" << tmp_data.name; in DumpAndResetFeatures()
/ark/runtime_core/verification/gen/templates/
Djob_fill_gen.h.erb71 …LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot get literal tag with id=" << std::hex << id << " for offs…
102 …LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot find class for literal with id=" << std::hex << id << " f…
114 LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot resolve method";
124 LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot resolve field";
134 LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot resolve field";
143 LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot resolve string class";
/ark/runtime_core/libpandabase/trace/unix/
Dtrace.cpp44 LOG(INFO, TRACE) << "Cannot init, " << PANDA_TRACE_KEY << "=" << panda_trace_val; in DoInit()
51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
64 … LOG(ERROR, TRACE) << "Cannot write trace event. Try enabling tracing and run app again"; \
/ark/runtime_core/verification/debug/handlers/
Dconfig_handler_method_options.cpp126 LOG(DEBUG, VERIFIER) << "Cannot find uplevel options: '" << uplevel << "'"; in ProcessSectionUplevel()
232 LOG(DEBUG, VERIFIER) << "Cannot parse default internal config. Internal error."; in RegisterConfigHandlerMethodOptions()
236 LOG(DEBUG, VERIFIER) << "Cannot parse default section"; in RegisterConfigHandlerMethodOptions()
242 LOG(DEBUG, VERIFIER) << "Cannot parse section '" << s.name << "'"; in RegisterConfigHandlerMethodOptions()
261 LOG(FATAL, VERIFIER) << "Cannot parse default internal config. Internal error."; in SetDefaultMethodOptions()
264 LOG(FATAL, VERIFIER) << "Cannot parse default section"; in SetDefaultMethodOptions()
Dconfig_handler_method_groups.cpp76 LOG(DEBUG, VERIFIER) << " Error: cannot parse config line '" << item << "'"; in RegisterConfigHandlerMethodGroups()
81 …LOG(DEBUG, VERIFIER) << " Error: cannot set options for method group '" << ctx.group << "', optio… in RegisterConfigHandlerMethodGroups()
/ark/runtime_core/runtime/
Dclass_linker.cpp617 … LOG(ERROR, CLASS_LINKER) << "Cannot layout static fields of class '" << klass->GetName() << "'"; in LinkFields()
622 … LOG(ERROR, CLASS_LINKER) << "Cannot layout instance fields of class '" << klass->GetName() << "'"; in LinkFields()
642 LOG(INFO, CLASS_LINKER) << "Cannot find base class '" in LoadBaseClass()
670 …LOG(INFO, CLASS_LINKER) << "Cannot find interface '" << utf::Mutf8AsCString(pf.GetStringData(id).d… in LoadInterfaces()
739 LOG(ERROR, CLASS_LINKER) << "Cannot load methods of class '" << descriptor << "'"; in LoadClass()
745 LOG(ERROR, CLASS_LINKER) << "Cannot load fields of class '" << descriptor << "'"; in LoadClass()
751 LOG(ERROR, CLASS_LINKER) << "Cannot link methods of class '" << descriptor << "'"; in LoadClass()
757 LOG(ERROR, CLASS_LINKER) << "Cannot link fields of class '" << descriptor << "'"; in LoadClass()
781 …ss << "Cannot load class '" << descriptor << "' as class linker hasn't " << ctx << " language exte… in LoadClass()
804 LOG(INFO, CLASS_LINKER) << "Cannot load base class of class '" << descriptor << "'"; in LoadClass()
[all …]
Dthread_pool.h164 LOG(FATAL, RUNTIME) << "Cannot initialize worker thread"; in WorkerEntry()
184 LOG(FATAL, RUNTIME) << "Cannot destroy worker thread"; in WorkerEntry()
257 LOG(FATAL, RUNTIME) << "Cannot create a worker thread"; in CreateNewThread()
/ark/js_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp52 ASSERT_TRUE(ecmaVm != nullptr) << "Cannot create Runtime"; in SetUp()
63 ASSERT_TRUE(success) << "Cannot destroy Runtime"; in TearDown()
/ark/runtime_core/panda/
Dpanda.cpp92 LOG(ERROR, VERIFIER) << "Error: Cannot resolve method '" << entrypoint << "'"; in VerifierProcessFile()
108 … LOG(ERROR, VERIFIER) << "Error: Cannot extract language context for entry point: " << entrypoint; in VerifierProcessFile()
242 std::cerr << "Error: cannot create runtime" << std::endl; in Main()
272 …std::cerr << "Cannot execute panda file '" << file_name << "' with entry '" << entry << "'" << std… in Main()
285 std::cerr << "Error: cannot destroy runtime" << std::endl; in Main()
/ark/js_runtime/ecmascript/tests/
Dgc_test.cpp49 ASSERT_TRUE(success) << "Cannot create Runtime"; in SetUp()
51 ASSERT_TRUE(instance != nullptr) << "Cannot create EcmaVM"; in SetUp()
Dconcurrent_marking_test.cpp49 ASSERT_TRUE(success) << "Cannot create Runtime"; in SetUp()
51 ASSERT_TRUE(instance != nullptr) << "Cannot create EcmaVM"; in SetUp()
Dtest_helper.h102 ASSERT_TRUE(success) << "Cannot create Runtime";
105 ASSERT_TRUE(instance != nullptr) << "Cannot create EcmaVM";
/ark/js_runtime/ecmascript/js_vm/
Dmain.cpp118 std::cerr << "Error: cannot Create Runtime" << std::endl; in Main()
137 …std::cerr << "Cannot execute panda file '" << fileName << "' with entry '" << entry << "'" << std:… in Main()
144 std::cerr << "Error: cannot destroy Runtime" << std::endl; in Main()
/ark/runtime_core/dprof/converter/
Dmain.cpp80 LOG(FATAL, DPROF) << "Cannot init storage"; in Main()
87 LOG(FATAL, DPROF) << "Cannot register feature: " << HCOUNTERS_FEATURE_NAME; in Main()
/ark/runtime_core/libpandabase/serializer/
Dserializer.h114 return Unexpected("Cannot deserialize POD type, the buffer is too small."); in BufferToType()
137 return Unexpected("Cannot deserialize string, the buffer is too small."); in BufferToType()
162 return Unexpected("Cannot deserialize vector, the buffer is too small."); in BufferToType()
205 return Unexpected("Cannot emplace KeyValue to map."); in BufferToType()
/ark/runtime_core/disassembler/templates/
Dintrinsics_gen.h.erb52 LOG(ERROR, RUNTIME) << "Cannot find class '" << mutf8_name << "'";
71 …LOG(ERROR, RUNTIME) << "Cannot find method '<%= intrinsic.class_name %>.<%= intrinsic.method_name …

123456