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

<<21222324252627282930>>

  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java 152 logger.log(Level.WARNING, "Cannot locate {0} for material {1}", new Object[]{texKey, matName});
184 logger.log(Level.WARNING, "Unsupported texture_unit directive: {0}", keyword);
268 logger.log(Level.WARNING, "Unsupported pass directive: {0}", keyword);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FaultHeightMap.java 153 logger.log(Level.INFO, "Fault heightmap generated");
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 101 /// @param log - A string to be logged. logger() adds a newline.
102 static void logger(void* arg, const char* log) {
107 vStream << log << "\n"; local
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ESDescriptor.java 63 private static Logger log = Logger.getLogger(ESDescriptor.class.getName()); field in class:ESDescriptor
110 log.finer(descriptor + " - ESDescriptor1 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));
127 log.finer(descriptor + " - ESDescriptor2 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));
139 log.warning("SLConfigDescriptor is missing!");
146 log.finer(descriptor + " - ESDescriptor3 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 286 logger.log(Level.INFO,
  /external/skia/tools/
bench_pictures_main.cpp 141 " --logFile filename : destination for writing log output, in addition to stdout.\n");
143 "Log each repeat timer instead of mean, default is disabled.\n");
326 // solution is to ignore the fact that we have no log file.
532 bool log = atoi(*argv) != 0; local
533 benchmark->setLogPerIter(log);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 45 from webkitpy.common.system.deprecated_logging import error, log namespace
79 log("Failed to CC watchers.")
95 # (where we write both to a log file and to the console at once),
106 return os.path.join(self._log_directory(), "%s.log" % self.name)
112 log("CAUTION: %s will discard all local changes in \"%s\"" % (self.name, self._tool.scm().checkout_root))
117 log("Running WebKit %s." % self.name)
149 # log uploads. Trying only the last 512k.
200 log(message)
243 return os.path.join(self._log_directory(), "%s.log" % patch.bug_id())
375 log(script_error.message_with_output()
    [all...]
  /external/zlib/src/examples/
gzlog.c 30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
223 - Log the repair with a date stamp in foo.repairs
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log
867 struct log *log; local
913 struct log *log = logd; local
997 struct log *log = logd; local
1043 struct log *log = logd; local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 27 import android.util.Log;
228 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
230 if (VDBG) Log.d(TAG,"Unbinding service...");
236 Log.e(TAG,"",re);
243 if (VDBG) Log.d(TAG,"Binding service...");
245 Log.e(TAG, "Could not bind to Bluetooth Headset Service");
249 Log.e(TAG,"",re);
269 Log.e(TAG,"",e);
274 Log.e(TAG, "Could not bind to Bluetooth Headset Service");
285 if (VDBG) log("close()")
892 private static void log(String msg) { method in class:BluetoothHeadset
    [all...]
BluetoothHealth.java 27 import android.util.Log;
104 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
106 if (VDBG) Log.d(TAG,"Unbinding service...");
112 Log.e(TAG,"",re);
119 if (VDBG) Log.d(TAG,"Binding service...");
121 Log.e(TAG, "Could not bind to Bluetooth Health Service");
125 Log.e(TAG,"",re);
152 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
178 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")");
187 Log.e(TAG, e.toString())
560 private static void log(String msg) { method in class:BluetoothHealth
    [all...]
  /frameworks/base/core/java/android/net/
DnsPinger.java 25 import android.util.Log;
169 log("Sending a ping " + newActivePing.internalId +
200 log("response ID didn't match, ignoring packet");
207 log("DnsPinger.pingDns got socket exception: " + e);
281 log("Responding to packet " + internalId +
327 private void log(String s) { method in class:DnsPinger
328 Log.d(TAG, s);
332 Log.e(TAG, s);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiStressTest.java 34 import android.util.Log;
96 log(String.format("mReconnectIterations(%d), mSsid(%s), mPassword(%s),"
103 log("Enable wi-fi before stress tests.");
115 log("tearDown()");
123 log("write message: " + s);
125 log("no writer attached to file " + OUTPUT_FILE);
132 log("failed to write output.");
136 public void log(String message) { method in class:WifiStressTest
137 Log.v(TAG, message);
158 log("testWifiScanning: iteration: " + i)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 35 import android.util.Log;
78 private void log(String testName, String message) { method in class:MediaPresetReverbTest
79 Log.v(TAG, "["+testName+"] "+message);
83 Log.e(TAG, "["+testName+"] "+message);
363 Log.e(TAG, "getReverb() PresetReverb not found exception: "+e);
365 Log.e(TAG, "getReverb() Effect library not loaded exception: "+e);
  /frameworks/base/telephony/java/android/telephony/
SignalStrength.java 231 if (DBG) log("initialize: " + toString());
259 if (DBG) log("Size of signalstrength parcel:" + in.dataSize());
284 if (DBG) log("Size of signalstrength parcel:" + in.dataSize());
356 if (DBG) log("Signal before validate=" + this);
375 if (DBG) log("Signal after validate=" + this);
492 if (DBG) log("getLevel=" + level);
523 if (DBG) log("getAsuLevel=" + asuLevel);
548 if (DBG) log("getDbm=" + dBm);
567 if (DBG) log("getGsmDbm=" + dBm);
589 if (DBG) log("getGsmLevel=" + level)
948 private static void log(String s) { method
    [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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 113 if (DBG) log("insert");
180 if (DBG) log("delete");
208 if (DBG) log("parsing '" + param + "'");
248 if (DBG) log("update");
284 if (DBG) log("loadFromEf: efType=" + efType);
296 if (DBG) log(ex.toString());
303 if (DBG) log("adnRecords.size=" + N);
317 if (DBG) log("addIccRecordToEf: efType=" + efType + ", name=" + name +
337 if (DBG) log(ex.toString());
339 if (DBG) log("addIccRecordToEf: " + success)
422 private void log(String msg) { method in class:IccProvider
    [all...]
IccSmsInterfaceManager.java 28 import android.util.Log;
85 if(DBG) log("Cannot load Sms records");
120 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
121 log("markMessagesAsRead - aborting, no icc card present.");
136 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
137 log("SMS " + (i + 1) + " marked as read");
164 if (DBG) log("updateMessageOnIccEf: index=" + index +
197 log("interrupted while trying to update by index");
215 if (DBG) log("copyMessageToIccEf: status=" + status + " ==> " +
233 log("interrupted while trying to update by index")
472 protected abstract void log(String msg); method in class:IccSmsInterfaceManager
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 150 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
187 if (DBG) log("sending original message to recipient");
199 // commit and log the result.
214 if (DBG) log("updateCurrentCarrierInProvider from UICC: numeric=" +
222 if (DBG) log("updateCurrentCarrierInProvider mIccRecords == null ret false");
293 log("Removing stale SIMRecords object.");
298 log("New SIMRecords found");
308 protected void log(String s) { method in class:CDMALTEPhone
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 125 if (DBG) log("reqIsInactive");
135 if (DBG) log("rspIsInactive=" + retVal);
150 log("rspIsInactive error response=" + response);
165 if (DBG) log("reqCid");
176 if (DBG) log("rspCid=" + retVal);
190 log("rspCid error response=" + response);
205 if (DBG) log("reqApnSetting");
216 if (DBG) log("rspApnSetting=" + retVal);
232 log("getApnSetting error response=" + response);
247 if (DBG) log("reqLinkProperties")
429 private void log(String s) { method in class:DcAsyncChannel
    [all...]
DcController.java 80 log("E ctor");
85 log("X ctor");
95 log("dispose: call quiteNow()");
110 log("addActiveDcByCid dc.mCid < 0 dc=" + dc);
118 log("removeActiveDcByCid removedDc=null dc=" + dc);
155 log("DccDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" +
159 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED");
168 log("DccDefaultState: EVENT_DATA_STATE_CHANGED:" +
186 log("onDataStateChanged: mDcListAll=" + mDcListAll);
201 if (DBG) log("onDataStateChanged: add to retry dc=" + dc)
322 protected void log(String s) { method in class:DcController
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 74 if (DBG) log("IsimUiccRecords X ctor this=" + this);
79 log("Disposing " + this);
125 log("fetchIsimRecords " + mRecordsToLoad);
142 if (DUMP_RECORDS) log("EF_IMPI=" + mIsimImpi);
152 if (DBG) log("EF_IMPU record count: " + impuList.size());
157 if (DUMP_RECORDS) log("EF_IMPU[" + i + "]=" + impu);
170 if (DUMP_RECORDS) log("EF_DOMAIN=" + mIsimDomain);
270 protected void log(String s) { method in class:IsimUiccRecords
UiccCard.java 82 if (DBG) log("Creating");
89 if (DBG) log("Disposing card");
116 if (DBG) log(ics.mApplications.length + " applications");
149 if (DBG) log("update: radioState=" + radioState + " mLastRadioState="
155 if (DBG) log("update: notify card removed");
160 if (DBG) log("update: notify card added");
170 if (DBG) log("UiccCard finalized");
247 if (DBG) log("Reboot due to SIM swap");
350 private void log(String msg) { method in class:UiccCard
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
SurfaceFlingerHelper.java 20 import android.util.Log;
100 Log.e(TAG, String.format("Run shell command: %s, status: %s",
104 Log.e(TAG, "// Exception from command " + command + ":", e);
106 Log.e(TAG, "// Interrupted while waiting for the command to finish. ", e);
116 Log.e(TAG, "exception " + e);
145 log("dump frame latency command: " + command);
150 Log.e(TAG, String.format("Run shell command: %s, status: %s",command, status));
155 log("reading refresh period: " + mRefreshPeriod);
170 log("ignore pending fence time");
173 log("the data contains unfinished frame time, please allow the animation
418 private static void log(String msg) { method in class:SurfaceFlingerHelper
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 51 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
95 Logger log = new MockLogger(FOO, null); local
98 assertTrue("logger wasn't registered successfully", mockManager.addLogger(log));
100 assertSame("two loggers not refer to the same object", foo, log);
  /ndk/
ndk-gdb.py 92 def log(string): function
185 log('Android NDK installation path: %s' % (NDK))
201 log('Using specific adb command: %s' % (args.adb_cmd))
311 log('## COMMAND: adb_cmd %s [BACKGROUND]' % (' '.join(args)))
316 log('## COMMAND: adb_cmd %s' % (' '.join(args)))
335 log('## COMMAND: adb_cmd shell %s' % (' '.join(args)))
449 log('ADB version found: %s' % (ADB_VERSION))
451 log('Using ADB flags: %s' % (ADB_FLAGS))
453 log('Using ADB flags: %s "%s"' % (ADB_FLAGS,DEVICE_SERIAL))
456 log('Using specified project path: %s' % (PROJECT)
    [all...]

Completed in 2166 milliseconds

<<21222324252627282930>>