Searched refs:TEST_STRING_2 (Results 1 – 4 of 4) sorted by relevance
27 strlen(TEST_STRING_2)+1, TEST_STRING_2); in main()
46 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_2)); in main()
33 #define TEST_STRING_2 "nastystring: \a\b\t\n\v\f\r\\\"" macro
43 TEST_STRING_2 = 'hi world' variable447 self.fdt.setprop_str(node, prop, TEST_STRING_2)448 self.assertEquals(TEST_STRING_2, self.fdt.getprop(node, prop).as_str())