Home
last modified time | relevance | path

Searched refs:lose (Results 1 – 25 of 94) sorted by relevance

1234

/external/tcpdump/
Dprint-zephyr.c141 int lose = 0; in zephyr_print() local
154 if (!s) lose = 1; in zephyr_print()
158 if (!lose) field = strtol(s, 0, 16); in zephyr_print()
162 if (!lose) field = s; in zephyr_print()
165 if (lose) return; in zephyr_print()
186 if (lose) { in zephyr_print()
202 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print()
237 if (!lose) printf(" %s", z_triple(c, i, r)); in zephyr_print()
/external/markdown/tests/misc/
Dlists.txt17 A lose list:
25 A lose list with paragraphs
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLLoseContext.cpp43 void WebGLLoseContext::lose(bool force) in lose() function in blink::WebGLLoseContext
46 WebGLExtension::lose(true); in lose()
DWebGLExtension.h47 virtual void lose(bool) in lose() function
DWebGLLoseContext.h46 virtual void lose(bool) OVERRIDE;
/external/elfutils/0.153/libdwfl/
Dlinux-proc-maps.c233 bool lose = report (); in proc_maps_report() local
235 return result != 0 ? result : lose ? -1 : 0; in proc_maps_report()
/external/chromium_org/third_party/yasm/source/patched-yasm/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/e2fsprogs/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/libexif/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/bison/runtime-po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/elfutils/0.153/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/bison/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/chromium_org/ui/views/test/
Dwidget_test_mac.mm17 // Retain the window while closing it, otherwise the window may lose its last
/external/llvm/test/Transforms/Reassociate/
Dno-op.ll27 ; The initial add doesn't change so should not lose the nsw flag.
/external/chromium_org/components/os_crypt/
Dkeychain_password_mac.mm52 // the encryption keyword. So as to not lose encrypted data when system
/external/chromium_org/v8/test/webkit/
DtoString-number-dot-expr-expected.txt24 …ng() round-trip on a function that has a expression of form 4..x does not lose its meaning. The ex…
/external/valgrind/main/gdbserver_tests/
Dmcleak.stdinB.gdb26 # b10--; // lose b10
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
Dmin_max_operations_neon.S46 vmax.u16 q12, q13 @ Use u16 so we don't lose the value -32768.
95 vmax.u32 q11, q13 @ Use u32 so we don't lose the value 0x80000000.
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dwindowed_install_dialog_controller.mm90 // otherwise hard to lose behind other windows (since it is not modal).
/external/sepolicy/
Dkernel.te66 # and is then trying to exec a shell or other program. You lose!
/external/qemu/slirp/
DCOPYRIGHT44 this software. None. Nada. If you lose a million dollars while using
/external/qemu/slirp-android/
DCOPYRIGHT44 this software. None. Nada. If you lose a million dollars while using
/external/chromium_org/third_party/sqlite/src/ext/async/
DREADME.txt33 You lose the Durable property. With the default I/O backend of SQLite,
41 You lose Durability with asynchronous I/O, but you still retain the
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
DTODO34 you have to gain or lose by using a different browser.
/external/llvm/test/Instrumentation/AddressSanitizer/
Dcoverage-dbg.ll1 ; Test that coverage instrumentation does not lose debug location.

1234