Home
last modified time | relevance | path

Searched full:9999 (Results 1 – 25 of 46) sorted by relevance

12

/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/PopProtoChange/
DbuiltinArrayPopProtoChange.ts20 z[9999] = 9999
25 changeToDic() //: 9999
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dallocation.irt26 …spills_count_max: { default: 2, arm32: 9999 }, # TODO(msherstennikov): set to 0 once regalloc sup…
27 code_size_max: { arm64: 116, x86_64: 477, arm32: 9999 }
29 # code_size_max: { arm64: 100, x86_64: 125, arm32: 9999 }
33 …spills_count_max: { default: 2, arm32: 9999 }, # TODO(msherstennikov): set to 0 once regalloc sup…
34 code_size_max: { arm64: 136, x86_64: 476, arm32: 9999 }
36 # code_size_max: { arm64: 128, x86_64: 145, arm32: 9999 }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/namespace_ops/
Dnamespace_find_enum_test.ets26 BLUE = 9999
48 BLUE = 9999
/arkcompiler/ets_runtime/test/aottest/createarraywithbuffer/
Dexpect_output.txt45 9999
Dcreatearraywithbuffer.ts111 Td[4] = 9999;
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/FilterProtoChange/
DbuiltinArrayFilterProtoChange.ts44 y[9999] = 9999
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/ForEachProtoChange/
DbuiltinArrayForEachProtoChange.ts43 y[9999] = 9999
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/module_ops/
Dtest.ets25 GREEN = 9999
Dmodule_find_enum_test.ets25 GREEN = 9999
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/enum_ops/
Denum_item_get_name_test.ets25 BLUEINT = 9999
Denum_item_get_value_test.ets25 BLUEINT = 9999
Denum_item_get_value_test.cpp60 ASSERT_EQ(blueIntValInt, 9999U); in TEST_F()
128 ASSERT_STREQ(enumVal.data(), "9999"); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/arkts/@arkts/math/Decimal/
DconstructorTests.ets96 t([9999], 3, -1, '-9999');
104 t([9999, 9999999], 10, 1, '99999999999');
112 t([9999, 9999999, 9999999], 17, -1, '-999999999999999999');
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
Dtest_viewer.py33 httpd = socketserver.TCPServer(("", 9999), MyHttpRequestHandler)
74 driver.get("http://127.0.0.1:9999")
/arkcompiler/ets_runtime/test/moduletest/arrayconcat/
Dexpect_output.txt32 1,2,j,9999,,23,sss,2,j,,,,test
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/mimic_special_function/ets_to_ts/
Dspecial_function.ets20 const INSERT_NUMBER1: number = 9999;
Dtest_special_function.ts25 const INSERT_NUMBER1: number = 9999;
/arkcompiler/ets_frontend/test/scripts/utils/
Dconfig.yaml51 url_tools : 'http://123.60.114.105:9999/RKDevTool.zip'
/arkcompiler/toolchain/tooling/dynamic/test/testcases/js/
Dexport_variable_second.js68 var bigint8 = BigInt(9999n);
Dmodule_variable.js149 var bigint1 = BigInt(9999n);
199 var bigint2 = BigInt(9999n);
/arkcompiler/toolchain/tooling/dynamic/client/tcpServer/
Dtcp_server.cpp58 saddr.sin_port = htons(9999); // 9999: tcp bind port in ServerConnect()
/arkcompiler/toolchain/tooling/dynamic/client/tcpServer/test/
Djs_test_base.py31 PORT = 9999
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_aarch64_aarch64_isa_test.cpp62 EXPECT_EQ(FlipConditionOp(9999), MOP_undef); in TEST()
/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_module_variable_test.h359 { "bigint1", { "bigint", "9999n", "9999n" } },
381 { "bigint2", { "bigint", "9999n", "9999n" } },
442 { "bigint9", { "bigint", "9999n", "9999n" } },
461 { "bigint10", { "bigint", "9999n", "9999n" } },
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrViewer.js344 let maxx = -9999;
345 let minx = 9999;
449 let x1 = 9999;
450 let y1 = 9999;
451 let x2 = -9999;
452 let y2 = -9999;

12