Home
last modified time | relevance | path

Searched defs:increment_value (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_once.cpp74 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 Dwhile_loop.py58 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 Dwhile_loop.py62 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 Db_frontend_action.cc959 string increment_value = "1"; in VisitCallExpr() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/
H A Drpc_test.py196 def increment_value(self, increment): member in MyClass