Searched refs:close (Results 3476 - 3500 of 4508) sorted by relevance
1...<<131132133134135136137138139140>>...181
/third_party/skia/gm/ |
H A D | compressed_textures.cpp | 63 tmp.close(); in make_gear()
|
H A D | convexpolyclip.cpp | 257 return SkPathBuilder(fPathBuilder).close().detach(); in asClosedPath()
|
H A D | quadpaths.cpp | 222 path.fPath.close(); 223 path.fName = "moveTo-quad-close";
|
H A D | aaxfermodes.cpp | 102 .close()
|
/third_party/skia/include/core/ |
H A D | SkPathBuilder.h | 66 SkPathBuilder& close();
|
/third_party/skia/buildtools/checkdeps/ |
H A D | builddeps.py | 75 popen.stdout.close()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | dir.rs | 89 let _ = c::close(raw);
|
/third_party/rust/crates/nix/src/ |
H A D | pty.rs | 20 /// must manually close the file descriptors. 34 /// must manually close the file descriptors. 71 // we must panic on EBADF, because it is always an error to close an in drop() 72 // invalid file descriptor. That frequently indicates a double-close in drop() 75 let e = unistd::close(self.0); in drop()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | runtests.py | 133 f.close()
|
/third_party/vk-gl-cts/scripts/ |
H A D | testset.py | 92 f.close()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | http_client.c | 292 close(c->sd); in http_client_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | wps-ap-nfc.py | 337 clf.close()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | server.cpp | 254 client.socket->close(); in operator ()()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | http_client.c | 292 close(c->sd); in http_client_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | wps-ap-nfc.py | 337 clf.close()
|
/third_party/zlib/examples/ |
H A D | gzjoin.c | 59 #include <unistd.h> /* close(), read(), lseek() */ 86 /* close a buffered file and free allocated memory */ 91 close(in->fd); in bclose()
|
/third_party/f2fs-tools/lib/ |
H A D | libf2fs.c | 630 close(fd); in get_rootdev() 640 close(fd); in get_rootdev() 801 close(fd); in f2fs_dev_is_umounted()
|
/third_party/ffmpeg/libavcodec/ |
H A D | sonic.c | 1086 .close = sonic_decode_close, 1105 .close = sonic_encode_close, 1121 .close = sonic_encode_close,
|
/third_party/glfw/src/ |
H A D | window.c | 156 // Notifies shared code that the user wishes to close a window 164 if (window->callbacks.close) in _glfwInputWindowCloseRequest() 165 window->callbacks.close((GLFWwindow*) window); in _glfwInputWindowCloseRequest() 1091 _GLFW_SWAP(GLFWwindowclosefun, window->callbacks.close, cbfun); in glfwSetWindowCloseCallback()
|
/third_party/backends/backend/ |
H A D | canon_pp.c | 1778 close(f); in init_cal() 1880 close(i); in fix_weights_file() 1888 close(i); in fix_weights_file()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_meter.c | 164 scope->ops->close(scope); in snd_pcm_scope_remove() 511 .close = snd_pcm_meter_close, 1161 .close = s16_close,
|
H A D | pcm_ioplug.c | 903 if (io->data->callback->close) in snd_pcm_ioplug_close() 904 io->data->callback->close(io->data); in snd_pcm_ioplug_close() 911 .close = snd_pcm_ioplug_close, 1025 When the PCM is closed, close callback is called. If the driver
|
H A D | pcm_file.c | 502 close(file->fd); in snd_pcm_file_close() 507 close(file->ifd); in snd_pcm_file_close() 829 .close = snd_pcm_file_close,
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 333 out.close(); in TestHan() 1261 out.close(); in test() 1274 fos.close(); in test()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 318 out.close(); in TestHan() 1246 out.close(); in test() 1259 fos.close(); in test()
|
Completed in 28 milliseconds
1...<<131132133134135136137138139140>>...181