OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endl
(Results
226 - 250
of
296
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/stlport/test/eh/
nc_alloc.cpp
307
reported, and the output ends with an
endl
.
315
EH_STD::cerr<<EH_STD::
endl
;
member in class:EH_STD
322
EH_STD::cerr<<(count+1)<<" try successful"<<EH_STD::
endl
;
member in class:EH_STD
test_algo.cpp
253
EH_STD::cerr<<"EH test : testing algo.h"<<EH_STD::
endl
;
member in class:EH_STD
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
etip.h
333
using std::
endl
;
355
cerr << e->message <<
endl
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
etip.h
333
using std::
endl
;
355
cerr << e->message <<
endl
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
etip.h
333
using std::
endl
;
355
cerr << e->message <<
endl
;
/external/oprofile/libpp/
profile.cpp
142
cverb << (vdebug) << "start_offset is now " << start_offset <<
endl
;
local
format_output.cpp
507
out << string(79, '-') <<
endl
;
544
out << string(79, '-') <<
endl
;
856
" -->" <<
endl
;
963
" -->" <<
endl
;
1014
" -->" <<
endl
;
/external/oprofile/libutil++/
child_reader.cpp
101
<< strerror(errno) <<
endl
;
185
// !ok ==>
endl
has been read so do not copy it.
/external/protobuf/src/google/protobuf/
lite_unittest.cc
110
cout << "PASS" <<
endl
;
local
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
413
const char*
endl
= strstr(s, "\n");
local
414
if (!
endl
) break;
415
String8 line(s,
endl
- s);
436
s = ++
endl
;
/frameworks/compile/slang/
slang_rs.cpp
221
RSH << "#define RS_VERSION " << mTargetAPI << std::
endl
;
member in class:slang::std
222
RSH << "#include \"rs_core." RS_HEADER_SUFFIX "\"" << std::
endl
;
member in class:slang::std
/external/oprofile/pp/
opreport.cpp
207
cout << classes.cpuinfo <<
endl
;
209
cout << classes.event <<
endl
;
213
cout << classes.v[i].longname <<
endl
;
/external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h
221
<< "from different generators." << std::
endl
;
319
<< "from different generators." << std::
endl
;
/external/chromium/testing/gtest/src/
gtest-port.cc
466
GetStream() << ::std::
endl
<< marker << " "
472
GetStream() << ::std::
endl
;
/external/gtest/include/gtest/internal/
gtest-param-util.h
221
<< "from different generators." << std::
endl
;
319
<< "from different generators." << std::
endl
;
/external/gtest/src/
gtest-port.cc
466
GetStream() << ::std::
endl
<< marker << " "
472
GetStream() << ::std::
endl
;
/external/llvm/utils/unittest/googletest/
gtest-port.cc
466
GetStream() << ::std::
endl
<< marker << " "
472
GetStream() << ::std::
endl
;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h
221
<< "from different generators." << std::
endl
;
319
<< "from different generators." << std::
endl
;
/external/opencv/cv/src/
_cvkdtree.hpp
291
nodes[i].boundary << std::
endl
;
295
std::cout << "leaf " << i << ", value = " << nodes[i].value << std::
endl
;
/external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h
240
<< "from different generators." << std::
endl
;
337
<< "from different generators." << std::
endl
;
/external/protobuf/gtest/src/
gtest-port.cc
423
GetStream() << ::std::
endl
<< marker << " "
429
GetStream() << ::std::
endl
;
/external/chromium/third_party/libjingle/source/talk/base/
fileutils.cc
238
LOG(LS_INFO) << "Path " << path.pathname() << std::
endl
;
member in class:talk_base::std
/external/openfst/src/test/
fst_test.cc
225
cout << "PASS" <<
endl
;
local
weight_test.cc
255
cout << "PASS" <<
endl
;
local
/frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx
117
endl
;
Completed in 678 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>