/external/deqp/modules/gles3/performance/ |
es3pTextureCases.cpp | 93 TestLog& log = m_testCtx.getLog(); local 130 log << TestLog::Message << "Size: " << width << "x" << height << TestLog::EndMessage; 131 log << TestLog::Message << "Format: " <<glu::getTextureFormatName(m_internalFormat) << TestLog::EndMessage; 132 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage; 133 log << TestLog::Message << "Wrap: " << glu::getTextureWrapModeStr(m_wrapS) << " / " << glu::getTextureWrapModeStr(m_wrapT) << TestLog::EndMessage; 134 log << TestLog::Message << "Filter: " << glu::getTextureFilterStr(m_minFilter) << " / " << glu::getTextureFilterStr(m_magFilter) << TestLog::EndMessage; 135 log << TestLog::Message << "Mipmaps: " << (mipmaps ? "true" : "false") << TestLog::EndMessage; 136 log << TestLog::Message << "Using additive blending." << TestLog::EndMessage;
|
/external/deqp/modules/gles3/stress/ |
es3sOcclusionQueryTests.cpp | 148 tcu::TestLog& log = m_testCtx.getLog(); local 159 tcu::ScopedLogSection section (log, sectionName.c_str(), sectionName.c_str()); 161 log << tcu::TestLog::Message << "Parameters:\n" 256 log << tcu::TestLog::Message << "Total duration: " << dTime/1000 << " ms" << tcu::TestLog::EndMessage; 278 log << tcu::TestLog::Message << "Case passed!" << tcu::TestLog::EndMessage;
|
es3sSyncTests.cpp | 161 TestLog& log = m_testCtx.getLog(); local 166 tcu::ScopedLogSection section (log, header, header); 187 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glDrawArrays and glFenceSync calls done here." << TestLog::EndMessage; 196 log << TestLog::Message << "// Draws performed, sync objects created." << TestLog::EndMessage; 204 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glWaitSync calls done here." << TestLog::EndMessage; 206 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glClientWaitSync calls done here." << TestLog::EndMessage; 226 case GL_WAIT_FAILED: log << TestLog::Message << "// glClientWaitSync returned GL_WAIT_FAILED" << TestLog::EndMessage; testOk = false; break; 238 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glDeleteSync calls done here." << TestLog::EndMessage; 255 log << TestLog::Message << "// Test result: " << (testOk ? "Passed!" : "Failed!") << TestLog::EndMessage; 263 log << TestLog::Message << "// Sync objects created and deleted successfully." << TestLog::EndMessage [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeShaderStorageTests.cpp | 43 tcu::TestLog& log = ctx.getLog(); local 47 log << program; 54 log << tcu::TestLog::Message << message << tcu::TestLog::EndMessage;
|
es31fNegativeTessellationTests.cpp | 125 tcu::TestLog& log = ctx.getLog(); local 126 log << program; 145 tcu::TestLog& log = ctx.getLog(); local 146 log << program; 168 tcu::TestLog& log = ctx.getLog(); local 169 log << program; 186 tcu::TestLog& log = ctx.getLog(); local 187 log << program; 219 tcu::TestLog& log = ctx.getLog(); local 220 log << program 248 tcu::TestLog& log = ctx.getLog(); local 281 tcu::TestLog& log = ctx.getLog(); local 337 tcu::TestLog& log = ctx.getLog(); local [all...] |
/external/deqp/modules/glshared/ |
glsShaderPerformanceCase.cpp | 118 static void logRenderTargetInfo (TestLog& log, const tcu::RenderTarget& renderTarget) 120 log << TestLog::Section("RenderTarget", "Render target") 132 log << TestLog::Message << renderTarget.getNumSamples() << "x MSAA" << TestLog::EndMessage; 134 log << TestLog::Message << "No MSAA" << TestLog::EndMessage; 136 log << TestLog::EndSection; 141 tcu::TestLog& log = m_testCtx.getLog(); local 148 logRenderTargetInfo(log, m_renderCtx.getRenderTarget()); 150 m_measurer.logParameters(log); 151 log << *m_program; 155 log << *m_program [all...] |
/external/droiddriver/src/io/appium/droiddriver/base/ |
BaseUiDevice.java | 23 import android.util.Log; 60 Logs.log( 61 Log.WARN, 102 Logs.log(Log.WARN, e);
|
/external/droiddriver/src/io/appium/droiddriver/scroll/ |
DynamicSentinelStrategy.java | 18 import android.util.Log; 105 // log helps troubleshooting in the latter case. 107 Logs.logfmt(Log.WARN, "Unique String is null: sentinel=%s, uniqueStringFinder=%s", 112 Logs.log(Log.INFO, "Unique String is not updated: " + newString);
|
SentinelStrategy.java | 18 import android.util.Log; 66 Logs.log(Log.INFO, "Found sentinel: " + sentinel);
|
/external/droiddriver/src/io/appium/droiddriver/util/ |
InstrumentationUtils.java | 24 import android.util.Log; 113 Logs.log( 114 Log.INFO,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/ |
director-ant.jar | |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/ |
DesignerPlugin.java | 158 * Logs given {@link IStatus} into Eclipse .log. 160 public static void log(IStatus status) { method in class:DesignerPlugin 161 getDefault().getLog().log(status); 165 * Logs {@link IStatus} with given message into Eclipse .log. 167 public static void log(String message) { method in class:DesignerPlugin 168 log(new Status(IStatus.INFO, sPluginId, IStatus.INFO, message, null)); method 172 * Logs {@link IStatus} with given exception into Eclipse .log. 174 public static void log(Throwable e) { method in class:DesignerPlugin 176 getDefault().getLog().log(status); 180 * Logs {@link IStatus} with given message and exception into Eclipse .log 182 public static void log(String message, Throwable e) { method in class:DesignerPlugin [all...] |
/external/emma/core/java12/com/vladium/emma/rt/ |
AppRunner.java | 84 final Logger log = AppLoggers.create (m_appName, toolProperties, current); local 86 if (log.atTRACE1 ()) 88 log.trace1 ("run", "complete tool properties:"); 89 toolProperties.list (log.getWriter ()); 94 Logger.push (log); 95 m_log = log; 267 final Logger log = m_log; local 269 final boolean verbose = log.atVERBOSE (); 272 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); 275 log.verbose ("coverage path:") [all...] |
RT.java | 98 // else TODO: log/warn 154 if (stopDataCollection) s_cdata = null; // TODO: log this NOTE: this does not really stop data collection, merely prevents new class registration 164 if (stopDataCollection) s_cdata = null; // TODO: log this NOTE: this does not really stop data collection, merely prevents new class registration 241 final Logger log = Logger.getLogger (); external variable declarations 242 if (log.atINFO ()) 244 log.info ("collecting runtime coverage data ...");
|
/external/google-breakpad/src/testing/test/ |
gmock-internal-utils_test.cc | 380 // Tests the Log() function. 382 // Verifies that Log() behaves correctly for the given verbosity level 383 // and log severity. 389 Log(severity, "Test log.\n", 0); 394 "^\nGMOCK WARNING:\nTest log\\.\nStack trace:\n" : 395 "^\nTest log\\.\nStack trace:\n")); 403 // Log() doesn't include the stack trace in the output. 408 Log(kInfo, "Test log.\n", -1) 418 const String log = GetCapturedStdout(); local [all...] |
/external/guava/guava/src/com/google/common/base/internal/ |
Finalizer.java | 95 logger.log(Level.INFO, "Failed to clear thread local values inherited" 166 logger.log(Level.SEVERE, "Error cleaning up after reference.", t); 208 logger.log(Level.INFO, "Couldn't access Thread.inheritableThreadLocals."
|
/external/guava/guava/src/com/google/common/io/ |
Closer.java | 251 // log to the same place as Closeables 252 Closeables.logger.log(Level.WARNING,
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
TestLogHandlerTest.java | 65 // stored log records causes a ConcurrentModificationException 94 logger.log(Level.INFO, "message", EXCEPTION);
|
/external/guava/guava-tests/test/com/google/common/io/ |
IoTestCase.java | 193 logger.log(Level.WARNING, "couldn't delete file: {0}", new Object[] {file});
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/ |
DecompressionTest.java | 19 private void log(char [] chars, int start, int count) { method in class:DecompressionTest 20 log("|"); 22 log(String.valueOf(chars[i])); 24 log("|"); 30 log(chars, start, count); method
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
DecompressionTest.java | 18 private void log(char [] chars, int start, int count) { method in class:DecompressionTest 19 log("|"); 21 log(String.valueOf(chars[i])); 23 log("|"); 29 log(chars, start, count); method
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
Deprecator.java | 23 private int log; field in class:Deprecator 25 Deprecator(boolean undep, int log) { 27 this.log = log; 35 int log = 1; local 50 log = 0; 51 } else if (arg.equals("-log")) { 52 log = 2; 54 log = 3; 56 log = 4 [all...] |
/external/iproute2/tc/ |
q_fq.c | 177 unsigned int log = ilog2(buckets); local 180 &log, sizeof(log));
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSRecordClass.java | 116 logger.log(Level.WARNING, "Could not find record class for name: " + name); 129 logger.log(Level.WARNING, "Could not find record class for index: " + index);
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
TemplateCompiler.java | 115 logger.log(Level.FINEST, "Compiled template:\n{0}", javaSource);
|