Home
last modified time | relevance | path

Searched refs:apiCall (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/pkg/gce/
Dgce.go142 err := ctx.apiCall(func() (err error) {
158 err = ctx.apiCall(func() (err error) {
182 err := ctx.apiCall(func() (err error) {
202 err := ctx.apiCall(func() (err error) {
223 err := ctx.apiCall(func() (err error) {
230 err := ctx.apiCall(func() (err error) {
246 err := ctx.apiCall(func() (err error) {
272 err := ctx.apiCall(func() (err error) {
328 func (ctx *Context) apiCall(fn func() error) error { func
/external/vulkan-validation-layers/layers/
Dcore_validation.h306 bool VerifyWaitFenceState(layer_data* dev_data, VkFence fence, const char* apiCall);
Dcore_validation.cpp3882 bool CoreChecks::VerifyWaitFenceState(layer_data *dev_data, VkFence fence, const char *apiCall) { in VerifyWaitFenceState() argument
3890 …alled for fence %s which has not been submitted on a Queue or during acquire next image.", apiCall, in VerifyWaitFenceState()