/external/dtc/tests/ |
find_property.c | 37 check_property_cell(fdt, 0, "prop-int", TEST_VALUE_1);
|
getprop.c | 38 check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
|
setprop_inplace.c | 46 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); 49 err = fdt_setprop_inplace_cell(fdt, 0, "prop-int", ~TEST_VALUE_1); 52 ~TEST_VALUE_1, fdt_strerror(err)); 53 intp = check_getprop_cell(fdt, 0, "prop-int", ~TEST_VALUE_1);
|
testdata.h | 12 #define TEST_VALUE_1 0xdeadbeef
|
sized_cells.c | 56 TEST_VALUE_1 >> 24}; 68 expected_16[5] = cpu_to_fdt16(TEST_VALUE_1 >> 16); 69 expected_32[5] = cpu_to_fdt32(TEST_VALUE_1);
|
rw_tree1.c | 65 CHECK(fdt_setprop_u32(fdt, 0, "prop-int", TEST_VALUE_1)); 72 CHECK(fdt_setprop_cell(fdt, s1, "prop-int", TEST_VALUE_1)); 76 CHECK(fdt_setprop_cell(fdt, offset, "prop-int", TEST_VALUE_1));
|
add_subnode_with_nops.c | 62 CHECK(fdt_property_cell(fdt, "prop1", TEST_VALUE_1)); 72 check_getprop_cell(fdt, 0, "prop1", TEST_VALUE_1);
|
nop_property.c | 43 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
|
node_offset_by_prop_value.c | 95 check_search_cell(fdt, "prop-int", TEST_VALUE_1, 0, subnode1_offset, 105 check_search_cell(fdt, "prop-int", TEST_VALUE_1+1, -FDT_ERR_NOTFOUND);
|
subnode_offset.c | 73 check_property_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1); 80 check_property_cell(fdt, subsubnode1_offset, "prop-int", TEST_VALUE_1);
|
sw_tree1.c | 125 CHECK(fdt_property_u32(fdt, "prop-int", TEST_VALUE_1)); 134 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_1)); 138 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_1));
|
appendprop1.c | 61 CHECK(fdt_appendprop_cell(fdt, 0, "prop-int", TEST_VALUE_1));
|
del_property.c | 47 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
|
setprop.c | 54 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
|
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)
|
nop_node.c | 45 check_getprop_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1);
|
del_node.c | 50 check_getprop_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1);
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
ContinuingHttpServletRequestTest.java | 31 private static final String TEST_VALUE_1 = "testValue1"; 48 new Cookie("testName1", TEST_VALUE_1), 74 assertEquals(TEST_VALUE_1, continuingRequest.getCookies()[0].getValue());
|
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/ |
DeviceReportTest.java | 54 private static final double TEST_VALUE_1 = 3; 78 log.addValue(TEST_MESSAGE_1, TEST_VALUE_1, TEST_TYPE_1, TEST_UNIT_1); 105 log1.addValue(TEST_MESSAGE_1, TEST_VALUE_1, TEST_TYPE_1, TEST_UNIT_1); 106 log1.setSummary(TEST_MESSAGE_1, TEST_VALUE_1, TEST_TYPE_1, TEST_UNIT_1); 138 jsonObject.getJSONObject(STREAM_NAME_1).getDouble(TEST_MESSAGE_1) == TEST_VALUE_1);
|
/frameworks/support/media-compat/tests/src/android/support/v4/media/ |
MediaBrowserServiceCompatTest.java | 58 private static final String TEST_VALUE_1 = "value_1"; 236 extras.putString(TEST_KEY_1, TEST_VALUE_1); 247 assertEquals(TEST_VALUE_1, 257 assertEquals(TEST_VALUE_1, callback.mExtras.getString(TEST_KEY_1)); 268 assertEquals(TEST_VALUE_1, callback.mExtras.getString(TEST_KEY_1)); 279 assertEquals(TEST_VALUE_1, callback.mExtras.getString(TEST_KEY_1)); 291 extras.putString(TEST_KEY_1, TEST_VALUE_1); 302 assertEquals(TEST_VALUE_1, 312 assertEquals(TEST_VALUE_1, callback.mExtras.getString(TEST_KEY_1)); 323 assertEquals(TEST_VALUE_1, callback.mExtras.getString(TEST_KEY_1)) [all...] |