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

1 2 3 45 6 7 8 91011>>

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
_AbstractStubDataCommandHandlerTest.java 39 private static final Logger LOG = LoggerFactory.getLogger(_AbstractStubDataCommandHandlerTest.class);
131 LOG.info("Expected: " + expected);
144 LOG.info("Expected: " + expected);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
AbstractCommandHandler.java 40 private static final Logger LOG = Logger.getLogger(AbstractCommandHandler.class);
246 LOG.warn("No reply text defined for reply code [" + code + "]");
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/util/
AssertTest.java 39 private static final Logger LOG = Logger.getLogger(AssertTest.class);
67 LOG.info("Expected: " + expected);
85 LOG.info("Expected: " + expected);
223 LOG.info("Expected: " + expected);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AbstractCommandHandlerTest.java 41 private static final Logger LOG = Logger.getLogger(AbstractCommandHandlerTest.class);
67 LOG.info("Expected: " + expected);
90 LOG.info("Verifying: " + invocationRecord);
103 LOG.info("Verifying: " + invocationRecord);
121 LOG.info("Verifying: " + invocationRecord);
AlloCommandHandlerTest.java 33 private static final Logger LOG = Logger.getLogger(AlloCommandHandlerTest.class);
79 LOG.info("Expected: " + expected);
93 LOG.info("Expected: " + expected);
106 LOG.info("Expected: " + expected);
CommandTest.java 32 private static final Logger LOG = Logger.getLogger(CommandTest.class);
53 LOG.info("Expected: " + expected);
66 LOG.info("Expected: " + expected);
98 LOG.info("Expected: " + expected);
FileRetrCommandHandlerTest.java 38 private static final Logger LOG = Logger.getLogger(FileRetrCommandHandlerTest.class);
53 LOG.info("Expected: " + expected);
66 LOG.info("Expected: " + expected);
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
146 LOG.info("Expected: " + expected);
176 // LOG.info("Created temporary file [" + FILE_PATH + "]: length=" + file.length());
PortCommandHandlerTest.java 37 private static final Logger LOG = Logger.getLogger(PortCommandHandlerTest.class);
99 LOG.info("Expected: " + expected);
113 LOG.info("Expected: " + expected);
127 LOG.info("Expected: " + expected);
141 LOG.info("Expected: " + expected);
RetrCommandHandlerTest.java 35 private static final Logger LOG = Logger.getLogger(RetrCommandHandlerTest.class);
48 LOG.info("Expected: " + expected);
61 LOG.info("Expected: " + expected);
74 LOG.info("Expected: " + expected);
87 LOG.info("Expected: " + expected);
_AbstractStubCommandHandlerTest.java 39 private static final Logger LOG = Logger.getLogger(_AbstractStubCommandHandlerTest.class);
101 LOG.info("Expected: " + expected);
128 LOG.info("Expected: " + expected);
_AbstractStubDataCommandHandlerTest.java 39 private static final Logger LOG = Logger.getLogger(_AbstractStubDataCommandHandlerTest.class);
131 LOG.info("Expected: " + expected);
144 LOG.info("Expected: " + expected);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractContainerBox.java 39 private static Logger LOG = Logger.getLogger(AbstractContainerBox.class.getName());
152 LOG.warning("Something's wrong with the sizes. There are dead bytes in a container box.");
FullContainerBox.java 38 private static Logger LOG = Logger.getLogger(FullContainerBox.class.getName());
114 LOG.severe("Some sizes are wrong");
  /external/pdfium/fxbarcode/datamatrix/
BC_ErrorCorrection.cpp 106 int32_t CBC_ErrorCorrection::LOG[256] = {0};
112 LOG[p] = i;
193 ALOG[(LOG[m] + LOG[FACTORS[table][k]]) % 255]);
199 ecc[0] = (uint16_t)ALOG[(LOG[m] + LOG[FACTORS[table][0]]) % 255];
  /external/perf_data_converter/src/quipper/mybase/base/
