Searched full:encoding (Results 1 – 25 of 732) sorted by relevance
12345678910>>...30
| /arkcompiler/runtime_core/static_core/docs/ |
| D | rationale-for-bytecode.md | 43 ## Encoding operands 113 encoding more compact. 122 accumulator, reducing performance and increasing encoding size). 129 which also saves us encoding space and improves performance 158 into 4 bits, we have to use a wider encoding: 165 How to make sure that we benefit from the shorter encoding most of the time? An observation shows 173 needed forms. Thus we save on opcode space without losing in encoding size (on average). 180 applications (thus we again save encoding space).
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 43 ## Encoding operands 113 encoding more compact. 122 accumulator, reducing performance and increasing encoding size). 129 which also saves us encoding space and improves performance 158 into 4 bits, we have to use a wider encoding: 165 How to make sure that we benefit from the shorter encoding most of the time? An observation shows 173 needed forms. Thus we save on opcode space without losing in encoding size (on average). 180 applications (thus we again save encoding space).
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | concurrent_sweep_test.cpp | 32 EcmaStringAccessor::CreateFromUtf8(instance, utf8, 4, true)); // 4 : utf8 encoding length in TEST_F() 37 EcmaStringAccessor::CreateFromUtf8(instance, utf8, 4, true)); // 4 : utf8 encoding length in TEST_F()
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/ |
| D | coverage.py | 53 return subprocess.Popen(encoding=sys.stdout.encoding, **kwargs) 117 "a", encoding="utf-8") as the_file: 152 "w", encoding="utf-8") as file_dot_info:
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/ |
| D | CommandLineUtil.ts | 52 return spawnSync(command, { shell: true, encoding: 'utf8' }).stdout; 56 return execSync(command, { encoding: 'utf-8' });
|
| /arkcompiler/ets_runtime/test/ |
| D | run_ts_test262.py | 167 with open(os.path.join(asserts, ass), 'r', encoding="utf-8") as file: 183 with open(filePath, 'r', encoding="ISO-8859-1") as file: 195 with open(filePath, 'r', encoding="utf-8") as file1: 199 with open(filePath, 'w', encoding="utf-8") as files: 209 with open(filePath, 'w', encoding="utf-8") as files:
|
| /arkcompiler/ets_frontend/ |
| D | .gitattributes | 5 as2panda/tests/compiler/std/string-encoding.ts eol=lf
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-config/ |
| D | test.py | 68 encoding='utf-8') 70 with open(expected_path, "r", encoding="utf-8") as expected_file:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/ |
| D | util_hermes.py | 88 … with os.fdopen(os.open(src_file, os.O_RDONLY, 0o755), 'r', encoding="utf-8") as file_pointer: 96 …with os.fdopen(os.open(dest_file, os.O_RDWR | os.O_CREAT, 0o755), 'w', encoding="utf-8") as output: 100 with open(test_file, 'r', encoding="utf-8") as file_pointer:
|
| /arkcompiler/ets_frontend/ets2panda/public/headers_parser/ |
| D | main.py | 44 with open(src_path, "r", encoding="utf-8") as file: 66 os.fdopen(os.open(dest_path, os.O_CREAT, mode=511), "w", encoding="utf-8").close()
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | utils.py | 52 encoding=get_encoding(), 128 with open(file_path, 'r+', encoding='utf-8') as file: 250 with open(file_path, 'r+', encoding='utf-8') as file: 266 with open(file_path, 'r+', encoding='utf-8') as file: 366 with open(file_path, 'r', encoding='utf-8') as file:
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isapi.rb | 162 ops_encoding = format.encoding 289 cached def encoding 293 encoding = {} 294 encoding.default_proc = proc { |_, k| raise KeyError, "#{k} not found" } 301 encoding[name] = op 303 encoding 310 prof = encoding.values.select { |x| x.name == 'prof' } 324 # Operand types and encoding
|
| /arkcompiler/runtime_core/isa/ |
| D | isapi.rb | 162 ops_encoding = format.encoding 334 cached def encoding 338 encoding = {} 339 encoding.default_proc = proc { |_, k| raise KeyError, "#{k} not found" } 346 encoding[name] = op 348 encoding 355 # Operand types and encoding
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | merge_markdown.py | 80 …with os.fdopen(os.open(dest_path, os.O_WRONLY | os.O_CREAT, 0o755), "w", encoding="utf-8") as dest… 82 … with os.fdopen(os.open(chapter, os.O_RDONLY, 0o755), "r", encoding="utf-8") as chapter_file:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/ |
| D | util_test262.py | 115 … with os.fdopen(os.open(harness_path, os.O_RDONLY, 0o755), 'r', encoding="utf-8") as file_handler: 137 … with os.fdopen(os.open(include_file, os.O_RDONLY, 0o755), 'r', encoding="utf-8") as file_handler: 148 …with os.fdopen(os.open(output_file, os.O_WRONLY | os.O_CREAT, 0o755), 'w', encoding="utf-8") as ou…
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/ |
| D | project.xml | 1 <?xml version="1.0" encoding="utf-8"?>
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/ |
| D | project.xml | 1 <?xml version="1.0" encoding="utf-8"?>
|
| /arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgethitbreakpoints_fuzzer/ |
| D | project.xml | 1 <?xml version="1.0" encoding="utf-8"?>
|
| /arkcompiler/runtime_core/tests/fuzztest/murmur3_fuzzer/ |
| D | project.xml | 1 <?xml version="1.0" encoding="utf-8"?>
|
| /arkcompiler/toolchain/test/fuzztest/pttypesgeneratorfunctionremoteobject_fuzzer/ |
| D | project.xml | 1 <?xml version="1.0" encoding="utf-8"?>
|
| /arkcompiler/ets_runtime/test/fuzztest/containerstreemapgethigherkey_fuzzer/ |
| D | project.xml | 1 <?xml version="1.0" encoding="utf-8"?>
|
| /arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectunserializablevalue_fuzzer/ |
| D | project.xml | 1 <?xml version="1.0" encoding="utf-8"?>
|
| /arkcompiler/runtime_core/tests/fuzztest/releasepages_fuzzer/ |
| D | project.xml | 1 <?xml version="1.0" encoding="utf-8"?>
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/ |
| D | project.xml | 1 <?xml version="1.0" encoding="utf-8"?>
|
| /arkcompiler/ets_runtime/test/fuzztest/objectgetinformation_fuzzer/ |
| D | project.xml | 1 <?xml version="1.0" encoding="utf-8"?>
|
12345678910>>...30