Home
last modified time | relevance | path

Searched refs:TEST_STRING_1 (Results 1 – 15 of 15) sorted by relevance

/external/dtc/tests/
Dextra-terminating-null.c36 memcpy(checkbuf, TEST_STRING_1, len); in check_extranull()
49 check_extranull(fdt, "extranull0", TEST_STRING_1, 1); in main()
50 check_extranull(fdt, "extranull1,1", TEST_STRING_1, 2); in main()
51 check_extranull(fdt, "extranull1,2", TEST_STRING_1, 2); in main()
52 check_extranull(fdt, "extranull2,1", TEST_STRING_1, 3); in main()
53 check_extranull(fdt, "extranull2,2", TEST_STRING_1, 3); in main()
54 check_extranull(fdt, "extranull2,3", TEST_STRING_1, 3); in main()
55 check_extranull(fdt, "extranull2,4", TEST_STRING_1, 3); in main()
Dsetprop_inplace.c56 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main()
57 TEST_STRING_1); in main()
70 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main()
71 TEST_STRING_1); in main()
Dgetprop.c39 check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1); in main()
Dfind_property.c38 check_property(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1); in main()
Dnop_property.c56 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main()
57 TEST_STRING_1); in main()
Ddel_property.c61 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main()
62 TEST_STRING_1); in main()
Dsetprop.c65 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main()
66 TEST_STRING_1); in main()
Dtestdata.h20 #define TEST_STRING_1 "hello world" macro
Dappendprop1.c63 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
Drw_tree1.c67 CHECK(fdt_setprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
Dnode_offset_by_prop_value.c101 check_search_str(fdt, "prop-str", TEST_STRING_1, 0, -FDT_ERR_NOTFOUND); in main()
Dsw_tree1.c130 CHECK(fdt_property_string(fdt, "prop-str", TEST_STRING_1)); in main()
Dtrees.S94 PROP_STR(test_tree1, prop_str, TEST_STRING_1)
/external/python/cpython2/Lib/test/
Dtest_pty.py17 TEST_STRING_1 = "I wish to buy a fish license.\n" variable
113 os.write(slave_fd, TEST_STRING_1)
/external/python/cpython3/Lib/test/
Dtest_pty.py16 TEST_STRING_1 = b"I wish to buy a fish license.\n" variable
113 os.write(slave_fd, TEST_STRING_1)