Searched refs:kTestString (Results 1 - 4 of 4) 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/libbrillo/brillo/dbus/
H A Dexported_property_set_unittest.cc54 const std::string kTestString("lies");
206 p_->string_prop_.SetValue(kTestString);
208 p_->stringlist_prop_.SetValue({kTestString});
464 "BadInterfaceName", kStringPropName, brillo::Any(kTestString));
471 kTestInterface3, "IAmNotAProperty", brillo::Any(kTestString));
478 kTestInterface3, kStringPropName, brillo::Any(kTestString));
509 EXPECT_CALL(property_validator, ValidateProperty(_, kTestString))
512 kTestInterface3, kStringPropName, brillo::Any(kTestString));
523 EXPECT_CALL(property_validator, ValidateProperty(_, kTestString))
526 kTestInterface3, kStringPropName, brillo::Any(kTestString));
[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 235 milliseconds