/third_party/ltp/testcases/realtime/func/pi-tests/ |
D | test-skeleton.c | 74 int i, killed, status; in timeout_handler() local 80 killed = waitpid(pid, &status, WNOHANG | WUNTRACED); in timeout_handler() 81 if (0 != killed) in timeout_handler() 86 if (0 != killed && pid != killed) { in timeout_handler()
|
/third_party/libunwind/tests/ |
D | test-ptrace.c | 73 static int killed; variable 265 if (!killed) in main() 290 killed = 1; in main() 314 killed = 1; in main() 320 killed = 1; in main() 352 if (killed) in main()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testsem.c | 45 killed(int sig) in killed() function 98 signal(SIGTERM, killed); in main() 99 signal(SIGINT, killed); in main()
|
D | testthread.c | 47 killed(int sig) in killed() function 88 signal(SIGTERM, killed); in main()
|
/third_party/node/test/parallel/ |
D | test-child-process-kill.js | 39 assert.strictEqual(cat.killed, false); 41 assert.strictEqual(cat.killed, true);
|
D | test-child-process-exec-timeout.js | 20 assert.strictEqual(err.killed, true); 45 assert.strictEqual(err.killed, true);
|
D | test-child-process-exec-kill-throws.js | 29 assert.strictEqual(child.killed, true);
|
D | test-child-process-exec-env.js | 39 assert.strictEqual(err.killed, false);
|
D | test-child-process-bad-stdio.js | 59 assert.strictEqual(err.killed, true);
|
D | test-child-process-execfile.js | 35 assert.strictEqual(err.killed, true);
|
/third_party/node/deps/npm/node_modules/execa/ |
D | index.js | 238 err.killed = err.killed || spawned.killed; 259 killed: false,
|
/third_party/e2fsprogs/tests/f_mmp/ |
D | name | 1 disable MMP with tune2fs after e2fsck killed
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.c | 817 foreach_interval (killed, file) { in try_evict_regs() 818 if (!killed->is_killed) in try_evict_regs() 821 if (killed->physreg_end - killed->physreg_start != in try_evict_regs() 825 if (killed->physreg_end > conflicting_file_size || in try_evict_regs() 826 conflicting->physreg_end > reg_file_size(file, killed->interval.reg)) in try_evict_regs() 834 for (unsigned i = killed->physreg_start; i < killed->physreg_end; i++) { in try_evict_regs() 845 if ((!(killed->interval.reg->flags & IR3_REG_HALF) || in try_evict_regs() 847 (killed->physreg_start % 2 != 0 || in try_evict_regs() 851 for (unsigned i = killed->physreg_start; i < killed->physreg_end; i++) { in try_evict_regs() 857 eviction_count += (killed->physreg_end - killed->physreg_start) * 2; in try_evict_regs() [all …]
|
/third_party/node/lib/ |
D | child_process.js | 332 let killed = false; variable 384 ex.killed = child.killed || killed; 412 killed = true;
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.3.rst | 253 - st/mesa: GenerateMipmap should not be killed by conditional rendering 254 - swrast: BlitFramebuffer should not be killed by conditional rendering 255 - st/mesa: BlitFramebuffer should not be killed by conditional 257 - st/mesa: CopyTex(Sub)Image should not be killed by conditional 271 - r300g: clear can be killed by render condition
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/linux/ |
D | linux_device_test.dart | 39 ])).thenThrow(Exception('Flutter tool process has been killed')); 63 testUsingContext('The current running process is not killed when stopping the app', () async {
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/windows/ |
D | windows_device_test.dart | 40 ])).thenThrow(Exception('Flutter tool process has been killed')); 91 testUsingContext('The current running process is not killed when stopping the app', () async {
|
/third_party/node/test/sequential/ |
D | test-inspector-port-zero.js | 28 if (stderr.includes('\n') && !proc.killed) proc.kill();
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_process.js | 125 killed: '[PC preview] unknow killed', property
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_subprocess.py | 487 returncode, killed = self.loop.run_until_complete( 497 self.assertTrue(killed) 525 proc_returncode, transport_return_code, killed = result 532 self.assertFalse(killed)
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/macos/ |
D | macos_device_test.dart | 100 testUsingContext('The current running process is not killed when stopping the app', () async { 112 ])).thenThrow(Exception('Flutter tool process has been killed'));
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_4-1.in | 21 6. (parent - returning from wait) If child was killed then return success,
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | NOTES | 41 -> Stress tests will run until they are killed with SIGUSR1 (or they
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | NOTES | 41 -> Stress tests will run until they are killed with SIGUSR1 (or they
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
D | NOTES | 41 -> Stress tests will run until they are killed with SIGUSR1 (or they
|