OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testMap
(Results
1 - 7
of
7
) sorted by null
/external/llvm/unittests/ADT/
StringMapTest.cpp
20
StringMap<uint32_t>
testMap
;
30
EXPECT_EQ(0u,
testMap
.size());
31
EXPECT_TRUE(
testMap
.empty());
34
EXPECT_TRUE(
testMap
.begin() ==
testMap
.end());
37
EXPECT_EQ(0u,
testMap
.count(testKey));
38
EXPECT_EQ(0u,
testMap
.count(StringRef(testKeyFirst, testKeyLength)));
39
EXPECT_EQ(0u,
testMap
.count(testKeyStr));
40
EXPECT_TRUE(
testMap
.find(testKey) ==
testMap
.end())
[
all
...]
/external/stlport/test/eh/
test_hash_map.cpp
85
ThrowEqual, eh_allocator(TestClass) >
TestMap
;
88
container_category(const
TestMap
&)
96
TestMap
testMap
, testMap2;
100
while (
testMap
.size() < hash_mapSize ) {
101
TestMap
::value_type x;
102
testMap
.insert( x );
103
testMap2.insert(
TestMap
::value_type() );
107
WeakCheck(
testMap
, test_hash_resize<
TestMap
>() );
[
all
...]
test_map.cpp
86
typedef EH_STD::__map__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) >
TestMap
;
88
void CheckInvariant( const
TestMap
& m );
90
void CheckInvariant( const
TestMap
& m )
100
TestMap
testMap
, testMap2;
104
while (
testMap
.size() < mapSize )
106
TestMap
::value_type x;
107
testMap
.insert( x );
108
testMap2.insert(
TestMap
::value_type() );
111
StrongCheck(
testMap
, test_insert_value<TestMap>(testMap) )
[
all
...]
/external/clang/test/Analysis/inlining/
false-positive-suppression.cpp
70
void
testMap
(Map &m, int i) {
/external/guava/guava-tests/test/com/google/common/base/
JoinerTest.java
281
public void
testMap
() {
/packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java
[
all
...]
/cts/tools/signature-tools/lib/
stringtemplate.jar
Completed in 549 milliseconds