OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expected_str
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/
cpp_variant_unittest.cc
28
// the
expected_str
.
29
void CheckString(const std::string&
expected_str
, const NPVariant& actual) {
33
EXPECT_EQ(
expected_str
, actual_str);
40
std::string
expected_str
;
local
41
MakeStdString(expected, &
expected_str
);
42
CheckString(
expected_str
, actual);
/external/dbus/dbus/
dbus-sha.c
524
DBusString
expected_str
;
local
528
_dbus_string_init_const (&
expected_str
, expected);
536
if (!_dbus_string_equal (&
expected_str
, &results))
dbus-md5.c
510
DBusString
expected_str
;
local
514
_dbus_string_init_const (&
expected_str
, expected);
522
if (!_dbus_string_equal (&
expected_str
, &results))
Completed in 214 milliseconds