/third_party/mesa3d/src/freedreno/afuc/ |
H A D | asm.c | 433 close(outfd); in main()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_device.c | 260 /* Don't close the internal fd, get render node one based on it. */ in device_get_fd() 313 close(dri2_dpy->fd); in device_probe_device()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_android.c | 81 .close = tu_hal_close, in tu_hal_open() 96 /* hwvulkan.h claims that hw_device_t::close() is never called. */ in tu_hal_close()
|
/third_party/mesa3d/src/egl/wayland/wayland-drm/ |
H A D | wayland-drm.c | 174 close(fd); in drm_create_prime_buffer()
|
/third_party/ltp/testcases/kernel/connectors/pec/ |
H A D | pec_listener.c | 358 fprintf(stderr, "failed to close PEC listening\n"); in main() 362 close(sd); in main()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest06.c | 28 * open, close, read, write, lseek64, 301 val = close(fd); in crfile() 302 warn(val, "close", 0); in crfile()
|
H A D | ftest02.c | 26 * open, close, read, write, lseek, 280 val = close(fd); in crfile() 281 warn(val, "close", 0); in crfile()
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_sshd_demo.c | 421 close(vhd->privileged_fd); in callback_lws_sshd_demo()
|
/third_party/ltp/lib/ |
H A D | safe_file_ops.c | 104 tst_resm_(file, lineno, TINFO, "Failed to close FILE '%s'", in file_scanf() 113 tst_resm_(file, lineno, TINFO, "Failed to close FILE '%s'", in file_scanf() 157 "Failed to close FILE '%s'", path); in safe_file_scanf() 237 tst_resm_(file, lineno, TINFO, "Failed to close FILE '%s'", in file_printf() 246 tst_resm_(file, lineno, TINFO, "Failed to close FILE '%s'", in file_printf() 275 "Failed to close FILE '%s'", path); in safe_file_vprintf() 366 ret = close(ret); in safe_touch() 370 "Failed to close file '%s'", pathname); in safe_touch() 374 "Invalid close('%s') return value %d", pathname, ret); in safe_touch()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | buffer.c | 389 close((intptr_t)buf_info->handle); in vlVaReleaseBufferHandle()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_fence.c | 278 close(dup_fd); in zink_create_fence_fd()
|
/third_party/node/lib/internal/ |
H A D | blob.js | 339 controller.close();
|
/third_party/node/lib/internal/streams/ |
H A D | pipeline.js | 52 stream.on('close', () => { 170 await writer.close(); 414 dst.on('close', () => { 426 // Now they allow it but "secretly" don't close the underlying fd. 449 // Some readable streams will emit 'close' before 'end'. However, since 454 // We don't need to check if this is a writable premature close since 455 // eos will only fail with premature close on the reading side for
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | _packager.py | 208 tempFile.close() 233 #now close the dictionary for the test
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | global.cc | 67 file.close(); in run()
|
H A D | table.cc | 87 file.close(); in run()
|
/third_party/node/deps/v8/tools/ |
H A D | bigint-tester.py | 116 os.close(fd)
|
H A D | gc-nvp-trace-processor.py | 63 gnuplot.stdin.close()
|
/third_party/node/test/parallel/ |
H A D | test-blob.js | 166 mc.port1.close();
|
H A D | test-crypto-x509.js | 252 mc.port1.close();
|
H A D | test-fs-stat-bigint.js | 214 await handle.close();
|
H A D | test-fs-truncate.js | 125 fs.close(fd, cb);
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | testsuite.py | 248 f.close()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | loaders.py | 186 f.close()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | win_tool.py | 90 open(path, "w").close()
|