OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iref1
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
increment.pass.cpp
25
std::ostream_iterator<int>&
iref1
= ++i;
local
26
assert(&
iref1
== &i);
/dalvik/vm/test/
TestIndirectRefTable.cpp
66
IndirectRef iref0,
iref1
, iref2, iref3;
local
91
iref1
= irt.add(cookie, obj1);
93
if (iref0 == NULL ||
iref1
== NULL || iref2 == NULL) {
99
irt.get(
iref1
) != obj1 ||
102
irt.get(iref0), irt.get(
iref1
), irt.get(iref2),
106
DBUG_MSG("+++ obj1=%p -->
iref1
=%p\n", obj1,
iref1
);
110
!irt.remove(cookie,
iref1
) ||
134
iref1
= irt.add(cookie, obj1);
136
if (iref0 == NULL ||
iref1
== NULL || iref2 == NULL)
[
all
...]
/art/runtime/
indirect_reference_table_test.cc
72
IndirectRef
iref1
= irt.Add(cookie, obj1);
local
73
EXPECT_TRUE(
iref1
!= NULL);
80
EXPECT_EQ(obj1, irt.Get(
iref1
));
85
EXPECT_TRUE(irt.Remove(cookie,
iref1
));
99
iref1
= irt.Add(cookie, obj1);
100
EXPECT_TRUE(
iref1
!= NULL);
107
ASSERT_TRUE(irt.Remove(cookie,
iref1
));
119
iref1
= irt.Add(cookie, obj1);
120
EXPECT_TRUE(
iref1
!= NULL);
127
ASSERT_TRUE(irt.Remove(cookie,
iref1
));
[
all
...]
Completed in 165 milliseconds