/arkcompiler/runtime_core/verifier/tests/ |
H A D | pull_hap_files.bat | 9 @rem distributed under the License is distributed on an "AS IS" BASIS, 27 @rem Check if a device is connected 36 @rem Verify if device information is valid 59 @rem Check if hap_files.txt is empty
|
/arkcompiler/ets_frontend/arkguard/test/grammar/jsfile/ |
H A D | script1.js | 10 * distributed under the License is distributed on an "AS IS" BASIS, 25 console.log(`Hello, my name is ${this.firstName} ${this.lastName}.`); 50 return `Hello, my name is ${this.firstName} ${this.lastName}.`;
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/ |
H A D | heapdump.js | 10 * distributed under the License is distributed on an "AS IS" BASIS, 38 let str3 = `This is a template string. ${str1} ${str2}!`; 72 print('Hello, this is a function!'); 86 print('Hello, my name is ' + this.name); 98 print(`Hello, my name is ${this.name} and I'm ${this.age} years old.`);
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
H A D | function-expression-is.js | 10 * distributed under the License is distributed on an "AS IS" BASIS, 18 let foo = function is() { function
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/implement_interfaces/ |
H A D | test_class.js | 10 * distributed under the License is distributed on an "AS IS" BASIS, 21 return `This is ${this.name}`;
|
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
H A D | spec.rb | 10 # distributed under the License is distributed on an "AS IS" BASIS, 242 @orphaned << { 'file' => file, 'error' => 'Given instruction is non-testable', 'comment' => test_instr } 265 @orphaned << { 'file' => file, 'error' => 'Given description is non-testable', 'comment' => test_descr } 288 @orphaned << { 'file' => file, 'error' => 'Given exception assertion is non-testable', 'comment' => test_exc } 311 @orphaned << { 'file' => file, 'error' => 'Given verification assertion is non-testable', 'comment' => test_ver }
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
H A D | spec.rb | 10 # distributed under the License is distributed on an "AS IS" BASIS, 242 @orphaned << { 'file' => file, 'error' => 'Given instruction is non-testable', 'comment' => test_instr } 265 @orphaned << { 'file' => file, 'error' => 'Given description is non-testable', 'comment' => test_descr } 288 @orphaned << { 'file' => file, 'error' => 'Given exception assertion is non-testable', 'comment' => test_exc } 311 @orphaned << { 'file' => file, 'error' => 'Given verification assertion is non-testable', 'comment' => test_ver }
|
/arkcompiler/runtime_core/libpandabase/serializer/ |
H A D | tuple_to_struct.h | 10 * distributed under the License is distributed on an "AS IS" BASIS, 24 Struct TupleToStructImpl([[maybe_unused]] std::index_sequence<Is...> is, Tuple &&tup) in TupleToStructImpl() argument
|
/arkcompiler/runtime_core/static_core/libpandabase/serializer/ |
H A D | tuple_to_struct.h | 10 * distributed under the License is distributed on an "AS IS" BASIS, 24 Struct TupleToStructImpl([[maybe_unused]] std::index_sequence<IS...> is, Tuple &&tup) in TupleToStructImpl() argument
|
/arkcompiler/ets_frontend/ets2panda/linter/ |
H A D | tslinter.bat | 10 REM distributed under the License is distributed on an "AS IS" BASIS,
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
H A D | gtest_launcher.js | 10 * distributed under the License is distributed on an "AS IS" BASIS, 24 if (!Object.is(v0, v1)) { 53 // This object is used by gtests as storage to save and restore variables 76 // 'globalThis.require' is used by gtests to load the node modules 87 throw Error('ARR_ETS_INTEROP_JS_GTEST_DIR is not set');
|
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
H A D | paoc.cpp | 10 * distributed under the License is distributed on an "AS IS" BASIS, 198 LOG_PAOC(FATAL) << "combination of --paoc-output and --paoc-boot-output is not compatible\n"; in ValidateCompilerOptions() 284 LOG_PAOC(ERROR) << "Backend is not supported: " << compiler::g_options.GetCompilerCrossArch(); in InitAotBuilder() 550 * Check if it is possible to compile a class. 559 LOG_PAOC(DEBUG) << "Class is nullptr: `" << className << "`"; in PossibleToCompile() 633 LOG_PAOC(WARNING) << "Method is nullptr"; in Compile() 877 std::cerr << " --paoc-panda-files list of input panda files, it is a mandatory option\n"; in PrintUsage() 879 std::cerr << " --paoc-output path to output file, default is out.an\n"; in PrintUsage()
|
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
H A D | run.bat | 9 @REM distributed under the License is distributed on an "AS IS" BASIS,
|
/arkcompiler/runtime_core/assembler/ |
H A D | assembly-parser.cpp | 10 * distributed under the License is distributed on an "AS IS" BASIS, 239 LOG(DEBUG, ASSEMBLER) << "array body is open, line " << line_stric_ << ": " << tokens[0].whole_line; in ParseAsArray() 269 LOG(DEBUG, ASSEMBLER) << "array body is closed, line " << line_stric_ << ": " << tokens[0].whole_line; in ParseAsArray() 387 // workaround until #5776 is done in ParseArrayElementType() 557 LOG(DEBUG, ASSEMBLER) << "record body is open, line " << line_stric_ << ": " << tokens[0].whole_line; in ParseAsRecord() 569 LOG(DEBUG, ASSEMBLER) << "record body is closed, line " << line_stric_ << ": " << tokens[0].whole_line; in ParseAsRecord() 602 LOG(DEBUG, ASSEMBLER) << "function body is open, line " << line_stric_ << ": " << tokens[0].whole_line; in ParseAsFunction() 614 LOG(DEBUG, ASSEMBLER) << "function body is closed, line " << line_stric_ << ": " in ParseAsFunction() 629 GetError("Delimiter '}' for the code area is outside a function.", Error::ErrorType::ERR_BAD_BOUND); in ParseAsBraceRight() 633 LOG(DEBUG, ASSEMBLER) << "body is close in ParseAsBraceRight() [all...] |
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-parser.cpp | 10 * distributed under the License is distributed on an "AS IS" BASIS, 236 LOG(DEBUG, ASSEMBLER) << "array body is open, line " << lineStric_ << ": " << tokens[0].wholeLine; in ParseAsArray() 266 LOG(DEBUG, ASSEMBLER) << "array body is closed, line " << lineStric_ << ": " << tokens[0].wholeLine; in ParseAsArray() 392 // workaround until #5776 is done in ParseArrayElementType() 572 LOG(DEBUG, ASSEMBLER) << "record body is open, line " << lineStric_ << ": " << tokens[0].wholeLine; in ParseAsRecord() 584 LOG(DEBUG, ASSEMBLER) << "record body is closed, line " << lineStric_ << ": " << tokens[0].wholeLine; in ParseAsRecord() 617 LOG(DEBUG, ASSEMBLER) << "function body is open, line " << lineStric_ << ": " << tokens[0].wholeLine; in ParseAsFunction() 629 LOG(DEBUG, ASSEMBLER) << "function body is closed, line " << lineStric_ << ": " << tokens[0].wholeLine; in ParseAsFunction() 665 GetError("Delimiter '}' for the code area is outside a function.", Error::ErrorType::ERR_BAD_BOUND); in ParseAsBraceRight() 669 LOG(DEBUG, ASSEMBLER) << "body is close in ParseAsBraceRight() [all...] |
/arkcompiler/ets_runtime/test/moduletest/array/ |
H A D | array.js | 10 * distributed under the License is distributed on an "AS IS" BASIS, 127 print("The NewTarget is undefined") 274 "Group 6: fromIndex is NaN", [ 280 "Group 7: fromIndex is not of type 'number'", [ 343 print(`ERROR: Unexpected result (which is ${result}) returned by method '${method.name}': ` + 347 handleExpectedErrorCaught(`${method.name} when fromIndex is ${prompt}`, e); 356 // Test Array.prototype.filter when callbackFn is not callable 360 print("CallbackFn is not callable"); 522 //elementskind is generic but hclass == generic hclass 536 //elementskind is no [all...] |
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 1049 console.log("self plane is die"); 4393 } else console.warn("jsb.WebView is null"); 4615 throw new Error("process.binding is not supported"); 4621 throw new Error("process.chdir is not supported"); 4802 if (i.length % 4 == 1) throw new t("'atob' failed: The string to be decoded is not correctly encoded."); 6085 if (!(t instanceof n)) throw new TypeError("Failed to executed 'appendChild' on 'Node': parameter 1 is not of type 'Node'."); 8302 n.error("end tag name: " + R + " is not complete:" + I.tagName); 8314 B || n.fatalError("end tag name: " + R + " is not match the current start tagName:" + I.tagName); 8497 r.warning('attribute space is required"' + o + '"!!'); 9059 1206: "loadScene: The scene index to load (%s) is ou [all...] |
/arkcompiler/toolchain/tooling/test/ |
H A D | debugger_impl_test.cpp | 10 * distributed under the License is distributed on an "AS IS" BASIS, 1390 R"({"id":0,"result":{"code":1,"message":"SetBreakpointByUrl: debugger agent is not enabled"}})"); in HWTEST_F_L0()
|