Searched defs:kTestString (Results 1 - 3 of 3) sorted by relevance

/external/dbus-binding-generator/chromeos-dbus-bindings/
H A Dindented_text_unittest.cc49 const char kTestString[] = "test"; local
51 text_.AddLineWithOffset(kTestString, kShift);
52 EXPECT_EQ(string(kShift, ' ') + kTestString + "\n", text_.GetContents());
62 const char kTestString[] = "test"; local
63 block0.AddLineWithOffset(kTestString, 10);
64 block0.AddLineWithOffset(kTestString, 20);
66 block1.AddLineWithOffset(kTestString, 5);
67 block1.AddLineWithOffset(kTestString, 15);
74 const char kTestString[] = "test"; local
77 block.AddLineWithOffset(kTestString, kOffset
88 const char kTestString[] = "test"; local
[all...]
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy_unittest.cc59 static const char kTestString[kTestTransferSize] = {'T', 'E', 'S', 'T'}; local
63 HANDLE_EINTR(write(write_end.get(), kTestString, kTestTransferSize));
68 BPF_ASSERT_EQ(0, memcmp(kTestString, read_buf, kTestTransferSize));
/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp28 static const char *kTestString = "Testing "; variable
113 case NArchive::NExtract::NAskMode::kTest: s = kTestString; break;

Completed in 8191 milliseconds