HomeSort by relevance Sort by last modified time
    Searched defs:LOG (Results 176 - 200 of 440) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java 48 private static final Logger LOG = LoggerFactory.getLogger(DefaultSessionTest.class);
91 LOG.info("Expected: " + expected);
104 LOG.info("Expected: " + expected);
190 LOG.info("Expected: " + expected);
204 LOG.info("Expected: " + expected);
218 LOG.info("data=[" + new String(data) + "]");
234 LOG.info("data=[" + new String(data) + "]");
250 LOG.info("data=[" + new String(data) + "]");
261 LOG.info("data=[" + new String(data) + "]");
333 LOG.info("Expected: " + expected);
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java 47 private static final Logger LOG = Logger.getLogger(DefaultSessionTest.class);
90 LOG.info("Expected: " + expected);
103 LOG.info("Expected: " + expected);
189 LOG.info("Expected: " + expected);
203 LOG.info("Expected: " + expected);
217 LOG.info("data=[" + new String(data) + "]");
233 LOG.info("data=[" + new String(data) + "]");
305 LOG.info("Expected: " + expected);
319 LOG.info("output=[" + outputStream.toString() + "]");
333 LOG.info("Expected: " + expected);
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 51 private static final Logger LOG = Logger.getLogger(FlatManifestWriterImpl.class.getName());
FlatPackageWriterImpl.java 37 private static Logger LOG = Logger.getLogger(FlatPackageWriterImpl.class.getName());
138 LOG.finer("Created : " + bitRateOutputDir.getCanonicalPath());
174 LOG.fine("Removed track " + track);
  /external/tensorflow/tensorflow/cc/gradients/
