HomeSort by relevance Sort by last modified time
    Searched refs:logOutput (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 59 FILE* logOutput;
271 logOutput = fopen("output.txt", "ab");
272 if (logOutput) {
273 logger = new wxLogStderr(logOutput);
338 fclose(logOutput);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Log.java 241 * @param logOutput The {@link ILogOutput} to use to print the log.
243 public static void setLogOutput(ILogOutput logOutput) {
244 sLogOutput = logOutput;
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 390 Writer logOutput = null;
398 logOutput =
409 logOutput.write(s);
410 logOutput.write("\n");
419 if (logOutput != null) {
420 logOutput.close();
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 2144 milliseconds