Searched refs:ALLOW_UNUSED (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/v8/src/base/
H A Dcompiler-specific.h14 // int x ALLOW_UNUSED = ...;
16 #define ALLOW_UNUSED __attribute__((unused)) macro
18 #define ALLOW_UNUSED macro
H A Dflags.h69 Type::flag_type rhs)ALLOW_UNUSED WARN_UNUSED_RESULT; \
74 const Type& rhs)ALLOW_UNUSED WARN_UNUSED_RESULT; \
78 inline void operator&(Type::flag_type lhs, Type::mask_type rhs)ALLOW_UNUSED; \
81 ALLOW_UNUSED WARN_UNUSED_RESULT; \
86 ALLOW_UNUSED WARN_UNUSED_RESULT; \
91 ALLOW_UNUSED; \
94 ALLOW_UNUSED WARN_UNUSED_RESULT; \
98 ALLOW_UNUSED WARN_UNUSED_RESULT; \
102 ALLOW_UNUSED; \
H A Dmacros.h133 msg[static_cast<bool>(expr) ? 1 : -1] ALLOW_UNUSED
314 SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__) ALLOW_UNUSED
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_net_log_parameters.cc20 net::NetLog::LogLevel log_level ALLOW_UNUSED) {
18 NetLogSimpleEntryConstructionCallback( const disk_cache::SimpleEntryImpl* entry, net::NetLog::LogLevel log_level ALLOW_UNUSED) argument
/external/chromium_org/base/
H A Dcompiler_specific.h97 // int x ALLOW_UNUSED = ...;
99 #define ALLOW_UNUSED __attribute__((unused)) macro
101 #define ALLOW_UNUSED macro
H A Dtuple_unittest.cc33 Tuple0 t0 ALLOW_UNUSED = MakeTuple(); local
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceDocument.cpp49 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
50 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestInterfaceEmpty.cpp46 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
47 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8SVGTestInterface.cpp83 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
84 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestInterfaceConstructor3.cpp81 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
82 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestInterfaceCustomConstructor.cpp65 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
66 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestSpecialOperationsNotEnumerable.cpp84 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
85 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestException.cpp92 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
93 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestInterface3.cpp103 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
104 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestInterfaceConstructor4.cpp114 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
115 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestInterfaceEventTarget.cpp85 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
86 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestInterfaceGarbageCollected.cpp140 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
141 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestInterfaceNamedConstructor2.cpp92 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
93 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
H A DV8TestInterfaceNotScriptWrappable.cpp100 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
101 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate(); local
/external/chromium_org/components/renderer_context_menu/views/
H A Dtoolkit_delegate_views.cc24 views::MenuRunner::RunResult result ALLOW_UNUSED = menu_runner_->RunMenuAt( local
/external/chromium_org/net/base/
H A Ddns_reloader.cc113 DnsReloader* t ALLOW_UNUSED = g_dns_reloader.Pointer(); local
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCompiler.h201 /* ALLOW_UNUSED */
204 #define ALLOW_UNUSED __attribute__((unused)) macro
206 #define ALLOW_UNUSED macro
/external/chromium_org/ash/accelerators/
H A Dkey_hold_detector.cc29 ui::EventDispatchDetails result ALLOW_UNUSED = local
/external/chromium_org/remoting/host/posix/
H A Dsignal_handler.cc70 int r ALLOW_UNUSED = write(g_write_fd, &byte, 1); local
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_search_prerenderer_unittest.cc60 int ALLOW_UNUSED creator_child_id,
61 const gfx::Size& ALLOW_UNUSED size,
117 int ALLOW_UNUSED creator_child_id,
118 const gfx::Size& ALLOW_UNUSED size,

Completed in 546 milliseconds

123