/external/dtc/tests/ |
D | setprop_inplace.c | 46 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main() 49 err = fdt_setprop_inplace_cell(fdt, 0, "prop-int", ~TEST_VALUE_1); in main() 52 ~TEST_VALUE_1, fdt_strerror(err)); in main() 53 intp = check_getprop_cell(fdt, 0, "prop-int", ~TEST_VALUE_1); in main()
|
D | sized_cells.c | 56 TEST_VALUE_1 >> 24}; in main() 68 expected_16[5] = cpu_to_fdt16(TEST_VALUE_1 >> 16); in main() 69 expected_32[5] = cpu_to_fdt32(TEST_VALUE_1); in main()
|
D | rw_tree1.c | 65 CHECK(fdt_setprop_u32(fdt, 0, "prop-int", TEST_VALUE_1)); in main() 72 CHECK(fdt_setprop_cell(fdt, s1, "prop-int", TEST_VALUE_1)); in main() 76 CHECK(fdt_setprop_cell(fdt, offset, "prop-int", TEST_VALUE_1)); in main()
|
D | trees.S | 92 PROP_INT(test_tree1, prop_int, TEST_VALUE_1) 101 PROP_INT(test_tree1, prop_int, TEST_VALUE_1) 105 PROP_INT(test_tree1, prop_int, TEST_VALUE_1) 203 PROP_INT(bad_prop_char, prop, TEST_VALUE_1)
|
D | sw_tree1.c | 125 CHECK(fdt_property_u32(fdt, "prop-int", TEST_VALUE_1)); in main() 134 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_1)); in main() 138 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_1)); in main()
|
D | add_subnode_with_nops.c | 62 CHECK(fdt_property_cell(fdt, "prop1", TEST_VALUE_1)); in main() 72 check_getprop_cell(fdt, 0, "prop1", TEST_VALUE_1); in main()
|
D | node_offset_by_prop_value.c | 95 check_search_cell(fdt, "prop-int", TEST_VALUE_1, 0, subnode1_offset, in main() 105 check_search_cell(fdt, "prop-int", TEST_VALUE_1+1, -FDT_ERR_NOTFOUND); in main()
|
D | subnode_offset.c | 73 check_property_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1); in main() 80 check_property_cell(fdt, subsubnode1_offset, "prop-int", TEST_VALUE_1); in main()
|
D | getprop.c | 38 check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
|
D | find_property.c | 37 check_property_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
|
D | testdata.h | 12 #define TEST_VALUE_1 0xdeadbeef macro
|
D | nop_property.c | 43 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
|
D | appendprop1.c | 61 CHECK(fdt_appendprop_cell(fdt, 0, "prop-int", TEST_VALUE_1)); in main()
|
D | del_property.c | 47 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
|
D | setprop.c | 54 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
|
D | nop_node.c | 45 check_getprop_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1); in main()
|
D | del_node.c | 50 check_getprop_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1); in main()
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ContinuingHttpServletRequestTest.java | 31 private static final String TEST_VALUE_1 = "testValue1"; field in ContinuingHttpServletRequestTest 48 new Cookie("testName1", TEST_VALUE_1), in testReturnDelegateCookies() 74 assertEquals(TEST_VALUE_1, continuingRequest.getCookies()[0].getValue()); in testReturnDelegateCookies()
|