OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sync_called
(Results
1 - 7
of
7
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
destruct.pass.cpp
20
int
sync_called
= 0;
variable
32
++
sync_called
;
44
assert(
sync_called
== 0);
51
assert(
sync_called
== 0);
59
assert(
sync_called
== 1);
73
assert(
sync_called
== 1);
construct.pass.cpp
20
int
sync_called
= 0;
variable
32
++
sync_called
;
56
assert(
sync_called
== 0);
59
assert(
sync_called
== 1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp
21
int
sync_called
= 0;
variable
37
++
sync_called
;
48
assert(
sync_called
== 1);
55
assert(
sync_called
== 2);
endl.pass.cpp
21
int
sync_called
= 0;
variable
57
++
sync_called
;
69
assert(
sync_called
== 1);
77
assert(
sync_called
== 2);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp
20
int
sync_called
= 0;
variable
36
if (
sync_called
++ == 1)
49
assert(
sync_called
== 1);
52
assert(
sync_called
== 2);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp
20
int
sync_called
= 0;
variable
48
++
sync_called
;
61
assert(
sync_called
== 0);
69
assert(
sync_called
== 0);
78
assert(
sync_called
== 0);
88
assert(
sync_called
== 0);
97
assert(
sync_called
== 0);
106
assert(
sync_called
== 0);
116
assert(
sync_called
== 0);
125
assert(
sync_called
== 0)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
sync.pass.cpp
17
int
sync_called
= 0;
variable
45
++
sync_called
;
56
assert(
sync_called
= 1);
62
assert(
sync_called
= 2);
Completed in 245 milliseconds