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

1 2 3

  /external/chromium_org/v8/src/base/
compiler-specific.h 14 // int x ALLOW_UNUSED = ...;
16 #define ALLOW_UNUSED __attribute__((unused))
18 #define ALLOW_UNUSED
flags.h 69 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; \
macros.h 133 msg[static_cast<bool>(expr) ? 1 : -1] ALLOW_UNUSED
314 SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__) ALLOW_UNUSED
  /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
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEmpty.cpp 46 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
47 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8SVGTestInterface.cpp 83 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
84 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceConstructor3.cpp 81 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
82 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceCustomConstructor.cpp 65 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
66 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceDocument.cpp 49 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
50 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestSpecialOperationsNotEnumerable.cpp 84 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
85 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestException.cpp 92 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
93 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterface3.cpp 103 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
104 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceConstructor4.cpp 114 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
115 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceEventTarget.cpp 85 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
86 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceGarbageCollected.cpp 140 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
141 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceNamedConstructor2.cpp 92 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
93 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceNotScriptWrappable.cpp 100 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
101 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
  /external/chromium_org/components/renderer_context_menu/views/
toolkit_delegate_views.cc 24 views::MenuRunner::RunResult result ALLOW_UNUSED = menu_runner_->RunMenuAt(
  /external/chromium_org/net/base/
dns_reloader.cc 113 DnsReloader* t ALLOW_UNUSED = g_dns_reloader.Pointer();
  /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 29 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/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 61 virtual void Pause(bool is_media_related_action ALLOW_UNUSED) OVERRIDE;

Completed in 485 milliseconds

1 2 3