Home
last modified time | relevance | path

Searched defs:if_false (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dif.h38 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 Dif.h37 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 Dcond_test.py111 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 Dconditional_expressions.py23 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/
Dobjective_c_generator_helpers.h101 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 Dobjective_c_generator_helpers.h100 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 Dtemplate_util_unittest.cc67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util_unittest.cc67 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 Dcond_v2_test.py1196 def if_false(): function
1223 def if_false(): function
/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_arithmetic.h303 Maybe<FalseT> if_false) { in Choice()
/aosp_15_r20/art/compiler/optimizing/
H A Dgraph_test.cc113 HBasicBlock* if_false = CreateGotoBlock(graph); in TEST_F() local
H A Dinduction_var_analysis.cc1003 HBasicBlock* if_false = ifs->IfFalseSuccessor(); in VisitControl() local
/aosp_15_r20/external/pytorch/torch/
H A D_jit_internal.py604 if_false, argument
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dmodule_ir.py437 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 Dnir_to_spirv.c1497 SpvId if_true, SpvId if_false) in emit_select()