HomeSort by relevance Sort by last modified time
    Searched refs:logs (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/base/services/tests/servicestests/src/com/android/server/
BootReceiverFixFsckFsStatTest.java 37 final String[] logs = { local
55 doTestFsckFsStat(logs, 0x405, 0x5, 0, logs.length);
57 final String[] doubleLogs = new String[logs.length * 2];
58 System.arraycopy(logs, 0, doubleLogs, 0, logs.length);
59 System.arraycopy(logs, 0, doubleLogs, logs.length, logs.length);
60 doTestFsckFsStat(doubleLogs, 0x401, 0x1, 0, logs.length)
66 final String[] logs = { local
88 final String[] logs = { local
109 final String[] logs = { local
128 final String[] logs = { local
146 final String[] logs = { local
170 final String[] logs = { local
    [all...]
  /external/libmojo/base/android/junit/src/org/chromium/base/
LogTest.java 28 List<ShadowLog.LogItem> logs = ShadowLog.getLogs(); local
29 assertEquals("Only one log should be written", 1, logs.size());
31 assertTrue("The origin of the log message (" + logs.get(0).msg + ") looks wrong.",
32 logs.get(0).msg.matches("\\[LogTest.java:\\d+\\].*"));
60 List<ShadowLog.LogItem> logs = ShadowLog.getLogs(); local
64 assertEquals(t, logs.get(logs.size() - 1).throwable);
65 assertEquals("Bar", logs.get(logs.size() - 1).msg);
69 assertEquals(t, logs.get(logs.size() - 1).throwable)
    [all...]
  /development/tools/logblame/
test_logs.py 3 import logs
11 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "",
21 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "",
31 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
43 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
56 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
68 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
79 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
91 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
105 logs.LogLine("system", "03-29 00:46:58.857", "1000", "1815", "1816", "I", "Noisy", "Message")
    [all...]
  /frameworks/base/core/java/com/android/internal/logging/testing/
FakeMetricsLogger.java 16 private Queue<LogMaker> logs = new LinkedList<>(); field in class:FakeMetricsLogger
20 logs.offer(new LogMaker(rep));
24 return logs;
28 logs.clear();
  /external/linux-kselftest/tools/testing/selftests/ftrace/
Makefile 6 EXTRA_CLEAN := $(OUTPUT)/logs/*
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
TestLogHandler.java 28 private final List<String> logs = new ArrayList<>(); field in class:TestLogHandler
31 logs.add(logRecord.getLevel() + ": " + logRecord.getMessage());
42 while (logs.isEmpty()) {
45 return logs.remove(0);
  /external/linux-kselftest/tools/testing/selftests/pstore/
Makefile 9 EXTRA_CLEAN := logs/* *uuid
  /platform_testing/libraries/device-collectors/src/test/java/android/device/loggers/test/
StubInstrumentationAnnotatedTest.java 34 @Rule public TestLogData logs = new TestLogData(); field in class:StubInstrumentationAnnotatedTest
38 logs.addTestLog("fake_file", new File("/fake/path"));
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
callbacks.py 72 def on_epoch_begin(self, epoch, logs=None):
77 logs: dictionary of logs.
79 logs = logs or {}
81 callback.on_epoch_begin(epoch, logs)
86 def on_epoch_end(self, epoch, logs=None):
91 logs: dictionary of logs.
93 logs = logs or {
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/
aws-java-sdk-logs-1.11.18.jar 
  /external/parameter-framework/upstream/test/functional-tests/include/
StoreLogger.hpp 63 using Logs = std::vector<Log>;
67 logs.push_back({Log::Level::warning, strLog});
69 void info(const std::string &strLog) override { logs.push_back({Log::Level::info, strLog}); }
71 const Logs &getLogs() const { return logs; }
73 const Logs filter(Log::Level level) const
78 Logs match(const std::string &pattern) const
86 Logs filter(Predicate predicate) const
88 Logs filtered;
89 std::copy_if(logs.begin(), logs.end(), std::back_inserter(filtered), predicate)
93 Logs logs; variable
    [all...]
  /external/ltp/testcases/realtime/scripts/
setenv.sh 19 export LOG_DIR=$TESTS_DIR/logs
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/configs/
bt_stack.conf 6 BtSnoopFileName=/data/misc/bluetooth/logs/btsnoop_hci.log
  /tools/test/connectivity/acts/tests/google/bt/setup/
bt_stack.conf 6 BtSnoopFileName=/data/misc/bluetooth/logs/btsnoop_hci.log
  /external/autotest/server/site_tests/android_CrashLogging/
android_CrashLogging.py 16 # Number of times to retry the command the find command to find logs.
20 """Confirm that crash logs are generated for native crashes."""
25 """Confirm that crash logs are generated for crashes.
52 logs = None
55 logs = self.host.run_output(
60 raise error.TestFail('No crash logs were created because of a '
62 'where crash logs are written to does not '
64 if logs:
68 if not logs:
69 raise error.TestFail('No crash logs were created.'
    [all...]
  /external/autotest/server/site_tests/brillo_CrashLogging/
brillo_CrashLogging.py 14 # Number of times to retry the command the ls command to find logs.
18 """Confirm that crash logs are generated for native crashes."""
23 """Confirm that crash logs are generated for native crashes.
32 # Remove any existing crash logs.
47 logs = None
50 logs = self.host.run_output(
55 raise error.TestFail('No crash logs were created because of a '
57 'where crash logs are written to does not '
59 if logs:
63 if not logs
    [all...]
  /external/skia/infra/bots/recipe_modules/isolate/tests/
isolated_tests.py 14 api.step.active_result.presentation.logs['details'] = [
  /external/skqp/infra/bots/recipe_modules/isolate/tests/
isolated_tests.py 14 api.step.active_result.presentation.logs['details'] = [
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
MonkeyTest.java 42 String logs = mDevice.executeAdbCommand( local
45 Scanner s = new Scanner(logs);
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostTest.java 25 * Test to check the APK logs to Logcat.
73 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); local
76 Scanner in = new Scanner(logs);
  /external/autotest/client/site_tests/platform_CheckErrorsInLog/
platform_CheckErrorsInLog.py 17 Check system logs for errors.
45 logs = ['kern.log', 'syslog', 'dmesg']
47 for log in logs:
55 raise error.TestFail('%d failures found in logs' % errors)
  /external/autotest/contrib/
run-pool-inventory 13 site_utils/balance_pools.py "${ARGS[@]}" &> logs/dut-data/$BALANCE_POOL_LOG
  /platform_testing/libraries/metrics-helper/src/android/support/test/metricshelper/
MetricsAsserts.java 46 Queue<LogMaker> logs = findMatchingLogs(queue, local
49 assertTrue(message, !logs.isEmpty());
66 Queue<LogMaker> logs = findMatchingLogs(queue, local
69 assertTrue(message, !logs.isEmpty());
73 * @returns logs that have at least all the matching fields in the template.
81 * @returns logs that have at least all the matching fields in the template.
84 LinkedList<LogMaker> logs = new LinkedList<>(); local
86 return logs;
91 logs.push(b);
94 return logs;
    [all...]
  /external/autotest/client/cros/video/
helper_logger.py 11 """Return vmodule flag for chrome to enable VDAs/VEAs/JDAs/V4L2IP logs"""
23 Return decorator that make verbose video logs enable
76 Enable logs before the test, execute the test and disable logs
79 In any case, it is guranteed to disable logs.
104 Enable/Disable video logs.
107 self.logs = []
120 self.logs.append({'files': files,
126 """Enable logs"""
127 for log in self.logs
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 66 static protected Hashtable logs = new Hashtable(); field in class:LogSource
200 Log log = (Log) (logs.get(name));
203 logs.put(name, log);
259 * all logs known to me.
262 return (String[]) (logs.keySet().toArray(new String[logs.size()]));

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011