Home
last modified time | relevance | path

Searched full:0001 (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/uri/
DUriTestConstructor.ets110 …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");
DUriTestConstructor2.ets205 …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/
Dcommon.h101 static constexpr uint8_t HOLE_VALUE = 0x12U; // 0001 0010
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h254 … } 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/
Dcontainer_queue.js206 map.set("test Queue [Symbol.iterator]0001:", myFlag);
/arkcompiler/runtime_core/libabckit/tests/stress/
Dfail_list_sts_with_runtime.json197 …"/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/
Dcircuit_ir_specification.md366 …* `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/
DDateConstructorTest.ets272 assertEQ(date.toUTCString(), "Thu, 01 Jul -0001 00:00:00 GMT")
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp80 …} 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/
Djs_runtime_options.h45 DEFAULT = -1, // default value 000'0000'0001'0000'0101'1100 -> 0x105c
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_test.cpp561 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0001 "); in HWTEST_F_L0()
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch11001 +const id: IdType = '0000-0000-0000-0001';