/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() 51 F* if_false) { in ChooseIf() 75 If(C condition, T if_true, F if_false) in If() 88 FalseFactory if_false; 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() 50 F* if_false) { in ChooseIf() 74 If(C condition, T if_true, F if_false) in If() 87 FalseFactory if_false; 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/tensorflow/tensorflow/compiler/tests/ |
H A D | cond_test.py | 111 def if_false(): function 141 def if_false(): function 168 def if_false(): function 201 def if_false(): 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/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | objective_c_generator_helpers.h | 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 | 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/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | template_util_unittest.cc | 67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | template_util_unittest.cc | 67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
H A D | cond_v2_test.py | 1196 def if_false(): function 1223 def if_false(): function
|
/aosp_15_r20/external/emboss/runtime/cpp/ |
H A D | emboss_arithmetic.h | 303 Maybe<FalseT> if_false) { in Choice()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | graph_test.cc | 113 HBasicBlock* if_false = CreateGotoBlock(graph); in TEST_F() local
|
H A D | induction_var_analysis.cc | 1003 HBasicBlock* if_false = ifs->IfFalseSuccessor(); in VisitControl() local
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _jit_internal.py | 604 if_false, 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/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()
|