/external/webkit/WebCore/platform/wx/ |
LoggingWx.cpp | 52 Vector<String> logs; local 54 wkLoggingEnv.split(",", logs); 56 for (size_t i = 0; i < logs.size(); ++i) { 57 WTFLogChannel* channel = getChannelFromName(logs[i]);
|
/external/apache-http/src/org/apache/commons/logging/ |
LogSource.java | 61 static protected Hashtable logs = new Hashtable(); field in class:LogSource 195 Log log = (Log) (logs.get(name)); 198 logs.put(name, log); 254 * all logs known to me. 257 return (String[]) (logs.keySet().toArray(new String[logs.size()]));
|
/external/dbus/dbus/ |
Android.mk | 1 # Set to true to write libdbus logs to logcat instead of stderr 2 # See also config.h to turn on verbose logs
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/ |
aica.c | 66 /* int logs[] = { 88 const static unsigned char logs[] = { variable 113 #define AICA_VOL(x) (0xff - logs[128 + (((x) & 0xff) / 2)]) 114 //#define AICA_VOL(x) (0xff - logs[x&255])
|
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/ |
steps.py | 31 logText = cmd.logs['stdio'].getText() 61 logText = cmd.logs['stdio'].getText() 99 logText = cmd.logs['stdio'].getText() 139 CRASH_LOG=~/Library/Logs/CrashReporter/DumpRenderTree*.crash*; \
|
/external/webkit/WebKitTools/Scripts/ |
prepare-ChangeLog | 272 # Find the change logs. 321 my @logs = (); 323 push @logs, File::Spec->catfile($prefix || ".", "ChangeLog"); 326 if (@logs && $updateChangeLogs && $isSVN) { 328 open ERRORS, "-|", $SVN, "update", @logs 420 if ($openChangeLogs && @logs) { 424 system "open", "-a", $editor, @logs; 426 system "open", "-e", @logs; [all...] |
/external/webkit/WebCore/inspector/front-end/ |
inspector.css | [all...] |