Home
last modified time | relevance | path

Searched refs:has_flag (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dvalidation_util.cc82 if (message->has_flag(Message::kFlagIsResponse) || in ValidateMessageIsRequestWithoutResponse()
83 message->has_flag(Message::kFlagExpectsResponse)) { in ValidateMessageIsRequestWithoutResponse()
94 if (message->has_flag(Message::kFlagIsResponse) || in ValidateMessageIsRequestExpectingResponse()
95 !message->has_flag(Message::kFlagExpectsResponse)) { in ValidateMessageIsRequestExpectingResponse()
105 if (message->has_flag(Message::kFlagExpectsResponse) || in ValidateMessageIsResponse()
106 !message->has_flag(Message::kFlagIsResponse)) { in ValidateMessageIsResponse()
Dinterface_endpoint_client.cc78 DCHECK(message->has_flag(Message::kFlagIsResponse)); in Accept()
226 DCHECK(!message->has_flag(Message::kFlagExpectsResponse)); in Accept()
249 DCHECK(message->has_flag(Message::kFlagExpectsResponse)); in AcceptWithResponder()
268 bool is_sync = message->has_flag(Message::kFlagIsSync); in AcceptWithResponder()
386 if (message->has_flag(Message::kFlagExpectsResponse)) { in HandleValidatedMessage()
397 } else if (message->has_flag(Message::kFlagIsResponse)) { in HandleValidatedMessage()
400 if (message->has_flag(Message::kFlagIsSync)) { in HandleValidatedMessage()
Dmultiplex_router.cc599 if (task->message_wrapper.value().has_flag(Message::kFlagIsSync)) { in Accept()
688 task->message_wrapper.value().has_flag(Message::kFlagIsSync); in ProcessTasks()
838 if (message->has_flag(Message::kFlagIsSync)) { in ProcessIncomingMessage()
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp351 if (has_flag(debug::clc))
360 if (has_flag(debug::llvm))
435 if (has_flag(debug::llvm))
442 if (has_flag(debug::native))
459 if (has_flag(debug::clc))
471 if (has_flag(debug::llvm))
490 if (has_flag(debug::spirv))
Dutil.hpp65 has_flag(flag f) { in has_flag() function
/external/python/cryptography/tests/wycheproof/
Dtest_dsa.py35 wycheproof.acceptable and not wycheproof.has_flag("NoLeadingZero")
Dtest_ecdsa.py63 (wycheproof.acceptable and not wycheproof.has_flag("MissingZero"))
Dtest_ecdh.py69 assert wycheproof.has_flag("UnnamedCurve")
Dtest_rsa.py33 wycheproof.has_flag("MissingNull")
/external/python/pybind11/pybind11/
Dsetup_helpers.py232 def has_flag(compiler, flag): function
274 if has_flag(compiler, STD_TMPL.format(level)):
Dsetup_helpers.pyi30 def has_flag(compiler: distutils.ccompiler.CCompiler, flag: str) -> bool: ...
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h101 bool has_flag(Flags flag) const { in has_flag() function
Dsfn_ir_to_assembly.cpp696 tex.coord_type_x = !tex_instr.has_flag(TexInstruction::x_unnormalized); in emit_tex()
697 tex.coord_type_y = !tex_instr.has_flag(TexInstruction::y_unnormalized); in emit_tex()
698 tex.coord_type_z = !tex_instr.has_flag(TexInstruction::z_unnormalized); in emit_tex()
699 tex.coord_type_w = !tex_instr.has_flag(TexInstruction::w_unnormalized); in emit_tex()
708 tex.inst_mod = tex_instr.has_flag(TexInstruction::grad_fine) ? 1 : 0; in emit_tex()
/external/libchrome/mojo/public/cpp/bindings/tests/
Drouter_test_util.cc61 EXPECT_TRUE(message->has_flag(Message::kFlagExpectsResponse)); in AcceptWithResponder()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc809 if (message->has_flag(mojo::Message::kFlagIsSync)) { in Accept()
834 DCHECK(!message->has_flag(mojo::Message::kFlagIsSync) || in Accept()
835 !message->has_flag(mojo::Message::kFlagIsResponse)); in Accept()
859 DCHECK(!message.has_flag(mojo::Message::kFlagIsSync)); in AcceptOnProxyThread()
/external/libchrome/mojo/public/cpp/bindings/
Dmessage.h140 bool has_flag(uint32_t flag) const { return !!(header()->flags & flag); } in COMPONENT_EXPORT()
Dthread_safe_interface_ptr.h116 if (!message->has_flag(Message::kFlagIsSync)) { in AcceptWithResponder()
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_definition.tmpl485 message->has_flag(mojo::Message::kFlagIsSync),
504 message->has_flag(mojo::Message::kFlagIsSync),
/external/python/cryptography/tests/
Dutils.py911 def has_flag(self, flag): member in WycheproofTest
/external/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp774 if (has_flag(llvm::debug::spirv))