Home
last modified time | relevance | path

Searched refs:ness (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/views/mac/
DSkOptionsTableView.mm62 // seems pretty weird that we have to get rid of the const'ness here,
63 // but trying to propagate the const'ness through all the way to the fMenus
/external/llvm/test/Transforms/InstCombine/
Dfmul.ll144 ; 'fast'ness in the code.
/external/mksh/src/
Djobs.c410 ksh_nice(int ness) in ksh_nice() argument
417 if (nice(ness) == -1 && (eno = errno) != 0) in ksh_nice()
420 (void)nice(ness); in ksh_nice()
/external/valgrind/docs/internals/
D3_7_BUGSTATUS.txt123 295472 "executable has wrong endian-ness" when target executable has
/external/llvm/
DMakefile.config.in159 # Endian-ness of the target
/external/google-breakpad/src/build/
Dcommon.gypi697 # are compatible with the general 32-bit-ness.
/external/selinux/libselinux/
DChangeLog193 * Fix const-ness of parameters & make usage() methods static
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt4941 1ness
/external/dnsmasq/
DCHANGELOG.archive1440 Fixed broken-ness when reading /etc/ethers. 2.21 broke
/external/opencv3/3rdparty/libpng/
DCHANGES3738 not initialized); this turns on const-ness only for compilers where
/external/v8/
DChangeLog9489 Check for read-only-ness when preparing for array sort (issue 2419).
/external/libpng/
DCHANGES3748 not initialized); this turns on const-ness only for compilers where
/external/dbus/
DChangeLog.pre-1-0564 shared-ness. Now, we always hold a ref on anything opened
/external/libxml2/
DChangeLog7155 * xmlschemas.c: small signed-ness patch from Steve Little