/cts/tests/tests/opengl/libopengltest/ |
attach_shader_nine.h | 24 #include <android/log.h>
|
attach_shader_one.h | 24 #include <android/log.h>
|
attach_shader_seven.h | 24 #include <android/log.h>
|
attach_shader_six.h | 24 #include <android/log.h>
|
attach_shader_ten.h | 20 #include <android/log.h>
|
attach_shader_three.h | 24 #include <android/log.h>
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3Mojo.java | 49 import org.apache.maven.plugin.logging.Log; 120 * If set to true, the generated parser code will log rule entry and exit points 247 Log log = getLog(); local 252 if (log.isDebugEnabled()) { 258 log.debug("ANTLR: Exclude: " + e); 265 log.debug("ANTLR: Include: " + e); 270 log.debug("ANTLR: Output: " + outputDirectory); 274 log.debug("ANTLR: Library: " + libDirectory); 278 log.debug("ANTLR: report : " + report) [all...] |
/external/chromium_org/native_client_sdk/src/examples/api/core/ |
test.js | 19 test.log('Setting delay to ' + delayMs + 'ms'); 22 test.log('Clicking start.'); 26 test.log('Waiting 1 second for test to finish.'); 29 test.log('Not finished, waiting another second.'); 34 test.log('NaCl time: ' + getNaClTimeMs().toFixed(2) + 'ms'); 35 test.log('Roundtrip time: ' + getRoundTimeMs().toFixed(2) + 'ms'); 36 test.log('Total time: ' + getTotalTimeMs().toFixed(2) + 'ms'); 37 test.log('Finished.');
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8DOMActivityLogger.h | 43 virtual void log(const String& apiName, int argc, const v8::Handle<v8::Value>* argv, const String& extraInfo) { } function in class:WebCore::V8DOMActivityLogger
|
/external/eigen/test/ |
runtest.sh | 12 if ! ./$1 > /dev/null 2> .runtest.log ; then 15 cat .runtest.log
|
/external/mockito/src/org/mockito/internal/util/ |
SimpleMockitoLogger.java | 11 public void log(Object what) {
method in class:SimpleMockitoLogger 13 // super.log(what);
|
/frameworks/base/services/input/ |
InputApplication.cpp | 21 #include <cutils/log.h>
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Log.h | 19 #include <android/log.h>
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Log.h | 19 #include <android/log.h>
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Log.h | 19 #include <android/log.h>
|
/system/core/libcorkscrew/arch-mips/ |
ptrace-mips.c | 22 #include <cutils/log.h>
|
/system/core/libdiskconfig/ |
dump_diskconfig.c | 21 #include <cutils/log.h>
|
/system/core/libnl_2/ |
dbg.c | 2 #include <android/log.h>
|
/external/apache-http/src/org/apache/commons/logging/ |
LogSource.java | 27 * <p>Factory for creating {@link Log} instances. Applications should call 29 * of the configured {@link Log} implementation class.</p> 45 * <code>org.apache.commons.logging.log</code> to the name of the 46 * <code>org.apache.commons.logging.Log</code> implementation class 69 /** Constructor for current log class */ 100 // Set the default Log implementation 103 name = System.getProperty("org.apache.commons.logging.log"); 105 name = System.getProperty("org.apache.commons.logging.Log"); 157 * Set the log implementation/log implementation factor 195 Log log = (Log) (logs.get(name)); local 236 Log log = null; local [all...] |
/system/core/debuggerd/ |
utility.c | 25 #include <log/logd.h> 42 LOG("AM write failure (%d / %s)\n", errno, strerror(errno)); 50 void _LOG(log_t* log, int scopeFlags, const char *fmt, ...) { 61 want_tfd_write = log && log->tfd >= 0; 62 want_log_write = IS_AT_FAULT(scopeFlags) && (!log || !log->quiet); 63 want_amfd_write = IS_AT_FAULT(scopeFlags) && !IS_SENSITIVE(scopeFlags) && log && log->amfd >= 0; 72 write(log->tfd, buf, len) [all...] |
/external/chromium_org/third_party/re2/ |
runtests | 7 if sh -c "$i >$i.log 2>&1" 2>/dev/null 11 echo FAIL';' output in $i.log
|
/external/eigen/bench/btl/generic_bench/utils/ |
size_log.hh | 33 float ls_min=log(float(size_min)); 34 float ls_max=log(float(size_max));
|
/external/eigen/blas/testing/ |
runblastest.sh | 20 if ! ./$1 < $data > /dev/null 2> .runtest.log ; then 23 cat .runtest.log 31 cat .runtest.log 39 cat .runtest.log
|
/external/libvpx/libvpx/tools/ |
gen_authors.sh | 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
|
/external/objenesis/tck/test/org/objenesis/tck/ |
TCKTest.java | 131 private final StringBuffer log = new StringBuffer(); field in class:TCKTest.RecordingReporter 135 log.append("startTests()\n"); 139 log.append("startTest('").append(candidateDescription).append("', '").append( 144 log.append("result(").append(instantiatedObject).append(")\n"); 148 log.append("exception()\n"); 152 log.append("endTest()\n"); 156 log.append("endTests()\n"); 160 return log.toString();
|