Searched refs:TEST_STRING_1 (Results 1 – 15 of 15) sorted by relevance
/external/dtc/tests/ |
D | extra-terminating-null.c | 36 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()
|
D | setprop_inplace.c | 56 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()
|
D | getprop.c | 39 check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1); in main()
|
D | find_property.c | 38 check_property(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1); in main()
|
D | nop_property.c | 56 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main() 57 TEST_STRING_1); in main()
|
D | del_property.c | 61 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main() 62 TEST_STRING_1); in main()
|
D | setprop.c | 65 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main() 66 TEST_STRING_1); in main()
|
D | testdata.h | 20 #define TEST_STRING_1 "hello world" macro
|
D | appendprop1.c | 63 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
|
D | rw_tree1.c | 67 CHECK(fdt_setprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
|
D | node_offset_by_prop_value.c | 101 check_search_str(fdt, "prop-str", TEST_STRING_1, 0, -FDT_ERR_NOTFOUND); in main()
|
D | sw_tree1.c | 130 CHECK(fdt_property_string(fdt, "prop-str", TEST_STRING_1)); in main()
|
D | trees.S | 94 PROP_STR(test_tree1, prop_str, TEST_STRING_1)
|
/external/python/cpython2/Lib/test/ |
D | test_pty.py | 17 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/ |
D | test_pty.py | 16 TEST_STRING_1 = b"I wish to buy a fish license.\n" variable 113 os.write(slave_fd, TEST_STRING_1)
|