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

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/test/java/org/mockito/internal/debugging/
VerboseMockInvocationLoggerTest.java 51 assertThat(printed())
63 assertThat(printed())
73 assertThat(printed()).doesNotContain("stubbed");
82 assertThat(printed())
91 assertThat(printed()).contains("#1");
94 assertThat(printed()).contains("#2");
97 assertThat(printed()).contains("#3");
100 private String printed() { method in class:VerboseMockInvocationLoggerTest
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
print.go 87 printed := make([]bool, f.NumValues())
95 printed[v.ID] = true
108 printed[v.ID] = true
117 if printed[v.ID] {
123 if w != nil && w.Block == b && !printed[w.ID] {
128 printed[v.ID] = true
134 if printed[v.ID] {
138 printed[v.ID] = true
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
print.go 87 printed := make([]bool, f.NumValues())
95 printed[v.ID] = true
108 printed[v.ID] = true
117 if printed[v.ID] {
123 if w != nil && w.Block == b && !printed[w.ID] {
128 printed[v.ID] = true
134 if printed[v.ID] {
138 printed[v.ID] = true
  /external/mockito/src/test/java/org/mockitousage/debugging/
VerboseLoggingOfInvocationsOnMockTest.java 62 Assertions.assertThat(printed())
77 Assertions.assertThat(printed())
94 Assertions.assertThat(printed())
114 Assertions.assertThat(printed())
134 Assertions.assertThat(printed())
154 private String printed() { method in class:VerboseLoggingOfInvocationsOnMockTest
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 95 /// If you want to override the dot attributes printed for a particular
227 int level, bool &printed) {
232 if (!printed) {
233 printed = true;
246 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
261 bool printed = false; local
262 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
265 setSubgraphColorHelper(N, "blue", visited, 0, printed);
267 setSubgraphColorHelper(N, "green", visited, 0, printed);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 90 /// If you want to override the dot attributes printed for a particular
222 int level, bool &printed) {
227 if (!printed) {
228 printed = true;
241 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
256 bool printed = false; local
257 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
260 setSubgraphColorHelper(N, "blue", visited, 0, printed);
262 setSubgraphColorHelper(N, "green", visited, 0, printed);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10066.go 7 // Issue 10066: constants are printed in the original form
issue14010.go 7 // Verify that built-in types don't get printed with
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10066.go 7 // Issue 10066: constants are printed in the original form
issue14010.go 7 // Verify that built-in types don't get printed with
  /external/libnl/lib/route/link/
vlan.c 192 int printed; local
207 for (i = 0, printed = 0; i <= VLAN_PRIO_MAX; i++) {
209 if (printed == 0)
213 if (printed++ == 3) {
215 printed = 0;
220 if (printed > 0 && printed != 4)
227 for (i = 0, printed = 0; i < vi->vi_negress; i++) {
228 if (printed == 0)
233 if (printed++ == 3)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
endtoend_test.go 67 // INST args [// printed form] [// hex encoding]
69 printed := strings.TrimSpace(parts[0])
70 if printed == "" || strings.HasSuffix(printed, ":") { // empty or label
82 // might be printed form or hex
87 printed = note
90 // printed form, then hex
91 printed = strings.TrimSpace(parts[1])
102 // Canonicalize spacing in printed form.
108 for i := 0; i < len(printed); i++
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
endtoend_test.go 67 // INST args [// printed form] [// hex encoding]
69 printed := strings.TrimSpace(parts[0])
70 if printed == "" || strings.HasSuffix(printed, ":") { // empty or label
82 // might be printed form or hex
87 printed = note
90 // printed form, then hex
91 printed = strings.TrimSpace(parts[1])
102 // Canonicalize spacing in printed form.
108 for i := 0; i < len(printed); i++
    [all...]
  /external/libedit/examples/
fileman.c 389 int printed = 0; local
396 printed++;
400 if (!printed)
407 if (printed == 6)
409 printed = 0;
414 printed++;
417 if (printed)
  /external/strace/
poll.c 73 unsigned int printed; local
92 for (printed = 0, cur = start; cur < end; cur += sizeof(fds)) {
107 if (printed >= max_printed) {
127 ++printed;
  /frameworks/rs/rsov/compiler/
GlobalAllocSPIRITPass.cpp 73 bool printed = false; local
81 if (printed)
85 printed = true;
89 if (printed)
  /device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
BootSectImage 25 echo This message was printed by
EfiLdrImage 25 echo This message was printed by
EfiRom 25 echo This message was printed by
GenCrc32 25 echo This message was printed by
GenFfs 25 echo This message was printed by
GenFv 25 echo This message was printed by
GenFw 25 echo This message was printed by
GenPage 25 echo This message was printed by
GenSec 25 echo This message was printed by

Completed in 1731 milliseconds

1 2 3 4 5 6 7 8 91011>>