Home
last modified time | relevance | path

Searched refs:Proper (Results 1 – 16 of 16) sorted by relevance

/external/dtc/
DTODO2 * Proper handling of boot cpu information
/external/fmtlib/doc/bootstrap/
Dmedia.less2 // Proper spacing between instances of .media
/external/icu/icu4c/source/config/
DMakefile.inc.in127 # Proper echo newline handling is needed in icu-config
/external/python/cpython2/Doc/library/
Dbasehttpserver.rst110 client. Proper adherence to the HTTP protocol must be used when writing to
/external/syslinux/core/
Dpm.inc452 add eax,(0x80 << 24) ; Proper offset for the next one
/external/llvm/docs/
DAtomics.rst21 * Proper semantics for Java-style memory, for both ``volatile`` and regular
DProgrammersManual.rst271 Proper error handling helps us identify bugs in our code, and helps end-users
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp6646 bool Proper = true; in computeBlockDisposition() local
6653 Proper = false; in computeBlockDisposition()
6655 return Proper ? ProperlyDominatesBlock : DominatesBlock; in computeBlockDisposition()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp9835 bool Proper = true; in computeBlockDisposition() local
9841 Proper = false; in computeBlockDisposition()
9843 return Proper ? ProperlyDominatesBlock : DominatesBlock; in computeBlockDisposition()
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md122 | Proper synchronization of acquired images | vkAcquireNextImageKHR should be called with a valid s…
/external/libjpeg-turbo/
DChangeLog.md306 uses are suitable for testing only. Proper conversion between CMYK and RGB
Dlibjpeg.txt868 task. Proper setting of some parameters requires detailed understanding
/external/clang/docs/
DUsersManual.rst1948 for simple programs. Proper support for conversion to LLVM IR requires
/external/v8/
DChangeLog26125 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
/external/libxml2/
DChangeLog9630 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
/external/curl/
DCHANGES.0478 - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.