/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 28 import org.apache.commons.logging.Log; 39 * <code>org.apache.commons.logging.Log</code> to identify the 41 * <li>Use the <code>org.apache.commons.logging.Log</code> system property 51 * <p>If the selected {@link Log} implementation class has a 55 * attributes available to the Log instance, if it so desires.</p> 57 * <p>This factory will remember previously created <code>Log</code> instances 103 * The name (<code>org.apache.commons.logging.Log</code>) of the system 104 * property identifying our {@link Log} implementation class. 107 "org.apache.commons.logging.Log"; 115 "org.apache.commons.logging.log"; 651 Log log = createLogFromClass( local [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
eventsview.js | 467 * Called whenever some log events are deleted. |sourceIds| lists 468 * the source IDs of all deleted log entries. 483 * Called whenever all log events are deleted. 490 * Called when either a log file is loaded or when going back to actively
|
socketpoolwrapper.js | 7 * used by the log and sockets view to print tables containing both
|
/external/grub/util/ |
grub-install.in | 34 log_file=/tmp/grub-install.log.$$ 50 mklog="/bin/mktemp /tmp/grub-install.log.XXXXXX"
|
/external/iproute2/examples/ |
dhcp-client-script | 17 exec >> /tmp/DHS.log 2>&1 22 LOG () { 23 echo LOG $* ; 131 LOG DelINETAddr $* 136 LOG ifconfig $addrid down 152 LOG AddINETAddr $* 164 LOG ifconfig $addrid $2 $mask_arg $brd_arg up 175 LOG AddDefaultRoutes $* 177 LOG route add default gw $router 190 LOG DelDefaultRoutes $ [all...] |
/external/libffi/testsuite/ |
Makefile.am | 16 CLEANFILES = *.exe core* *.log *.sum
|
/external/llvm/lib/CodeGen/ |
IntrinsicLowering.cpp | 146 case Intrinsic::log: 147 EnsureFPIntrinsicsExist(M, I, "logf", "log", "logl"); 504 case Intrinsic::log: { 505 ReplaceFPIntrinsicWithCall(CI, "logf", "log", "logl");
|
/external/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 501 $self->{value} = ".p2align\t" . (log($line)/log(2));
|
/external/openssl/crypto/sha/asm/ |
sha512-ppc.pl | 184 $SHL $num,$num,`log(16*$SZ)/log(2)`
|
/external/sonivox/jet_tools/JetCreator/ |
JetCreator.py | 198 self.log = wx.TextCtrl(rightPanel, -1)
206 vboxRight.Add(self.log, 0, wx.EXPAND)
400 self.log.SetValue("")
404 self.log.SetValue("%s %.2f Seconds" % (self.currentSegmentName, iLength / 1000.00))
406 self.log.SetValue("%s" % (self.currentSegmentName))
[all...] |
/external/v8/test/mjsunit/ |
debug-liveedit-check-stack.js | 65 print("Change log: " + JSON.stringify(change_log) + "\n");
|
debug-liveedit-patch-positions-replace.js | 63 print("Change log: " + JSON.stringify(change_log) + "\n");
|
debug-liveedit-patch-positions.js | 98 print("Change log: " + JSON.stringify(change_log) + "\n");
|
function-names.js | 82 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ExtensionServer.js | 49 this._registerHandler("log", this._onLog.bind(this)); 252 WebInspector.log(message.message); 469 console.log("Extension server error: " + String.vsprintf(description, details));
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GLUtils.cpp | 34 #include <cutils/log.h> 42 #include <cutils/log.h>
|
/frameworks/base/core/java/android/server/ |
BluetoothService.java | 58 import android.util.Log; 212 Log.w(TAG, "Bluetooth daemons already running - runtime restart? "); 259 Log.e(TAG, "CheckBluetoothAddress failed for car dock address: " 263 Log.e(TAG, "FileNotFoundException while trying to read dock address"); 265 Log.e(TAG, "IOException while trying to read dock address"); 292 Log.e(TAG, "FileNotFoundException while trying to write dock pairing pin"); 294 Log.e(TAG, "IOException while while trying to write dock pairing pin"); 435 // Log bluetooth off to battery stats. 618 // Log bluetooth on to battery stats. 623 Log.e(TAG, "", e) 2740 private static void log(String msg) { method in class:BluetoothService [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AsmAnalyzer.java | 50 private final Log mLog; 63 * @param log The log output. 70 public AsmAnalyzer(Log log, List<String> osJarPath, AsmGenerator gen, 72 mLog = log;
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParser.jj | 71 private static void log(String msg) {
|
/prebuilt/common/http-client/ |
httpclient-4.1.1.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParser.java | 622 AdtPlugin.log(e, "Can't find range information for %1$s", file.getName()); 659 AdtPlugin.log(e, "Can't find range information for %1$s", file.getName());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ProjectCallback.java | 155 // no need to log this. 171 // Find root cause to log it. 176 AdtPlugin.log(e, "%1$s failed to instantiate.", className); //$NON-NLS-1$ 444 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleRefactoring.java | 476 AdtPlugin.log(e, null); 478 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
AndroidManifestDescriptors.java | 534 AdtPlugin.log(IStatus.WARNING, "%s", sb.toString()); 548 AdtPlugin.log(IStatus.WARNING, "%s", sb.toString());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
DdmsPlugin.java | 23 import com.android.ddmlib.Log; 25 import com.android.ddmlib.Log.ILogOutput; 26 import com.android.ddmlib.Log.LogLevel; 89 /** Console for DDMS log message */ 167 // set up the ddms log to use the ddms console. 168 Log.setLogOutput(new ILogOutput() { 487 Log.e("DDMS", msg); 489 getDefault().getLog().log(status); 521 getDefault().getLog().log(status);
|