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

<<21222324252627282930>>

  /cts/tests/tests/opengl/libopengltest/
attach_shader_two.cpp 20 #include <android/log.h>
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 20 #include <android/log.h>
  /development/ndk/sources/android/ndk_helper/
GLContext.h 25 #include <android/log.h>
shader.h 29 #include <android/log.h>
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 64 mDevice.log(message.getDataString());
  /development/tutorials/MoarRam/jni/
baz.c 19 #include <cutils/log.h>
  /device/generic/goldfish/camera/
EmulatedBaseCamera.cpp 29 #include <cutils/log.h>
EmulatedFakeCamera.cpp 24 #include <cutils/log.h>
  /device/generic/goldfish/qemu-props/
qemu-props.c 30 # include <cutils/log.h>
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 43 import org.apache.commons.logging.Log;
65 private final Log log = LogFactory.getLog(getClass()); field in class:AbstractConnPool
213 if (log.isDebugEnabled()) {
214 log.debug("Connection garbage collected. " + route);
327 log.debug("I/O error closing connection", ex);
  /external/bluetooth/bluedroid/btif/include/
btif_sock_util.h 31 #include <cutils/log.h>
  /external/chromium_org/chrome/browser/sync_file_system/
task_logger.h 50 void RecordLog(scoped_ptr<TaskLog> log);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
options.js 27 console.log('SO host permission granted!' +
39 console.log('Revoked SO host permission.');
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js 13 function log(message) { console.log(message); }; function
63 log("<< " + message);
184 log(">> " + line);
  /external/chromium_org/components/metrics/
metrics_log_manager.h 18 // Manages all the log objects used by a MetricsService implementation. Keeps
19 // track of both an in progress log and a log that is staged for uploading as
23 // The metrics log manager will persist it's unsent logs by storing them in
29 // Makes |log| the current_log. This should only be called if there is not a
30 // current log.
31 void BeginLoggingWithLog(scoped_ptr<MetricsLog> log);
33 // Returns the in-progress log.
36 // Closes current_log(), compresses it, and stores the compressed log for
45 // Populates staged_log_text() with the next stored log to send
    [all...]
  /external/chromium_org/components/rappor/
log_uploader.h 27 // internally, and uploaded one at a time. A queued log will be uploaded at a
45 // uploader makes no assumptions about the format of |log| and simply sends
47 void QueueLog(const std::string& log);
57 // Starts transmission of the next log. Exposed for tests.
  /external/chromium_org/extensions/common/permissions/
manifest_permission.h 80 void Log(std::string* log) const;
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
bar_with_relro.cpp 5 #include <android/log.h>
foo_with_relro.cpp 5 #include <android/log.h>
  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.h 18 namespace log { namespace in namespace:leveldb
32 // Create a reader that will return log records from "*file".
105 } // namespace log
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
snow.js 73 console.log(ticks);
95 console.log("HAS_PATH: " + HAS_PATH);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
logcat_trace_context.cc 13 #include <android/log.h>
39 LOG(LS_ERROR) << "Unexpected log level" << webrtc_level;
  /external/chromium_org/tools/android/memconsumer/
memconsumer_hook.cc 5 #include <android/log.h>
  /external/deqp/framework/common/
tcuApp.cpp 58 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine)
83 m_testCtx = new TestContext(m_platform, archive, log, cmdLine, m_watchDog);
179 TestLog* log = static_cast<TestLog*>(userPtr); local
180 *log << TestLog::Message << infoString << TestLog::EndMessage;
  /external/droiddriver/src/com/google/android/droiddriver/finders/
MatchFinder.java 19 import android.util.Log;
48 Logs.log(Log.INFO, "Found match: " + context);

Completed in 978 milliseconds

<<21222324252627282930>>