Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/third_party/node/test/fixtures/wpt/streams/transform-streams/
Dterminate.any.js20 ts.controller.terminate();
39 ts.controller.terminate();
50 controller.terminate();
63 controller.terminate();
77 controller.terminate();
91 controller.terminate();
Dgeneral.any.js352 controller.terminate();
373 controller.terminate();
374 controller.terminate();
388 controller.terminate();
/third_party/node/test/parallel/
Dtest-worker-terminate-null-handler.js17 worker.terminate().then((res) => assert.strictEqual(res, undefined));
18 worker.terminate(() => null).then(
Dtest-whatwg-transformstream.js159 TransformStreamDefaultController.prototype.terminate({}); method in TransformStreamDefaultController
202 controller.terminate();
Dtest-worker-terminate-nested.js15 worker.on('message', common.mustCall(() => worker.terminate()));
Dtest-worker-terminate-ref-public-port.js11 w.once('message', () => w.terminate());
Dtest-worker-terminate-timers.js16 worker.terminate();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/display/
DDisplayVkSimple.cpp22 void DisplayVkSimple::terminate() in terminate() function in rx::DisplayVkSimple
24 DisplayVk::terminate(); in terminate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/headless/
DDisplayVkHeadless.cpp22 void DisplayVkHeadless::terminate() in terminate() function in rx::DisplayVkHeadless
24 DisplayVk::terminate(); in terminate()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp152 egl.terminate(display); in isRenderConfigSupported()
157 egl.terminate(display); in isRenderConfigSupported()
160 egl.terminate(display); in isRenderConfigSupported()
DtcuAndroidExecService.cpp205 void TestProcess::terminate (void) in terminate() function in tcu::Android::TestProcess
219 terminate(); in cleanup()
261 terminate(); in readTestLog()
/third_party/vk-gl-cts/framework/common/
DtcuTestContext.hpp74 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; } in setTerminateAfter() argument
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay-playbin.c204 goto terminate; in main()
239 goto terminate; in main()
248 terminate: in main()
/third_party/cef/libcef_dll/ctocpp/
Dmedia_route_ctocpp.cc98 if (CEF_MEMBER_MISSING(_struct, terminate)) in Terminate()
104 _struct->terminate(_struct); in Terminate()
/third_party/cef/tests/cefsimple/
Dcefsimple_mac.mm43 // |-terminate:| is the entry point for orderly "quit" operations in Cocoa. This
49 // The default |-terminate:| implementation ends the process by calling exit(),
52 // shutdown. We support the normal |-terminate:| interface by overriding the
54 // needs of Chromium, works by asking the application delegate to terminate
80 - (void)terminate:(id)sender {
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_16-1.in69 * Both three macros shall terminate the calling process.
70 * The testcase shall not terminate in any other maneer.
191 /* Now let the child run and terminate */
206 /* terminate */
/third_party/vk-gl-cts/execserver/
DxsWin32TestProcess.hpp142 void terminate (void);
186 virtual void terminate (void);
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/
Dnvcodec.c369 goto terminate; in main()
382 goto terminate; in main()
396 goto terminate; in main()
466 terminate: in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/
DDisplayVkXcb.cpp68 void DisplayVkXcb::terminate() in terminate() function in rx::DisplayVkXcb
76 DisplayVk::terminate(); in terminate()
/third_party/python/Lib/multiprocessing/
Dpopen_spawn_win32.py120 def terminate(self): member in Popen
128 kill = terminate
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_csb.c265 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/icu/tools/unicode/c/genuca/
DBUILD.bazel38 # terminate called after throwing an instance of 'std::system_error'
43 # #4 0x00007ffff7e809d1 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.6
/third_party/skia/tools/skpbench/
Dskpbench.py222 self.terminate()
284 def terminate(self): member in SKPBench
286 self._proc.terminate()
335 skpbench.terminate()
/third_party/python/Lib/test/
Dtest_readline.py316 def terminate(proc): function
318 proc.terminate()
322 cleanup.callback(terminate, proc)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
DDisplayVkWin32.cpp29 void DisplayVkWin32::terminate() in terminate() function in rx::DisplayVkWin32
46 DisplayVk::terminate(); in terminate()

12345678910>>...30