/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | task_io_service_operation.hpp | 34 func_(&owner, this, ec, bytes_transferred); in complete() 39 func_(0, this, asio::error_code(), 0); in destroy() 49 func_(func), in task_io_service_operation() 62 func_type func_; member in asio::detail::ASIO_INHERIT_TRACKED_HANDLER
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | window_capture_utils.cc | 46 AeroChecker::AeroChecker() : dwmapi_library_(nullptr), func_(nullptr) { in AeroChecker() 50 func_ = reinterpret_cast<DwmIsCompositionEnabledFunc>( in AeroChecker() 63 if (func_) { in IsAeroEnabled() 64 func_(&result); in IsAeroEnabled()
|
D | window_capture_utils.h | 35 DwmIsCompositionEnabledFunc func_; variable
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl.cc | 51 : func_(func), arg_(arg), safe_(safe) { in TrapResultExprImpl() 52 DCHECK(func_); in TrapResultExprImpl() 57 return pc->Trap(func_, arg_, safe_); in Compile() 65 TrapRegistry::TrapFnc func_; member in sandbox::bpf_dsl::__anon8b6ccc490111::TrapResultExprImpl
|
/external/valgrind/drd/tests/ |
D | tsan_thread_wrappers_pthread.h | 165 : func_(reinterpret_cast<func_t>(func)), arg_(arg) {} in Condition() 168 : func_(reinterpret_cast<func_t>(func)), arg_(NULL) {} in Condition() 170 bool Eval() { return func_(arg_); } in Eval() 172 func_t func_;
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-port.h | 1351 : func_(func), 1373 func_(param_); 1377 UserThreadFunc* const func_; // User-supplied thread function. 1546 : func_(func), 1551 func_(param_); 1555 UserThreadFunc* const func_;
|
D | gtest-port.h.orig | 1284 : func_(func), 1306 func_(param_); 1310 const UserThreadFunc func_; // User-supplied thread function.
|
/external/mmc-utils/ |
D | mmc.c | 346 CommandFunction *func_, in parse_args() argument 400 *func_ = cp->func; in parse_args()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCaseUtil.hpp | 86 Args (Function func_, Arg0 arg0_) : func(func_), arg0(arg0_) {} in Args()
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1601 : func_(func), 1623 func_(param_); 1627 UserThreadFunc* const func_; // User-supplied thread function. 1800 : func_(func), 1805 func_(param_); 1809 UserThreadFunc* const func_;
|
/external/v8/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1600 : func_(func), 1622 func_(param_); 1626 UserThreadFunc* const func_; // User-supplied thread function. 1799 : func_(func), 1804 func_(param_); 1808 UserThreadFunc* const func_;
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 1601 : func_(func), 1623 func_(param_); 1627 UserThreadFunc* const func_; // User-supplied thread function. 1800 : func_(func), 1805 func_(param_); 1809 UserThreadFunc* const func_;
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 918 : func_(func), in ThreadWithParam() 940 func_(param_); in Run() 944 const UserThreadFunc func_; // User-supplied thread function.
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1161 : func_(func), 1183 func_(param_); 1187 const UserThreadFunc func_; // User-supplied thread function.
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1148 : func_(func), 1170 func_(param_); 1174 const UserThreadFunc func_; // User-supplied thread function.
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1153 : func_(func), 1175 func_(param_); 1179 const UserThreadFunc func_; // User-supplied thread function.
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark_api.h | 660 : Benchmark(name), func_(func) {} 665 Function* func_;
|
/external/google-benchmark/include/benchmark/ |
D | benchmark_api.h | 660 : Benchmark(name), func_(func) {} 665 Function* func_;
|
/external/v8/src/debug/ |
D | mirrors.js | 1440 if (!this.func_) { 1441 this.func_ = MakeMirror(%GeneratorGetFunction(this.value_)); 1443 return this.func_; 1864 if (this.func_) { 1865 return this.func_; 1875 return this.func_ = MakeMirror(f);
|
D | debug.js | 157 return this.func_;
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1188 : func_(func), 1210 func_(param_); 1214 const UserThreadFunc func_; // User-supplied thread function.
|
/external/libvpx/libvpx/test/ |
D | variance_test.cc | 222 SumOfSquaresTest() : func_(GetParam()) {} in SumOfSquaresTest() 230 SumOfSquaresFunction func_; member in __anon9f3513840111::SumOfSquaresTest 241 ASM_REGISTER_STATE_CHECK(res = func_(mem)); in ConstTest() 255 ASM_REGISTER_STATE_CHECK(res = func_(mem)); in RefTest()
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark_register.cc | 436 void FunctionBenchmark::Run(State& st) { func_(st); } in Run()
|
/external/google-benchmark/src/ |
D | benchmark_register.cc | 436 void FunctionBenchmark::Run(State& st) { func_(st); } in Run()
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3937 GenFuncs (const Func<Sig>& func_, in GenFuncs() 3941 : func (func_) in GenFuncs()
|