HomeSort by: relevance | last modified time | path
    Searched refs:TEST_STRING_2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
string_escapes.c 27 strlen(TEST_STRING_2)+1, TEST_STRING_2);
appendprop2.c 46 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_2));
testdata.h 33 #define TEST_STRING_2 "nastystring: \a\b\t\n\v\f\r\\\""
pylibfdt_tests.py 43 TEST_STRING_2 = 'hi world'
447 self.fdt.setprop_str(node, prop, TEST_STRING_2)
448 self.assertEquals(TEST_STRING_2, self.fdt.getprop(node, prop).as_str())

Completed in 28 milliseconds