/third_party/node/deps/v8/src/tasks/ |
D | task-utils.cc | 17 : CancelableTask(isolate), func_(std::move(func)) {} in CancelableFuncTask() 19 : CancelableTask(manager), func_(std::move(func)) {} in CancelableFuncTask() 20 void RunInternal() final { func_(); } in RunInternal() 23 const std::function<void()> func_; member in v8::internal::__anon6fc4a8210111::CancelableFuncTask 29 : CancelableIdleTask(isolate), func_(std::move(func)) {} in CancelableIdleFuncTask() 32 : CancelableIdleTask(manager), func_(std::move(func)) {} in CancelableIdleFuncTask() 34 func_(deadline_in_seconds); in RunInternal() 38 const std::function<void(double)> func_; member in v8::internal::__anon6fc4a8210111::CancelableIdleFuncTask
|
/third_party/libinput/test/ |
D | litest.h | 445 #define litest_add(func_, ...) \ argument 446 _litest_add(__FILE__, #func_, func_, __VA_ARGS__) 447 #define litest_add_ranged(func_, ...) \ argument 448 _litest_add_ranged(__FILE__, #func_, func_, __VA_ARGS__) 449 #define litest_add_for_device(func_, ...) \ argument 450 _litest_add_for_device(__FILE__, #func_, func_, __VA_ARGS__) 451 #define litest_add_ranged_for_device(func_, ...) \ argument 452 _litest_add_ranged_for_device(__FILE__, #func_, func_, __VA_ARGS__) 453 #define litest_add_no_device(func_) \ argument 454 _litest_add_no_device(__FILE__, #func_, func_) [all …]
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/vectors-and-discard-in-function/ |
D | 0.spvasm | 8 OpName %func_ "func(" 14 OpDecorate %func_ RelaxedPrecision 44 %9 = OpFunctionCall %int %func_ 57 %func_ = OpFunction %int None %13
|
D | 0.wgsl | 3 fn func_() -> i32 { 22 let x_9 : i32 = func_();
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-analysis-reachable-from-many/ |
D | 0-opt.wgsl | 10 fn func_() -> f32 { 54 let x_34 : f32 = func_(); 56 let x_36 : f32 = func_();
|
D | 0-opt.spvasm | 8 OpName %func_ "func(" 50 %34 = OpFunctionCall %float %func_ 53 %36 = OpFunctionCall %float %func_ 67 %func_ = OpFunction %float None %14
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/call-function-with-discard/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 41 %24 = OpFunctionCall %void %func_ 48 %func_ = OpFunction %void None %8
|
D | 0-opt.wgsl | 10 fn func_() { 21 func_();
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-inline-pass-empty-block/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 38 %26 = OpFunctionCall %v4float %func_ 45 %func_ = OpFunction %v4float None %11
|
D | 0-opt.wgsl | 5 fn func_() -> vec4<f32> { 19 let x_26 : vec4<f32> = func_();
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-liveinterval-different-dest/ |
D | 0-opt.wgsl | 3 fn func_() -> vec3<f32> { 50 let x_50 : vec3<f32> = func_(); 66 let x_64 : vec3<f32> = func_();
|
D | 0-opt.spvasm | 8 OpName %func_ "func(" 64 %50 = OpFunctionCall %v3float %func_ 87 %64 = OpFunctionCall %v3float %func_ 106 %func_ = OpFunction %v3float None %15
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-inline-pass-return-in-loop/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 36 %28 = OpFunctionCall %float %func_ 46 %func_ = OpFunction %float None %9
|
D | 0-opt.wgsl | 3 fn func_() -> f32 { 32 let x_28 : f32 = func_();
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-inline-pass-unreachable-func/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 41 %31 = OpFunctionCall %float %func_ 51 %func_ = OpFunction %float None %10
|
D | 0-opt.wgsl | 5 fn func_() -> f32 { 23 let x_31 : f32 = func_();
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-merge-return-condition-twice/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 42 %27 = OpFunctionCall %float %func_ 55 %func_ = OpFunction %float None %11
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-intervalmap-set-stop/ |
D | 0-opt.wgsl | 3 fn func_() -> vec3<f32> { 52 let x_53 : vec3<f32> = func_(); 68 let x_67 : vec3<f32> = func_();
|
D | 0-opt.spvasm | 8 OpName %func_ "func(" 67 %53 = OpFunctionCall %v3float %func_ 90 %67 = OpFunctionCall %v3float %func_ 125 %func_ = OpFunction %v3float None %15
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-ssa-rewrite-case-with-default/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 66 %43 = OpFunctionCall %v4float %func_ 79 %func_ = OpFunction %v4float None %12
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-fold-and-in-for-loop-range/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 44 %29 = OpFunctionCall %int %func_ 57 %func_ = OpFunction %int None %12
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/do-while-if-return/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 46 %31 = OpFunctionCall %int %func_ 59 %func_ = OpFunction %int None %11
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-double-if-true-in-loop/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 43 %27 = OpFunctionCall %int %func_ 75 %func_ = OpFunction %int None %12
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-increment-global-counter-loop-function/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 55 %34 = OpFunctionCall %void %func_ 96 %func_ = OpFunction %void None %10
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-global-loop-counter-main-function-call/ |
D | 0-opt.spvasm | 8 OpName %func_ "func(" 70 %42 = OpFunctionCall %int %func_ 104 %func_ = OpFunction %int None %13
|