Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 18 of 18) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Dgcsec1.cpp27 void unused() in unused() function
/ndk/tests/device/test-stlport_shared-exception/jni/
Dgcsec1.cpp27 void unused() in unused() function
/ndk/tests/build/b8247455-hidden-cxa/jni/
DAndroid.mk22 LOCAL_CFLAGS := -Wall -Werror -Wno-unused-parameter
/ndk/sources/cxx-stl/stlport/stlport/
Dbitset27 // N % (sizeof(_WordT) * CHAR_BIT) unused bits. (They are the high-
29 // of class bitset<> that those unused bits are always zero.
/ndk/sources/cxx-stl/llvm-libc++/cmake/
Dconfig-ix.cmake11 check_cxx_compiler_flag(-Wno-unused-parameter LIBCXX_HAS_WNO_UNUSED_PARAMETER_FLAG)
/ndk/tests/device/fenv/jni/
Dtest_fenv.c80 volatile float result __attribute__((unused)) = 123.0f / zero; in DivideByZero()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dinline.m411 dnl drop unused 'static inline' functions.
Dstdint.m4324 dnl do a syntax check even on unused #if conditions and give an error
/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c116 #ifdef unused
/ndk/sources/host-tools/make-3.81/
Dmake.h211 #define UNUSED __attribute__ ((unused))
Dgetopt.c263 static void __attribute__ ((unused))
DChangeLog1419 * make.h: Create an UNUSED macro to mark unused parameters.
2042 * variable.c (pop_variable_scope): Remove variable made unused by
2047 * file.c (lookup_file): Remove variables made unused by new hash
2050 (dir_contents_file_exists_p): Remove variables made unused by new
2709 * remake.c (f_mtime): Remove unused var memtime.
/ndk/sources/cxx-stl/llvm-libc++/
DCMakeLists.txt152 append_if(LIBCXX_CXX_WARNING_FLAGS LIBCXX_HAS_WNO_UNUSED_PARAMETER_FLAG -Wno-unused-parameter)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h604 char unused; member
/ndk/sources/host-tools/sed-4.2.1/po/
Del.po635 #~ msgid "unused error"
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c50 # define UNUSED __attribute__((unused))
/ndk/sources/cxx-stl/llvm-libc++/include/
Ddeque2279 // Number of unused blocks at back:
2424 // Number of unused blocks at front:
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog299 * sed/utils.c (panic): Remove declaration of unused local, "fd".
2674 eliminate unused structure members from struct fp_list;