math_grad_test.cc 68 LOG,
132 case LOG:
133 y = Log(scope_, x);
302 TEST_F(CWiseUnaryGradTest, Log) {
304 TestCWiseGrad<float, float>(LOG, x_fn);
311 TestCWiseGrad<complex64, complex64>(LOG, x_fn);
  /external/testng/src/main/java/org/testng/
CommandLineArgs.java 17 public static final String LOG = "-log";
19 @Parameter(names = { LOG, VERBOSE }, description = "Level of verbosity")
  /external/webrtc/webrtc/base/
logging.h 11 // LOG(...) an ostream target that can be used to send formatted
18 // There are several variations on the LOG macro which facilitate logging
21 // LOG(sev) logs the given stream at severity "sev", which must be a
24 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
26 // LOG_F(sev) Like LOG(), but includes the name of the current function.
27 // LOG_T(sev) Like LOG(), but includes the this pointer.
76 // LOG(LS_ERROR) << "LibraryFunc returned: "
94 // normal debug log, but should appear in diagnostic logs.
99 // LS_NONE: Don't log.
125 // Virtual sink interface that can receive log messages
    [all...]
  /hardware/libhardware/tests/hwc/
cnativewindow.c 44 #define LOG(fmt...) _TRACE(2, fmt)
144 LOG("<< dequeue buffer %p %d\n", *buf, *ffd);
210 // LOG("dl[%d] ctype=0x%08x hints=0x%08x flags=0x%08x\n", i,
233 LOG(">> queue buffer %p %d\n", buffer, ffd);
255 LOG("<< cancel buffer %p %d\n", buf, ffd);
394 LOG("hwc version 0x%08x\n", hwc->common.version);
409 LOG("cfg[%d] = 0x%08x\n", i, configs[i]);
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingDialogFragment.java 49 private static final Logger LOG = new Logger(BluetoothPairingDialogFragment.class);
179 LOG.e("Incorrect pairing type received, not showing any dialog");
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java 65 * {@link DirectoryScanner DirectoryScanners} can be configured to log a
70 * <p>The <code>ResultLogManagerMXBean</code> can be configured to log
71 * these records to a flat file, or into a log held in memory, or both.
73 * <br>When the maximum capacity of the memory log is reached - its first
75 * <br>When the maximum capacity of the file log is reached, the file is
76 * renamed by appending a tilde '~' to its name and a new result log is created.
93 private static final Logger LOG =
96 // The memory log
100 // Whether the memory log capacity was reached. In that case every
105 // The maximum number of record that the memory log ca
300 public void log(ResultRecord record) method in class:ResultLogManager
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java 65 * {@link DirectoryScanner DirectoryScanners} can be configured to log a
70 * <p>The <code>ResultLogManagerMXBean</code> can be configured to log
71 * these records to a flat file, or into a log held in memory, or both.
73 * <br>When the maximum capacity of the memory log is reached - its first
75 * <br>When the maximum capacity of the file log is reached, the file is
76 * renamed by appending a tilde '~' to its name and a new result log is created.
93 private static final Logger LOG =
96 // The memory log
100 // Whether the memory log capacity was reached. In that case every
105 // The maximum number of record that the memory log ca
300 public void log(ResultRecord record) method in class:ResultLogManager
    [all...]
  /system/core/base/include/android-base/
logging.h 26 // To log:
28 // LOG(INFO) << "Some text; " << some_value;
32 // To log the result of a failed function and include the string
46 // By default, the process' name is used as the log tag.
47 // Code can choose a specific log tag by defining LOG_TAG
113 // override the default log buffer will have to construct this themselves.
132 // letter indicating the minimum priority level we're expected to log. This can
229 // LOG(FATAL) << "We didn't expect to reach here";
230 #define LOG(severity) LOG_TO(DEFAULT, severity)
232 // Checks if we want to log something, and sets up appropriate RAII objects i
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTestBase.java 41 private static final Logger LOG = Logger.getLogger(MediaPlayerTestBase.class.getName());
165 LOG.warning("prepare() failed on try " + i + ", trying playback again");
199 LOG.warning("prepare() failed on try " + i + ", trying playback again");
  /external/kmod/tools/
modprobe.c 43 #define LOG(...) log_printf(log_priority, __VA_ARGS__)
213 LOG("Module %s not found.\n", filename);
219 LOG("could not get modversions of %s: %s\n",
280 LOG("Error running %s command for %s\n", type, modname);
309 LOG("Module %s is not in kernel.\n", modname);
367 LOG("Module %s is not in kernel.\n", modname);
374 LOG("Module %s is builtin.\n", modname);
395 LOG("Module %s is in use.\n", modname);
429 LOG("Module %s not found.\n", alias);
494 LOG("Module %s not found in directory %s\n", alias
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 58 private static final Logger LOG = LoggerFactory.getLogger(DefaultSession.class);
145 LOG.debug("Sending Reply [" + buffer.toString() + "]");
155 LOG.debug("Waiting for (passive mode) client connection from client host [" + clientHost
160 LOG.debug("Successful (passive mode) client connection to port "
168 LOG.debug("Connecting to client host [" + clientHost + "] on data port [" + clientDataPort
201 LOG.debug("Flushing and closing client data socket");
208 LOG.error("Error closing client data socket", e);
223 LOG.error("Error writing to control connection", e);
232 LOG.trace("close()");
297 LOG.info("Received command: [" + command + "]");
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 50 private static final Logger LOG = LoggerFactory.getLogger(AbstractFakeFileSystem.class);
470 LOG.info("renaming from [" + normalizedFrom + "] to [" + normalizedTo + "]");
488 LOG.error("Path does not exist: " + path);
631 LOG.debug("path=" + path + " lastComponent=" + lastComponent + " containsWildcards=" + containsWildcards + " dir=" + dir + " pattern=" + pattern);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 58 private static final Logger LOG = Logger.getLogger(DefaultSession.class);
147 LOG.debug("Sending Reply [" + buffer.toString() + "]");
157 LOG.debug("Waiting for (passive mode) client connection from client host [" + clientHost
162 LOG.debug("Successful (passive mode) client connection to port "
171 LOG.debug("Connecting to client host [" + clientHost + "] on data port [" + clientDataPort
205 LOG.debug("Flushing and closing client data socket");
212 LOG.error("Error closing client data socket", e);
227 LOG.error("Error writing to control connection", e);
236 LOG.trace("close()");
294 LOG.info("Received command: [" + command + "]");
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 56 private static final Logger LOG = Logger.getLogger(StubFtpServerIntegrationTest.class);
78 LOG.info("Conecting to " + SERVER);
84 LOG.info("Logging in as " + userAndPassword);
90 LOG.info("Quit");
110 LOG.info("Testing a stop() when no session has ever been started");
138 listCommandHandler.setDirectoryListing("11-09-01 12:30PM 406348 File2350.log\n"
144 verifyFTPFile(files[0], FTPFile.FILE_TYPE, "File2350.log", 406348L);
159 listCommandHandler.setDirectoryListing("11-09-01 12:30PM 406348 File2350.log");
253 LOG.info("Conecting to " + SERVER);
383 LOG.info("Get File for remotePath [" + FILENAME + "]");
    [all...]
  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 28 import android.util.Log;
55 private static final boolean LOG = true;
123 if (LOG) Slog.v(TAG, "notifyWiredAccessoryChanged: when=" + whenNanos
189 if (LOG) Slog.v(TAG, "newName=" + newName
195 Log.e(TAG, "No state change.");
203 Log.e(TAG, "Invalid combination, unsetting h2w flag");
209 Log.e(TAG, "Invalid combination, unsetting usb flag");
213 Log.e(TAG, "invalid transition, returning ...");
219 Log.i(TAG, "MSG_NEW_DEVICE_STATE");
287 if (LOG) {
    [all...]
  /hardware/google/av/codec2/hidl/client/
client.cpp 19 #include <log/log.h>
34 #undef LOG
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/security/
ChooseLockPatternFragment.java 46 private static final Logger LOG = new Logger(ChooseLockPatternFragment.class);
539 LOG.v("startSaveAndFinish with a running SavePatternWorker.");
ChooseLockPinPasswordFragment.java 54 private static final Logger LOG = new Logger(ChooseLockPinPasswordFragment.class);
441 LOG.v("startSaveAndFinish with a running SaveAndFinishWorker.");
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 21 import android.util.Log;
53 private static void LOG(String fmt, Object... args) {
55 Log.v(TAG, String.format(fmt, args));
123 LOG("frame %d fps=%d", mFrameNum, fps);
126 LOG("JANK! (%d ms)", dt);
182 Log.e(TAG, "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
252 Log.d(TAG, "Error while linking program:\n" + error);
275 Log.d(TAG, "Error while compiling shader:\n" + error);
286 Log.w(TAG, "EGL error = 0x" + Integer.toHexString(error));
297 Log.w(TAG, "GL error: (" + what + ") = 0x" + Integer.toHexString(error))
    [all...]
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
NanoWSD.java 151 NanoWSD.LOG.log(Level.FINE, "close failed", e);
158 NanoWSD.LOG.log(Level.FINE, "close failed", e);
737 * logger to log to.
739 private static final Logger LOG = Logger.getLogger(NanoWSD.class.getName());
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 200 NanoHTTPD.LOG.log(Level.FINE, "Communication with the client broken", e);
445 NanoHTTPD.LOG.log(Level.WARNING, "could not delete file ", ignored);
624 NanoHTTPD.LOG.log(Level.FINE, "no protocol version specified, strange. Assuming HTTP/1.1.");
    [all...]

Completed in 885 milliseconds

1 2 3 4 5 6 78 91011>>