Searched full:truncate (Results 1 – 25 of 43) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-helpers.cpp | 35 // The cast below is needed to truncate high 32bits from 64bit pointer in PreWrbFuncEntrypoint() 55 // The cast below is needed to truncate high 32bits from 64bit pointer in PostWrbUpdateCardFuncEntrypoint()
|
| /arkcompiler/runtime_core/panda_guard/tests/script/ |
| D | update_test_config_json.py | 51 file.truncate()
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | utils.py | 133 file.truncate() 258 file.truncate() 280 file.truncate()
|
| D | execution.py | 252 json_file.truncate() 1269 file.truncate() 1282 file.truncate() 2393 json_file.truncate() 2470 json_file.truncate() 2520 json_file.truncate() 2537 json_file.truncate() 2698 json_file.truncate() 2720 file.truncate()
|
| /arkcompiler/ets_runtime/script/ |
| D | build_resource_to_cpp.py | 51 cpp_file_object.truncate();
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/ |
| D | run_javar8.py | 101 f.truncate() 104 f.truncate()
|
| D | run_java.py | 89 f.truncate()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Double.cpp | 136 // truncate the arg val in StdCoreDoubleToExponential() 213 // truncate the arg val in StdCoreDoubleToPrecision() 229 // truncate the arg val in StdCoreDoubleToFixed()
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | prerun_proc.py | 108 script_file.truncate()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_int_val.h | 267 /// or truncate the values if their original bit-width is greater than new one 290 /// or truncate the values if their original bit-width is greater than new one 420 /// @brief truncate value to the given bit-width in-place. 425 DEBUG_ASSERT(valBitSize >= bitWidth, "invalid bit-width for truncate");
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | c_string.h | 68 CString& Truncate(size_t index);
|
| D | c_string.cpp | 250 CString& CString::Truncate(size_t index) in Truncate() function in common::CString 253 LOG_COMMON(ERROR) << "CString::Truncate input parameter error"; in Truncate() 268 Truncate(index); in Insert()
|
| /arkcompiler/ets_runtime/common_components/base/tests/ |
| D | c_string_test.cpp | 236 EXPECT_EQ(&str.Truncate(20), &str); in HWTEST_F_L0() 298 EXPECT_STREQ(str.Truncate(5).Str(), "hello"); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.h | 39 const size_t SUB_LEN = 6; // 6: Truncate the path length
|
| /arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/ |
| D | update.py | 132 json_file.truncate()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/isa/ |
| D | isa.yaml | 96 vs.set(field, truncate(field, acc))
|
| /arkcompiler/runtime_core/verifier/tests/ |
| D | verify_sys_hap_abc.py | 146 f.truncate()
|
| /arkcompiler/ets_frontend/es2panda/test/size_statistics/ |
| D | size_statistics.py | 275 report.truncate()
|
| /arkcompiler/runtime_core/static_core/tests/test-lists/hermes/ |
| D | hermes-excluded.txt | 260 truncate-long-stack.js
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/ |
| D | PointerAnalysis.ts | 636 fs.truncate(filePath, 0, err => { 637 err && logger.error('Error to truncate file ', err);
|
| /arkcompiler/ets_frontend/arkguard/src/configs/preset/ |
| D | es_reserved_properties_optimized.json | 890 "truncate",
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem_map_allocator.cpp | 117 // Truncate mem to make sure align to same range inner 4G.
|
| /arkcompiler/ets_frontend/es2panda/test/parse_command/ |
| D | parse_command.py | 268 f.truncate()
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/ |
| D | size_compare.py | 185 report.truncate()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.h | 367 // If interval has range [begin, end) then SplitAt call will truncate it to [begin, ln) and
|
12