/test/xts/acts/commonlibrary/ets_utils/convertxml_lib_standard/src/main/js/test/ |
D | convertxml.test.js | 42 let str1 = '{"_declaration":{"_attributes":{"version":"1.0",'+ 60 expect(result).assertEqual(str1); 86 let str1 = '{"_declaration":{"_attributes":{"version":"1.0",'+ 104 expect(result).assertEqual(str1); 130 let str1 = '{"_elements":[{"_type":"element",'+ 146 expect(result).assertEqual(str1); 173 let str1 = '{"_declaration":{"_attributes":{"version":"1.0",'+ 192 expect(result).assertEqual(str1); 218 let str1 = '{"_declaration":{"_attributes":{"version":"1.0",'+ 234 expect(result).assertEqual(str1); [all …]
|
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/State/ |
D | LinkSon.ets | 43 SonLink1({str1: $str, num1: $num}) 52 @Link str1: string 58 Text('@Link str1: ' + this.str1).key("str1_tSon1") 62 this.str1 = 'Link Son1'; 71 SonLink2({str2: $str1, num2: $num1})
|
/test/xts/acts/kernel_lite/mem_posix/src/ |
D | ActsMemApiTest.cpp | 59 char str1[] = "this is string1"; variable 63 returnVal = bcmp(str1, str2, 7); 64 …LogPrint(" bcmp *s1:='%s' *s2:='%s' size:='7', --> returnVal:='%d'\n", str1, str2, returnVal); 66 << "ErrInfo: bcmp *s1:='" << str1 << "' *s2:='" << str2 76 char str1[] = "this is string1"; variable 80 returnVal = bcmp(str1, str2, 15); 81 …LogPrint(" bcmp *s1:='%s' *s2:='%s' size:='15', --> returnVal:='%d'\n", str1, str2, returnVal… 83 << "ErrInfo: bcmp *s1:='" << str1 << "' *s2:='" << str2
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
D | nnrt_utils.cpp | 369 std::string ConcatPath(const std::string &str1, const std::string &str2) in ConcatPath() argument 373 return str1; in ConcatPath() 375 if (str1.empty()) { in ConcatPath() 379 char end = str1[str1.size() - 1]; in ConcatPath() 381 return str1 + str2; in ConcatPath() 383 return str1 + '/' + str2; in ConcatPath()
|
D | nnrt_utils.h | 91 std::string ConcatPath(const std::string &str1, const std::string &str2);
|
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
D | nnrt_utils.cpp | 369 std::string ConcatPath(const std::string &str1, const std::string &str2) in ConcatPath() argument 373 return str1; in ConcatPath() 375 if (str1.empty()) { in ConcatPath() 379 char end = str1[str1.size() - 1]; in ConcatPath() 381 return str1 + str2; in ConcatPath() 383 return str1 + '/' + str2; in ConcatPath()
|
D | nnrt_utils.h | 91 std::string ConcatPath(const std::string &str1, const std::string &str2);
|
/test/xts/acts/ability/ability_runtime/stage/actslifecyclesinglehaptest/entry/src/main/ets/test/ |
D | LifeCycleTest.ets | 145 let str1 = { 149 globalThis.abilityContext.startAbility(str1) 222 let str1 = { 226 globalThis.abilityContext.startAbility(str1) 293 let str1 = { 297 globalThis.abilityContext.startAbility(str1) 368 let str1 = { 372 globalThis.abilityContext.startAbility(str1) 445 let str1 = { 449 globalThis.abilityContext.startAbility(str1) [all …]
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | uiondk.cpp | 95 char str1[] = "writev\n"; in Writev() local 100 iov[PARAM_1].iov_base = str1; in Writev() 101 iov[PARAM_1].iov_len = strlen(str1) + PARAM_1; in Writev()
|
/test/xts/acts/ai/nncore/common/ |
D | nncore_utils.cpp | 405 std::string ConcatPath(const std::string &str1, const std::string &str2) in ConcatPath() argument 409 return str1; in ConcatPath() 411 if (str1.empty()) { in ConcatPath() 415 char end = str1[str1.size() - 1]; in ConcatPath() 417 return str1 + str2; in ConcatPath() 419 return str1 + '/' + str2; in ConcatPath()
|
/test/xts/acts/ability/ability_runtime/stage/actswindowstagelifecyclesinglehaptest/entry/src/main/ets/test/ |
D | LifeCycleTest.ets | 198 let str1 = { 202 globalThis.abilityContext.startAbility(str1) 267 let str1 = { 271 globalThis.abilityContext.startAbility(str1) 340 let str1 = { 344 globalThis.abilityContext.startAbility(str1) 425 let str1 = { 429 globalThis.abilityContext.startAbility(str1).then((data) => { 502 let str1 = { 506 globalThis.abilityContext.startAbility(str1).then((data) => { [all …]
|
/test/xts/acts/arkui/ace_ets_test/entry/src/main/ets/MainAbility/pages/ |
D | AppStorage.ets | 44 @State str1: string = link1.get().toString(); 72 Button(this.str1)
|
/test/xts/acts/multimedia/drm/drm_ndk_test/src/main/cpp/ |
D | hello.cpp | 80 char str1[DATA_BUFF_LEN], str[8]; in getHttp() local 97 memset(str1, 0, sizeof(str1)); in getHttp() 98 strcat(str1, "POST "); in getHttp() 99 strcat(str1, link); in getHttp() 100 strcat(str1, " HTTP/1.1\n"); in getHttp() 101 strcat(str1, "Host: "); in getHttp() 102 strcat(str1, IPAddr); in getHttp() 103 strcat(str1, "\n"); in getHttp() 104 strcat(str1, "Content-Type: application/json;charset=UTF-8\n"); in getHttp() 105 strcat(str1, "Content-Length: "); in getHttp() [all …]
|
/test/xts/hats/hdf/location/gnss/ |
D | location_gnss_test.cpp | 326 const std::string str1 = "testing"; variable 327 int32_t ret = g_ignssHci->SetPredictGnssData(str1);
|
/test/xts/acts/ability/crossplatform/ability_runtime/ActsLifeCycleEtsTest/src/main/ets/test/ |
D | LifeCycleTest.test.ets | 185 let str1 = { 205 .startAbility(str1) 261 let str1 = { 280 .startAbility(str1) 342 let str1 = { 361 .startAbility(str1) 422 let str1 = { 445 .startAbility(str1) 503 let str1 = { 527 .startAbility(str1).then((data) => { [all …]
|
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/test/State/ |
D | LinkSonJsunit.test.ets | 71 expect(obj2.$attrs.content).assertEqual("@Link str1: Link Parent"); 112 expect(obj1.$attrs.content).assertEqual("@Link str1: Link Son1"); 165 expect(obj2.$attrs.content).assertEqual("@Link str1: Link Son2"); 230 expect(obj5.$attrs.content).assertEqual("@Link str1: before"); 276 expect(obj5.$attrs.content).assertEqual("@Link str1: before"); 323 expect(obj5.$attrs.content).assertEqual("@Link str1: before");
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/Camera/ |
D | Camera_index.ets | 274 let str1 = report.split(";"); 277 for(let i=0; i<Math.floor(str1.length/2); i++){ 278 title[i] = str1[i*2]; 279 result[i] = str1[i*2+1];
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/Screen/ |
D | Screen_index.ets | 315 let str1 = report.split(";"); 318 for (let i = 0; i < Math.floor(str1.length / 2); i++) { 319 title[i] = str1[i*2]; 320 result[i] = str1[i * 2+1];
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/Power/ |
D | Power_index.ets | 292 let str1 = report.split(";"); 295 for(let i=0; i<Math.floor(str1.length/2); i++){ 296 title[i] = str1[i*2]; 297 result[i] = str1[i*2+1];
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/Audio/ |
D | Audio_index.ets | 273 let str1 = report.split(";"); 276 for(let i=0; i<Math.floor(str1.length/2); i++){ 277 title[i] = str1[i*2]; 278 result[i] = str1[i*2+1];
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/Notification/ |
D | Notification_index.ets | 308 let str1 = report.split(";"); 311 for (let i = 0; i < Math.floor(str1.length / 2); i++) { 312 title[i] = str1[i*2]; 313 result[i] = str1[i * 2+1];
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/MultimodalInput/ |
D | MultimodalInput_index.ets | 293 let str1 = report.split(";"); 296 for(let i=0; i<Math.floor(str1.length/2); i++){ 297 title[i] = str1[i*2]; 298 result[i] = str1[i*2+1];
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/Wifi/ |
D | Wifi_index.ets | 307 let str1 = report.split(";"); 310 for (let i = 0; i < Math.floor(str1.length / 2); i++) { 311 title[i] = str1[i*2]; 312 result[i] = str1[i * 2+1];
|
/test/xts/acts/commonlibrary/ets_utils/xml_lib_standard/src/main/js/test/ |
D | xml.test.js | 1060 var str1= 'importance:highlogged:truexmlns:h:http://www.w3.org/TR/html4/'; 1061 expect(str).assertEqual(str1); 1092 var str1 = ''; 1094 str1 += name + value + ' '; 1104 expect(str1).assertEqual(str3); 1772 var str1 = ''; 1774 str1 += name+':'+value;
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/Experience/ |
D | Experience_index.ets | 290 let str1 = report.split(";"); 293 for(let i=0; i<Math.floor(str1.length/2); i++){ 294 title[i] = str1[i*2]; 295 result[i] = str1[i*2+1];
|