Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/external/e2fsprogs/lib/blkid/
Dsave.c66 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()
/external/swiftshader/.vscode/
Dtasks.json7 // ${file}: the current opened file
8 // ${fileBasename}: the current opened file's basename
9 // ${fileDirname}: the current opened file's dirname
10 // ${fileExtname}: the current opened file's extension
/external/syzkaller/vendor/cloud.google.com/go/storage/
Dwriter.go67 opened bool member
87 w.opened = true
157 if !w.opened {
169 if !w.opened {
184 if !w.opened {
/external/scapy/scapy/
Dscapypipes.py288 self.opened = start_state
290 if self.opened:
293 if self.opened:
296 self.opened ^= True
309 self.opened = start_state
314 if self.opened:
319 if self.opened:
324 self.opened ^= True
Dpipetool.py509 self.opened = False
513 if not self.opened:
514 self.opened = True
526 if not self.opened:
527 self.opened = True
544 self.opened = False
554 self.opened = False
/external/ImageMagick/MagickWand/
Dscript-token.c215 token_info->opened=MagickFalse; in AcquireScriptTokenInfo()
218 token_info->opened=MagickFalse; in AcquireScriptTokenInfo()
222 token_info->opened=MagickFalse; in AcquireScriptTokenInfo()
271 if ( token_info->opened != MagickFalse ) in DestroyScriptTokenInfo()
Dscript-token.h45 opened; /* was that stream opened? */ member
/external/python/cpython3/Doc/c-api/
Dmarshal.rst11 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
/external/python/cpython2/Doc/c-api/
Dmarshal.rst11 read the data back. Files used to store marshalled data must be opened in
60 Return a C :c:type:`long` from the data stream in a :c:type:`FILE\*` opened
67 Return a C :c:type:`short` from the data stream in a :c:type:`FILE\*` opened
74 Return a Python object from the data stream in a :c:type:`FILE\*` opened for
81 Return a Python object from the data stream in a :c:type:`FILE\*` opened for
/external/python/cpython2/Doc/library/
Dfileinput.rst28 All files are opened in text mode by default, but you can override this by
37 Empty files are opened and immediately closed; the only time their presence in
38 the list of filenames is noticeable at all is when the last file opened is
44 You can control how files are opened by providing an opening hook via the
47 returns an accordingly opened file-like object. Two useful hooks are already
79 opened (before the first line and between files), returns ``-1``.
143 *filename* and *mode*, and returns an accordingly opened file-like object. You
175 opened normally (ie, using :func:`open` without any decompression).
Dshelve.rst26 database file is opened for reading and writing. The optional *flag* parameter
67 Write back all entries in the cache if the shelf was opened with *writeback*
141 object. The underlying file will be opened using :func:`anydbm.open`. By
142 default, the file will be created and opened for both read and write. The
170 # as d was opened WITHOUT writeback=True, beware:
174 # having opened d without writeback=True, you need to code carefully:
Dwebbrowser.rst55 Display *url* using the default browser. If *new* is 0, the *url* is opened
57 is opened if possible. If *new* is 2, a new browser page ("tab") is opened
197 browser window is opened if possible. If *new* is 2, a new browser page ("tab")
198 is opened if possible.
Dgzip.rst37 defaults to ``None``, in which case *filename* is opened to provide a file
49 not given, the 'b' flag will be added to the mode to ensure the file is opened
68 data. This also allows you to pass a :class:`~StringIO.StringIO` object opened for
Daifc.rst48 object. *mode* must be ``'r'`` or ``'rb'`` when the file must be opened for
49 reading, or ``'w'`` or ``'wb'`` when the file must be opened for writing. If
55 Objects returned by :func:`.open` when a file is opened for reading have the
138 Objects returned by :func:`.open` when a file is opened for writing have all the
/external/python/cpython3/Doc/library/
Dfileinput.rst29 All files are opened in text mode by default, but you can override this by
41 Empty files are opened and immediately closed; the only time their presence in
42 the list of filenames is noticeable at all is when the last file opened is
48 You can control how files are opened by providing an opening hook via the
51 returns an accordingly opened file-like object. Two useful hooks are already
91 opened (before the first line and between files), returns ``-1``.
153 *filename* and *mode*, and returns an accordingly opened file-like object. You
192 opened normally (ie, using :func:`open` without any decompression).
Dshelve.rst25 database file is opened for reading and writing. The optional *flag* parameter
65 Write back all entries in the cache if the shelf was opened with *writeback*
150 object. The underlying file will be opened using :func:`dbm.open`. By
151 default, the file will be created and opened for both read and write. The
180 # as d was opened WITHOUT writeback=True, beware:
184 # having opened d without writeback=True, you need to code carefully:
Dwebbrowser.rst56 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
198 browser window is opened if possible. If *new* is 2, a new browser page ("tab")
199 is opened if possible.
/external/autotest/server/site_tests/firmware_Cr50Open/
Dcontrol16 Verify the console can be opened by pressing the power button after the device
17 has been put into dev mode. Make sure cr50 can't be opened when the device isn't
/external/bcc/tools/
Dbpflist_example.txt16 fileslower has installed 4 BPF programs (functions) and has opened 2 BPF maps
19 In verbose mode, bpflist also counts the number of kprobes and uprobes opened
/external/doclava/res/assets/templates/
Dtrailer.cs1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
/external/dtc/tests/
Dopen_pack.supp2 opened blob dumps uninitialized data
/external/skia/docs/
DSkFILEStream_Reference.bmh19 File descriptor is opened here and is closed when SkFILEStream
95 Returns true if the current path could be opened.
/external/skqp/docs/
DSkFILEStream_Reference.bmh19 File descriptor is opened here and is closed when SkFILEStream
95 Returns true if the current path could be opened.
/external/python/cpython2/Lib/idlelib/
DAutoComplete.py93 opened = self.open_completions(False, True, True)
94 if opened:
/external/python/cpython3/Lib/idlelib/
Dautocomplete.py88 opened = self.open_completions(False, True, True)
89 return "break" if opened else None

12345678910>>...16