Searched refs:useless (Results 1 - 13 of 13) sorted by relevance
/external/llvm/test/tools/llvm-cov/Inputs/ |
H A D | test.cpp | 12 void useless() {} function
|
/external/libxml2/ |
H A D | testThreadsWin32.c | 106 DWORD useless; local 108 thread_specific_data, testfiles[i], 0, &useless);
|
H A D | runtest.c | 1129 * Everything is available on the context, so this is useless in our case. 4061 DWORD useless; local 4066 &useless);
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
H A D | configure_runtime.c | 208 PVOID useless; local 209 Wow64DisableWow64FsRedirection(&useless);
|
/external/google-breakpad/src/processor/ |
H A D | minidump.cc | 1586 uint32_t useless; local 1587 if (!minidump_->ReadBytes(&useless, 4)) { 2478 uint32_t useless; local 2479 if (!minidump_->ReadBytes(&useless, 4)) { 2739 uint32_t useless; local 2740 if (!minidump_->ReadBytes(&useless, 4)) {
|
/external/syslinux/com32/lib/libpng/ |
H A D | CHANGES | 964 Removed some useless type casts of the NULL pointer. 2026 Removed a useless test and fixed incorrect test in png_set_cHRM_fixed() 2478 Eliminated useless call to png_check_cHRM() from pngset.c
|
/external/python/cpython2/Lib/test/ |
H A D | test_datetime.py | 71 useless = tzinfo() 73 self.assertRaises(NotImplementedError, useless.tzname, dt) 74 self.assertRaises(NotImplementedError, useless.utcoffset, dt) 75 self.assertRaises(NotImplementedError, useless.dst, dt)
|
/external/python/cpython3/Lib/test/ |
H A D | datetimetester.py | 147 useless = tzinfo() 149 self.assertRaises(NotImplementedError, useless.tzname, dt) 150 self.assertRaises(NotImplementedError, useless.utcoffset, dt) 151 self.assertRaises(NotImplementedError, useless.dst, dt)
|
/external/annotation-tools/annotation-file-utilities/ |
H A D | design.tex | 212 strategy not only obviates an additional pass but avoids much useless
|
/external/libffi/ |
H A D | texinfo.tex | 209 % since that produces some useless output on the terminal. We also make 710 % If the @need value is less than one line space, it's useless.
|
/external/libmicrohttpd/doc/ |
H A D | texinfo.tex | 209 % since that produces some useless output on the terminal. We also make 710 % If the @need value is less than one line space, it's useless.
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
H A D | texinfo.tex | 209 % since that produces some useless output on the terminal. We also make 710 % If the @need value is less than one line space, it's useless.
|
/external/python/cpython3/Modules/_ctypes/libffi/ |
H A D | texinfo.tex | 209 % since that produces some useless output on the terminal. We also make 710 % If the @need value is less than one line space, it's useless.
|
Completed in 721 milliseconds