OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestName
(Results
1 - 4
of
4
) sorted by null
/system/core/libnativebridge/tests/
ValidNameNativeBridge_test.cpp
21
static const char*
kTestName
= "librandom-bridge_not.existing.so";
25
EXPECT_EQ(true, NativeBridgeNameAcceptable(
kTestName
));
29
LoadNativeBridge(
kTestName
, nullptr);
InvalidCharsNativeBridge_test.cpp
21
static const char*
kTestName
= "../librandom$@-bridge_not.existing.so";
26
LoadNativeBridge(
kTestName
, nullptr);
/external/webrtc/webrtc/test/testsupport/
fileutils_unittest.cc
28
static const std::string
kTestName
= "fileutils_unittest";
123
std::string resource = webrtc::test::ResourcePath(
kTestName
, kExtension);
124
ASSERT_GT(resource.find(
kTestName
), 0u);
130
std::string resource = webrtc::test::ResourcePath(
kTestName
, kExtension);
132
ASSERT_GT(resource.find(
kTestName
), 0u);
/system/connectivity/shill/wimax/
wimax_service_unittest.cc
59
const char
kTestName
[] = "Test WiMAX Network";
75
service_->set_friendly_name(
kTestName
);
160
EXPECT_EQ(
kTestName
, service_->friendly_name());
230
WiMaxService::CreateStorageIdentifier(kTestNetworkId,
kTestName
));
Completed in 9030 milliseconds