OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestName
(Results
1 - 3
of
3
) 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);
Completed in 163 milliseconds