Home
last modified time | relevance | path

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

/external/dtc/tests/
Dextra-terminating-null.c23 memcpy(checkbuf, TEST_STRING_1, len); in check_extranull()
36 check_extranull(fdt, "extranull0", TEST_STRING_1, 1); in main()
37 check_extranull(fdt, "extranull1,1", TEST_STRING_1, 2); in main()
38 check_extranull(fdt, "extranull1,2", TEST_STRING_1, 2); in main()
39 check_extranull(fdt, "extranull2,1", TEST_STRING_1, 3); in main()
40 check_extranull(fdt, "extranull2,2", TEST_STRING_1, 3); in main()
41 check_extranull(fdt, "extranull2,3", TEST_STRING_1, 3); in main()
42 check_extranull(fdt, "extranull2,4", TEST_STRING_1, 3); in main()
Dsetprop_inplace.c43 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main()
44 TEST_STRING_1); in main()
57 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main()
58 TEST_STRING_1); in main()
Dfind_property.c25 check_property(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1); in main()
Dgetprop.c26 check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1); in main()
Dget_prop_offset.c33 strlen(TEST_STRING_1) + 1, in main()
34 TEST_STRING_1)) in main()
Dnop_property.c43 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main()
44 TEST_STRING_1); in main()
Ddel_property.c48 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main()
49 TEST_STRING_1); in main()
Dsetprop.c52 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main()
53 TEST_STRING_1); in main()
Dappendprop1.c50 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
Dtestdata.h30 #define TEST_STRING_1 "hello world" macro
Drw_oom.c62 CHECK(fdt_setprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
Drw_tree1.c54 CHECK(fdt_setprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
Dnode_offset_by_prop_value.c88 check_search_str(fdt, "prop-str", TEST_STRING_1, 0, -FDT_ERR_NOTFOUND); in main()
Dsw_states.c78 CHECK_OK(fdt_property_string(fdt, "prop-str", TEST_STRING_1)); in main()
Dsw_tree1.c177 CHECK(fdt_property_string(fdt, "prop-str", TEST_STRING_1)); in main()
Dpylibfdt_tests.py42 TEST_STRING_1 = 'hello world' variable
447 self.assertEqual(TEST_STRING_1, self.fdt.getprop(node, prop).as_str())
517 sw.property_string('prop-str', TEST_STRING_1)
Dtrees.S89 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
124 os.write(slave_fd, TEST_STRING_1)