Searched defs:increment_value (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_once.cpp | 74 struct increment_value struct 77 explicit increment_value(int* value_): in increment_value() argument 95 boost::call_once(functor_flag, increment_value(&var_to_init_with_functor)); in call_once_with_functor() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/op_tests/ |
H A D | while_loop.py | 58 def cond_fn(counter, value, increment_value): argument 63 def body_fn(counter, value, increment_value): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/ |
H A D | while_loop.py | 62 def cond_fn(counter, value, increment_value): argument 67 def body_fn(counter, value, increment_value): argument
|
/aosp_15_r20/external/bcc/src/cc/frontends/clang/ |
H A D | b_frontend_action.cc | 959 string increment_value = "1"; in VisitCallExpr() local
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/ |
H A D | rpc_test.py | 196 def increment_value(self, increment): member in MyClass
|