Searched full:john (Results 1 - 11 of 11) sorted by relevance
| /test/xts/acts/commonlibrary/ets_utils/json_lib_standard/entry/src/ohosTest/js/test/ |
| H A D | json.test.js | 38 const jsonText = '{"name": "John", "age": 30}'; 58 const jsonText = '{"name": "John", "age": 30}'; 138 let obj = {1: "John", 2: 30, 3: "New York"}; 140 expect(rst).assertEqual('{"1":"John","2":30}'); 153 let obj = {1: "John", 2: 30, 3: "New York"}; 155 expect(rst).assertEqual('{\n "1": "John",\n "2": 30\n}'); 168 let obj = {1: "John", 2: 30, 3: "New York"}; 170 expect(rst).assertEqual('{\nwww"1": "John",\nwww"2": 30\n}'); 183 let obj = {1: "John", 2: 30, 3: "New York"}; 185 expect(rst).assertEqual('{\n "1": "John",\ [all...] |
| /test/xts/acts/commonlibrary/ets_utils/codeparsingtest/baselibtest/entry/src/ohosTest/ets/test/json/ |
| H A D | Json.test.ets | 180 let jsonText = '{"name": "John", "age": 30, "city": "ChongQing"}';
331 let numberObj = JSON.parse('{ "name" : ' + nullChars[0] + '"John" : ' + nullChars[0] + ' }');
728 let numberObj = JSON.parse('{"name": {"name": "John", "age": 30}, "age": 30}') as Object;
766 let numberObj = JSON.parse('{null: "John", "age": 30}') as Object;
826 1: "John", 2: 30, 3: "New York"
828 expect(str1).assertEqual('{"1":"John","2":30}');
847 1: "John", 2: 30, 3: "New York"
849 expect(str1).assertEqual('{\n "1": "John",\n "2": 30\n}');
868 1: "John", 2: 30, 3: "New York"
870 expect(str1).assertEqual('{\nwww"1": "John",\nww [all...] |
| /test/xts/acts/security/certificate_framework/js_api_test_oh50/entry/src/ohosTest/ets/test/ |
| H A D | certName.test.ets | 81 let nameStr = '/CN=John Doe/OU=IT Department/O=ACME Inc./L=San Francisco/ST=California/C=US/CN=ALN C/CN=XTS'; 111 let nameStr = 'CN=John Doe'; 257 let nameStr = '/CN=John Doe/OU=IT Department/O=ACME Inc./L=San Francisco/ST=California/C=US/CN=ALN C/CN=XTS'; 287 let nameStr = '/CN=John Doe/OU=IT Department/O=ACME Inc./L=San Francisco/ST=California/C=US/CN=ALN C/CN=XTS'; 326 let nameStr = '/CN=John Doe/OU=IT Department/O=ACME Inc./L=San Francisco/ST=California/C=US/CN=ALN C/CN=XTS'; 332 expect(data.getName(nameType)[0] == 'John Doe').assertTrue(); 359 let nameStr = '/CN=John Doe/OU=IT Department/O=ACME Inc./L=San Francisco/ST=California/C=US/CN=ALN C/CN=XTS'; 390 let nameStr = '/CN=John Doe/OU=IT Department/O=ACME Inc./L=San Francisco/ST=California/C=US/CN=ALN C/CN=XTS';
|
| /base/security/certificate_framework/test/fuzztest/v1.0/x509distinguishedname_fuzzer/ |
| H A D | x509distinguished_name_fuzzer.cpp | 28 static char g_nameStr[] = "/CN=John Doe/OU=IT Department/O=ACME Inc./L=San Francisco/ST=California/C=US";
|
| /base/telephony/core_service/test/unittest/utils_vcard_gtest/ |
| H A D | contact_data_test.cpp | 415 sipData.InitSipData("sip:john@example.com", static_cast<int32_t>(SipType::SIP_HOME), "Jhon"); in HWTEST_F() 416 EXPECT_STREQ((sipData.GetAddress()).c_str(), "john@example.com"); in HWTEST_F() 420 sipData.InitSipData("pis:john@example.com", static_cast<int32_t>(SipType::SIP_HOME), "Jhon"); in HWTEST_F() 421 EXPECT_STREQ((sipData.GetAddress()).c_str(), "pis:john@example.com"); in HWTEST_F()
|
| /test/xts/acts/distributeddatamgr/UDMFtest/UDMFtest/entry/src/ohosTest/ets/test/ |
| H A D | UDMFSupportClipboardApi.test.ets | 86 f_name: 'John',
94 "age": 25, "f_name": "John", "l_name": "Doe"
|
| /test/xts/hats/hdf/bluetooth/hdiService/ |
| H A D | bluetooth_hci_services_test.cpp | 205 char newName[] = "John Jacob Jingleheimer Schmidt ___________________0";
in HWTEST_F()
|
| /test/xts/acts/commonlibrary/ets_utils/xml_lib_standard/entry/src/ohosTest/js/test/ |
| H A D | xml.test.js | 1240 ' <company>John & Hans</company>' +
1283 ' <company>John & Hans</company>' +
1308 '\\r\\nfuncrion matchwo(a,6)\\r\\n{\\r\\nreturn 1;\\r\\n}\\r\\n Hello, World! company John ' +
2152 ' <company>John & Hans</company>' +
2195 ' <company>John & Hans</company>' +
2368 '<company>John & Hans</company>' +
2401 '<company>John & Hans</company>' +
|
| /test/xts/acts/commonlibrary/ets_utils/codeparsingtest/baselibtest/entry/src/ohosTest/ets/test/xml/ |
| H A D | Xml.test.ets | 1892 ' <author>John Doe</author>' +
1959 ' <author>John Doe</author>' +
1973 expect(result).assertContain("<author>John Doe</author>");
2061 ' <author>John Doe</author>' +
2094 ' <author>John Doe</author>' +
2129 ' <author>John Doe</author>' +
2478 '<TO>John</TO>' +
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| H A D | vcard_test.cpp | 114 NICKNAME:John
|
| /base/web/webview/ohos_nweb/prebuilts/ |
| H A D | NOTICE | 9981 Maintained by John J. Boyer john.boyer@abilitiessoft.com [all...] |
Completed in 48 milliseconds