HomeSort by relevance Sort by last modified time
    Searched defs:logs (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/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/chromium/chrome/browser/chromeos/cros/
syslogs_library.cc 30 // Reads system logs, compresses content if requested.
106 LogDictionaryType* logs = NULL; local
108 logs = chromeos::GetSystemLogs(
114 // Load compressed logs.
122 std::string*>(logs, zip_content));
130 LOG(ERROR) << "Cannot read compressed logs file from " <<
  /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])
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 2179 log_record_t logs[1]; member in struct:wlc_extlog_results
2328 assert_record_t logs[1]; member in struct:assertlog_results
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 2179 log_record_t logs[1]; member in struct:wlc_extlog_results
2328 assert_record_t logs[1]; member in struct:assertlog_results
    [all...]
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 

Completed in 2825 milliseconds