/third_party/e2fsprogs/lib/blkid/ |
D | save.c | 66 const char *opened = NULL; in blkid_flush_cache() local 107 opened = tmp; in blkid_flush_cache() 119 opened = filename; in blkid_flush_cache() 124 filename, opened)); in blkid_flush_cache() 145 if (opened != filename) { in blkid_flush_cache() 147 (void) unlink(opened); in blkid_flush_cache() 149 printf("unlinked temp cache %s\n", opened)); in blkid_flush_cache() 160 if (rename(opened, filename) < 0) in blkid_flush_cache() 161 (void) unlink(opened); in blkid_flush_cache() 163 printf("moved temp cache %s\n", opened)); in blkid_flush_cache()
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer.cpp | 237 bool opened; member 386 window->base.opened = true; in new_shader_window() 449 window->base.opened = true; in new_urb_window() 521 window->base.opened = true; in new_edit_window() 611 if (window->base.opened) { in show_pml4_window() 612 window->base.opened = false; in show_pml4_window() 622 window->base.opened = true; in show_pml4_window() 791 child_window->opened = false; in destroy_batch_window() 792 window->pml4_window.base.opened = false; in destroy_batch_window() 809 window->base.opened = true; in new_batch_window() [all …]
|
/third_party/gstreamer/gstreamer/docs/ |
D | gst-hotdoc-plugins-scanner.c | 238 gboolean opened = FALSE; in _add_signals() local 250 "%s\"%s\" : {", opened ? "," : ",\"signals\": {", query.signal_name); in _add_signals() 252 opened = TRUE; in _add_signals() 322 opened = TRUE; in _add_signals() 326 if (opened) in _add_signals() 337 gboolean opened = FALSE; in _add_properties() local 362 if (!opened) in _add_properties() 388 opened ? "," : "", in _add_properties() 580 opened = TRUE; in _add_properties() 583 if (opened) in _add_properties() [all …]
|
/third_party/icu/docs/userguide/icu_data/ |
D | tracing.md | 90 1. The BreakIterator constructor opened three resource files in the locale 91 fallback chain for zh_CN. The actual bundle was opened for zh. 94 3. In addition, the binary data file brkitr/word.brk was opened. 136 UTRACE_UDATA_BUNDLE is used to indicate that a resource bundle was opened by 145 data file was opened by ICU code. Such files are used for break iteration, 151 was opened by ICU code. This can be helpful to debug locale fallbacks. This 153 opened only once per application runtime.
|
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
D | _delim.py | 11 before, opened, closed = m.groups() 12 delim = opened or closed
|
/third_party/python/Doc/c-api/ |
D | marshal.rst | 11 read the data back. Files used to store marshalled data must be opened in 46 Return a C :c:type:`long` from the data stream in a :c:type:`FILE*` opened 56 Return a C :c:type:`short` from the data stream in a :c:type:`FILE*` opened 66 Return a Python object from the data stream in a :c:type:`FILE*` opened for 75 Return a Python object from the data stream in a :c:type:`FILE*` opened for
|
/third_party/alsa-utils/seq/aseqnet/ |
D | README.aseqnet | 15 sequencer opened: 128:0 17 A user client 128 with port 0 was opened. (The client number may 22 sequencer opened: 132:0
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavaudenc.c | 165 ffmpegaudenc->opened = FALSE; in gst_ffmpegaudenc_init() 191 ffmpegaudenc->opened = FALSE; in gst_ffmpegaudenc_start() 211 ffmpegaudenc->opened = FALSE; in gst_ffmpegaudenc_stop() 222 if (ffmpegaudenc->opened) { in gst_ffmpegaudenc_flush() 241 if (ffmpegaudenc->opened) { in gst_ffmpegaudenc_set_format() 243 ffmpegaudenc->opened = FALSE; in gst_ffmpegaudenc_set_format() 374 ffmpegaudenc->opened = TRUE; in gst_ffmpegaudenc_set_format() 647 if (G_UNLIKELY (!ffmpegaudenc->opened)) in gst_ffmpegaudenc_handle_frame() 716 if (ffmpegaudenc->opened) { in gst_ffmpegaudenc_set_property()
|
D | gstavvidenc.c | 214 ffmpegenc->opened = FALSE; in gst_ffmpegvidenc_init() 249 if (ffmpegenc->opened) { in gst_ffmpegvidenc_set_format() 251 ffmpegenc->opened = FALSE; in gst_ffmpegvidenc_set_format() 403 ffmpegenc->opened = TRUE; in gst_ffmpegvidenc_set_format() 793 if (!ffmpegenc->opened) in gst_ffmpegvidenc_flush_buffers() 828 if (ffmpegenc->opened) { in gst_ffmpegvidenc_set_property() 888 if (ffmpegenc->opened) { in gst_ffmpegvidenc_flush() 899 if (ffmpegenc->opened) in gst_ffmpegvidenc_flush() 913 ffmpegenc->opened = FALSE; in gst_ffmpegvidenc_start() 936 ffmpegenc->opened = FALSE; in gst_ffmpegvidenc_stop()
|
D | gstavmux.c | 55 gboolean opened; member 336 ffmpegmux->opened = FALSE; in gst_ffmpegmux_init() 415 g_return_val_if_fail (ffmpegmux->opened == FALSE, NULL); in gst_ffmpegmux_request_new_pad() 559 if (!ffmpegmux->opened) { in gst_ffmpegmux_collected() 686 ffmpegmux->opened = TRUE; in gst_ffmpegmux_collected() 763 ffmpegmux->opened = FALSE; in gst_ffmpegmux_collected() 801 if (ffmpegmux->opened) { in gst_ffmpegmux_change_state() 802 ffmpegmux->opened = FALSE; in gst_ffmpegmux_change_state()
|
D | gstavauddec.c | 153 ffmpegdec->opened = FALSE; in gst_ffmpegauddec_init() 189 ffmpegdec->opened = FALSE; in gst_ffmpegauddec_close() 256 ffmpegdec->opened = TRUE; in gst_ffmpegauddec_open() 315 if (ffmpegdec->opened) { in gst_ffmpegauddec_set_format() 638 if (ffmpegdec->opened) { in gst_ffmpegauddec_flush() 659 if (G_UNLIKELY (!ffmpegdec->opened)) in gst_ffmpegauddec_handle_frame()
|
/third_party/node/test/parallel/ |
D | test-worker-track-unmanaged-fds.js | 54 /File descriptor \d+ opened in unmanaged mode twice/); 67 /File descriptor \d+ closed but not opened in unmanaged mode/);
|
/third_party/python/Doc/library/ |
D | fileinput.rst | 30 All files are opened in text mode by default, but you can override this by 42 Empty files are opened and immediately closed; the only time their presence in 43 the list of filenames is noticeable at all is when the last file opened is 49 You can control how files are opened by providing an opening hook via the 52 returns an accordingly opened file-like object. If *encoding* and/or *errors* 97 opened (before the first line and between files), returns ``-1``. 159 *filename* and *mode*, and returns an accordingly opened file-like object. You 206 opened normally (ie, using :func:`open` without any decompression).
|
D | shelve.rst | 25 database file is opened for reading and writing. The optional *flag* parameter 73 Write back all entries in the cache if the shelf was opened with *writeback* 163 object. The underlying file will be opened using :func:`dbm.open`. By 164 default, the file will be created and opened for both read and write. The 193 # as d was opened WITHOUT writeback=True, beware: 197 # having opened d without writeback=True, you need to code carefully:
|
D | webbrowser.rst | 56 Display *url* using the default browser. If *new* is 0, the *url* is opened 58 is opened if possible. If *new* is 2, a new browser page ("tab") is opened 200 browser window is opened if possible. If *new* is 2, a new browser page ("tab") 201 is opened if possible.
|
/third_party/alsa-utils/alsamixer/ |
D | mixer_widget.c | 157 bool opened; in select_card_by_name() local 163 opened = FALSE; in select_card_by_name() 167 opened = TRUE; in select_card_by_name() 174 if (opened) { in select_card_by_name() 184 return opened; in select_card_by_name()
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/ |
D | SDL_haptic.c | 171 int opened; in SDL_HapticOpened() local 181 opened = 0; in SDL_HapticOpened() 187 opened = 1; in SDL_HapticOpened() 192 return opened; in SDL_HapticOpened()
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/javascript/ |
D | associateExample.md | 5 …UDP relay. The server binds to a new UDP port and communicates the newly opened port back to the o… 12 2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame … 51 …port of the expected client that will be sending UDP frames to the newly opened UDP port on the se…
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/ |
D | associateExample.md | 5 …UDP relay. The server binds to a new UDP port and communicates the newly opened port back to the o… 12 2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame … 51 …port of the expected client that will be sending UDP frames to the newly opened UDP port on the se…
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_net.function | 28 * On success, it refers to the opened file (\p wanted_fd). 94 * If the limit can't be raised, a file descriptor opened by the 98 * opened before the limit was lowered (which is something an application
|
/third_party/boost/libs/asio/doc/overview/ |
D | serial_ports.qbk | 11 manner. For example, a serial port may be opened using: 18 Once opened, the serial port may be used as a [link boost_asio.overview.core.streams
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | drawer.dart | 113 /// announce screen transitions when the drawer is opened and closed. 153 /// opened or closed. 200 /// Optional callback that is called when a [Drawer] is opened or closed. 359 final bool opened = _controller.value > 0.5; 360 if (opened != _previouslyOpened && widget.drawerCallback != null) 361 widget.drawerCallback(opened); 362 _previouslyOpened = opened;
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkinstance.c | 76 gboolean opened; member 146 if (priv->opened) in gst_vulkan_instance_set_property() 152 if (priv->opened) in gst_vulkan_instance_set_property() 276 if (priv->opened) { in gst_vulkan_instance_finalize() 283 priv->opened = FALSE; in gst_vulkan_instance_finalize() 883 if (priv->opened) { in gst_vulkan_instance_open() 1055 priv->opened = TRUE; in gst_vulkan_instance_open()
|
/third_party/glib/glib/tests/markups/ |
D | fail-46.expected | 2 … 3 char 2: Document ended unexpectedly with elements still open — “foo” was the last element opened
|
D | fail-22.expected | 2 … 1 char 6: Document ended unexpectedly with elements still open — “foo” was the last element opened
|