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

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
world.js 45 console.log('Body needs a shapename.');
49 console.log('Body needs a mass.');
53 console.log('Body needs a friction.');
57 console.log('Body needs a transform.');
61 console.log('Body needs a transform array.');
69 console.log('Shape needs a name.');
79 console.log('Shape type - ' + type + ' not supported.');
  /external/qemu/android/build/
common.sh 25 log () function
159 TMPL=/tmp/android-$$-test.log
189 log "Check32Bits: Forcing generation of 32-bit binaries (--try-64 to disable)"
200 log "Mingw : Checking for Linux host"
206 log "Mingw : Checking for mingw32 installation"
276 log "CC : compiler check ok ($CC)"
295 log "LD : linker check ok ($LD)"
300 log "AR : archiver ($AR)"
304 # stores the error log into $TMPL
312 # try to link the recently built file into an executable. error log in $TMP
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java 77 if (DBG) log("Timer stopped");
108 log("queue re-calculated");
165 log("set: add event " + event + " scheduled on "
179 if (DBG) log("cancel:" + callback);
187 if (DBG) log(" cancel found:" + event);
202 log("cancel: X");
234 log("onReceive: unrecognized intent: " + intent);
241 log(" " + event + ": scheduled at "
247 log(" .....");
249 log(" <empty>")
333 private void log(String s) { method in class:SipWakeupTimer
    [all...]
  /external/qemu/
android-configure.sh 203 log "Prebuilt : CCACHE=$CCACHE"
205 log "Prebuilt : CCACHE can't be found"
217 log "Targets : TARGETS=$OPTION_TARGETS"
224 log "Tools : Found tools revision number $ANDROID_SDK_TOOLS_REVISION"
226 log "Tools : Could not locate $TOOLS_PROPS !?"
233 log "GLES : Probing for headers"
236 log "GLES : Headers in $GLES_INCLUDE"
244 log "GLES : Probing for host libraries"
259 log "GLES : Probing for headers"
262 log "GLES : Headers in $GLES_INCLUDE
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 42 import org.apache.commons.logging.Log;
112 private final Log log = LogFactory.getLog(getClass()); field in class:DefaultRequestDirector
335 this.log.debug("Stale connection check");
337 this.log.debug("Stale connection detected");
372 if (this.log.isDebugEnabled()) {
373 this.log.debug(ex.getMessage());
425 if (this.log.isDebugEnabled()) {
426 this.log.debug("Attempt " + execCount + " to execute request");
432 this.log.debug("Closing the connection.")
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
test.js 18 currentTest.log('Clicking ' + name + ' radio button.');
23 currentTest.log('Setting input box to "' + value + '".');
28 currentTest.log('Setting textarea to "' + value + '".');
37 var logEl = document.getElementById('log');
49 // Clear the log. This prevents a previous failure from propagating to the
50 // current check. (NOTE: the log is backed by an array, so as soon as a
53 document.getElementById('log').textContent = '';
55 // Poll for log changes.
62 currentTest.log('Got error message, continuing.');
65 currentTest.fail('Unexpected failure waiting for log change.')
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 41 import android.util.Log;
77 // Do not check in with VDBG = true, since that may write PII to the system log.
169 Log.e(LOG_TAG, "DISCONNECTING time out");
176 if (DBG) log("ConnectionHandler: updating mute state for each connection");
220 if (DBG) log("connection '" + cn + "' not accounted for, removing.");
269 log("answerCall(" + ringingCall + ")...");
290 if (DBG) log("answerCall: call state = " + ringingCall.getState());
317 Log.e(LOG_TAG, Log.getStackTraceString(new Throwable()));
325 //if (DBG) log("sPhone.acceptCall")
2738 private static void log(String msg) { method in class:PhoneUtils
    [all...]
CallFeaturesSetting.java 61 import android.util.Log;
507 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked.");
510 log("onPreferenceTreeClick: Invoking cfg intent "
519 log("onPreferenceTreeClick:"
546 log("onPreferenceChange(). preferenece: \"" + preference + "\""
562 log("Voicemail Provider changes from \"" + mPreviousVMProviderKey
567 if (DBG) log("No change is made toward VM provider setting.");
583 Log.w(LOG_TAG, "Saved preferences not found - invoking config");
587 if (DBG) log("Saved preferences found - switching to them");
601 if (DBG) log("onPreferenceClick: request preference click on dialog close: "
1911 private static void log(String msg) { method in class:CallFeaturesSetting
    [all...]