Home
last modified time | relevance | path

Searched refs:fn_ (Results 1 – 24 of 24) sorted by relevance

/external/eigen/bench/tensors/
Dbenchmark_main.cc120 fn_ = fn; in Register()
122 if (fn_ == NULL && fn_range_ == NULL) { in Register()
129 if (fn_ != NULL) { in Run()
145 if (fn_ != NULL) { in RunRepeatedlyWithArg()
146 fn_(iterations); in RunRepeatedlyWithArg()
Dbenchmark.h36 void (*fn_)(int); variable
/external/abseil-cpp/absl/synchronization/
Dlifetime_test.cc119 explicit OnDestruction(Function fn) : fn_(fn) {} in OnDestruction()
120 ~OnDestruction() { fn_(); } in ~OnDestruction()
122 Function fn_; member in __anon1576c5340111::OnDestruction
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dlifetime_test.cc119 explicit OnDestruction(Function fn) : fn_(fn) {} in OnDestruction()
120 ~OnDestruction() { fn_(); } in ~OnDestruction()
122 Function fn_; member in __anon71ce24d50111::OnDestruction
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dlifetime_test.cc119 explicit OnDestruction(Function fn) : fn_(fn) {} in OnDestruction()
120 ~OnDestruction() { fn_(); } in ~OnDestruction()
122 Function fn_; member in __anona28d41440111::OnDestruction
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc119 explicit OnDestruction(Function fn) : fn_(fn) {} in OnDestruction()
120 ~OnDestruction() { fn_(); } in ~OnDestruction()
122 Function fn_; member in __anon47cae8350111::OnDestruction
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc119 explicit OnDestruction(Function fn) : fn_(fn) {} in OnDestruction()
120 ~OnDestruction() { fn_(); } in ~OnDestruction()
122 Function fn_; member in __anond8004f630111::OnDestruction
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-redundant-control-flow.cpp134 #define MACRO_RETURN_UNMOLESTED(fn_) \ argument
135 (fn_)(); \
/external/tensorflow/tensorflow/core/kernels/
Dmutex_ops.cc102 fn_) { in AcquireAsync() argument
116 fn_(Status::OK(), in AcquireAsync()
119 fn_(errors::Cancelled("Lock acquisition cancelled."), in AcquireAsync()
/external/rust/crates/bindgen/src/codegen/
Ddyngen.rs143 let fn_ = if is_required { in push() localVariable
149 (#fn_)(#( #args_identifiers ),*) in push()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_driver.cc104 : fn_(fn), in QuantizationDriver()
294 fn_.walk([&](Operation *op) { in DumpStates()
303 for (auto &arg : fn_.getArguments()) { in DumpStates()
348 FuncOp fn_; member in mlir::quant::__anon14e8d09b0111::QuantizationDriver
673 fn_.walk([&](ConstantOp cst) { in PreprocessConstantOps()
730 for (auto arg : fn_.getArguments()) { in SetupAllStates()
743 fn_.walk([&](Operation *op) { in SetupAllStates()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilFuchsia.cpp402 explicit RunOnDestruction(Fn fn) : fn_(fn) {} in RunOnDestruction()
403 ~RunOnDestruction() { fn_(); } in ~RunOnDestruction()
406 Fn fn_; member in fuzzer::RunOnDestruction
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilFuchsia.cpp402 explicit RunOnDestruction(Fn fn) : fn_(fn) {} in RunOnDestruction()
403 ~RunOnDestruction() { fn_(); } in ~RunOnDestruction()
406 Fn fn_; member in fuzzer::RunOnDestruction
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-ns.cc25 VoidToIntFn fn_; member
97 return container->fn_(); in EnterContainer()
/external/llvm/test/Bindings/OCaml/
Dlinker.ml39 let fn = define_function ("fn_" ^ name) fty m in
/external/llvm-project/llvm/test/Bindings/OCaml/
Dlinker.ml39 let fn = define_function ("fn_" ^ name) fty m in
/external/dtc/
Dchecks.c42 #define CHECK_ENTRY(nm_, fn_, d_, w_, e_, ...) \ argument
46 .fn = (fn_), \
54 #define WARNING(nm_, fn_, d_, ...) \ argument
55 CHECK_ENTRY(nm_, fn_, d_, true, false, __VA_ARGS__)
56 #define ERROR(nm_, fn_, d_, ...) \ argument
57 CHECK_ENTRY(nm_, fn_, d_, false, true, __VA_ARGS__)
58 #define CHECK(nm_, fn_, d_, ...) \ argument
59 CHECK_ENTRY(nm_, fn_, d_, false, false, __VA_ARGS__)
/external/llvm-project/llvm/utils/benchmark/test/
Doutput_test_helper.cc168 PatternAndFn(const std::string& rx, ResultsCheckFn fn_) in PatternAndFn()
169 : TestCase(rx), fn(fn_) {} in PatternAndFn()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h806 explicit RunOnDestruction(Fn fn) : fn_(fn) {} in RunOnDestruction()
807 ~RunOnDestruction() { fn_(); } in ~RunOnDestruction()
810 Fn fn_;
/external/llvm-project/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc176 PatternAndFn(const std::string& rx, ResultsCheckFn fn_) in PatternAndFn()
177 : TestCase(rx), fn(fn_) {} in PatternAndFn()
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc176 PatternAndFn(const std::string& rx, ResultsCheckFn fn_) in PatternAndFn()
177 : TestCase(rx), fn(fn_) {} in PatternAndFn()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h960 explicit RunOnDestruction(Fn fn) : fn_(fn) {} in RunOnDestruction()
961 ~RunOnDestruction() { fn_(); } in ~RunOnDestruction()
964 Fn fn_;
/external/google-benchmark/test/
Doutput_test_helper.cc181 PatternAndFn(const std::string& rx, ResultsCheckFn fn_) in PatternAndFn()
182 : TestCase(rx), fn(fn_) {} in PatternAndFn()
/external/rust/crates/clap/src/
Dmacros.rs785 (@arg ($arg:expr) $modes:tt {$fn_:expr} $($tail:tt)*) => {
786 clap_app!{ @arg ($arg.validator($fn_)) $modes $($tail)* }