HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 701 - 725 of 2173) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/libvpx/
update_libvpx.sh 70 hash=$(git log -1 --format="%H")
73 # Output log for upstream from current hash.
75 echo "git log from upstream:"
76 pretty_git_log="$(git log \
82 echo "No log found. Checking for reverts."
83 pretty_git_log="$(git log \
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 21 of the build is saved in <sub-directory>/build.log. The output of the
22 test-suite is saved in <sub-directory>/test.log.
76 exec make -C $dir -f $::MAKEFILE $target OPTS=$opts >& $dir/build.log
79 puts "No good. See $dir/build.log."
105 exec make -C $dir -f $::MAKEFILE test OPTS=$opts >& $dir/test.log
108 puts "No good. See $dir/test.log."
  /external/chromium_org/tools/valgrind/
regrind.sh 7 # save logs as regrind-TESTNAME.log, and display any errors found.
35 # Given a log on stdin, list all the tests that failed in that log.
66 # Yes. Log them to stdout,
92 # Save logs in regrind-$TESTNAME.log.
99 sh tools/valgrind/valgrind_webkit_tests.sh "$test" > regrind-"$logname".log 2>&1
100 egrep "$PATTERN" < regrind-"$logname".log | sed 's/==.*==//'
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
metrics.js 67 if (metrics.log) {
68 console.log('chrome.metricsPrivate.' + name, args);
127 if (metrics.log) {
128 console.log('chrome.metricsPrivate.recordValue',
  /external/chromium_org/v8/test/mjsunit/es6/
generators-debug-liveedit.js 47 var log = new Array();
52 log);
54 print("Change log: " + JSON.stringify(log) + "\n");
  /external/deqp/framework/opengl/
gluCallLogWrapper.cpp 35 CallLogWrapper::CallLogWrapper (const glw::Functions& gl, tcu::TestLog& log)
37 , m_log (log)
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 377 TestLog& log = m_testCtx.getLog(); local
388 log << TestLog::Message << "Couldn't exhaust memory before timeout. Allocated " << m_allocator->getAllocationCount() << " objects." << TestLog::EndMessage;
397 log << TestLog::Message << "Iteration " << m_iteration << ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCount() << " contexts, " << m_allocator->getPBufferCount() << " PBuffers." << TestLog::EndMessage;
398 log << TestLog::Message << "Got expected error: " << m_allocator->getErrorString() << TestLog::EndMessage;
409 log << TestLog::Message << "Iteration " << m_iteration << ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCount() << " contexts, " << m_allocator->getPBufferCount() << " PBuffers." << TestLog::EndMessage;
410 log << TestLog::Message << "Unexpected error" << TestLog::EndMessage;
430 log << TestLog::Message << "Allocation count zero" << TestLog::EndMessage;
439 log << TestLog::Message << "Allocated objects max: " << max << ", min: " << min << ", difference: " << change << "% threshold: " << threshold << "%" << TestLog::EndMessage;
teglChooseConfigTests.cpp 69 void logConfigAttrib (TestLog& log, EGLenum attrib, EGLint value)
75 log << TestLog::Message << " " << attribStr << ": EGL_DONT_CARE" << TestLog::EndMessage;
79 log << TestLog::Message << " " << attribStr << ": " << eglu::getConfigAttribValueStr(attrib, value) << TestLog::EndMessage;
122 TestLog& log = m_testCtx.getLog(); local
134 // Print attribList to log
135 log << TestLog::Message << "Attributes:" << TestLog::EndMessage;
137 logConfigAttrib(log, i->first, i->second);
155 log << TestLog::Message << "Expected:\n " << configListToString(display, referenceConfigs) << TestLog::EndMessage;
156 log << TestLog::Message << "Got:\n " << configListToString(display, resultConfigs) << TestLog::EndMessage;
163 log << TestLog::Message << "Pass" << TestLog::EndMessage
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp 48 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
59 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
60 : glu::CallLogWrapper (gl, log)
80 IsEnabledVerifier (const glw::Functions& gl, tcu::TestLog& log);
85 IsEnabledVerifier::IsEnabledVerifier (const glw::Functions& gl, tcu::TestLog& log)
86 : StateVerifier(gl, log, "_isenabled")
121 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
126 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
127 : StateVerifier(gl, log, "_getboolean")
190 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
InstrumentationDriver.java 21 import android.util.Log;
70 Logs.log(Log.VERBOSE, "views.length=" + views.length);
82 Logs.log(Log.ERROR, e);
  /external/e2fsprogs/config/
parse-types.sh 22 if echo '#include <asm/types.h>' | $CPP - 2> parse-types.log | \
  /external/e2fsprogs/tests/defaults/
e_script 15 OUT=$test_name.log
  /external/e2fsprogs/tests/
test_one.in 13 export USE_VALGRIND="valgrind --sim-hints=lax-ioctls --leak-check=full --show-reachable=yes --log-file=/tmp/valgrind-%p.log"
19 *.failed|*.new|*.ok|*.log|*.tmp) exit 0 ;;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 234 # Specify the output format of the compiler log when eclipse jdt is used
235 logExtension=.log
  /external/fio/lib/
zipf.c 9 #include "../log.h"
79 zs->pareto_pow = log(h) / log(1.0 - h);
  /external/libexif/libexif/
exif-data.h 34 #include <libexif/exif-log.h>
234 /*! Set the log message object for all IFDs.
237 * \param[in] log #ExifLog
239 void exif_data_log (ExifData *data, ExifLog *log);
  /external/lldb/source/Plugins/ABI/SysV-x86_64/
ABISysV_x86_64.cpp 15 #include "lldb/Core/Log.h"
313 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
315 if (log)
347 log->PutCString(s.GetString().c_str());
358 if (log)
359 log->Printf("About to write arg1 (0x%" PRIx64 ") into %s", (uint64_t)*arg1_ptr, reg_info->name);
367 if (log)
368 log->Printf("About to write arg2 (0x%" PRIx64 ") into %s", (uint64_t)*arg2_ptr, reg_info->name);
375 if (log)
    [all...]
  /external/chromium_org/chrome/browser/
memory_details.cc 180 std::string log; local
181 log.reserve(4096);
190 log += ProcessMemoryInformation::GetFullTypeNameInEnglish(
193 log += " [";
198 log += "|";
199 log += base::UTF16ToUTF8(*iter2);
201 log += "]";
203 log += StringPrintf(" %d MB private, %d MB shared",
207 log += StringPrintf(", %d MB swapped",
210 log += "\n"
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 104 #include "log.h"
427 #define log _evdns_log macro
476 log(EVDNS_LOG_WARN,
492 log(EVDNS_LOG_WARN, "Nameserver %s has failed: %s",
497 log(EVDNS_LOG_WARN, "All nameservers have failed");
504 log(EVDNS_LOG_WARN,
535 log(EVDNS_LOG_WARN, "Nameserver %s is back up",
566 log(EVDNS_LOG_DEBUG, "Removing timeout for request %lx",
721 log(EVDNS_LOG_DEBUG, "Got a SERVERFAILED from nameserver %s; "
    [all...]
  /external/fio/
configure 24 rm -rf config.log
34 echo "Configure failed, check config.log and/or the above output"
44 # Print a helpful header at the top of config.log
45 echo "# FIO configure log $(date)" >> config.log
46 printf "# Configured with:" >> config.log
47 printf " '%s'" "$0" "$@" >> config.log
48 echo >> config.log
49 echo "#" >> config.log
60 # Run the compiler, capturing its output to the log
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 144 m.log("Don't know how to merge '%s'." % self.tableTag)
702 def __init__(self, options=None, log=None):
704 if not log:
705 log = Logger()
710 self.log = log
750 self.log("Merged '%s'." % tag)
752 self.log("Dropped '%s'." % tag)
753 self.log.lapse("merge '%s'" % tag)
901 log = Logger(
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 19 #include <android/log.h>
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceOwnerTest.java 19 import com.android.ddmlib.Log.LogLevel;
21 import com.android.tradefed.log.LogUtil.CLog;
LauncherAppsProfileTest.java 19 import com.android.ddmlib.Log.LogLevel;
21 import com.android.tradefed.log.LogUtil.CLog;
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorIntegrationTests.java 99 operation.getStats().log(TAG);
155 operation.getStats().log(TAG);
245 operation.getStats().log(TAG);
249 testee.getStats().log(TAG);

Completed in 9174 milliseconds

<<21222324252627282930>>