HomeSort by relevance Sort by last modified time
    Searched defs:ALLOW_UNUSED (Results 1 - 14 of 14) 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/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/remoting/host/posix/
signal_handler.cc 70 int r ALLOW_UNUSED = write(g_write_fd, &byte, 1);
  /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/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_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/skia/ext/
image_operations_unittest.cc 542 bool all_methods_ok ALLOW_UNUSED = true;
  /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...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 552 WindowSlider* slider ALLOW_UNUSED = window_slider_.release();
    [all...]

Completed in 1536 milliseconds