OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_VALUE_2
(Results
1 - 14
of
14
) sorted by null
/external/dtc/tests/
setprop.c
76
err = fdt_setprop_u32(fdt, 0, "prop-u32",
TEST_VALUE_2
);
79
TEST_VALUE_2
, fdt_strerror(err));
80
check_getprop_cell(fdt, 0, "prop-u32",
TEST_VALUE_2
);
82
err = fdt_setprop_cell(fdt, 0, "prop-cell",
TEST_VALUE_2
);
85
TEST_VALUE_2
, fdt_strerror(err));
86
check_getprop_cell(fdt, 0, "prop-cell",
TEST_VALUE_2
);
add_subnode_with_nops.c
63
CHECK(fdt_property_cell(fdt, "prop2",
TEST_VALUE_2
));
73
check_getprop_cell(fdt, 0, "prop2",
TEST_VALUE_2
);
77
check_getprop_cell(fdt, 0, "prop2",
TEST_VALUE_2
);
81
check_getprop_cell(fdt, 0, "prop2",
TEST_VALUE_2
);
nop_node.c
51
check_getprop_cell(fdt, subnode2_offset, "prop-int",
TEST_VALUE_2
);
57
check_getprop_cell(fdt, subsubnode2_offset, "prop-int",
TEST_VALUE_2
);
73
check_getprop_cell(fdt, subnode2_offset, "prop-int",
TEST_VALUE_2
);
79
check_getprop_cell(fdt, subsubnode2_offset, "prop-int",
TEST_VALUE_2
);
testdata.h
13
#define
TEST_VALUE_2
123456789
subnode_offset.c
74
check_property_cell(fdt, subnode2_offset, "prop-int",
TEST_VALUE_2
);
81
check_property_cell(fdt, subsubnode2_offset, "prop-int",
TEST_VALUE_2
);
82
check_property_cell(fdt, subsubnode2_offset2, "prop-int",
TEST_VALUE_2
);
del_node.c
56
check_getprop_cell(fdt, subnode2_offset, "prop-int",
TEST_VALUE_2
);
62
check_getprop_cell(fdt, subsubnode2_offset, "prop-int",
TEST_VALUE_2
);
78
check_getprop_cell(fdt, subnode2_offset, "prop-int",
TEST_VALUE_2
);
84
check_getprop_cell(fdt, subsubnode2_offset, "prop-int",
TEST_VALUE_2
);
appendprop2.c
55
CHECK(fdt_appendprop_cell(fdt, 0, "prop-int",
TEST_VALUE_2
));
rw_tree1.c
82
CHECK(fdt_setprop_cell(fdt, s2, "prop-int",
TEST_VALUE_2
));
87
CHECK(fdt_setprop_cell(fdt, offset, "prop-int",
TEST_VALUE_2
));
sw_tree1.c
147
CHECK(fdt_property_cell(fdt, "prop-int",
TEST_VALUE_2
));
155
CHECK(fdt_property_cell(fdt, "prop-int",
TEST_VALUE_2
));
node_offset_by_prop_value.c
98
check_search_cell(fdt, "prop-int",
TEST_VALUE_2
, subnode2_offset,
trees.S
116
PROP_INT(test_tree1, prop_int,
TEST_VALUE_2
)
124
PROP_INT(test_tree1, prop_int,
TEST_VALUE_2
)
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DeviceReportTest.java
58
private static final double
TEST_VALUE_2
= 5;
79
log.setSummary(TEST_MESSAGE_2,
TEST_VALUE_2
, TEST_TYPE_2, TEST_UNIT_2);
110
log2.addValue(TEST_MESSAGE_2,
TEST_VALUE_2
, TEST_TYPE_2, TEST_UNIT_2);
111
log2.setSummary(TEST_MESSAGE_2,
TEST_VALUE_2
, TEST_TYPE_2, TEST_UNIT_2);
140
jsonObject.getJSONObject(STREAM_NAME_2).getDouble(TEST_MESSAGE_2) ==
TEST_VALUE_2
);
/external/guice/extensions/servlet/test/com/google/inject/servlet/
ContinuingHttpServletRequestTest.java
32
private static final String
TEST_VALUE_2
= "testValue2";
75
assertEquals(
TEST_VALUE_2
, continuingRequest.getCookies()[1].getValue());
/frameworks/support/media-compat/tests/src/android/support/v4/media/
MediaBrowserServiceCompatTest.java
60
private static final String
TEST_VALUE_2
= "value_2";
252
bundle1.putString(TEST_KEY_2,
TEST_VALUE_2
);
259
assertEquals(
TEST_VALUE_2
, callback.mData.getString(TEST_KEY_2));
307
bundle1.putString(TEST_KEY_2,
TEST_VALUE_2
);
314
assertEquals(
TEST_VALUE_2
, callback.mData.getString(TEST_KEY_2));
Completed in 296 milliseconds