/external/libnl/lib/route/link/ |
D | vlan.c | 192 int i, printed; in vlan_dump_details() local 201 for (i = 0, printed = 0; i <= VLAN_PRIO_MAX; i++) { in vlan_dump_details() 203 if (printed == 0) in vlan_dump_details() 207 if (printed++ == 3) { in vlan_dump_details() 209 printed = 0; in vlan_dump_details() 214 if (printed > 0 && printed != 4) in vlan_dump_details() 221 for (i = 0, printed = 0; i < vi->vi_negress; i++) { in vlan_dump_details() 222 if (printed == 0) in vlan_dump_details() 227 if (printed++ == 3) { in vlan_dump_details() 229 printed = 0; in vlan_dump_details() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 227 int level, bool &printed) { in setSubgraphColorHelper() argument 232 if (!printed) { in setSubgraphColorHelper() 233 printed = true; in setSubgraphColorHelper() 246 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit; in setSubgraphColorHelper() 261 bool printed = false; in setSubgraphColor() local 262 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) { in setSubgraphColor() 265 setSubgraphColorHelper(N, "blue", visited, 0, printed); in setSubgraphColor() 267 setSubgraphColorHelper(N, "green", visited, 0, printed); in setSubgraphColor()
|
/external/libedit/examples/ |
D | fileman.c | 389 int printed = 0; in com_help() local 396 printed++; in com_help() 400 if (!printed) in com_help() 407 if (printed == 6) in com_help() 409 printed = 0; in com_help() 414 printed++; in com_help() 417 if (printed) in com_help()
|
/external/libchrome/sandbox/linux/suid/ |
D | sandbox.c | 171 int printed = snprintf(desc_str, sizeof(desc_str), "%u", sv[1]); in SpawnChrootHelper() local 172 if (printed < 0 || printed >= (int)sizeof(desc_str)) { in SpawnChrootHelper() 185 printed = snprintf(helper_pid_str, sizeof(helper_pid_str), "%u", pid); in SpawnChrootHelper() 186 if (printed < 0 || printed >= (int)sizeof(helper_pid_str)) { in SpawnChrootHelper()
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-nomatch/ |
D | verify.bsh | 17 throw new RuntimeException( "Warning 1 was not printed" ); 20 throw new RuntimeException( "Warning 2 was not printed" ); 23 throw new RuntimeException( "Warning 3 was not printed" );
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CheckTags.java | 49 private boolean printed; field in CheckTags.DocNode 55 this.printed = false; in reset() 61 " printed: " + printed + in toString() 131 if (n.printed) { in output() 132 if (msg != null || !last.printed) { // since index > 0 last is not null in output() 142 n.printed = true; in output()
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 100 int i, j, printed=0; in print_features() local 108 printed++; in print_features() 112 if (printed == 0) in print_features() 121 int i, printed=0; in print_mntopts() local 127 printed++; in print_mntopts() 134 printed++; in print_mntopts() 137 if (printed == 0) in print_mntopts()
|
/external/squashfs-tools/squashfs-tools/ |
D | gzip_wrapper.c | 282 int i, printed; in gzip_display_options() local 307 for(i = 0, printed = 0; strategy[i].name; i++) { in gzip_display_options() 309 if(printed) in gzip_display_options() 314 printed = 1; in gzip_display_options() 318 if(!printed) in gzip_display_options()
|
D | xz_wrapper.c | 328 int dictionary_size, flags, printed; in xz_display_options() local 351 printed = 0; in xz_display_options() 354 if(printed) in xz_display_options() 359 printed = 1; in xz_display_options() 363 if(!printed) in xz_display_options()
|
/external/iw/ |
D | info.c | 434 bool printed = false; in print_phy_handler() local 436 if (!printed) in print_phy_handler() 438 printed = true; in print_phy_handler() 441 if (printed) in print_phy_handler() 449 bool printed = false; in print_phy_handler() local 451 if (!printed) in print_phy_handler() 453 printed = true; in print_phy_handler() 456 if (printed) in print_phy_handler()
|
/external/llvm/test/CodeGen/MIR/Generic/ |
D | frame-info.mir | 36 # Note: max alignment can be target specific when printed. 63 # Note: max alignment can be target specific when printed.
|
/external/markdown/tests/misc/ |
D | pre.txt | 10 * and it should be printed just like this
|
/external/llvm/test/CodeGen/PowerPC/ |
D | sections.ll | 1 ; Test to make sure that bss sections are printed with '.section' directive.
|
D | iabs.ll | 3 ; RUN: grep "4 .*Number of machine instrs printed"
|
/external/llvm/test/CodeGen/X86/ |
D | large-global.ll | 5 ; was printed as 444596224
|
/external/llvm/test/tools/gold/X86/ |
D | invalid.ll | 4 ; test that only one error gets printed
|
/external/bison/src/ |
D | print-xml.c | 76 bool printed = false; in print_core() local 103 printed = true; in print_core() 107 if (!printed) in print_core()
|
/external/google-breakpad/src/testing/gtest/ |
D | CHANGES | 11 * Parameters of value-parameterized tests are now printed in the 44 * double values streamed to an assertion are printed with enough precision 64 * New feature: elapsed time for the tests is printed by default.
|
/external/llvm/test/tools/llvm-objdump/ |
D | hex-relocation-addr.test | 1 // This test checks that relocation addresses are printed in hex
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-unreadable-dump/ |
D | verify.bsh | 17 throw new RuntimeException( "Error was not printed" );
|
/external/crcalc/tests/ |
D | README.txt | 13 be printed.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2010-09-03-RequiredTransitive.ll | 2 ; This test checks if the SCEV analysis is printed out at all.
|
/external/llvm/test/CodeGen/ARM/ |
D | thumb2-it-block.ll | 19 ; We shouldn't need to check for the extra 's' here; tRSB should be printed as
|
/external/protobuf/gtest/ |
D | CHANGES | 12 * double values streamed to an assertion are printed with enough precision 32 * New feature: elapsed time for the tests is printed by default.
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 305 int i, j, printed=0; in print_features() local 313 printed++; in print_features() 317 if (printed == 0) in print_features() 616 unsigned int printed = 0; in dump_extents() local 673 printed ? ", " : "", info.curr_level, in dump_extents() 675 printed = 1; in dump_extents() 703 printed ? ", " : "", in dump_extents() 711 printed ? ", " : "", in dump_extents() 718 printed = 1; in dump_extents() 720 if (printed) in dump_extents()
|