/external/tcpdump/ |
D | print-zephyr.c | 140 int lose = 0; in zephyr_print() local 153 if (!s) lose = 1; in zephyr_print() 157 if (!lose) field = strtol(s, 0, 16); in zephyr_print() 161 if (!lose) field = s; in zephyr_print() 164 if (lose) return; in zephyr_print() 185 if (lose) { in zephyr_print() 201 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print() 236 if (!lose) ND_PRINT((ndo, " %s", z_triple(c, i, r))); in zephyr_print()
|
/external/markdown/tests/misc/ |
D | lists.txt | 17 A lose list: 25 A lose list with paragraphs
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | nontemporal.ll | 18 ; Check that we don't lose !nontemporal hint when vectorizing loads. 29 ; Check that we don't lose !nontemporal hint when vectorizing stores.
|
/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | nontemporal.ll | 8 ; Check that we don't lose !nontemporal hint when vectorizing loads. 33 ; Check that we don't lose !nontemporal hint when vectorizing stores.
|
/external/bison/po/ |
D | insert-header.sin | 14 # Output the file's contents by reading the next line. But don't lose the
|
/external/bison/runtime-po/ |
D | insert-header.sin | 14 # Output the file's contents by reading the next line. But don't lose the
|
/external/e2fsprogs/po/ |
D | insert-header.sin | 14 # Output the file's contents by reading the next line. But don't lose the
|
/external/elfutils/po/ |
D | insert-header.sin | 14 # Output the file's contents by reading the next line. But don't lose the
|
/external/libexif/po/ |
D | insert-header.sin | 14 # Output the file's contents by reading the next line. But don't lose the
|
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/ |
D | control | 16 causes us to lose credentials to our currently connected service. Tests
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 273 bool lose = report (); in proc_maps_report() local 275 return result != 0 ? result : lose ? -1 : 0; in proc_maps_report()
|
/external/llvm/test/Transforms/Reassociate/ |
D | no-op.ll | 27 ; The initial add doesn't change so should not lose the nsw flag.
|
/external/valgrind/gdbserver_tests/ |
D | mcleak.stdinB.gdb | 26 # b10--; // lose b10
|
/external/llvm/test/Instrumentation/SanitizerCoverage/ |
D | coverage2-dbg.ll | 1 ; Test that coverage instrumentation does not lose debug location.
|
D | coverage-dbg.ll | 1 ; Test that coverage instrumentation does not lose debug location.
|
/external/eigen/doc/ |
D | LeastSquares.dox | 66 lose twice as many digits using normal equation than if you use the other methods.
|
/external/syslinux/core/lwip/doc/ |
D | contrib.txt | 12 features of Savannah help us not lose users' input.
|
/external/llvm/test/CodeGen/X86/ |
D | win-alloca-expander.ll | 55 ; The stack restore means we lose track of the stack pointer and must probe.
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 58 /* lose the setuid and setgid capbilities */ 281 lease_prune(NULL, now); /* lose any expired leases */
|
/external/clang/test/Analysis/ |
D | misc-ps-eager-assume.m | 35 // The cast to 'short' causes us to lose symbolic constraint.
|
/external/webrtc/webrtc/base/ |
D | sslstreamadapter_unittest.cc | 442 void SetLoseFirstPacket(bool lose) { in SetLoseFirstPacket() argument 443 lose_first_packet_ = lose; in SetLoseFirstPacket()
|
/external/protobuf/objectivec/Tests/ |
D | GPBMessageTests.m | 781 // Setting submessage to nil should cause it to lose its creator. 793 // Clearing submessage (set has == NO) should NOT cause it to lose its 895 // lose its creator. 1069 // Setting array to nil should cause it to lose its delegate. 1267 // Setting map to nil should cause it to lose its delegate. 1633 // Clearing autocreated extension should NOT cause it to lose its creator.
|
/external/llvm/docs/tutorial/ |
D | LangImpl10.rst | 187 First, you're right that LLVM does lose information. For example, as of 199 Second, while LLVM does lose information, LLVM is not a fixed target: we
|
D | OCamlLangImpl8.rst | 195 First, you're right that LLVM does lose information. For example, as of 207 Second, while LLVM does lose information, LLVM is not a fixed target: we
|
/external/clang/docs/analyzer/ |
D | nullability.rst | 49 - We can assume that these pointers are not null and we lose coverage with the analyzer. (This can …
|