/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
iostream | 64 extern ostream clog; /// Linked to standard error (buffered) 74 // For construction of filebuffers for cout, cin, cerr, clog et. al.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
iostream | 64 extern ostream clog; /// Linked to standard error (buffered) 74 // For construction of filebuffers for cout, cin, cerr, clog et. al.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
iostream | 61 extern ostream clog; ///< Linked to standard error (buffered) 71 // For construction of filebuffers for cout, cin, cerr, clog et. al.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
iostream | 61 extern ostream clog; ///< Linked to standard error (buffered) 71 // For construction of filebuffers for cout, cin, cerr, clog et. al.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
iostream | 61 extern ostream clog; ///< Linked to standard error (buffered) 71 // For construction of filebuffers for cout, cin, cerr, clog et. al.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ |
iostream | 61 extern ostream clog; ///< Linked to standard error (buffered) 71 // For construction of filebuffers for cout, cin, cerr, clog et. al.
|
/external/stlport/src/ |
iostream.cpp | 40 # define clog _STLP_clog macro 73 _STLP_DECLSPEC ostream clog(0); 103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog; 108 _Stl_aligned_buffer<ostream> clog; 113 # pragma alias("?clog@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?clog@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A") 227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release(); 253 ostream* ptr_clog = &clog; 343 delete (&clog)->rdbuf(clog_buf.release());
|
/ndk/sources/cxx-stl/stlport/src/ |
iostream.cpp | 40 # define clog _STLP_clog macro 73 _STLP_DECLSPEC ostream clog(0); 103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog; 108 _Stl_aligned_buffer<ostream> clog; 113 # pragma alias("?clog@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?clog@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A") 227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release(); 253 ostream* ptr_clog = &clog; 343 delete (&clog)->rdbuf(clog_buf.release());
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/ |
CtsRootDeviceSetup.java | 23 import com.android.tradefed.log.LogUtil.CLog; 55 CLog.i("Setting up %s to run CTS tests", device.getSerialNumber());
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
ResultFilter.java | 20 import com.android.tradefed.log.LogUtil.CLog; 82 CLog.d("Skipping reporting unknown test %s", test);
|
/external/stlport/test/unit/ |
iostream_test.cpp | 86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 );
|
/ndk/tests/device/test-gnustl-full/unit/ |
iostream_test.cpp | 86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 );
|
/ndk/tests/device/test-stlport/unit/ |
iostream_test.cpp | 86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 );
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
PlanCreator.java | 31 import com.android.tradefed.log.LogUtil.CLog; 99 CLog.e(e); 130 CLog.e("Could not find package %s in repository", pkgUri);
|
CtsXmlResultReporter.java | 28 import com.android.tradefed.log.LogUtil.CLog; 121 CLog.d("Continuing session %d", mContinueSessionId); 160 CLog.e("Invalid CTS build %s", ctsBuild.getRootDir()); 175 CLog.e("Failed to write log for %s", dataName); 276 CLog.w("Unable to create XML report"); 289 CLog.e(e); 295 CLog.i(format, args);
|
TestPackageResult.java | 23 import com.android.tradefed.log.LogUtil.CLog; 107 CLog.e("Unrecognized package name format for test class '%s'", 251 CLog.e("Inconsistent info collected from devices. "
|
/external/astl/include/ |
iostream | 50 // cin and clog are not supported.
|
/external/stlport/stlport/ |
iostream.h | 38 using _STLP_STD::clog;
|
/external/stlport/stlport/stl/config/ |
_dm.h | 44 DYNAMIC: Export issues with cin, cout, cerr, clog in src/iostream.cpp.
|
/ndk/sources/cxx-stl/stlport/stlport/ |
iostream.h | 38 using _STLP_STD::clog;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 44 DYNAMIC: Export issues with cin, cout, cerr, clog in src/iostream.cpp.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
iostream.h | 38 using _STLP_STD::clog;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 44 DYNAMIC: Export issues with cin, cout, cerr, clog in src/iostream.cpp.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
iostream.h | 38 using _STLP_STD::clog;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 44 DYNAMIC: Export issues with cin, cout, cerr, clog in src/iostream.cpp.
|