HomeSort by relevance Sort by last modified time
    Searched refs:Unused (Results 1 - 23 of 23) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 107 #ifndef UNUSED
108 #define UNUSED(x) Unused(static_cast<const void *>(&x))
109 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y))
110 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z))
111 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const vo (…)
    [all...]
common.h 42 #ifndef UNUSED
43 #define UNUSED(x) Unused(static_cast<const void *>(&x))
44 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y))
45 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z))
46 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const vo (…)
    [all...]
  /external/jmonkeyengine/engine/src/core/checkers/quals/
Unused.java 22 * private @Unused(when=LocalToThread.class) final Lock lock;
37 public @interface Unused {
39 * The field that is annotated with @Unused may not be accessed via a
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.cpp 46 , m_state(Unused)
97 if (m_state == Unused)
154 ASSERT(m_state == Unused);
IDBTransactionBackendImpl.h 61 Unused, // Created, but no tasks yet.
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 1 //==- ObjCUnusedIVarsChecker.cpp - Check for unused ivars --------*- C++ -*-==//
30 enum IVarState { Unused, Used };
127 // (b) explicitly marked unused
136 M[ID] = Unused;
145 // Any potentially unused ivars?
148 if (I->second == Unused) {
156 // We found some potentially unused ivars. Scan the entire translation unit
164 // Find ivars that are unused.
166 if (I->second == Unused) {
175 BR.EmitBasicReport(D, "Unused instance variable", "Optimization"
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 279 bool Unused = CI->use_empty();
281 if (!Unused) {
290 if (Unused)
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 66 using testing::Unused;
118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; }
196 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; }
325 // Tests using Invoke() with functions with parameters declared as Unused.
336 // Tests using Invoke() with methods with parameters declared as Unused.
gmock-generated-actions_test.cc 63 using testing::Unused;
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher_unittest.cc 24 using ::testing::Unused;
  /external/llvm/include/llvm/Object/
COFF.h 91 char Unused[3];
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 349 s32 Unused:8;
405 interface is the awful hack of using the unused bits in a
531 only, and are unused by the current user-level library.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 349 s32 Unused:8;
405 interface is the awful hack of using the unused bits in a
531 only, and are unused by the current user-level library.
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 896 // An Unused object can be implicitly constructed from ANY value.
919 // // We can declare any uninteresting argument as Unused.
920 // double DistanceToOrigin(Unused, double x, double y) {
926 typedef internal::IgnoredValue Unused;
    [all...]
  /sdk/find_lock/
find_lock.cpp 92 Unused
  /external/libvorbis/doc/
02-bitpacking.tex 80 significant unused bit position of the destination byte, followed by
215 bytes, and so there is unused (uncoded) space in the last byte of a
218 Unused space in the last byte of a bytestream is always zeroed during
219 the coding process. Thus, should this unused space be read, it will
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 156 char Unused[0x84-7*4];
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 360 CXXBasePath &Path, void *Unused) {
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]

Completed in 1388 milliseconds