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

  /external/chromium_org/mojo/public/c/system/
macros.h 12 // int x MOJO_ALLOW_UNUSED = ...;
14 #define MOJO_ALLOW_UNUSED __attribute__((unused))
16 #define MOJO_ALLOW_UNUSED
  /external/chromium_org/mojo/public/cpp/utility/lib/
thread.cc 35 int rv MOJO_ALLOW_UNUSED = pthread_attr_init(&attr);
58 int rv MOJO_ALLOW_UNUSED = pthread_join(thread_, NULL);
  /external/chromium_org/mojo/public/c/system/tests/
macros_unittest.cc 24 int x MOJO_ALLOW_UNUSED = 123;
core_perftest.cc 126 MojoResult result MOJO_ALLOW_UNUSED;
137 MojoResult result MOJO_ALLOW_UNUSED;
153 MojoResult result MOJO_ALLOW_UNUSED;
171 MojoResult result MOJO_ALLOW_UNUSED;
254 int rv MOJO_ALLOW_UNUSED;
275 MojoResult result MOJO_ALLOW_UNUSED;
303 MojoResult result MOJO_ALLOW_UNUSED;
  /external/chromium_org/mojo/examples/sample_app/
sample_app.cc 26 MOJO_ALLOW_UNUSED GLES2ClientImpl* leaked = gles2_client_.release();
  /external/chromium_org/mojo/public/cpp/system/
core.h 152 MojoResult result MOJO_ALLOW_UNUSED = MojoClose(handle_.value());
324 MojoResult result MOJO_ALLOW_UNUSED =
330 MojoResult result MOJO_ALLOW_UNUSED =
444 MojoResult result MOJO_ALLOW_UNUSED =
450 MojoResult result MOJO_ALLOW_UNUSED =
537 MojoResult result MOJO_ALLOW_UNUSED =
545 MojoResult result MOJO_ALLOW_UNUSED =
  /external/chromium_org/mojo/public/cpp/utility/tests/
mutex_unittest.cc 93 int rv MOJO_ALLOW_UNUSED = nanosleep(&req, NULL);
  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_unittest.cc 171 bool unused MOJO_ALLOW_UNUSED = test_message_receiver->Accept(&message);

Completed in 155 milliseconds