Searched refs:Unused (Results 1 - 18 of 18) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h108 #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_cas
113 inline void Unused(const void *) { } function
[all...]
H A Dcommon.h43 #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_cas
48 inline void Unused(const void *) { } function
[all...]
/external/jmonkeyengine/engine/src/core/checkers/quals/
H A DUnused.java22 * private @Unused(when=LocalToThread.class) final Lock lock;
37 public @interface Unused { interface
39 * The field that is annotated with @Unused may not be accessed via a
/external/webkit/Source/WebCore/storage/
H A DIDBTransactionBackendImpl.cpp46 , m_state(Unused)
97 if (m_state == Unused)
154 ASSERT(m_state == Unused);
H A DIDBTransactionBackendImpl.h61 Unused, // Created, but no tasks yet. enumerator in enum:WebCore::IDBTransactionBackendImpl::State
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp29 enum IVarState { Unused, Used }; enumerator in enum:IVarState
134 M[ID] = Unused;
146 if (I->second == Unused) {
164 if (I->second == Unused) {
173 BR.EmitBasicReport(D, "Unused instance variable", "Optimization",
/external/libvpx/examples/includes/geshi/geshi/
H A Dbnf.php81 0 => 'color: #000066; font-weight: bold;', // Unused
/external/chromium/testing/gmock/test/
H A Dgmock-more-actions_test.cc66 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.
H A Dgmock-generated-actions_test.cc63 using testing::Unused;
/external/chromium/chrome/browser/chromeos/login/
H A Dcookie_fetcher_unittest.cc24 using ::testing::Unused;
/external/llvm/include/llvm/Object/
H A DCOFF.h91 char Unused[3]; member in struct:llvm::object::coff_aux_section_definition
/external/valgrind/main/massif/
H A Dms_main.c1052 Unused enumerator in enum:__anon14640
1072 if (Unused == snapshot->kind) {
1124 snapshot->kind = Unused;
1153 case Unused: suffix = "u"; break;
/external/libvorbis/doc/
H A D02-bitpacking.tex218 Unused space in the last byte of a bytestream is always zeroed during
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h896 // 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; typedef in namespace:testing
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c156 char Unused[0x84-7*4]; member in struct:GXDeviceInfo
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp451 bool Unused = CI->use_empty(); local
453 if (!Unused) {
462 if (Unused)
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp352 CXXBasePath &Path, void *Unused) {
351 checkBaseClassIsLockableCallback(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *Unused) argument
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2779 bool Unused = false; local
2782 Unused = true;
2786 if (Unused) {

Completed in 535 milliseconds