logging.h 19 // LogLevel is an enumeration that holds the log levels like libbase does.
29 // Sets the log level. Anything at or above this level will be written to the
30 // log file/displayed to the user (if applicable). Anything below this level
31 // will be silently ignored. The log level defaults to 0 (everything is logged
33 // Note that log messages for VLOG(x) are logged at level -x, so setting
34 // the min log level to negative values enables verbose logging.
37 // Gets the current log level.
65 class Log : public LogBase {
67 Log(LogLevel level, const char* level_str, const char* file, int line)
72 ~Log() {
    [all...]
  /external/v8/src/
log.h 33 // --log
36 // --log-all
37 // Log all events to the file, default is off. This is the same as combining
38 // --log-api, --log-code, --log-gc, and --log-regexp.
40 // --log-api
41 // Log API events to the logfile, default is off. --log-api implies --log
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
log.h 32 * The output will be correct when the log file is shared between multiple
47 #include <utils/Log.h> /* For the LOG macro */
61 #define LOG ALOG
65 #define LOG ALOG
95 /* Based off the log priorities in android
96 /system/core/include/android/log.h */
137 * Simplified macro to send a verbose log message using the current MPL_LOG_TAG.
192 * Simplified macro to send a debug log message using the current MPL_LOG_TAG.
211 * Simplified macro to send an info log message using the current MPL_LOG_TAG
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 32 * The output will be correct when the log file is shared between multiple
47 #include <utils/Log.h> /* For the LOG macro */
60 #define LOG ALOG
90 /* Based off the log priorities in android
91 /system/core/include/android/log.h */
119 * Simplified macro to send a verbose log message using the current MPL_LOG_TAG.
161 * Simplified macro to send a debug log message using the current MPL_LOG_TAG.
175 * Simplified macro to send an info log message using the current MPL_LOG_TAG.
193 * Simplified macro to send a warning log message using the current MPL_LOG_TAG
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestKeyManager.java 38 private static final boolean LOG = false;
39 private static final PrintStream out = LOG ? System.out : new NullPrintStream();
  /packages/apps/Car/Settings/src/com/android/car/settings/accounts/
AddAccountActivity.java 66 private static final Logger LOG = new Logger(AddAccountActivity.class);
91 LOG.v("Account manager future is not done.");
106 LOG.v("account added: " + result);
108 LOG.v("addAccount error: " + e);
119 LOG.v("saved");
127 LOG.v("Restored from previous add account call: " + mAddAccountCalled);
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothDetailFragment.java 43 private static final Logger LOG = new Logger(BluetoothDetailFragment.class);
72 LOG.e("Bluetooth is not supported on this device");
88 LOG.w("No bluetooth device set.");
BluetoothPairingService.java 50 private static final Logger LOG = new Logger(BluetoothPairingService.class);
85 LOG.d("Notification cancel " + mDevice.getAddress() + " ("
91 LOG.d("Dismiss pairing for " + mDevice.getAddress() + " ("
113 LOG.e("Can't start: null intent!");
134 LOG.w("Device " + mDevice + " not bonding: " + mDevice.getBondState());
145 LOG.d("Show pairing notification for " + mDevice.getAddress() + " (" + name + ")");
  /packages/apps/Car/Settings/src/com/android/car/settings/common/
ExtraSettingsLoader.java 50 private static final Logger LOG = new Logger(ExtraSettingsLoader.class);
98 LOG.d("no title.");
108 LOG.d("no description.");
117 LOG.d("no category.");
120 LOG.d("Couldn't find info", e);
128 LOG.d("use default icon.");
  /packages/apps/Car/Settings/src/com/android/car/settings/home/
ExtraSettingsLoader.java 35 private static final Logger LOG = new Logger(ExtraSettingsLoader.class);
86 LOG.d("no description.");
95 LOG.d("no category.");
98 LOG.d("Couldn't find info", e);
101 LOG.d("no title.");
111 LOG.d("no icon.");
  /packages/apps/Car/Settings/src/com/android/car/settings/sound/
VolumeLineItem.java 41 private static final Logger LOG = new Logger(VolumeLineItem.class);
89 LOG.w("Ignoring volume change event because the car isn't connected");
97 LOG.e("Car is not connected!", e);
146 LOG.e("Car is not connected!", e);
155 LOG.e("Car is not connected!", e);

Completed in 1593 milliseconds

1 2 3 45 6 7 8 91011>>