OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_STRING_1
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/gpl2/dtc/dist/tests/
extra-terminating-null.c
25
memcpy(checkbuf,
TEST_STRING_1
, len);
38
check_extranull(fdt, "extranull0",
TEST_STRING_1
, 1);
39
check_extranull(fdt, "extranull1,1",
TEST_STRING_1
, 2);
40
check_extranull(fdt, "extranull1,2",
TEST_STRING_1
, 2);
41
check_extranull(fdt, "extranull2,1",
TEST_STRING_1
, 3);
42
check_extranull(fdt, "extranull2,2",
TEST_STRING_1
, 3);
43
check_extranull(fdt, "extranull2,3",
TEST_STRING_1
, 3);
44
check_extranull(fdt, "extranull2,4",
TEST_STRING_1
, 3);
find_property.c
27
check_property(fdt, 0, "prop-str", strlen(
TEST_STRING_1
)+1,
TEST_STRING_1
);
getprop.c
28
check_getprop(fdt, 0, "prop-str", strlen(
TEST_STRING_1
)+1,
TEST_STRING_1
);
get_prop_offset.c
35
strlen(
TEST_STRING_1
) + 1,
36
TEST_STRING_1
))
nop_property.c
45
strp = check_getprop(fdt, 0, "prop-str", strlen(
TEST_STRING_1
)+1,
46
TEST_STRING_1
);
setprop_inplace.c
45
strp = check_getprop(fdt, 0, "prop-str", strlen(
TEST_STRING_1
)+1,
46
TEST_STRING_1
);
59
strp = check_getprop(fdt, 0, "prop-str", strlen(
TEST_STRING_1
)+1,
60
TEST_STRING_1
);
del_property.c
50
strp = check_getprop(fdt, 0, "prop-str", strlen(
TEST_STRING_1
)+1,
51
TEST_STRING_1
);
setprop.c
54
strp = check_getprop(fdt, 0, "prop-str", strlen(
TEST_STRING_1
)+1,
55
TEST_STRING_1
);
testdata.h
32
#define
TEST_STRING_1
"hello world"
appendprop1.c
52
CHECK(fdt_appendprop_string(fdt, 0, "prop-str",
TEST_STRING_1
));
rw_oom.c
64
CHECK(fdt_setprop_string(fdt, 0, "prop-str",
TEST_STRING_1
));
node_offset_by_prop_value.c
90
check_search_str(fdt, "prop-str",
TEST_STRING_1
, 0, -FDT_ERR_NOTFOUND);
rw_tree1.c
56
CHECK(fdt_setprop_string(fdt, 0, "prop-str",
TEST_STRING_1
));
sw_states.c
57
CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "
TEST_STRING_1
"));
65
CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "
TEST_STRING_1
"));
80
CHECK_OK(fdt_property_string(fdt, "prop-str",
TEST_STRING_1
));
124
CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "
TEST_STRING_1
"));
sw_tree1.c
179
CHECK(fdt_property_string(fdt, "prop-str",
TEST_STRING_1
));
trees.S
89
PROP_STR(test_tree1, prop_str,
TEST_STRING_1
)
pylibfdt_tests.py
42
TEST_STRING_1
= 'hello world'
446
self.assertEquals(
TEST_STRING_1
, self.fdt.getprop(node, prop).as_str())
516
sw.property_string('prop-str',
TEST_STRING_1
)
Completed in 39 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026