Home
last modified time | relevance | path

Searched refs:calledOnce (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DDevice.cpp29 static bool calledOnce = false; in Device() local
30 if (!calledOnce) { in Device()
31 calledOnce = true; in Device()
39 static bool calledOnce = false; in Device() local
40 if (!calledOnce) { in Device()
41 calledOnce = true; in Device()
/third_party/node/test/parallel/
Dtest-http2-session-settings.js68 let calledOnce = false; variable
75 calledOnce ? 2 : (2 ** 32) - 1
77 calledOnce = true;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp207 static bool calledOnce = false; in Initialize() local
208 if (!calledOnce) { in Initialize()
209 calledOnce = true; in Initialize()
217 static bool calledOnce = false; in Initialize() local
218 if (!calledOnce) { in Initialize()
219 calledOnce = true; in Initialize()
/third_party/jsframework/test/ut/model/
Dindex.ts161 sinon.assert.calledOnce(spyEl);