Home
last modified time | relevance | path

Searched full:john (Results 1 - 9 of 9) 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...]
/applications/standard/app_samples/code/SystemFeature/AutoFill/AutoFillScenarioization/entry/src/main/ets/application/
H A DItemListData.ts16 export let nameList: Array<string> = ['lily', 'linda', 'john', 'tom', 'peter'];
/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';
/applications/standard/app_samples/code/SystemFeature/AutoFill/AutoFillScenarioization/entry/src/main/ets/autofillability/
H A DTextAutoFillAbility.ts69 const words = ['lily', 'linda', 'john', 'tom', 'peter'];
/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>' +

Completed in 30 milliseconds