/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
iostream.h | 38 using _STLP_STD::clog;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 44 DYNAMIC: Export issues with cin, cout, cerr, clog in src/iostream.cpp.
|
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
iostream.h | 38 using _STLP_STD::clog;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 44 DYNAMIC: Export issues with cin, cout, cerr, clog in src/iostream.cpp.
|
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestResults.java | 19 import com.android.tradefed.log.LogUtil.CLog; 74 CLog.w("Found package with no app package name");
|
DeviceInfoResult.java | 18 import com.android.tradefed.log.LogUtil.CLog; 115 CLog.d("Could not find device info"); 366 CLog.d("Missing metric %s", combineKey); 378 CLog.e("Inconsistent info collected from devices. "
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
CtsXmlResultReporterTest.java | 21 import com.android.tradefed.log.LogUtil.CLog; 117 CLog.d("Actual output: %s", output);
|
/external/stlport/stlport/stl/config/ |
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/docs/source.android.com/src/tech/test_infra/tradefed/ |
getting_started.md | 215 the classname of the current class, you can use our CLog convenience shim. In short, if you might 228 CLog.v("This is a simple verbose log message"); 229 CLog.w("This warning message brought to you by the number %d", 17);
|
tutorial.md | 285 Lets focus on 2 for now. Trade Federation's host logs are reported using the CLog wrapper for the 288 Lets convert the previous System.out.println call in HelloWorldTest to a CLog call: 292 CLog.i("Hello world, TF! I have a device " + getDevice().getSerialNumber());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
cmathcalls.h | 91 __MATHCALL (clog, (_Mdouble_complex_ __z));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
cmathcalls.h | 91 __MATHCALL (clog, (_Mdouble_complex_ __z));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
cmathcalls.h | 91 __MATHCALL (clog, (_Mdouble_complex_ __z));
|
/external/libvpx/examples/includes/geshi/geshi/ |
cpp.php | 103 'cin', 'cerr', 'clog', 'cout', 'delete', 'new', 'this',
|
cpp-qt.php | 93 'cin', 'cerr', 'clog', 'cout',
|
klonecpp.php | 72 'cin', 'cerr', 'clog', 'cout', 'delete', 'new', 'this',
|
/external/webkit/Source/WebCore/platform/network/cf/ |
DNSCFNet.cpp | 142 // It's better to not prefetch some names than to clog the queue.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 118 #define log(z) __TGMATH_CPLX(z, log, clog)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 118 #define log(z) __TGMATH_CPLX(z, log, clog)
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
CtsTest.java | 33 import com.android.tradefed.log.LogUtil.CLog; 609 CLog.e("Failed to install %s. Reason: %s", apkName, errorCode); 612 CLog.e("Could not find test apk %s", apkName);
|