Home
last modified time | relevance | path

Searched full:printed (Results 1 – 25 of 4632) sorted by relevance

12345678910>>...186

/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dpretty_printing_scenarios.story8 Then it is printed as:
23 Then it is printed as:
47 Then it is printed as:
70 Then it is printed as:
90 Then it is printed as:
113 Then it is printed as:
126 Scenario: An empty Enum is printed correctly
130 Then it is printed as:
140 Then it is printed as:
156 Then it is printed as:
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dlogging_ops_test.py73 with self.captureWritesToStream(sys.stderr) as printed:
78 self.assertIn((expected + "\n"), printed.contents())
82 with self.captureWritesToStream(sys.stderr) as printed:
87 self.assertIn((expected + "\n"), printed.contents())
91 with self.captureWritesToStream(sys.stderr) as printed:
96 self.assertIn((expected + "\n"), printed.contents())
99 with self.captureWritesToStream(sys.stderr) as printed:
104 self.assertIn((expected + "\n"), printed.contents())
107 with self.captureWritesToStream(sys.stderr) as printed:
112 self.assertIn((expected + "\n"), printed.contents())
[all …]
Dlogging_ops_logging_level_test.py32 with self.captureWritesToStream(sys.stderr) as printed:
36 self.assertTrue("I" in printed.contents())
38 self.assertTrue(expected in printed.contents())
44 with self.captureWritesToStream(sys.stderr) as printed:
48 self.assertTrue("W" in printed.contents())
50 self.assertTrue(expected in printed.contents())
56 with self.captureWritesToStream(sys.stderr) as printed:
60 self.assertTrue("E" in printed.contents())
62 self.assertTrue(expected in printed.contents())
/external/strace/tests-mx32/
Ds390_sthyi.c228 bool printed = false; in print_hypervisor_header() local
234 printed = true; in print_hypervisor_header()
237 if (printed) in print_hypervisor_header()
241 printed = true; in print_hypervisor_header()
244 if (printed) in print_hypervisor_header()
308 bool printed = false; in print_guest_header() local
313 printed = true; in print_guest_header()
316 if (printed) in print_guest_header()
319 printed = true; in print_guest_header()
322 if (printed) in print_guest_header()
[all …]
/external/strace/tests/
Ds390_sthyi.c228 bool printed = false; in print_hypervisor_header() local
234 printed = true; in print_hypervisor_header()
237 if (printed) in print_hypervisor_header()
241 printed = true; in print_hypervisor_header()
244 if (printed) in print_hypervisor_header()
308 bool printed = false; in print_guest_header() local
313 printed = true; in print_guest_header()
316 if (printed) in print_guest_header()
319 printed = true; in print_guest_header()
322 if (printed) in print_guest_header()
[all …]
/external/strace/tests-m32/
Ds390_sthyi.c228 bool printed = false; in print_hypervisor_header() local
234 printed = true; in print_hypervisor_header()
237 if (printed) in print_hypervisor_header()
241 printed = true; in print_hypervisor_header()
244 if (printed) in print_hypervisor_header()
308 bool printed = false; in print_guest_header() local
313 printed = true; in print_guest_header()
316 if (printed) in print_guest_header()
319 printed = true; in print_guest_header()
322 if (printed) in print_guest_header()
[all …]
/external/mesa3d/src/imagination/pco/
Dpco_print.c31 pco_shader *shader; /** The shader being printed. */
362 * \param[in] print_early Whether the mods are being printed before the
444 bool printed = false; in _pco_print_instr() local
448 if (printed) in _pco_print_instr()
452 printed = true; in _pco_print_instr()
457 if (printed) in _pco_print_instr()
479 printed = true; in _pco_print_instr()
482 if (printed) in _pco_print_instr()
486 printed = true; in _pco_print_instr()
492 if (printed) in _pco_print_instr()
[all …]
/external/mockito/src/test/java/org/mockito/internal/debugging/
DVerboseMockInvocationLoggerTest.java51 assertThat(printed()) in should_print_invocation_with_return_value()
64 assertThat(printed()) in should_print_invocation_with_exception()
74 assertThat(printed()).doesNotContain("stubbed"); in should_print_if_method_has_not_been_stubbed()
83 assertThat(printed()) in should_print_stubbed_info_if_available()
93 assertThat(printed()).contains("#1"); in should_log_count_of_interactions()
97 assertThat(printed()).contains("#2"); in should_log_count_of_interactions()
101 assertThat(printed()).contains("#3"); in should_log_count_of_interactions()
104 private String printed() { in printed() method in VerboseMockInvocationLoggerTest
/external/coreboot/payloads/libpayload/libc/
Dprintf.c47 /* Output function, returns count of printed characters or EOF. */
71 * Buffer big enough for 64-bit number printed in base 2, sign, and prefix.
95 * @return Number of characters printed.
108 * @return Number of characters printed.
118 * @param c Character to be printed.
120 * @return Number of characters printed.
154 * @param flags Flags that change the way the character is printed.
156 * @return Number of characters printed, negative value on failure.
186 * @param s String to be printed.
189 * @param flags Flags that modify the way the string is printed.
[all …]
/external/tcpdump/
Dtcpdump.1.in157 description is preceded by a time stamp, printed, by default, as hours,
321 interface, are printed. The interface name or the number can be supplied
454 flag is supported, an interface number as printed by that flag can be
488 saving packets to a ``savefile'' if the packets are being printed to a
782 flag is also specified, make the printed packet output
784 packet is printed, it will be written to the standard output, rather
808 identification, total length and options in an IP packet are printed.
824 printed from NFS reply packets, and SMB packets are fully decoded.
830 are printed in full.
833 Telnet options are printed in hex as well.
[all …]
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Ddisasm.c250 bool printed = false; in print_mul() local
257 printed = true; in print_mul()
288 printed = true; in print_mul()
314 printed = true; in print_mul()
333 printed = true; in print_mul()
349 printed = true; in print_mul()
368 return printed; in print_mul()
398 bool printed = false; in print_acc() local
402 printed = true; in print_acc()
435 printed = true; in print_acc()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DLogWriter.java66 * @param message message to be printed
73 * @param message message to be printed
74 * @param throwable exception to be printed
81 * @param throwable exception to be printed
88 * @param message message to be printed
95 * @param message message to be printed
/external/sdv/vsomeip/third_party/boost/serialization/doc/
Dprofile1.txt38 the gprof listing if it were to be printed.
73 The index number is printed next to every function name so
92 printed after it. If the function is a member of a
93 cycle, the cycle number is printed between the
111 number is printed after it. If the parent is a
112 member of a cycle, the cycle number is printed between
116 `<spontaneous>' is printed in the `name' field, and all the other
133 number is printed after it. If the child is a
134 member of a cycle, the cycle number is printed
Dprofile3.txt39 the gprof listing if it were to be printed.
77 The index number is printed next to every function name so
96 printed after it. If the function is a member of a
97 cycle, the cycle number is printed between the
115 number is printed after it. If the parent is a
116 member of a cycle, the cycle number is printed between
120 `<spontaneous>' is printed in the `name' field, and all the other
137 number is printed after it. If the child is a
138 member of a cycle, the cycle number is printed
/external/robolectric/robolectric/src/main/java/org/robolectric/junit/rules/
DExpectedLogMessagesRule.java165 * Adds an expected log statement. If this log is not printed during test execution, the test case
173 * code cause log messages to be printed.
182 * Adds an expected log statement. If this log is not printed during test execution, the test case
189 * code cause log messages to be printed.
196 * Adds an expected log statement using a regular expression. If this log is not printed during
204 * code cause log messages to be printed.
212 * printed during test execution, the test case will fail. Do not use this to suppress failures.
213 * Use this to test that expected error cases in your code cause log messages to be printed.
224 * printed during test execution, the test case will fail. Do not use this to suppress failures.
225 * Use this to test that expected error cases in your code cause log messages to be printed.
[all …]
/external/mbedtls/scripts/mbedtls_dev/
Dlogging_util.py20 - loglevel >= split_level are printed to stderr.
21 - loglevel < split_level are printed to stdout.
35 # set loglevel >= split_level to be printed to stderr
40 # set loglevel < split_level to be printed to stdout
/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dlogging_util.py20 - loglevel >= split_level are printed to stderr.
21 - loglevel < split_level are printed to stdout.
35 # set loglevel >= split_level to be printed to stderr
40 # set loglevel < split_level to be printed to stdout
/external/mockito/src/test/java/org/mockitousage/debugging/
DVerboseLoggingOfInvocationsOnMockTest.java62 Assertions.assertThat(printed()) in shouldNotPrintInvocationOnMockWithoutSetting()
77 Assertions.assertThat(printed()) in shouldPrintUnstubbedInvocationOnMockToStdOut()
94 Assertions.assertThat(printed()) in shouldPrintStubbedInvocationOnMockToStdOut()
114 Assertions.assertThat(printed()) in shouldPrintThrowingInvocationOnMockToStdOut()
134 Assertions.assertThat(printed()) in shouldPrintRealInvocationOnSpyToStdOut()
153 private String printed() { in printed() method in VerboseLoggingOfInvocationsOnMockTest
/external/mesa3d/src/amd/compiler/
Daco_print_ir.cpp180 int printed = 0; in print_storage() local
182 printed += fprintf(output, "%sbuffer", printed ? "," : ""); in print_storage()
184 printed += fprintf(output, "%sgds", printed ? "," : ""); in print_storage()
186 printed += fprintf(output, "%simage", printed ? "," : ""); in print_storage()
188 printed += fprintf(output, "%sshared", printed ? "," : ""); in print_storage()
190 printed += fprintf(output, "%stask_payload", printed ? "," : ""); in print_storage()
192 printed += fprintf(output, "%svmem_output", printed ? "," : ""); in print_storage()
194 printed += fprintf(output, "%sscratch", printed ? "," : ""); in print_storage()
196 printed += fprintf(output, "%svgpr_spill", printed ? "," : ""); in print_storage()
203 int printed = 0; in print_semantics() local
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/
DTROUBLESHOOTING.md9 that gets printed to stderr.
13 …sages printed by gRPC (supported values are `DEBUG`, `INFO` and `ERROR`). If this environment vari…
30 # GPRC_VERBOSITY accordingly, no traces will be printed.
/external/grpc-grpc/
DTROUBLESHOOTING.md9 that gets printed to stderr.
13 …sages printed by gRPC (supported values are `DEBUG`, `INFO` and `ERROR`). If this environment vari…
30 # GPRC_VERBOSITY accordingly, no traces will be printed.
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc90 // Make sure the whole ASan report is printed, i.e. that we don't die in TEST()
96 // Make sure the whole ASan report is printed, i.e. that we don't die in TEST()
103 // Make sure the whole ASan report is printed, i.e. that we don't die in TEST()
109 // Make sure the whole ASan report is printed, i.e. that we don't die in TEST()
115 // Make sure the whole ASan report is printed, i.e. that we don't die in TEST()
121 // Make sure the whole ASan report is printed, i.e. that we don't die in TEST()
127 // Make sure the whole ASan report is printed, i.e. that we don't die in TEST()
133 // Make sure the whole ASan report is printed, i.e. that we don't die in TEST()
/external/bazelbuild-rules_go/tests/core/nogo/deps/
Ddeps_test.go154 pass.Reportf(token.NoPos, "only printed once")
176 pass.Reportf(token.NoPos, "this should not be printed")
202 "only printed once",
208 if bytes.Contains(stderr.Bytes(), []byte("this should not be printed")) {
209 t.Errorf("%q was printed", "this should not be printed")
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h87 /// \param LockName -- A StringRef name for the lock expression, to be printed
96 /// \param LockName -- A StringRef name for the lock expression, to be printed
108 /// \param LockName -- A StringRef name for the lock expression, to be printed
120 /// \param LockName -- A StringRef name for the lock expression, to be printed
136 /// \param LockName -- A StringRef name for the lock expression, to be printed
159 /// \param LockName -- A StringRef name for the lock expression, to be printed
170 /// \param LockName -- The name for the lock expression, to be printed in the
172 /// \param Neg -- The name of the negative capability to be printed in the
182 /// \param LockName -- A StringRef name for the lock expression, to be printed
/external/python/cpython3/Lib/test/test_unittest/
D_test_warnings.py5 When the tests are run, the warnings are caught and their messages are printed
25 # these warnings are normally silenced, but they are printed in unittest
36 # user warnings should always be printed
42 # these warnings come from the same place; they will be printed

12345678910>>...186