HomeSort by relevance Sort by last modified time
    Searched refs:ALLOW_UNUSED (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/net/disk_cache/simple/
simple_net_log_parameters.cc 20 net::NetLog::LogLevel log_level ALLOW_UNUSED) {
  /external/chromium_org/base/
compiler_specific.h 97 // int x ALLOW_UNUSED = ...;
99 #define ALLOW_UNUSED __attribute__((unused))
101 #define ALLOW_UNUSED
macros.h 16 #include "base/compiler_specific.h" // For ALLOW_UNUSED.
169 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] ALLOW_UNUSED
tuple_unittest.cc 33 Tuple0 t0 ALLOW_UNUSED = MakeTuple();
  /external/chromium_org/net/base/
dns_reloader.cc 113 DnsReloader* t ALLOW_UNUSED = g_dns_reloader.Pointer();
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceCustomConstructor.cpp 76 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
77 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceEmpty.cpp 57 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
58 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8SVGTestInterface.cpp 94 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
95 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestException.cpp 103 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
104 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterface3.cpp 114 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
115 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceConstructor3.cpp 94 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
95 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceDocument.cpp 60 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
61 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceEventTarget.cpp 106 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
107 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceNamedConstructor2.cpp 114 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
115 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestSpecialOperationsNotEnumerable.cpp 95 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
96 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 201 /* ALLOW_UNUSED */
204 #define ALLOW_UNUSED __attribute__((unused))
206 #define ALLOW_UNUSED
  /external/chromium_org/ash/accelerators/
key_hold_detector.cc 30 ui::EventDispatchDetails result ALLOW_UNUSED =
  /external/chromium_org/remoting/host/posix/
signal_handler.cc 70 int r ALLOW_UNUSED = write(g_write_fd, &byte, 1);
  /external/chromium_org/chrome/browser/services/gcm/
push_messaging_service_impl.cc 104 const std::string& data ALLOW_UNUSED = it->second;
106 // corresponding to app_id (and remove ALLOW_UNUSED above).
  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer_unittest.cc 60 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,
  /external/chromium_org/media/base/android/
media_player_bridge.h 63 virtual void Pause(bool is_media_related_action ALLOW_UNUSED) OVERRIDE;
media_source_player.h 52 virtual void Pause(bool is_media_related_action ALLOW_UNUSED) OVERRIDE;
  /external/chromium_org/ui/aura/
window_tree_host_ozone.cc 43 ui::EventDispatchDetails details ALLOW_UNUSED = SendEventToProcessor(event);
window_targeter.cc 33 ui::EventDispatchDetails details ALLOW_UNUSED =
  /external/chromium_org/third_party/WebKit/Source/core/animation/
EffectInputTest.cpp 120 RefPtrWillBeRawPtr<AnimationEffect> animationEffect ALLOW_UNUSED = EffectInput::convert(element.get(), jsKeyframes, exceptionState);

Completed in 497 milliseconds

1 2 3