/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/ |
D | if.h | 38 T* if_true, F* if_false) { in ChooseIf() 50 absl::StatusOr<bool> result, T* if_true, in ChooseIf() 75 If(C condition, T if_true, F if_false) in If() 87 TrueFactory if_true; member 133 If(bool condition, T if_true, F if_false) : condition_(condition) { in If() 197 promise_detail::If<C, T, F> If(C condition, T if_true, F if_false) { in If()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/ |
H A D | if.h | 37 T* if_true, F* if_false) { in ChooseIf() 49 absl::StatusOr<bool> result, T* if_true, in ChooseIf() 74 If(C condition, T if_true, F if_false) in If() 86 TrueFactory if_true; member 132 If(bool condition, T if_true, F if_false) : condition_(condition) { in If() 200 promise_detail::If<C, T, F> If(C condition, T if_true, F if_false) { in If()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/ |
D | select_type.hpp | 23 template <bool b> struct if_true struct 26 struct then { typedef T type; }; 30 struct if_true<false> struct 33 struct then { typedef F type; };
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | objective_c_generator_helpers.h | 89 inline ::std::string PreprocIf(const ::std::string& symbol, in PreprocIf() 95 inline ::std::string PreprocIfNot(const ::std::string& symbol, in PreprocIfNot() 101 inline ::std::string PreprocIfElse(const ::std::string& symbol, in PreprocIfElse() 108 inline ::std::string PreprocIfNotElse(const ::std::string& symbol, in PreprocIfNotElse()
|
/aosp_15_r20/external/grpc-grpc/src/compiler/ |
H A D | objective_c_generator_helpers.h | 88 inline ::std::string PreprocIf(const ::std::string& symbol, in PreprocIf() 94 inline ::std::string PreprocIfNot(const ::std::string& symbol, in PreprocIfNot() 100 inline ::std::string PreprocIfElse(const ::std::string& symbol, in PreprocIfElse() 107 inline ::std::string PreprocIfNotElse(const ::std::string& symbol, in PreprocIfNotElse()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | cond_test.py | 106 def if_true(): function 136 def if_true(): function 163 def if_true(): function 196 def if_true(): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/operators/ |
H A D | conditional_expressions.py | 23 def if_exp(cond, if_true, if_false, expr_repr): argument 30 def _tf_if_exp(cond, if_true, if_false, expr_repr): argument 51 def _py_if_exp(cond, if_true, if_false): argument
|
/aosp_15_r20/external/mesa3d/src/nouveau/mme/ |
H A D | mme_tu104_builder.c | 708 enum mme_cmp_op op, bool if_true, in mme_tu104_start_if() 732 bool if_true, in mme_tu104_end_while() 754 bool if_true, in mme_tu104_exit_if()
|
H A D | mme_builder.h | 644 #define MME_DEF_START_IF(op, OP, if_true) \ argument 696 #define MME_DEF_END_WHILE(op, OP, if_true) \ argument 724 #define MME_DEF_EXIT(op, OP, if_true) \ argument
|
H A D | mme_fermi_builder.c | 549 bool if_true, in mme_fermi_start_if() 596 bool if_true, in mme_fermi_end_while()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | template_util_unittest.cc | 64 typedef if_<true, true_type, false_type>::type if_true; in TEST() typedef
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | template_util_unittest.cc | 64 typedef if_<true, true_type, false_type>::type if_true; in TEST() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
H A D | cond_v2_test.py | 1193 def if_true(): function 1220 def if_true(): function
|
/aosp_15_r20/external/emboss/runtime/cpp/ |
H A D | emboss_arithmetic.h | 302 Maybe<TrueT> if_true, in Choice()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | graph_test.cc | 81 HBasicBlock* if_true = CreateGotoBlock(graph); in TEST_F() local
|
H A D | induction_var_analysis.cc | 1002 HBasicBlock* if_true = ifs->IfTrueSuccessor(); in VisitControl() local
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _jit_internal.py | 603 if_true, argument
|
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | module_ir.py | 437 def _choice_expression(condition, question, if_true, colon, if_false): argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_cfg_test.cpp | 1728 Block if_true("if_true"); in TEST_P() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_cfg_test.cpp | 1728 Block if_true("if_true"); in TEST_P() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/ |
H A D | val_cfg_test.cpp | 1728 Block if_true("if_true"); in TEST_P() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 1497 SpvId if_true, SpvId if_false) in emit_select()
|