/external/eigen/bench/tensors/ |
D | benchmark_main.cc | 120 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()
|
D | benchmark.h | 36 void (*fn_)(int); variable
|
/external/abseil-cpp/absl/synchronization/ |
D | lifetime_test.cc | 119 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/ |
D | lifetime_test.cc | 119 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/ |
D | lifetime_test.cc | 119 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/ |
D | lifetime_test.cc | 119 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/ |
D | lifetime_test.cc | 119 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/ |
D | readability-redundant-control-flow.cpp | 134 #define MACRO_RETURN_UNMOLESTED(fn_) \ argument 135 (fn_)(); \
|
/external/tensorflow/tensorflow/core/kernels/ |
D | mutex_ops.cc | 102 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/ |
D | dyngen.rs | 143 let fn_ = if is_required { in push() localVariable 149 (#fn_)(#( #args_identifiers ),*) in push()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_driver.cc | 104 : 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/ |
D | FuzzerUtilFuchsia.cpp | 402 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/ |
D | FuzzerUtilFuchsia.cpp | 402 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/ |
D | ares-test-ns.cc | 25 VoidToIntFn fn_; member 97 return container->fn_(); in EnterContainer()
|
/external/llvm/test/Bindings/OCaml/ |
D | linker.ml | 39 let fn = define_function ("fn_" ^ name) fty m in
|
/external/llvm-project/llvm/test/Bindings/OCaml/ |
D | linker.ml | 39 let fn = define_function ("fn_" ^ name) fty m in
|
/external/dtc/ |
D | checks.c | 42 #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/ |
D | output_test_helper.cc | 168 PatternAndFn(const std::string& rx, ResultsCheckFn fn_) in PatternAndFn() 169 : TestCase(rx), fn(fn_) {} in PatternAndFn()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 806 explicit RunOnDestruction(Fn fn) : fn_(fn) {} in RunOnDestruction() 807 ~RunOnDestruction() { fn_(); } in ~RunOnDestruction() 810 Fn fn_;
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | output_test_helper.cc | 176 PatternAndFn(const std::string& rx, ResultsCheckFn fn_) in PatternAndFn() 177 : TestCase(rx), fn(fn_) {} in PatternAndFn()
|
/external/libcxx/utils/google-benchmark/test/ |
D | output_test_helper.cc | 176 PatternAndFn(const std::string& rx, ResultsCheckFn fn_) in PatternAndFn() 177 : TestCase(rx), fn(fn_) {} in PatternAndFn()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 960 explicit RunOnDestruction(Fn fn) : fn_(fn) {} in RunOnDestruction() 961 ~RunOnDestruction() { fn_(); } in ~RunOnDestruction() 964 Fn fn_;
|
/external/google-benchmark/test/ |
D | output_test_helper.cc | 181 PatternAndFn(const std::string& rx, ResultsCheckFn fn_) in PatternAndFn() 182 : TestCase(rx), fn(fn_) {} in PatternAndFn()
|
/external/rust/crates/clap/src/ |
D | macros.rs | 785 (@arg ($arg:expr) $modes:tt {$fn_:expr} $($tail:tt)*) => { 786 clap_app!{ @arg ($arg.validator($fn_)) $modes $($tail)* }
|