Home
last modified time | relevance | path

Searched refs:terminate (Results 1 - 25 of 214) sorted by relevance

123456789

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/headless/
H A DDisplayVkHeadless.cpp22 void DisplayVkHeadless::terminate() in terminate() function in rx::DisplayVkHeadless
24 DisplayVk::terminate(); in terminate()
H A DDisplayVkHeadless.h23 void terminate() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/display/
H A DDisplayVkSimple.cpp22 void DisplayVkSimple::terminate() in terminate() function in rx::DisplayVkSimple
24 DisplayVk::terminate(); in terminate()
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidPlatformCapabilityQueryJNI.cpp152 egl.terminate(display); in isRenderConfigSupported()
157 egl.terminate(display); in isRenderConfigSupported()
160 egl.terminate(display); in isRenderConfigSupported()
H A DtcuAndroidExecService.cpp205 void TestProcess::terminate (void) in terminate() function in tcu::Android::TestProcess
207 DBG_PRINT(("TestProcess::terminate()")); in terminate()
219 terminate(); in cleanup()
261 terminate(); in readTestLog()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestContext.hpp74 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; } in setTerminateAfter() argument
90 bool m_terminateAfter; //!< Should tester terminate after execution of the current test
/third_party/glfw/src/
H A Dinit.c94 static void terminate(void) in terminate() function
124 _glfw.platform.terminate(); in terminate()
407 terminate(); in glfwInit()
415 terminate(); in glfwInit()
437 terminate(); in glfwTerminate()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_csb.c257 * \param[in] csb Control Stream Builder object to terminate.
265 pvr_csb_emit(csb, VDMCTRL_STREAM_TERMINATE, terminate); in pvr_csb_emit_terminate()
271 pvr_csb_emit(csb, CDMCTRL_STREAM_TERMINATE, terminate); in pvr_csb_emit_terminate()
/third_party/python/Lib/multiprocessing/
H A Dpopen_spawn_win32.py121 def terminate(self): member in Popen
129 kill = terminate
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.hpp142 void terminate (void);
186 virtual void terminate (void);
H A DxsTestProcess.hpp45 virtual void terminate (void) = DE_NULL;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/
H A DDisplayVkXcb.cpp68 void DisplayVkXcb::terminate() in terminate() function in rx::DisplayVkXcb
76 DisplayVk::terminate(); in terminate()
H A DDisplayVkXcb.h26 void terminate() override;
/third_party/python/Lib/test/
H A Dtest_readline.py316 def terminate(proc): function
318 proc.terminate()
322 cleanup.callback(terminate, proc)
/third_party/node/test/parallel/
H A Dtest-whatwg-transformstream.js159 TransformStreamDefaultController.prototype.terminate({});
202 controller.terminate();
H A Dtest-worker-arraybuffer-zerofill.js31 w.terminate();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
H A DDisplayVkWin32.cpp29 void DisplayVkWin32::terminate() in terminate() function in rx::DisplayVkWin32
46 DisplayVk::terminate(); in terminate()
H A DDisplayVkWin32.h24 void terminate() override;
/third_party/vk-gl-cts/modules/egl/
H A DteglSimpleConfigCase.cpp76 egl.terminate(m_display); in init()
92 m_eglTestCtx.getLibrary().terminate(m_display); in deinit()
/third_party/skia/tools/skpbench/
H A Dskpbench.py222 self.terminate()
284 def terminate(self): member in SKPBench
286 self._proc.terminate()
335 skpbench.terminate()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dseed_gen_exception.cc40 std::terminate(); in ThrowSeedGenException()
/third_party/nghttp2/src/
H A Dh2load_session.h52 virtual void terminate() = 0;
H A Dh2load_http2_session.h44 virtual void terminate();
H A Dh2load_http1_session.h46 virtual void terminate();
/third_party/node/test/sequential/
H A Dtest-worker-fshandles-error-on-termination.js19 assert.strictEqual(msg, 'terminate');
20 w.terminate();
50 parentPort.postMessage('terminate');

Completed in 8 milliseconds

123456789