Searched refs:Never (Results 1 – 25 of 66) sorted by relevance
123
/external/llvm/test/Transforms/InstSimplify/ |
D | past-the-end.ll | 9 ; Comparing base addresses of two distinct globals. Never equal. 18 ; Comparing past-the-end addresses of two distinct globals. Never equal. 41 ; Comparing base addresses of two distinct allocas. Never equal. 52 ; Comparing past-the-end addresses of two distinct allocas. Never equal.
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2006-12-05-fp-to-int-ext.ll | 3 ; Never merge these two conversions, even though it's possible: this is
|
D | set.ll | 10 ; Never true 18 ; Never false
|
/external/jsoncpp/ |
D | .clang-format | 36 UseTab: Never
|
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/ |
D | video_engine_tests.gtest-drmemory_win32.txt | 1 # Never completes on Dr Memory Full.
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 239 Never merge functions into a single line. 592 * ``SBPO_Never`` (in configuration: ``Never``) 593 Never put a space before opening parentheses. 654 * ``UT_Never`` (in configuration: ``Never``) 655 Never use tab. 733 UseTab: Never
|
/external/llvm/test/Transforms/ObjCARC/ |
D | tail-call-invariant-enforcement.ll | 10 ; Never tail call objc_autorelease.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/ |
D | usage.rst | 13 The private key is called *private* for a reason. Never share this 171 Never display the stack trace of a 219 Never display the stack trace of a
|
/external/avahi/docs/ |
D | HACKING | 21 * Never forget that Avahi should be buildable without DBUS, GTK or python!
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | StyleGuide.txt | 90 * Never, ever use two leading underscores. This is annoyingly
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | nl.po | 164 msgid "Never synchronize with vertical refresh, ignore application's choice"
|
D | sv.po | 156 msgid "Never synchronize with vertical refresh, ignore application's choice"
|
D | fr.po | 161 msgid "Never synchronize with vertical refresh, ignore application's choice"
|
D | es.po | 159 msgid "Never synchronize with vertical refresh, ignore application's choice"
|
D | de.po | 164 msgid "Never synchronize with vertical refresh, ignore application's choice"
|
/external/llvm/test/Bitcode/ |
D | pr18704.ll | 3 ; CHECK: llvm-dis{{(\.EXE|\.exe)?}}: error: Never resolved value found in function
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 13 # Never forward plain names (without a dot or domain part) 15 # Never forward addresses in the non-routed address spaces. 191 # Never offer DHCP service to a machine whose ethernet
|
/external/regex-re2/ |
D | ucs2.diff | 342 - NeverNL = 1<<12, // Never match NL, even if the regexp mentions 343 + NeverNL = 1<<11, // Never match NL, even if the regexp mentions
|
/external/selinux/secilc/docs/ |
D | cil_access_vector_rules.md | 182 Never allow access rights defined. This is a compiler enforced action that will stop compilation un… 378 Never allow access rights defined for extended permissions. This is a compiler enforced action that…
|
/external/opencv3/doc/py_tutorials/py_core/py_optimization/ |
D | py_optimization.markdown | 154 4. Never make copies of array unless it is needed. Try to use views instead. Array copying is a
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_utils.cpp | 649 return Never; in GetScaleMethod()
|
/external/autotest/frontend/afe/doctests/ |
D | 001_rpc_test.txt | 201 ... 'reboot_after': 'Never', 559 ... 'reboot_after': 'Never',
|
/external/nanohttpd/ |
D | README.md | 115 * Never caches anything.
|
/external/nanohttpd/src/site/markdown/ |
D | index.md | 115 * Never caches anything.
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 878 enum ScaleMethod { Always = 0, Bigger, Smaller, Never }; enumerator
|
123