| /arkcompiler/runtime_core/verification/ |
| D | verification.yaml | 26 unknown: Internal error. 106 _default: unknown 109 unknown: 117 unknown: 135 unknown: 153 unknown: 169 unknown: 185 unknown: 199 unknown: 213 unknown: [all …]
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.cpp | 30 error += "Unknown 'maxScriptsCacheSize';"; in Create() 52 error += "Unknown 'callFrameId';"; in Create() 59 error += "Unknown 'expression';"; in Create() 66 error += "Unknown 'objectGroup';"; in Create() 73 error += "Unknown 'includeCommandLineAPI';"; in Create() 80 error += "Unknown 'silent';"; in Create() 87 error += "Unknown 'returnByValue';"; in Create() 94 error += "Unknown 'generatePreview';"; in Create() 101 error += "Unknown 'throwOnSideEffect';"; in Create() 122 error += "Unknown 'start';"; in Create() [all …]
|
| D | pt_types.cpp | 687 error += "Unknown 'type';"; in Create() 699 error += "Unknown 'subtype';"; in Create() 707 error += "Unknown 'className';"; in Create() 715 error += "Unknown 'unserializableValue';"; in Create() 723 error += "Unknown 'description';"; in Create() 731 error += "Unknown 'objectId';"; in Create() 777 error += "Unknown 'exceptionId';"; in Create() 785 error += "Unknown 'text';"; in Create() 793 error += "Unknown 'lineNumber';"; in Create() 801 error += "Unknown 'columnNumber';"; in Create() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_aarch64_test.cpp | 48 InitializeLLVM("aarch64-unknown-linux-gnu"); in SetUp() 68 if (triple.compare("x86_64-unknown-linux-gnu") == 0) { in InitializeLLVM() 76 } else if (triple.compare("aarch64-unknown-linux-gnu") == 0) { in InitializeLLVM() 83 } else if (triple.compare("arm-unknown-linux-gnu") == 0) { in InitializeLLVM() 147 DisassembleChunk("aarch64-unknown-linux-gnu", &masm, oss); in HWTEST_F_L0() 161 DisassembleChunk("aarch64-unknown-linux-gnu", &masm, oss); in HWTEST_F_L0() 178 DisassembleChunk("aarch64-unknown-linux-gnu", &masm, oss); in HWTEST_F_L0() 209 DisassembleChunk("aarch64-unknown-linux-gnu", &masm, oss); in HWTEST_F_L0() 230 DisassembleChunk("aarch64-unknown-linux-gnu", &masm, oss); in HWTEST_F_L0() 243 DisassembleChunk("aarch64-unknown-linux-gnu", &masm, oss); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-type-annotation.ts | 24 var g: unknown; 33 var n: unknown[] | 5n[]; 36 var o: (number | string)[] | true | ((undefined[] | unknown)[] | "foo")[];
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | typeFlag.h | 33 UNKNOWN = 1ULL << 6, // x: unknown enumerator 62 ANY_OR_UNKNOWN = ANY | UNKNOWN,
|
| D | unknownType.h | 25 UnknownType() : Type(TypeFlag::UNKNOWN) {} in UnknownType()
|
| D | unknownType.cpp | 22 ss << "unknown"; in ToString()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | rt_call_signature.h | 58 return "unknown"; in GetRTName() 60 return "unknown"; in GetRTName()
|
| D | llvm_codegen.cpp | 215 if (triple.compare("x86_64-unknown-linux-gnu") == 0) { in Initialize() 225 } else if (triple.compare("aarch64-unknown-linux-gnu") == 0) { in Initialize() 232 } else if (triple.compare("arm-unknown-linux-gnu") == 0) { in Initialize() 320 std::string triple = "x86_64-unknown-linux-gnu"; in Disassemble()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | lowering_relate_gate_test.cpp | 62 CompilationConfig config("x86_64-unknown-linux-gnu", false); in HWTEST_F_L0() 84 CompilationConfig config("x86_64-unknown-linux-gnu", false); in HWTEST_F_L0() 106 CompilationConfig config("x86_64-unknown-linux-gnu", false); in HWTEST_F_L0() 126 CompilationConfig config("x86_64-unknown-linux-gnu", false); in HWTEST_F_L0() 142 CompilationConfig config("x86_64-unknown-linux-gnu", false); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/assembler/ |
| D | annotation.h | 98 UNKNOWN enumerator 168 case Type::UNKNOWN: in GetTypeAsChar() 230 case Type::UNKNOWN: in GetArrayTypeAsChar() 239 Type type = Type::UNKNOWN; in GetCharAsType() 303 type = Type::UNKNOWN; in GetCharAsType() 310 Type type = Type::UNKNOWN; in GetCharAsArrayType() 365 type = Type::UNKNOWN; in GetCharAsArrayType()
|
| /arkcompiler/runtime_core/runtime/ |
| D | gc_task.cpp | 70 LOG(FATAL, GC) << "Unknown gc cause"; in operator <<() 95 LOG(FATAL, GC) << "Unknown collection type"; in operator <<()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | lib_ark_builtins.d.ts | 497 every(predicate: (value: any, index: number, array: any[]) => unknown, thisArg?: any): boolean; 501 filter(predicate: (value: any, index: number, array: any[]) => unknown, thisArg?: any): any[]; 503 …find(predicate: (value: any, index: number, obj: any[]) => unknown, thisArg?: any): any | undefine… 505 findIndex(predicate: (value: any, index: number, obj: any[]) => unknown, thisArg?: any): number; 533 some(predicate: (value: any, index: number, array: any[]) => unknown, thisArg?: any): boolean; 762 …every(predicate: (value: number, index: number, array: Uint8ClampedArray) => unknown, thisArg?: an… 792 …some(predicate: (value: number, index: number, array: Uint8ClampedArray) => unknown, thisArg?: any… 850 …every(predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any): boo… 880 …some(predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any): bool… 938 …every(predicate: (value: number, index: number, array: Int8Array) => unknown, thisArg?: any): bool… [all …]
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 83 LOG_DEBUGGER(ERROR) << "NotifyScriptParsed: unknown file: " << fileName; in NotifyScriptParsed() 143 // skip unknown file or special line -1 in NotifySingleStep() 165 LOG_DEBUGGER(INFO) << "StepComplete: skip unknown file " << fileName.c_str(); in IsSkipLine() 226 LOG_DEBUGGER(ERROR) << "NotifyPaused: unknown file " << location->GetSourceFile(); in NotifyPaused() 306 SendResponse(request, DispatchResponse::Fail("Unknown method: " + method)); in Dispatch() 637 return DispatchResponse::Fail("Unknown file name."); in GetPossibleBreakpoints() 643 return DispatchResponse::Fail("Unknown file name."); in GetPossibleBreakpoints() 665 return DispatchResponse::Fail("unknown script id: " + std::to_string(scriptId)); in GetScriptSource() 689 return DispatchResponse::Fail("Unknown file name."); in RemoveBreakpoint() 696 LOG_DEBUGGER(ERROR) << "RemoveBreakpoint: Unknown url: " << metaData.url_; in RemoveBreakpoint() [all …]
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | binaryLikeExpression.cpp | 109 } else if (MaybeTypeOfKind(leftType, TypeFlag::UNKNOWN)) { in CheckPlusOperator() 110 ThrowTypeError("object is of type 'unknown'", leftExpr->Start()); in CheckPlusOperator() 111 } else if (MaybeTypeOfKind(rightType, TypeFlag::UNKNOWN)) { in CheckPlusOperator() 112 ThrowTypeError("object is of type 'unknown'", rightExpr->Start()); in CheckPlusOperator()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.cpp | 105 " Possible values: [\"x86_64-unknown-linux-gnu\", \"arm-unknown-linux-gnu\", " 106 "\"aarch64-unknown-linux-gnu\"].\n" 107 " Default: \"x86_64-unknown-linux-gnu\"\n"; 197 // unknown option or required_argument option has no argument in ParseCommand() 524 if (optopt == OPTION_DEFAULT) { // unknown option in SetDefaultValue() 529 if (optopt > OPTION_OPTIONS) { // unknown argument in SetDefaultValue()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | assignment_unknown.ts | 17 let variable: unknown;
|
| D | as_expression_1-expected.txt | 100 …laps with the other. If this was intentional, convert the expression to 'unknown' first. [as_expre…
|
| /arkcompiler/toolchain/inspector/ |
| D | inspector.cpp | 33 UNKNOWN = 0, enumerator 231 if (g_getDispatchStatus(vm_) != DispatchStatus::UNKNOWN) { in OnMessage() 235 if (g_getDispatchStatus(vm_) != DispatchStatus::UNKNOWN) { in OnMessage()
|
| /arkcompiler/runtime_core/verification/cache/ |
| D | results_cache.h | 25 enum class Status { OK, FAILED, UNKNOWN }; enumerator
|
| /arkcompiler/runtime_core/verification/config/options/ |
| D | method_options.h | 238 result += "<unknown>("; in Image() 265 result += "<unknown>("; in Image() 318 result += "<unknown>("; in ImageMessages()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | alias_analysis.h | 39 // Reference to unknown object. 169 UNKNOWN, enumerator
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.cpp | 161 LOG_DEBUGGER(ERROR) << "Unknown request"; in Dispatch() 169 LOG_DEBUGGER(ERROR) << "unknown domain: " << domain; in Dispatch()
|
| /arkcompiler/ets_frontend/test262/ |
| D | run_sunspider.py | 116 sys.stderr.write("Unknown Error: " + str(retcode)) 154 msg = f"{cmd_string}: unknown error: {str(err)}" 371 f'--target-triple=aarch64-unknown-linux-gnu', 376 f'--target-triple=arm-unknown-linux-gnu',
|