OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_out
(Results
1 - 4
of
4
) sorted by null
/bionic/tests/
libgen_test.cpp
23
static void TestBasename(const char* in, const char*
expected_out
) {
27
ASSERT_STREQ(
expected_out
, out) << in;
32
static void TestDirname(const char* in, const char*
expected_out
) {
36
ASSERT_STREQ(
expected_out
, out) << in;
68
static void TestBasename(const char* in, const char*
expected_out
, int expected_rc,
74
ASSERT_STREQ(
expected_out
, buf) << in;
79
static void TestDirname(const char* in, const char*
expected_out
, int expected_rc,
85
ASSERT_STREQ(
expected_out
, buf) << in;
/external/chromium_org/net/spdy/
hpack_encoder_test.cc
141
string
expected_out
, actual_out;
local
142
expected_.TakeString(&
expected_out
);
144
EXPECT_EQ(
expected_out
, actual_out);
331
string
expected_out
, actual_out;
local
332
expected_.TakeString(&
expected_out
);
334
EXPECT_EQ(
expected_out
, actual_out);
350
string
expected_out
, actual_out;
local
351
expected_.TakeString(&
expected_out
);
353
EXPECT_EQ(
expected_out
, actual_out);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py
62
def validate_output(self, teststr,
expected_out
, r, w, e=None):
66
self.assertEqual(
expected_out
, got.strip(), "wrote %r read %r" %
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py
62
def validate_output(self, teststr,
expected_out
, r, w, e=None):
66
self.assertEqual(
expected_out
, got.strip(), "wrote %r read %r" %
Completed in 268 milliseconds