Searched defs:ALLOW_UNUSED (Results 1 - 25 of 48) sorted by relevance

12

/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
/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/ash/accelerators/
H A Dkey_hold_detector.cc29 ui::EventDispatchDetails result ALLOW_UNUSED = 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/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/remoting/host/posix/
H A Dsignal_handler.cc70 int r ALLOW_UNUSED = write(g_write_fd, &byte, 1); local
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
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 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 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 DV8TestInterfaceConstructor2.cpp204 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); local
205 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 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
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
/external/chromium_org/ui/aura/
H A Dwindow_targeter.cc52 ui::EventDispatchDetails details ALLOW_UNUSED = local
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DPingLoader.cpp130 PingLoader* leakedPingLoader ALLOW_UNUSED = pingLoader.leakPtr(); 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/content/browser/indexed_db/
H A Dindexed_db_internals_ui.cc339 bool will_delete ALLOW_UNUSED = path.Set(temp_dir_); local

Completed in 2936 milliseconds

12