Searched full:10000 (Results 1 – 25 of 53) sorted by relevance
123
| /arkcompiler/ets_runtime/test/aottest/suspendgeneratorfor/ |
| D | expect_output.txt | 14 10000
|
| D | suspendgeneratorfor.ts | 23 yield t * 10000;
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | intrinsics-55.pa | 16 movi v0, 10000
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | panda_cache_test.cpp | 47 EntityId id2(10000); in TEST() 65 EntityId id2(10000); in TEST() 83 EntityId id2(10000); in TEST()
|
| /arkcompiler/ets_runtime/test/moduletest/multiargs/ |
| D | multiargs.js | 53 let s = x + 10*y+ 100*z + 1000*t + 10000*a
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | mem_range_test.cpp | 66 constexpr uintptr_t START = 10, END = 10000; in TEST() 93 constexpr uintptr_t MIN = 10000, MAX = 50000; in TEST()
|
| D | string_helpers_test.cpp | 33 for (size_t i = 0; i < 10000; i++) { in TEST()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_util.h | 165 constexpr uint64_t TIMEOUT_MSEC = 10000U; 193 constexpr uint64_t TIMEOUT_MSEC = 10000U; in WaitForEvent()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | utf.h | 35 * 4 21 U+10000 U+10FFFF 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
|
| D | utf.cpp | 49 …* 6 21 U+10000 U+10FFFF 11101101 1010xxxx 10xxxxxx 11101101 1011xxx… 50 * for U+10000 -- U+10FFFF encodes the following (value - 0x10000)
|
| /arkcompiler/runtime_core/runtime/methodtrace/ |
| D | trace.h | 107 const int32_t LOOP_NUMBER = 10000;
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_stats.cpp | 101 statistic << "Histogram of GC count per 10000 ms: " << duration_info.GetTopDump() << "\n"; in GetFinalStatistics() 102 …statistic << "Histogram of blocking GC count per 10000 ms: " << duration_info.GetTopDump() << "\n"; in GetFinalStatistics()
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | set_operations_property_test.cpp | 62 Intervals intervals = {{0, 10}, {11, 30}, {31, 10000}};
|
| /arkcompiler/toolchain/websocket/ |
| D | websocket.cpp | 461 usleep(10000); // 10000: time for websocket to enter the accept in Close()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | string_table_base_test.h | 202 std::vector<uint8_t> string_data(10000U, 0x30); in InternTooLongString()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | runtime_impl.cpp | 395 // the PropertyPreview class. Let lengthTypedArrayLimit be 10000 temporarily. in GetAdditionalProperties() 396 static const uint32_t lengthTypedArrayLimit = 10000; in GetAdditionalProperties()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.h | 508 static constexpr int MIN_OLD_GC_LIMIT = 10000; // 10s
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newarr.yaml | 615 - values: [-10000] 655 - values: [-10000]
|
| D | lda.const.yaml | 375 - f32 10 { 1.0 10.0 100.0 1000.0 10000 100000 1000000 10000000 1e8 1e9 }
|
| D | fldarr.32.yaml | 193 movi v3, 10000 # iterations
|
| D | ldarr.16.yaml | 188 movi v3, 10000 # iterations
|
| D | ldarr.8.yaml | 197 movi v3, 10000 # iterations
|
| D | ldarru.16.yaml | 188 movi v3, 10000 # iterations
|
| /arkcompiler/runtime_core/runtime/ |
| D | options.yaml | 511 default: 10000
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler.yaml | 505 recommended_values: [10000,500000]
|
123