| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | diagnosticMessages.json | 14 "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 …]
|
| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 150 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. 357 …Cannot make a call to '${name}'. Formal parameter is of type 'Bot', but actual parameter is of typ… 385 …Cannot 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}. 398 …Cannot make a call to '${name}' because of wrong type in actual parameter. Actual type: '${actual_… [all …]
|
| /arkcompiler/runtime_core/dprof/libstorage/dprof/ |
| D | storage.cpp | 51 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 buffer, unused buffer size: " << size; in CreateByBuffer() 77 LOG(ERROR, DPROF) << "Cannot serialize common_info"; in ToBuffer() 82 LOG(ERROR, DPROF) << "Cannot serialize features_map. Error: " << ret.Error(); in ToBuffer() 124 LOG(ERROR, DPROF) << "Cannot serialize AppData to buffer"; in SaveAppData() 132 LOG(ERROR, DPROF) << "Cannot open file: " << fileName; in SaveAppData() 137 LOG(ERROR, DPROF) << "Cannot write AppData to file: " << fileName; in SaveAppData() 193 LOG(ERROR, DPROF) << "Cannot open file: " << path; in ForEachApps() 202 LOG(ERROR, DPROF) << "Cannot deserialize file: " << path; in ForEachApps()
|
| /arkcompiler/runtime_core/dprof/libdprof/dprof/ipc/ |
| D | ipc_message.cpp | 25 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()
|
| /arkcompiler/runtime_core/verification/cache/ |
| D | results_cache.cpp | 61 LOG(INFO, VERIFIER) << "Cannot open verification cache file '" << filename << "'"; in Initialize() 67 LOG(INFO, VERIFIER) << "Cannot get verification cache file size"; in Initialize() 79 LOG(INFO, VERIFIER) << "Cannot read verification cache data"; in Initialize() 107 … LOG(INFO, VERIFIER) << "Cannot open verification cache file '" << impl->filename << "'"; in Destroy() 111 … LOG(INFO, VERIFIER) << "Cannot clear verification cache file '" << impl->filename << "'"; in Destroy() 116 … LOG(INFO, VERIFIER) << "Cannot write to verification cache file '" << impl->filename << "'"; in Destroy()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | message_string.h | 28 V(SetReadOnlyProperty, "Cannot set readonly property") \ 29 V(FunctionCallNotConstructor, "class constructor cannot call") \ 30 V(SetPropertyWhenNotExtensible, "Cannot add property in prevent extensions ") \ 32 V(CanNotSetPropertyOnContainer, "Cannot set property on Container") \
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_lightweightset.cpp | 38 … "The LightWeightSet's constructor cannot be directly invoked"); in LightWeightSetConstructor() 67 "The add method cannot be bound"); in Add() 88 … "The addAll method cannot be bound"); in AddAll() 121 … "The isEmpty method cannot be bound"); in IsEmpty() 141 … "The getValueAt method cannot be bound");; in GetValueAt() 170 … "The hasAll method cannot be bound"); in HasAll() 202 "The has method cannot be bound"); in Has() 223 … "The hasHash method cannot be bound"); in HasHash() 244 "The equal method cannot be bound"); in Equal() 264 … "The increaseCapacityTo method cannot be bound"); in IncreaseCapacityTo() [all …]
|
| D | containers_arraylist.cpp | 42 … "The ArrayList's constructor cannot be directly invoked."); in ArrayListConstructor() 66 "The add method cannot be bound"); in Add() 88 … "The insert method cannot be bound"); in Insert() 120 "The clear method cannot be bound"); in Clear() 143 "The clone method cannot be bound"); in Clone() 166 "The has method cannot be bound"); in Has() 190 … "The getCapacity method cannot be bound"); in GetCapacity() 213 … "The increaseCapacityTo method cannot be bound"); in IncreaseCapacityTo() 246 … "The trimToCurrentLength method cannot be bound"); in TrimToCurrentLength() 269 "The get method cannot be bound"); in Get() [all …]
|
| D | containers_linked_list.cpp | 40 … "The LinkedList's constructor cannot be directly invoked"); in LinkedListConstructor() 64 "The add method cannot be bound"); in Add() 87 … "The addFirst method cannot be bound"); in AddFirst() 110 … "The getFirst method cannot be bound"); in GetFirst() 130 … "The getLast method cannot be bound"); in GetLast() 150 … "The length method cannot be bound"); in Length() 171 … "The insert method cannot be bound"); in Insert() 206 "The clear method cannot be bound"); in Clear() 228 "The clone method cannot be bound"); in Clone() 249 "The has method cannot be bound"); in Has() [all …]
|
| D | containers_hashmap.cpp | 43 "The HashMap's constructor cannot be directly invoked"); in HashMapConstructor() 71 "The keys method cannot be bound"); in Keys() 92 … "The values method cannot be bound"); in Values() 113 … "The entries method cannot be bound"); in Entries() 134 … "The forEach method cannot be bound"); in ForEach() 186 "The set method cannot be bound"); in Set() 210 … "The setAll method cannot be bound"); in SetAll() 246 "The get method cannot be bound"); in Get() 268 … "The remove method cannot be bound"); in Remove() 290 … "The hasKey method cannot be bound"); in HasKey() [all …]
|
| D | containers_list.cpp | 40 "The List's constructor cannot be directly invoked"); in ListConstructor() 66 "The add method cannot be bound"); in Add() 89 … "The insert method cannot be bound"); in Insert() 120 … "The getFirst method cannot be bound"); in GetFirst() 140 … "The getLast method cannot be bound"); in GetLast() 160 "The has method cannot be bound"); in Has() 181 … "The isEmpty method cannot be bound"); in IsEmpty() 201 "The get method cannot be bound"); in Get() 229 … "The getIndexOf method cannot be bound"); in GetIndexOf() 250 … "The getLastIndexOf method cannot be bound"); in GetLastIndexOf() [all …]
|
| D | containers_plainarray.cpp | 37 … "The PlainArray's constructor cannot be directly invoked"); in PlainArrayConstructor() 65 "The add method cannot be bound"); in Add() 94 "The clear method cannot be bound"); in Clear() 115 "The clone method cannot be bound"); in Clone() 136 "The has method cannot be bound"); in Has() 166 "The get method cannot be bound"); in Get() 196 … "The Symbol.iterator method cannot be bound"); in GetIteratorObj() 216 … "The forEach method cannot be bound"); in ForEach() 243 … "The toString method cannot be bound"); in ToString() 262 … "The getIndexOfKey method cannot be bound"); in GetIndexOfKey() [all …]
|
| D | containers_deque.cpp | 42 "The Deque's constructor cannot be directly invoked"); in DequeConstructor() 66 … "The insertFront method cannot be bound"); in InsertFront() 91 … "The insertEnd method cannot be bound"); in InsertEnd() 115 … "The getFirst method cannot be bound"); in GetFirst() 138 … "The getLast method cannot be bound"); in GetLast() 161 "The has method cannot be bound"); in Has() 186 … "The popFirst method cannot be bound"); in PopFirst() 209 … "The popLast method cannot be bound"); in PopLast() 232 … "The forEach method cannot be bound"); in ForEach() 286 … "The Symbol.iterator method cannot be bound"); in GetIteratorObj() [all …]
|
| D | containers_lightweightmap.cpp | 43 … "The LightWeightMap's constructor cannot be directly invoked"); in LightWeightMapConstructor() 73 … "The length method cannot be bound"); in Length() 94 … "The hasAll method cannot be bound"); in HasAll() 130 … "The hasKey method cannot be bound"); in HasKey() 152 … "The hasValue method cannot be bound"); in HasValue() 174 … "The increaseCapacityTo method cannot be bound"); in IncreaseCapacityTo() 220 "The get method cannot be bound"); in Get() 243 … "The getIndexOfKey method cannot be bound"); in GetIndexOfKey() 267 … "The getIndexOfValue method cannot be bound"); in GetIndexOfValue() 291 … "The isEmpty method cannot be bound"); in IsEmpty() [all …]
|
| D | containers_hashset.cpp | 40 "The HashSet's constructor cannot be directly invoked"); in HashSetConstructor() 68 … "The values method cannot be bound"); in Values() 88 … "The entries method cannot be bound"); in Entries() 110 "The add method cannot be bound"); in Add() 135 … "The remove method cannot be bound"); in Remove() 158 "The has method cannot be bound"); in Has() 180 "The clear method cannot be bound"); in Clear() 202 … "The getLength method cannot be bound"); in GetLength() 224 … "The isEmpty method cannot be bound"); in IsEmpty() 244 … "The forEach method cannot be bound"); in ForEach()
|
| D | containers_stack.cpp | 40 "The List's constructor cannot be directly invoked"); in StackConstructor() 66 … "The isEmpty method cannot be bound"); in IsEmpty() 89 "The push method cannot be bound"); in Push() 112 "The peek method cannot be bound"); in Peek() 136 … "The locate method cannot be bound"); in Locate() 160 "The pop method cannot be bound"); in Pop() 183 … "The forEach method cannot be bound"); in ForEach() 230 … "The Symbol.iterator method cannot be bound"); in Iterator() 251 … "The getLength method cannot be bound"); in GetLength()
|
| D | containers_treemap.cpp | 40 "The TreeMap's constructor cannot be directly invoked"); in TreeMapConstructor() 84 "The set method cannot be bound"); in Set() 111 "The get method cannot be bound"); in Get() 133 … "The remove method cannot be bound"); in Remove() 155 … "The hasKey method cannot be bound"); in HasKey() 180 … "The hasValue method cannot be bound"); in HasValue() 202 … "The getFirstKey method cannot be bound"); in GetFirstKey() 223 … "The getLastKey method cannot be bound"); in GetLastKey() 244 … "The setAll method cannot be bound"); in SetAll() 284 "The clear method cannot be bound"); in Clear() [all …]
|
| D | containers_treeset.cpp | 40 "The TreeSet's constructor cannot be directly invoked"); in TreeSetConstructor() 83 "The add method cannot be bound"); in Add() 107 … "The remove method cannot be bound"); in Remove() 129 "The has method cannot be bound"); in Has() 154 … "The getFirstValue method cannot be bound"); in GetFirstValue() 175 … "The getLastValue method cannot be bound"); in GetLastValue() 196 "The clear method cannot be bound"); in Clear() 217 … "The getLowerValue method cannot be bound"); in GetLowerValue() 247 … "The getHigherValue method cannot be bound"); in GetHigherValue() 277 … "The popFirst method cannot be bound"); in PopFirst() [all …]
|
| D | containers_queue.cpp | 38 "The Queue's constructor cannot be directly invoked"); in QueueConstructor() 63 "The add method cannot be bound"); in Add() 86 … "The getFirst method cannot be bound"); in GetFirst() 109 "The pop method cannot be bound"); in Pop() 133 … "The forEach method cannot be bound"); in ForEach() 189 … "The remove method cannot be bound"); in GetIteratorObj() 210 … "The Symbol.iterator method cannot be bound"); in GetSize()
|
| /arkcompiler/runtime_core/dprof/daemon/ |
| D | main.cpp | 38 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 a 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) << "Connection cannot be processed"; in DoRun() 243 LOG(FATAL, DPROF) << "Cannot init storage"; in Main() 250 LOG(FATAL, DPROF) << "Cannot create socket"; in Main()
|
| /arkcompiler/runtime_core/dprof/libdprof/dprof/ |
| D | profiling_data.cpp | 40 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()
|
| /arkcompiler/runtime_core/quickener/ |
| D | quick.cpp | 73 LOG(ERROR, QUICKENER) << "Cannot open file '" << input.GetValue() << "'"; in main() 78 LOG(ERROR, QUICKENER) << "Cannot read container"; in main() 85 … PLOG(ERROR, QUICKENER) << "Cannot create file writer with path '" << output.GetValue() << "'"; in main() 90 PLOG(ERROR, QUICKENER) << "Cannot write panda file '" << output.GetValue() << "'"; in main()
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 84 LOG(ERROR, VERIFIER) << "Cannot find uplevel options: '" << uplevel << "'"; in ProcessSectionUplevel() 194 LOG(ERROR, VERIFIER) << "Cannot parse default verifier config"; in RegisterConfigHandlerMethodOptions() 198 LOG(ERROR, VERIFIER) << "Cannot parse default method options"; in RegisterConfigHandlerMethodOptions() 204 LOG(ERROR, VERIFIER) << "Cannot parse section '" << s.name << "'"; in RegisterConfigHandlerMethodOptions() 223 LOG(FATAL, VERIFIER) << "Cannot parse default internal config. Internal error."; in SetDefaultMethodOptions() 226 LOG(FATAL, VERIFIER) << "Cannot parse default section"; in SetDefaultMethodOptions()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | trace.cpp | 44 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"; \
|
| /arkcompiler/runtime_core/verification/gen/templates/ |
| D | job_fill_gen.h.erb | 79 …LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot get literal tag with id=" << std::hex << id << " for offs… 129 …LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot find class for literal with id=" << std::hex << id << " f… 139 LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot resolve method with id " << id << " in method " 148 LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot resolve field with id " << id << " in method " 157 LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot resolve class with id " << id << " in method " 167 …LOG(DEBUG, VERIFIER) << "JOBFILL: Cannot resolve string class in method " << cached_method_.GetNam…
|