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

  /external/chromium/base/
compiler_specific.h 74 // int x ALLOW_UNUSED = ...;
76 #define ALLOW_UNUSED __attribute__((unused))
79 #define ALLOW_UNUSED
tuple_unittest.cc 33 Tuple0 t0 ALLOW_UNUSED = MakeTuple();
  /external/chromium_org/net/disk_cache/simple/
simple_net_log_parameters.cc 20 net::NetLog::LogLevel log_level ALLOW_UNUSED) {
simple_synchronous_entry.cc 489 bool ALLOW_UNUSED did_close = ClosePlatformFile(files_[i]);
  /external/chromium_org/base/
compiler_specific.h 75 // int x ALLOW_UNUSED = ...;
77 #define ALLOW_UNUSED __attribute__((unused))
79 #define 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/content/common/gpu/client/
context_provider_command_buffer.cc 76 WebGraphicsContext3DCommandBufferImpl* context3d ALLOW_UNUSED =
78 webkit::gpu::GrContextForWebGraphicsContext3D* gr_context 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/android/
ssl_client_certificate_request.cc 121 chrome::SelectCertificateCallback* ALLOW_UNUSED dummy =
  /external/chromium_org/chrome/browser/prerender/
prerender_unittest.cc 50 int ALLOW_UNUSED creator_child_id,
51 const gfx::Size& ALLOW_UNUSED size,
52 content::SessionStorageNamespace* ALLOW_UNUSED session_storage_namespace)
261 int ALLOW_UNUSED creator_child_id,
262 const gfx::Size& ALLOW_UNUSED size,
263 content::SessionStorageNamespace* ALLOW_UNUSED session_storage_namespace) {
    [all...]
  /external/chromium_org/content/common/
page_state_serialization.cc 226 int unused ALLOW_UNUSED = ReadInteger(obj);
332 const char16* unused ALLOW_UNUSED = ReadStringNoCopy(obj, NULL);
  /external/chromium_org/cc/quads/
draw_quad_unittest.cc 92 gfx::Rect ALLOW_UNUSED quad_opaque_rect(60, 55, 10, 10); \
93 bool ALLOW_UNUSED needs_blending = true;
98 const Type* ALLOW_UNUSED copy_quad = Type::MaterialCast(copy_new.get());
108 const Type* ALLOW_UNUSED copy_quad = Type::MaterialCast(copy_new.get());
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.cc 334 bool will_delete ALLOW_UNUSED = path.Set(temp_dir_);
  /external/chromium_org/content/test/
webrtc_audio_device_test.cc 311 bool handled ALLOW_UNUSED = true;
  /external/chromium/webkit/glue/
glue_serialize.cc 400 ALLOW_UNUSED const WebString& unused_referrer = ReadString(obj);
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 542 bool all_methods_ok ALLOW_UNUSED = true;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 552 WindowSlider* slider ALLOW_UNUSED = window_slider_.release();
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
program_manager.cc 393 bool good ALLOW_UNUSED = GetUniformNameSansElement(
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util_unittest.cc     [all...]

Completed in 1172 milliseconds