HomeSort by relevance Sort by last modified time
    Searched defs:log (Results 776 - 800 of 963) sorted by null

<<313233343536373839

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.core.variables_3.2.400.v20100505.jar 
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
sdklib.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /external/e2fsprogs/lib/ext2fs/
tdb.c 150 #define TDB_LOG(x) tdb->log.log_fn x
241 struct tdb_logging_context log; member in struct:tdb_context
364 /* Ensure error code is set for log fun to examine. */
844 /* Ensure ecode is set for log fn. */
858 /* Ensure ecode is set for log fn. */
893 /* Ensure ecode is set for log fn. */
925 /* Ensure ecode is set for log fn. */
1145 /* Ensure ecode is set for log fn. */
1198 /* Ensure ecode is set for log fn. */
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]
  /external/icu4c/test/intltest/
transtst.cpp 540 UnicodeString log; local
542 log = s + " + "
547 log = s + " => ";
555 log.append(a).
561 logln(log);
563 errln(UnicodeString("FAIL: ") + log + ", expected " + DATA[i+1]);
4755 UnicodeString log; local
    [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 287 nestegg_log log; member in struct:nestegg
879 ctx->log(ctx, NESTEGG_LOG_DEBUG, "multi master element %llx (%s)",
895 ctx->log(ctx, NESTEGG_LOG_DEBUG, " -> using data %p", node->data);
905 ctx->log(ctx, NESTEGG_LOG_DEBUG, "single master element %llx (%s)",
907 ctx->log(ctx, NESTEGG_LOG_DEBUG, " -> using data %p (%u)",
922 ctx->log(ctx, NESTEGG_LOG_DEBUG, "element %llx (%s) already read, skipping",
929 ctx->log(ctx, NESTEGG_LOG_DEBUG, "element %llx (%s) -> %p (%u)",
991 ctx->log(ctx, NESTEGG_LOG_DEBUG, "suspend parse at %llx", id);
1021 ctx->log(ctx, NESTEGG_LOG_DEBUG, "parent element %llx", id);
1023 ctx->log(ctx, NESTEGG_LOG_DEBUG, "*** parse about to back up past top_level")
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 321 /// double log(double x);
322 log, enumerator in enum:llvm::LibFunc::Func
  /frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java 54 import android.util.Log;
232 private void log(String msg) { method in class:AppWidgetServiceImpl
237 if (DBG) log("Got onConfigurationChanged()");
264 if (DBG) log("onBroadcast " + intent);
461 if (DBG) log("Allocating AppWidgetId for " + packageName + " host=" + hostId
564 if (DBG) log("cancelBroadcasts for " + p);
578 if (DBG) log("bindAppWidgetIdImpl appwid=" + appWidgetId
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 147 if (DBG) log("Auto time state changed");
155 if (DBG) log("Auto time zone state changed");
223 if (DBG) log("CdmaServiceStateTracker finalized");
250 log("Storing cdma subscription source: " + source);
286 if (DBG) log("Receive EVENT_RUIM_READY");
289 if (DBG) log("Receive EVENT_RUIM_READY and Send Request getCDMASubscription.");
398 if (DBG) log("GET_CDMA_SUBSCRIPTION: MDN=" + mMdn);
405 log("GET_CDMA_SUBSCRIPTION set imsi in mIccRecords");
410 log("GET_CDMA_SUBSCRIPTION either mIccRecords is null or NV type device" +
416 log("GET_CDMA_SUBSCRIPTION: error parsing cdmaSubscription params num=
1737 protected void log(String s) { method in class:CdmaServiceStateTracker
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 274 if (DBG) log("onReceive: action=" + action);
286 if (DBG) log("Reconnect alarm. Previous state was " + mState);
289 if (DBG) log("Restart trySetup alarm");
297 if (DBG) log("NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=" + mIsWifiConnected);
307 if (DBG) log("WIFI_STATE_CHANGED_ACTION: enabled=" + enabled
427 log("onActionIntentReconnectAlarm: mState=" + mState + " reason=" + reason +
436 log("onActionIntentReconnectAlarm: apnContext state=" + apnContextState);
441 log("onActionIntentReconnectAlarm: state is FAILED|IDLE, disassociate");
450 if (DBG) log("onActionIntentReconnectAlarm: keep associated");
463 log("onActionIntentRestartTrySetupAlarm: mState=" + mState
621 protected abstract void log(String s); method in class:DcTrackerBase
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 138 /** Already sent the event-log for no gprs register. */
256 if(DBG) log("finalize");
449 if (DBG) log("EVENT_RESTRICTED_STATE_CHANGED");
523 if (DBG) log("updateSpnDisplay: radio is on but out " +
533 if (DBG) log("updateSpnDisplay: radio is off w/ showPlmn="
551 log(String.format("updateSpnDisplay: changed" +
694 log("handlPollStateResultMessage: GsmSST setDataRegState=" + dataRegState
808 log("Poll ServiceState done: " +
1750 protected void log(String s) { method in class:GsmServiceStateTracker
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 30 #include <cutils/log.h>
246 struct dump_buf log = { local
252 dump_printf(&log, "set H{");
255 dump_printf(&log, " ");
258 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
260 dump_printf(&log, "SKIP");
264 dump_printf(&log, "CLR,");
265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
267 dump_printf(&log, "~%d", layer->transform);
269 dump_printf(&log, "} D{")
1538 struct dump_buf log = { local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 58 import android.util.Log;
184 Log.e(TAG, "Could not bind to Bluetooth Headset Phone Service");
209 Log.d(TAG, "make");
222 if (DBG) Log.d(TAG,"Unbinding service...");
228 Log.e(TAG,"Error unbinding from IBluetoothHeadsetPhone",re);
248 log("Enter Disconnected: " + getCurrentMessage().what);
255 log("Disconnected process message: " + message.what);
257 Log.e(TAG, "ERROR: current, target, or mIncomingDevice not null in Disconnected");
298 log("event type: " + event.type);
305 Log.e(TAG, "Unexpected stack event: " + event.type)
1961 protected void log(String msg) { method in class:HeadsetStateMachine
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 36 import android.util.Log;
389 ExchangeService.log(TAG, "TZI string for " + tz.getDisplayName() +
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java 55 import android.util.Log;
61 * updating notifications, writing call log entries, etc.)
95 // "timed out" and should be logged in Call Log as a missed call. If it's
195 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
237 Log.d(LOG_TAG, "CallNotifier: mSignalInfoToneGenerator created when toneplay");
239 Log.w(LOG_TAG, "CallNotifier: Exception caught while creating " +
244 Log.d(LOG_TAG, "mSignalInfoToneGenerator created already, hence skipping");
252 log("RINGING... (new)");
265 if (DBG) log("RINGING... (PHONE_INCOMING_RING event)");
268 if (DBG) log("RING before NEW_RING, skipping")
1946 private void log(String msg) { method in class:CallNotifier
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 52 import android.util.Log;
262 mLogView = (TextView) findViewById(R.id.log);
300 log("onResume: Setting up");
312 log("onPause: Not releasing camera");
319 log("onPause: Releasing camera");
356 log("Surface holder available: " + width + " x " + height);
435 log("Stopping preview and callbacks to switch resolutions");
445 log("Setting preview size to " + width + "x" + height);
451 log("Restarting preview");
471 log("Setting preview frame rate to " + ((TextView)view).getText())
1528 void log(String logLine) { method in class:TestingCamera
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java     [all...]

Completed in 1323 milliseconds

<<313233343536373839