HomeSort by relevance Sort by last modified time
    Searched defs:unused (Results 1 - 25 of 831) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Linux/
globals-gc-sections.cc 9 int (*unused)() = undefined; variable
  /external/clang/test/CodeGenCXX/
lambda-expressions.cpp 3 // CHECK-NOT: @unused
4 auto unused = [](int i) { return i+1; }; variable
  /external/clang/test/CoverageMapping/
templates.cpp 4 void unused(T x) { function
  /external/clang/test/Preprocessor/
warn-macro-unused.c 3 #include "warn-macro-unused.h"
5 # 1 "warn-macro-unused-fake-header.h" 1
7 # 5 "warn-macro-unused.c" 2
9 #define unused // expected-warning {{macro is not used}} macro
10 #define unused macro
11 unused
  /external/clang/test/Analysis/inlining/
eager-reclamation-path-notes.cpp 30 int unused = 1; local
31 (void)unused;
  /external/strace/tests/
caps.c 36 int unused[6]; local
41 if (capget(head, unused) || head[0] != v3 ||
  /external/v8/test/mjsunit/regress/
regress-crbug-134609.js 49 function unused() { iAmContextAllocated; }
  /ndk/tests/device/test-stlport_shared-exception/jni/
gcsec1.cpp 27 void unused() function
  /ndk/tests/device/test-stlport_static-exception/jni/
gcsec1.cpp 27 void unused() function
  /external/clang/test/SemaCXX/
warn-unused-attribute.cpp 13 Test unused; // expected-warning {{unused variable 'unused'}} local
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bCommon.h 33 typedef struct bStructHandle {int unused;}bStructHandle; member in struct:bParse::bStructHandle
  /external/skia/src/ports/
SkFontConfigInterface_direct_google3.cpp 19 const char* unused; local
20 if (GoogleFreeType::GoogleFt2ReadFontFromMemory(filename, &unused) >= 0) {
  /ndk/tests/device/bitfield/jni/
header.h 3 unsigned int unused:15; member in struct:s
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_keyboard.h 52 Uint32 unused; member in struct:SDL_Keysym
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_keyboard.h 52 Uint32 unused; member in struct:SDL_Keysym
  /prebuilts/misc/windows/sdl2/include/
SDL_keyboard.h 52 Uint32 unused; member in struct:SDL_Keysym
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_keyboard.h 52 Uint32 unused; member in struct:SDL_Keysym
  /external/chromium-trace/catapult/catapult_build/
appengine_dev_server.py 22 import dev_appserver # pylint: disable=unused-variable namespace
appengine_deploy.py 25 import appcfg # pylint: disable=unused-variable namespace
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_ucontext.h 21 uint8_t unused[1024 / 8 - sizeof(sigset_t)]; member in struct:ucontext_t
  /external/libhevc/decoder/
ihevcd_nal.c 290 WORD32 unused; local
292 UNUSED(unused);
294 unused = ihevcd_bits_get(ps_bitstrm, 1);
300 unused = ihevcd_bits_get(ps_bitstrm, 6);
  /external/mockito/src/org/mockito/internal/debugging/
WarningsCollector.java 30 List<Invocation> unused = new UnusedStubsFinder().find(createdMocks); local
34 String warnings = new WarningsPrinterImpl(unused, allInvocationMatchers, false).print();
  /external/mockito/src/org/mockito/internal/invocation/
UnusedStubsFinder.java 18 * Finds all unused stubs for given mocks
23 List<Invocation> unused = new LinkedList<Invocation>(); local
29 unused.add(s.getInvocation());
33 return unused;
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
MyRandom.java 33 long unused; field in class:MyRandom
48 unused = y >>> (48 - bits); // just exercise the >>> operator
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 46 int unused; local
48 sqlite3_status(SQLITE_STATUS_MEMORY_USED, &memoryUsed, &unused, 0);
49 sqlite3_status(SQLITE_STATUS_MALLOC_SIZE, &unused, &largestMemAlloc, 0);
50 sqlite3_status(SQLITE_STATUS_PAGECACHE_OVERFLOW, &pageCacheOverflow, &unused, 0);

Completed in 1160 milliseconds

1 2 3 4 5 6 7 8 91011>>