Home
last modified time | relevance | path

Searched refs:ALLOW_UNUSED_LOCAL (Results 1 – 16 of 16) sorted by relevance

/external/libmojo/mojo/public/c/system/tests/
Dcore_perftest.cc125 ALLOW_UNUSED_LOCAL(result); in MessagePipe_CreateAndClose()
138 ALLOW_UNUSED_LOCAL(result); in MessagePipe_WriteAndRead()
151 ALLOW_UNUSED_LOCAL(result); in MessagePipe_EmptyRead()
166 ALLOW_UNUSED_LOCAL(result); in DoMessagePipeThreadedTest()
247 ALLOW_UNUSED_LOCAL(rv); in Sleep()
269 ALLOW_UNUSED_LOCAL(result); in TEST_F()
297 ALLOW_UNUSED_LOCAL(result); in TEST_F()
/external/libmojo/mojo/public/cpp/system/
Ddata_pipe.h147 ALLOW_UNUSED_LOCAL(result); in DataPipe()
154 ALLOW_UNUSED_LOCAL(result); in DataPipe()
Dmessage.h42 ALLOW_UNUSED_LOCAL(result); in Close()
Dhandle.h169 ALLOW_UNUSED_LOCAL(result); in Close()
/external/libchrome/base/
Dtuple_unittest.cc36 ALLOW_UNUSED_LOCAL(t0); in TEST()
40 ALLOW_UNUSED_LOCAL(t2); in TEST()
Dcompiler_specific.h86 #define ALLOW_UNUSED_LOCAL(x) false ? (void)x : (void)0 macro
Dsecurity_unittest.cc119 ALLOW_UNUSED_LOCAL(kDynamicArraySize); in TEST()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dequals_unittest.cc128 ALLOW_UNUSED_LOCAL(inf1_request); in TEST_F()
134 ALLOW_UNUSED_LOCAL(inf2_request); in TEST_F()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dcontrol_message_handler.cc67 ALLOW_UNUSED_LOCAL(ok); in Run()
Dpipe_control_message_proxy.cc40 ALLOW_UNUSED_LOCAL(ok); in SendRunOrClosePipeMessage()
Dcontrol_message_proxy.cc84 ALLOW_UNUSED_LOCAL(ok); in SendRunOrClosePipeMessage()
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dunion_definition.tmpl22 ALLOW_UNUSED_LOCAL(object);
Dstruct_serialization_declaration.tmpl42 ALLOW_UNUSED_LOCAL(custom_context);
Dinterface_definition.tmpl207 ALLOW_UNUSED_LOCAL(ok);
292 ALLOW_UNUSED_LOCAL(ok);
Dstruct_macros.tmpl63 ALLOW_UNUSED_LOCAL({{output}});
/external/v8/
DChangeLog17180 both ALLOW_UNUSED_TYPE and ALLOW_UNUSED_LOCAL, which have different