OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endIt
(Results
1 - 22
of
22
) sorted by null
/external/libcxx/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
copy.pass.cpp
39
const directory_iterator
endIt
;
40
directory_iterator it(
endIt
);
41
TEST_CHECK(it ==
endIt
);
47
const directory_iterator
endIt
{};
50
TEST_REQUIRE(it !=
endIt
);
move.pass.cpp
39
const directory_iterator
endIt
;
43
TEST_CHECK(it ==
endIt
);
44
TEST_CHECK(endIt2 ==
endIt
);
50
const directory_iterator
endIt
{};
53
TEST_REQUIRE(it !=
endIt
);
59
TEST_CHECK(it == it2 || it ==
endIt
);
ctor.pass.cpp
65
const directory_iterator
endIt
;
73
TEST_CHECK(it ==
endIt
);
78
TEST_CHECK(it ==
endIt
);
157
const directory_iterator
endIt
;
162
TEST_CHECK(it ==
endIt
);
166
TEST_CHECK(it ==
endIt
);
175
const directory_iterator
endIt
{};
181
TEST_CHECK(it !=
endIt
);
186
TEST_CHECK(it !=
endIt
);
194
const directory_iterator
endIt
{};
[
all
...]
/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
recursion_pending.pass.cpp
102
const recursive_directory_iterator
endIt
;
132
const recursive_directory_iterator
endIt
;
138
TEST_REQUIRE(it !=
endIt
);
143
TEST_REQUIRE(it !=
endIt
);
151
if (it ==
endIt
) {
copy.pass.cpp
40
const recursive_directory_iterator
endIt
;
41
recursive_directory_iterator it(
endIt
);
42
TEST_CHECK(it ==
endIt
);
48
const recursive_directory_iterator
endIt
{};
57
TEST_REQUIRE(it !=
endIt
);
60
TEST_REQUIRE(it !=
endIt
);
76
TEST_CHECK(it !=
endIt
);
move.pass.cpp
39
const recursive_directory_iterator
endIt
;
43
TEST_CHECK(it ==
endIt
);
44
TEST_CHECK(endIt2 ==
endIt
);
50
const recursive_directory_iterator
endIt
{};
59
TEST_REQUIRE(it !=
endIt
);
62
TEST_REQUIRE(it !=
endIt
);
74
TEST_REQUIRE(it2 !=
endIt
);
ctor.pass.cpp
66
const RDI
endIt
;
74
TEST_CHECK(it ==
endIt
);
79
TEST_CHECK(it ==
endIt
);
159
const RDI
endIt
;
164
TEST_CHECK(it ==
endIt
);
168
TEST_CHECK(it ==
endIt
);
177
const RDI
endIt
{};
183
TEST_CHECK(it !=
endIt
);
188
TEST_CHECK(it !=
endIt
);
196
const RDI
endIt
{};
[
all
...]
copy_assign.pass.cpp
40
const recursive_directory_iterator
endIt
;
43
TEST_ASSERT(it !=
endIt
);
46
TEST_ASSERT(it !=
endIt
);
63
const recursive_directory_iterator
endIt
;
66
TEST_ASSERT(it !=
endIt
);
69
TEST_ASSERT(it !=
endIt
);
82
const recursive_directory_iterator
endIt
;
109
const recursive_directory_iterator
endIt
;
move_assign.pass.cpp
46
const recursive_directory_iterator
endIt
;
49
TEST_ASSERT(it !=
endIt
);
52
TEST_ASSERT(it !=
endIt
);
68
const recursive_directory_iterator
endIt
;
71
TEST_ASSERT(it !=
endIt
);
74
TEST_ASSERT(it !=
endIt
);
90
const recursive_directory_iterator
endIt
;
98
TEST_REQUIRE(to !=
endIt
);
103
TEST_CHECK(from ==
endIt
|| from == to);
119
const recursive_directory_iterator
endIt
;
[
all
...]
increment.pass.cpp
50
const recursive_directory_iterator
endIt
{};
58
TEST_REQUIRE(it !=
endIt
);
65
TEST_CHECK(it ==
endIt
);
73
const recursive_directory_iterator
endIt
{};
81
TEST_REQUIRE(it !=
endIt
);
87
TEST_CHECK(it ==
endIt
);
96
const recursive_directory_iterator
endIt
{};
104
TEST_REQUIRE(it !=
endIt
);
112
TEST_CHECK(it ==
endIt
);
121
const recursive_directory_iterator
endIt
{};
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
copy.pass.cpp
39
const directory_iterator
endIt
;
40
directory_iterator it(
endIt
);
41
TEST_CHECK(it ==
endIt
);
47
const directory_iterator
endIt
{};
50
TEST_REQUIRE(it !=
endIt
);
move.pass.cpp
39
const directory_iterator
endIt
;
43
TEST_CHECK(it ==
endIt
);
44
TEST_CHECK(endIt2 ==
endIt
);
50
const directory_iterator
endIt
{};
53
TEST_REQUIRE(it !=
endIt
);
59
TEST_CHECK(it == it2 || it ==
endIt
);
ctor.pass.cpp
58
const directory_iterator
endIt
;
66
TEST_CHECK(it ==
endIt
);
71
TEST_CHECK(it ==
endIt
);
150
const directory_iterator
endIt
;
155
TEST_CHECK(it ==
endIt
);
159
TEST_CHECK(it ==
endIt
);
168
const directory_iterator
endIt
{};
174
TEST_CHECK(it !=
endIt
);
179
TEST_CHECK(it !=
endIt
);
187
const directory_iterator
endIt
{};
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
recursion_pending.pass.cpp
102
const recursive_directory_iterator
endIt
;
132
const recursive_directory_iterator
endIt
;
138
TEST_REQUIRE(it !=
endIt
);
143
TEST_REQUIRE(it !=
endIt
);
151
if (it ==
endIt
) {
copy.pass.cpp
40
const recursive_directory_iterator
endIt
;
41
recursive_directory_iterator it(
endIt
);
42
TEST_CHECK(it ==
endIt
);
48
const recursive_directory_iterator
endIt
{};
57
TEST_REQUIRE(it !=
endIt
);
60
TEST_REQUIRE(it !=
endIt
);
76
TEST_CHECK(it !=
endIt
);
move.pass.cpp
39
const recursive_directory_iterator
endIt
;
43
TEST_CHECK(it ==
endIt
);
44
TEST_CHECK(endIt2 ==
endIt
);
50
const recursive_directory_iterator
endIt
{};
59
TEST_REQUIRE(it !=
endIt
);
62
TEST_REQUIRE(it !=
endIt
);
74
TEST_REQUIRE(it2 !=
endIt
);
ctor.pass.cpp
62
const RDI
endIt
;
70
TEST_CHECK(it ==
endIt
);
75
TEST_CHECK(it ==
endIt
);
155
const RDI
endIt
;
160
TEST_CHECK(it ==
endIt
);
164
TEST_CHECK(it ==
endIt
);
173
const RDI
endIt
{};
179
TEST_CHECK(it !=
endIt
);
184
TEST_CHECK(it !=
endIt
);
192
const RDI
endIt
{};
[
all
...]
copy_assign.pass.cpp
40
const recursive_directory_iterator
endIt
;
43
TEST_ASSERT(it !=
endIt
);
46
TEST_ASSERT(it !=
endIt
);
63
const recursive_directory_iterator
endIt
;
66
TEST_ASSERT(it !=
endIt
);
69
TEST_ASSERT(it !=
endIt
);
82
const recursive_directory_iterator
endIt
;
109
const recursive_directory_iterator
endIt
;
increment.pass.cpp
51
const recursive_directory_iterator
endIt
{};
59
TEST_REQUIRE(it !=
endIt
);
66
TEST_CHECK(it ==
endIt
);
74
const recursive_directory_iterator
endIt
{};
82
TEST_REQUIRE(it !=
endIt
);
88
TEST_CHECK(it ==
endIt
);
97
const recursive_directory_iterator
endIt
{};
105
TEST_REQUIRE(it !=
endIt
);
113
TEST_CHECK(it ==
endIt
);
122
const recursive_directory_iterator
endIt
{};
[
all
...]
move_assign.pass.cpp
46
const recursive_directory_iterator
endIt
;
49
TEST_ASSERT(it !=
endIt
);
52
TEST_ASSERT(it !=
endIt
);
68
const recursive_directory_iterator
endIt
;
71
TEST_ASSERT(it !=
endIt
);
74
TEST_ASSERT(it !=
endIt
);
90
const recursive_directory_iterator
endIt
;
98
TEST_REQUIRE(to !=
endIt
);
103
TEST_CHECK(from ==
endIt
|| from == to);
119
const recursive_directory_iterator
endIt
;
[
all
...]
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehiclePropertyStore.cpp
167
auto
endIt
= mPropertyValues.lower_bound( RecordId { propId + 1, INT32_MIN, 0 });
169
return PropertyMapRange { beginIt,
endIt
};
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp
[
all
...]
Completed in 1278 milliseconds