OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out
(Results
1 - 25
of
5424
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGen/
2007-05-11-str-const.c
3
static unsigned char
out
[]={0,1};
variable
mips-constraints-mem.c
17
int
out
= 0;
local
22
: "=r"(
out
)
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp
22
std::ostrstream
out
;
local
23
out
.freeze();
24
assert(!
out
.fail());
25
out
<< 'a';
26
assert(
out
.fail());
27
out
.clear();
28
out
.freeze(false);
29
out
<< 'a';
30
out
<< char(0);
31
assert(
out
.str() == std::string("a"))
[
all
...]
pcount.pass.cpp
22
std::ostrstream
out
;
local
23
assert(
out
.pcount() == 0);
24
out
<< 123 << ' ' << 4.5 << ' ' << "dog";
25
assert(
out
.pcount() == 11);
str.pass.cpp
22
std::ostrstream
out
;
local
23
out
<< 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24
assert(
out
.str() == std::string("123 4.5 dog"));
25
out
.freeze(false);
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp
22
std::strstream
out
;
local
23
out
.freeze();
24
assert(!
out
.fail());
25
out
<< 'a';
26
assert(
out
.fail());
27
out
.clear();
28
out
.freeze(false);
29
out
<< 'a';
30
out
<< char(0);
31
assert(
out
.str() == std::string("a"))
[
all
...]
pcount.pass.cpp
22
std::strstream
out
;
local
23
assert(
out
.pcount() == 0);
24
out
<< 123 << ' ' << 4.5 << ' ' << "dog";
25
assert(
out
.pcount() == 11);
str.pass.cpp
22
std::strstream
out
;
local
23
out
<< 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24
assert(
out
.str() == std::string("123 4.5 dog"));
25
out
.freeze(false);
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
stream_inserter.pass.cpp
24
std::ostringstream
out
;
local
25
out
<< std::error_code(std::io_errc::stream);
26
assert(
out
.str() == "iostream:1");
/external/valgrind/none/tests/mips64/
test_fcsr.c
6
long
out
[] = {0, 0};
local
22
: "r" (
out
)
25
printf("FCSR::1: 0x%lx, 2: 0x%lx\n",
out
[0],
out
[1]);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp
22
std::ostrstream
out
;
local
23
out
.freeze();
24
assert(!
out
.fail());
25
out
<< 'a';
26
assert(
out
.fail());
27
out
.clear();
28
out
.freeze(false);
29
out
<< 'a';
30
out
<< char(0);
31
assert(
out
.str() == std::string("a"))
[
all
...]
pcount.pass.cpp
22
std::ostrstream
out
;
local
23
assert(
out
.pcount() == 0);
24
out
<< 123 << ' ' << 4.5 << ' ' << "dog";
25
assert(
out
.pcount() == 11);
str.pass.cpp
22
std::ostrstream
out
;
local
23
out
<< 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24
assert(
out
.str() == std::string("123 4.5 dog"));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp
22
std::strstream
out
;
local
23
out
.freeze();
24
assert(!
out
.fail());
25
out
<< 'a';
26
assert(
out
.fail());
27
out
.clear();
28
out
.freeze(false);
29
out
<< 'a';
30
out
<< char(0);
31
assert(
out
.str() == std::string("a"))
[
all
...]
pcount.pass.cpp
22
std::strstream
out
;
local
23
assert(
out
.pcount() == 0);
24
out
<< 123 << ' ' << 4.5 << ' ' << "dog";
25
assert(
out
.pcount() == 11);
str.pass.cpp
22
std::strstream
out
;
local
23
out
<< 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24
assert(
out
.str() == std::string("123 4.5 dog"));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
stream_inserter.pass.cpp
24
std::ostringstream
out
;
local
25
out
<< std::error_code(std::io_errc::stream);
26
assert(
out
.str() == "iostream:1");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp
22
std::ostrstream
out
;
local
23
out
.freeze();
24
assert(!
out
.fail());
25
out
<< 'a';
26
assert(
out
.fail());
27
out
.clear();
28
out
.freeze(false);
29
out
<< 'a';
30
out
<< char(0);
31
assert(
out
.str() == std::string("a"))
[
all
...]
pcount.pass.cpp
22
std::ostrstream
out
;
local
23
assert(
out
.pcount() == 0);
24
out
<< 123 << ' ' << 4.5 << ' ' << "dog";
25
assert(
out
.pcount() == 11);
str.pass.cpp
22
std::ostrstream
out
;
local
23
out
<< 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24
assert(
out
.str() == std::string("123 4.5 dog"));
25
out
.freeze(false);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp
22
std::strstream
out
;
local
23
out
.freeze();
24
assert(!
out
.fail());
25
out
<< 'a';
26
assert(
out
.fail());
27
out
.clear();
28
out
.freeze(false);
29
out
<< 'a';
30
out
<< char(0);
31
assert(
out
.str() == std::string("a"))
[
all
...]
pcount.pass.cpp
22
std::strstream
out
;
local
23
assert(
out
.pcount() == 0);
24
out
<< 123 << ' ' << 4.5 << ' ' << "dog";
25
assert(
out
.pcount() == 11);
str.pass.cpp
22
std::strstream
out
;
local
23
out
<< 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24
assert(
out
.str() == std::string("123 4.5 dog"));
25
out
.freeze(false);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
stream_inserter.pass.cpp
24
std::ostringstream
out
;
local
25
out
<< std::error_code(std::io_errc::stream);
26
assert(
out
.str() == "iostream:1");
/build/kati/
find_test.cc
41
string
out
;
local
42
if (!FindEmulator::Get()->HandleFind(cmd, fc, Loc(), &
out
)) {
47
for (StringPiece tok : WordScanner(
out
)) {
Completed in 226 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>