Home
last modified time | relevance | path

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 Djson.test.js38 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 DJson.test.ets180 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 DcertName.test.ets81 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 Dx509distinguished_name_fuzzer.cpp28 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 Dcontact_data_test.cpp415 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 DUDMFSupportClipboardApi.test.ets86 f_name: 'John',
94 "age": 25, "f_name": "John", "l_name": "Doe"
/test/xts/hats/hdf/bluetooth/hdiService/
H A Dbluetooth_hci_services_test.cpp205 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 Dxml.test.js1240 ' <company>John &amp; Hans</company>' +
1283 ' <company>John &amp; Hans</company>' +
1308 '\\r\\nfuncrion matchwo(a,6)\\r\\n{\\r\\nreturn 1;\\r\\n}\\r\\n Hello, World! company John ' +
2152 ' <company>John &amp; Hans</company>' +
2195 ' <company>John &amp; Hans</company>' +
2368 '<company>John &amp; Hans</company>' +
2401 '<company>John &amp; Hans</company>' +
/test/xts/acts/commonlibrary/ets_utils/codeparsingtest/baselibtest/entry/src/ohosTest/ets/test/xml/
H A DXml.test.ets1892 ' <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 Dvcard_test.cpp114 NICKNAME:John
/base/web/webview/ohos_nweb/prebuilts/
H A DNOTICE9981 Maintained by John J. Boyer john.boyer@abilitiessoft.com
[all...]

Completed in 48 milliseconds