/test/testfwk/developer_test/local_coverage/automate_execute/ |
H A D | install_coverage_tools.py | 45 txt = f.read() 46 txt = txt.replace("lcov_branch_coverage = 0", "lcov_branch_coverage = 1") 48 f1.write(txt)
|
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/compomettestjs/jsCanavas/ |
H A D | index.js | 186 var txt = 'Hello World'; variable 187 ctx.fillText("width:" + ctx.measureText(txt).width, 0, 10); 188 ctx.fillText(txt, 0, 25);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_CanvasRenderingContext2D/router/ |
H A D | index.js | 185 var txt = 'Hello World';
variable 186 ctx.fillText("width:" + ctx.measureText(txt).width, 0, 10);
187 ctx.fillText(txt, 0, 25);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 216 var txt = 'Hello World';
variable 217 ctx.fillText("width:" + ctx.measureText(txt).width, 0, 10);
218 ctx.fillText(txt, 0, 25);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_CanvasRenderingContext2D/router/ |
H A D | index.js | 185 var txt = 'Hello World';
variable 186 ctx.fillText("width:" + ctx.measureText(txt).width, 0, 10);
187 ctx.fillText(txt, 0, 25);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 216 var txt = 'Hello World';
variable 217 ctx.fillText("width:" + ctx.measureText(txt).width, 0, 10);
218 ctx.fillText(txt, 0, 25);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_CanvasRenderingContext2D/router/ |
H A D | index.js | 185 var txt = 'Hello World';
variable 186 ctx.fillText("width:" + ctx.measureText(txt).width, 0, 10);
187 ctx.fillText(txt, 0, 25);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 216 var txt = 'Hello World';
variable 217 ctx.fillText("width:" + ctx.measureText(txt).width, 0, 10);
218 ctx.fillText(txt, 0, 25);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_CanvasRenderingContext2D/router/ |
H A D | index.js | 185 var txt = 'Hello World';
variable 186 ctx.fillText("width:" + ctx.measureText(txt).width, 0, 10);
187 ctx.fillText(txt, 0, 25);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 216 var txt = 'Hello World';
variable 217 ctx.fillText("width:" + ctx.measureText(txt).width, 0, 10);
218 ctx.fillText(txt, 0, 25);
|
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/compomettestjs/CanvasRenderingContext2D/ |
H A D | index.js | 195 var txt = 'Hello World'; variable 196 ctx.fillText("width:" + ctx.measureText(txt).width, 0, 10); 197 ctx.fillText(txt, 0, 25);
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 53 #define PATH2 "/data/storage/el2/base/files/text2.txt"
55 #define PATH "/data/storage/el2/base/files/test.txt"
415 int fd = open("/data/storage/el2/base/files/test.txt", O_CREAT, PARAM_0777);
in Isatty() 616 const char *softptr = "./noreadlink.txt.soft";
in Readlink() 627 ret = readlink("/data/storage/el2/base/files/testReadlink.txt", buf, sizeof(buf));
in Readlink() 752 char path[] = "/data/storage/el2/base/files/testTruncated.txt";
in Truncate() 767 char path[] = "/data/storage/el2/base/files/moTruncated.txt";
in Truncate64() 790 char path[] = "unexist_test_unlink.txt";
in Unlink() 793 char path[] = "/data/storage/el2/base/files/test_unlink.txt";
in Unlink() 814 char path[] = "unexist_test_unlinkat.txt";
in Unlinkat() 1484 const char *txt = "This is pread_0100 test."; PRead() local [all...] |