Searched full:0001 (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/uri/ |
| D | UriTestConstructor.ets | 110 …let uri = new uri.UriEntry("http://username:password@[fe80:0000:0001:0000:0440:44ff:1233:5678]:99/… 112 assertEQ(uri.getAuthority(), "username:password@[fe80:0000:0001:0000:0440:44ff:1233:5678]:99"); 113 …assertEQ(uri.getSsp(), "//username:password@[fe80:0000:0001:0000:0440:44ff:1233:5678]:99/path/path… 115 assertEQ(uri.getHost(), "[fe80:0000:0001:0000:0440:44ff:1233:5678]"); 123 …let uri = new uri.UriEntry("http://username:password@[fe80::0001:0000]:99/path/path?query#fagment"… 125 assertEQ(uri.getAuthority(), "username:password@[fe80::0001:0000]:99"); 126 assertEQ(uri.getSsp(), "//username:password@[fe80::0001:0000]:99/path/path?query"); 128 assertEQ(uri.getHost(), "[fe80::0001:0000]"); 331 …let uri = new uri.UriEntry("http:[?]username:password@[fe80::0001:0000]:99/path/path?query#fagment… 334 assertEQ(uri.getSsp(), "[?]username:password@[fe80::0001:0000]:99/path/path?query");
|
| D | UriTestConstructor2.ets | 205 …let gaogao = new uri.URI('http://gg:gaogao@[fe80:0000:0001:0000:0440:44ff:1233:5678]:99/path/path?… 207 assertEQ(gaogao.authority, "gg:gaogao@[fe80:0000:0001:0000:0440:44ff:1233:5678]:99"); 208 assertEQ(gaogao.ssp, "//gg:gaogao@[fe80:0000:0001:0000:0440:44ff:1233:5678]:99/path/path?query"); 210 assertEQ(gaogao.host, "[fe80:0000:0001:0000:0440:44ff:1233:5678]"); 218 let gaogao = new uri.URI('http://gg:gaogao@[fe80::0001:0000]:99/path/path?query#fagment'); 220 assertEQ(gaogao.authority, "gg:gaogao@[fe80::0001:0000]:99"); 221 assertEQ(gaogao.ssp, "//gg:gaogao@[fe80::0001:0000]:99/path/path?query"); 223 assertEQ(gaogao.host, "[fe80::0001:0000]");
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | common.h | 101 static constexpr uint8_t HOLE_VALUE = 0x12U; // 0001 0010
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 254 … } else if (c >= UICODE_FROM_UTF8[5] && c <= UICODE_FROM_UTF8[6]) { // 5 - 6: 0001 0000 - 0010 FFFF in UnicodeFromUtf8() 255 l = 3; // 3: 0001 0000 - 0010 FFFF Unicode in UnicodeFromUtf8()
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | container_queue.js | 206 map.set("test Queue [Symbol.iterator]0001:", myFlag);
|
| /arkcompiler/runtime_core/libabckit/tests/stress/ |
| D | fail_list_sts_with_runtime.json | 197 …"/tmp/abckit_test_ets/spec/17.Experimental_Features/17.3.Indexable_Types/idx-s01-0001.sts": "ETS T… 203 …"/tmp/abckit_test_ets/spec/17.Experimental_Features/17.3.Indexable_Types/idx-s02-0001.sts": "ETS T…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 366 …* `0001` `EQ`: yields true if the operands are equal, false otherwise. No sign interpretation is n… 392 * `0001` `OEQ`: ordered and equal
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/time/ |
| D | DateConstructorTest.ets | 272 assertEQ(date.toUTCString(), "Thu, 01 Jul -0001 00:00:00 GMT")
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_parser.cpp | 80 …} else if (c >= UICODE_FROM_UTF8[5U] && c <= UICODE_FROM_UTF8[6U]) { // 5 - 6: 0001 0000 - 0010 F… in UnicodeFromUtf8() 81 …l = 3; // 3: 0001 0000 - 0010 FFFF Unic… in UnicodeFromUtf8()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.h | 45 DEFAULT = -1, // default value 000'0000'0001'0000'0101'1100 -> 0x105c
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_number_test.cpp | 561 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0001 "); in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/testTs/ |
| D | test-case.patch | 11001 +const id: IdType = '0000-0000-0000-0001';
|