HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 476 - 500 of 3257) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 9 from distutils import log namespace
22 self.old_log = log.info
23 log.info = self._info
26 log.info = self.old_log
test_file_util.py 7 from distutils import log namespace
22 self.old_log = log.info
23 log.info = self._log
30 log.info = self.old_log
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Socket.java 20 import android.util.Log;
40 /** Controls debug log. */
54 if (DEBUG) Log.d(TAG, "Socket is constructed for " + mChannelName);
193 if (DEBUG) Log.d(TAG, "Socket is closed for " + mChannelName);
206 private void Loge(String log) {
207 Log.e(TAG, log);
210 private void Logw(String log) {
211 Log.w(TAG, log);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
ProgramData.h 35 void setInfoLog(GLchar *log);
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.cpp 24 #include <cutils/log.h>
  /system/vold/
NetlinkHandler.cpp 24 #include <cutils/log.h>
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 396 final Logger log = Logger.getLogger (); local
397 final boolean trace1 = log.atTRACE1 ();
398 final boolean trace2 = log.atTRACE2 ();
420 if (trace1) log.trace1 (method, "[" + file + "]: file length = " + length);
445 if (trace2) log.trace2 (method, "[" + file + "]: position " + raf.getFilePointer ());
458 if (trace2) log.trace2 (method, "[" + file + "]: found valid entry of size " + entryLength + " and type " + type);
462 if (trace2) log.trace2 (method, "entry read in " + (System.currentTimeMillis () - entrystart) + " ms");
492 log.trace1 (method, "[" + file + "]: file processed in " + (end - start) + " ms");
505 final Logger log = Logger.getLogger (); local
506 final boolean trace1 = log.atTRACE1 ()
    [all...]
  /external/v8/test/cctest/
test-log.cc 3 // Tests of logging functions from log.h
13 #include "log.h"
70 i::FLAG_logfile = i::Log::kLogToTemporaryFile;
129 i::Vector<const char> log(
134 StrNStr(log.start(), "test-start,", log.length());
137 StrNStr(log.start(), "test-profiler-start,", log.length());
141 StrNStr(log.start(), "test-profiler-stop,", log.length())
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java 83 if (DBG) log("Creating UiccApp: " + as);
112 if (DBG) log(mAppType + " update. New " + as);
140 if (DBG) log(oldAppType + " changed state: " + oldAppState + " -> " + mAppState);
155 if (DBG) log(mAppType + " being Disposed");
213 if (DBG) log("Error in querying facility lock:" + ar.exception);
227 log("Query facility FDN : FDN service available: "+ mIccFdnAvailable
241 if (DBG) log("EVENT_CHANGE_FACILITY_FDN_DONE: " +
268 if (DBG) log("Error in querying facility lock:" + ar.exception);
274 if (DBG) log("Query facility lock : " + ints[0]);
305 if (DBG) log("Ignoring: pin1state=" + mPin1State)
803 private void log(String msg) { method in class:UiccCardApplication
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAM.js 34 console.log(msg);
45 console.log(e);
46 console.log(event.data);
49 // Special case our log print command
55 console.log('Header message requestId is not a number.');
59 console.log('Header message frames is not a number.');
78 console.log('NaClAM: Message header does not contain cmd.');
82 console.log('NaClAm: Message cmd is not a string.');
86 console.log('NaClAM: Message header does not contain frames.');
90 console.log('NaClAm: Message frames is not a number.')
    [all...]
  /external/chromium_org/v8/tools/profviz/
profviz.js 85 "log" : log,
103 var other_elements = ["log",
138 this.log.value = "";
173 function log(text) { function
174 ui.log.value += text;
175 ui.log.scrollTop = ui.log.scrollHeight;
180 if (ui.log.value.length > 0 &&
181 ui.log.value[ui.log.value.length-1] != "\n")
    [all...]
  /external/flac/libFLAC/
fixed.c 61 * rbps = log (-----------)
122 * of the base-2 log of a 32 bit number must fit in 5 bits, and fracbits
201 * of the base-2 log of a 32 bit number must fit in 5 bits, and fracbits
265 residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_error_0 / (FLAC__double)data_len) / M_LN2 : 0.0);
266 residual_bits_per_sample[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)total_error_1 / (FLAC__double)data_len) / M_LN2 : 0.0);
267 residual_bits_per_sample[2] = (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)total_error_2 / (FLAC__double)data_len) / M_LN2 : 0.0);
268 residual_bits_per_sample[3] = (FLAC__float)((total_error_3 > 0) ? log(M_LN2 * (FLAC__double)total_error_3 / (FLAC__double)data_len) / M_LN2 : 0.0);
269 residual_bits_per_sample[4] = (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_error_4 / (FLAC__double)data_len) / M_LN2 : 0.0);
329 residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)(FLAC__int64)total_error_0 / (FLAC__double)data_len) / M_LN2 : 0.0);
330 residual_bits_per_sample[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)(FLAC__int64)total_error_1 / (FLAC__double)data_len) / M_LN2 : 0.0)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 28 import android.util.Log;
193 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
195 if (VDBG) Log.d(TAG,"Unbinding service...");
201 Log.e(TAG,"",re);
208 if (VDBG) Log.d(TAG,"Binding service...");
212 Log.e(TAG,"",re);
234 Log.e(TAG,"",e);
246 Log.e(TAG, "Could not bind to Bluetooth HID Service with " + intent);
253 if (VDBG) log("close()");
259 Log.e(TAG,"",e)
643 private static void log(String msg) { method in class:BluetoothInputDevice
    [all...]
  /ndk/build/tools/
ndk-common.sh 80 # If NDK_LOGFILE is defined in the environment, use this as the log file
87 # Setup a log file where all log() and log2() output will be sent
89 # $1: log file path (optional)
99 NDK_LOGFILE=/tmp/ndk-log-$$.txt
123 log () function
432 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log
494 log "CC : compiler check ok ($CC)"
511 log "LD : linker check ok ($LD)"
533 log "CXX : C++ compiler check ok ($CXX)
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SessionManager.java 23 import android.util.Log;
38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
77 log("updateStatus");
108 log("add: uri=" + uri + ", receiver=" + receiver);
130 log("remove: iid=" + iid);
138 log("seek: iid=" + iid +", pos=" + pos);
178 log("pause");
190 log("resume");
202 log("stop")
304 private void log(String message) { method in class:SessionManager
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 114 console.log(id + " disabled");
130 console.log("playsound: " + id);
134 console.log("ignoring fast replay: " + id + "/" + sound.currentTime);
145 console.log("bad ready state: " + sound.readyState);
147 console.log("media error: " + sound.error);
153 console.log("bad playSound: " + id);
158 console.log("stopSound: " + id);
169 console.log("failed to load sound: " + id + "-" + audio.src);
176 console.log("loaded sound: " + id);
187 console.log("no sound for " + id)
    [all...]
  /bionic/libstdc++/include/
cmath 60 using ::log;
  /development/tools/axl/
axl.py 29 import singletonmixin, log namespace
33 self.log = log.Log.getInstance()
36 self.log("BaseProtocol.write()", len(data), data)
40 self.log("BaseProtocol.dataReceived()", len(data), data)
43 self.log("BaseProtocol.connectionMade()")
47 self.log("BaseProtocol.connectionLost():", reason)
239 # Initialize log
240 log.Log.getInstance(sys.stdout
    [all...]
log.py 22 class Log(singletonmixin.Singleton):
54 log = info variable in class:Log
55 __call__ = log
  /device/asus/flo/
init.flo.bt.sh 9 /system/bin/log -t $LOG_TAG -p e "$LOG_NAME $@"
14 /system/bin/log -t $LOG_TAG -p i "$LOG_NAME $@"
  /device/lge/mako/
init.mako.bt.sh 9 /system/bin/log -t $LOG_TAG -p e "$LOG_NAME $@"
14 /system/bin/log -t $LOG_TAG -p i "$LOG_NAME $@"
  /external/chromium_org/chrome/installer/linux/common/
wrapper 47 --enable-logging=stderr --log-level=0
  /external/chromium_org/chrome/test/chromedriver/chrome/
performance_logger.cc 11 #include "chrome/test/chromedriver/chrome/log.h"
34 PerformanceLogger::PerformanceLogger(Log* log)
35 : log_(log) {}
63 log_->AddEntry(Log::kInfo, log_message_json);
  /external/chromium_org/chrome/test/chromedriver/js/
test.js 34 console.log('Waiting for ', description);
60 console.log('Running %d tests...', tests.length);
65 console.log('All tests passed');
75 console.log('Running (%d/%d) -- %s', testNo + 1, tests.length, test.name);
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.cc 64 LOG(WARNING) << "DNS server does not support probing";
197 std::string log; local
202 log = "Processing PTR query";
212 log = "Processing SRV query";
221 log = "Processing A query";
229 log = "Processing TXT query";
236 base::SStringPrintf(&log, "Unknown query type (%d)", query.qtype);
238 log += responded ? ": responded" : ": ignored";
239 VLOG(1) << log;
299 LOG(ERROR) << "|current_ttl| was equal to zero."
    [all...]

Completed in 1488 milliseconds

<<11121314151617181920>>