/external/libxml2/doc/examples/ |
D | examples.xml | 2 <example filename='io1.c'> 28 <example filename='io2.c'> 51 <example filename='parse1.c'> 72 <example filename='parse2.c'> 97 <example filename='parse3.c'> 118 <example filename='parse4.c'> 142 <example filename='reader1.c'> 145 <usage>reader1 <filename></usage> 170 <example filename='reader2.c'> 199 <example filename='reader3.c'> [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 7 <location filename="../addinterface.cpp" line="38"/> 12 <location filename="../addinterface.cpp" line="47"/> 17 <location filename="../addinterface.cpp" line="48"/> 22 <location filename="../addinterface.cpp" line="49"/> 27 <location filename="../addinterface.cpp" line="221"/> 32 <location filename="../addinterface.cpp" line="229"/> 37 <location filename="../addinterface.cpp" line="238"/> 45 <location filename="../wpagui.cpp" line="1621"/> 53 <location filename="../eventhistory.ui" line="13"/> 58 <location filename="../eventhistory.ui" line="48"/> [all …]
|
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 32 int check_fallocate(const char *filename, const int lineno, int fd, in check_fallocate() argument 39 tst_brk_(filename, lineno, TFAIL | TERRNO, in check_fallocate() 44 tst_res_(filename, lineno, TPASS, in check_fallocate() 51 int check_fallocate_fail(const char *filename, const int lineno, int fd, in check_fallocate_fail() argument 58 tst_res_(filename, lineno, TFAIL, in check_fallocate_fail() 65 tst_res_(filename, lineno, TPASS | TERRNO, in check_fallocate_fail() 72 void check_ftruncate(const char *filename, const int lineno, int fd, in check_ftruncate() argument 75 safe_ftruncate(filename, lineno, fd, length); in check_ftruncate() 77 tst_res_(filename, lineno, TPASS, "ftruncate(%d, %ld) succeeded", fd, in check_ftruncate() 81 void check_ftruncate_fail(const char *filename, const int lineno, in check_ftruncate_fail() argument [all …]
|
/external/python/cpython3/Lib/ |
D | linecache.py | 3 This is intended to read lines from modules imported -- hence if a filename 26 def getline(filename, lineno, module_globals=None): argument 30 lines = getlines(filename, module_globals) 36 def getlines(filename, module_globals=None): argument 40 if filename in cache: 41 entry = cache[filename] 43 return cache[filename][2] 46 return updatecache(filename, module_globals) 52 def checkcache(filename=None): argument 56 if filename is None: [all …]
|
/external/protobuf/benchmarks/util/ |
D | result_parser.py | 14 def __get_data_size(filename): argument 15 if filename[0] != '/': 16 filename = os.path.dirname(os.path.abspath(__file__)) + "/../" + filename 17 if filename in __file_size_map: 18 return __file_size_map[filename] 21 open(filename, "rb").read()) 27 __file_size_map[filename] = (size, 1.0 * size / count) 58 def __parse_cpp_result(filename): argument 59 if filename == "": 61 if filename[0] != '/': [all …]
|
/external/python/setuptools/setuptools/tests/ |
D | test_sdist.py | 72 def read_all_bytes(filename): argument 73 with io.open(filename, 'rb') as fp: 79 desc, filename = tempfile.mkstemp(suffix=Filenames.latin_1) 81 os.remove(filename) 149 # to make sure the actual filename (not capitalized) gets added 175 # UTF-8 filename 176 filename = os.path.join('sdist_test', 'smörbröd.py') 179 open(filename, 'w').close() 181 # Add UTF-8 filename and write manifest 184 mm.filelist.append(filename) [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/demo/list/ |
D | list-demo.html | 47 {fileName: 'IMG_4130.jpg', modifiedDate: 'May 12 2015'}, 48 {fileName: 'IMG_4131.jpg', modifiedDate: 'May 12 2015'}, 49 {fileName: 'IMG_4132.jpg', modifiedDate: 'May 12 2015'}, 50 {fileName: 'IMG_4133.jpg', modifiedDate: 'May 12 2015'}, 51 {fileName: 'IMG_4134.jpg', modifiedDate: 'May 12 2015'}, 52 {fileName: 'IMG_4135.jpg', modifiedDate: 'May 12 2015'}, 53 {fileName: 'IMG_4136.jpg', modifiedDate: 'May 12 2015'}, 54 {fileName: 'IMG_4137.jpg', modifiedDate: 'May 12 2015'}, 55 {fileName: 'IMG_4138.jpg', modifiedDate: 'May 12 2015'}, 56 {fileName: 'IMG_4139.jpg', modifiedDate: 'May 12 2015'}, [all …]
|
/external/catch2/projects/SelfTest/Baselines/ |
D | xml.sw.approved.txt | 5 …<TestCase name="# A test name that starts with a #" filename="projects/<exe-name>/UsageTests/Misc.… 8 …nd long (NULL can be either on various systems)" tags="[Decomposition]" filename="projects/<exe-na… 9 …<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Decomposition.t… 17 …<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Decomposition.t… 27 <TestCase name="#1027" filename="projects/<exe-name>/UsageTests/Compilation.tests.cpp" > 28 …<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Compilation.tes… 36 …<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Compilation.tes… 46 …<TestCase name="#1027: Bitfields can be captured" filename="projects/<exe-name>/UsageTests/Compila… 47 …<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Compilation.tes… 55 …<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Compilation.tes… [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | android-cloexec-open.cpp | 20 open("filename", O_RDWR); in a() 23 TEMP_FAILURE_RETRY(open("filename", O_RDWR)); in a() 26 open("filename", O_RDWR | O_EXCL); in a() 29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a() 35 open64("filename", O_RDWR); in b() 38 TEMP_FAILURE_RETRY(open64("filename", O_RDWR)); in b() 41 open64("filename", O_RDWR | O_EXCL); in b() 44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b() 50 openat(0, "filename", O_RDWR); in c() 53 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR)); in c() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | rename_check.py | 17 def replaceInFileRegex(fileName, sFrom, sTo): argument 21 with open(fileName, "r") as f: 25 print("Replacing '%s' -> '%s' in '%s'..." % (sFrom, sTo, fileName)) 26 with open(fileName, "w") as f: 30 def replaceInFile(fileName, sFrom, sTo): argument 34 with open(fileName, "r") as f: 41 print("Replacing '%s' -> '%s' in '%s'..." % (sFrom, sTo, fileName)) 42 with open(fileName, "w") as f: 46 def generateCommentLineHeader(filename): argument 48 os.path.basename(filename), [all …]
|
/external/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_new_file_test.c | 101 char *filename = ""; in stage_file_test() local 239 filename = "/tmp/mknod_fifo_test"; in stage_file_test() 240 show_result(mknod(filename, S_IFIFO | 0644, 0), 1); in stage_file_test() 242 unlink2(filename); in stage_file_test() 243 show_result(mknod(filename, S_IFIFO | 0644, 0), 0); in stage_file_test() 247 filename = "/dev/null"; in stage_file_test() 248 stat(filename, &sbuf); in stage_file_test() 249 snprintf(pbuffer, sizeof(pbuffer) - 1, "allow_write %s", filename); in stage_file_test() 252 fd = open(filename, O_WRONLY); in stage_file_test() 257 fd = open(filename, O_WRONLY); in stage_file_test() [all …]
|
/external/fdlibm/ |
D | index.html | 14 file <a href="e_acos.c">e_acos.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acos.c">e… 16 file <a href="e_acosh.c">e_acosh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acosh.c… 18 file <a href="e_asin.c">e_asin.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_asin.c">e… 20 file <a href="e_atan2.c">e_atan2.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atan2.c… 22 file <a href="e_atanh.c">e_atanh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atanh.c… 24 file <a href="e_cosh.c">e_cosh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_cosh.c">e… 26 file <a href="e_exp.c">e_exp.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_exp.c">e_ex… 28 file <a href="e_fmod.c">e_fmod.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_fmod.c">e… 30 file <a href="e_gamma.c">e_gamma.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gamma.c… 32 file <a href="e_gamma_r.c">e_gamma_r.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gam… [all …]
|
/external/libcups/scheduler/ |
D | file.c | 32 const char *pattern) /* I - Filename pattern or NULL */ in cupsdCleanFiles() 36 char filename[1024]; /* Filename */ in cupsdCleanFiles() local 55 if (pattern && fnmatch(pattern, dent->filename, 0)) in cupsdCleanFiles() 58 snprintf(filename, sizeof(filename), "%s/%s", path, dent->filename); in cupsdCleanFiles() 62 cupsdCleanFiles(filename, pattern); in cupsdCleanFiles() 64 status = rmdir(filename); in cupsdCleanFiles() 67 status = cupsdUnlinkOrRemoveFile(filename); in cupsdCleanFiles() 70 cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to remove \"%s\" - %s", filename, in cupsdCleanFiles() 86 const char *filename) /* I - Filename */ in cupsdCloseCreatedConfFile() argument 88 char newfile[1024], /* filename.N */ in cupsdCloseCreatedConfFile() [all …]
|
/external/python/cpython2/Lib/idlelib/ |
D | FileList.py | 17 def open(self, filename, action=None): argument 18 assert filename 19 filename = self.canonize(filename) 20 if os.path.isdir(filename): 21 # This can happen when bad filename is passed on command line: 24 "%r is a directory." % (filename,), 27 key = os.path.normcase(filename) 34 return action(filename) 36 return self.EditorWindow(self, filename, key) 38 def gotofileline(self, filename, lineno=None): argument [all …]
|
/external/python/cpython2/Lib/ |
D | linecache.py | 3 This is intended to read lines from modules imported -- hence if a filename 13 def getline(filename, lineno, module_globals=None): argument 14 lines = getlines(filename, module_globals) 33 def getlines(filename, module_globals=None): argument 37 if filename in cache: 38 return cache[filename][2] 41 return updatecache(filename, module_globals) 47 def checkcache(filename=None): argument 51 if filename is None: 54 if filename in cache: [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | placeholder.py | 68 self.filename = None 79 shader, self.filename = tempfile.mkstemp( 84 return self.filename 87 assert self.filename is not None 88 return self.filename 99 self.filename = None 107 temp_fd, self.filename = tempfile.mkstemp( 112 return '-Oconfig=%s' % self.filename 115 assert self.filename is not None 116 return self.filename [all …]
|
/external/deqp-deps/SPIRV-Tools/test/tools/ |
D | placeholder.py | 68 self.filename = None 79 shader, self.filename = tempfile.mkstemp( 84 return self.filename 87 assert self.filename is not None 88 return self.filename 99 self.filename = None 107 temp_fd, self.filename = tempfile.mkstemp( 112 return '-Oconfig=%s' % self.filename 115 assert self.filename is not None 116 return self.filename [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_gzip.py | 47 filename = support.TESTFN variable in BaseTest 50 support.unlink(self.filename) 53 support.unlink(self.filename) 59 with gzip.GzipFile(self.filename, 'w'+mode) as f: 62 with gzip.GzipFile(self.filename, 'r'+mode) as f: 66 with gzip.GzipFile(self.filename, 'wb') as f: 80 filename = pathlib.Path(self.filename) 81 with gzip.GzipFile(filename, 'w') as f: 84 with gzip.GzipFile(filename, 'a') as f: 86 with gzip.GzipFile(filename) as f: [all …]
|
D | test_unicode_file.py | 19 def remove_if_exists(filename): argument 20 if os.path.exists(filename): 21 os.unlink(filename) 27 # Do all the tests we can given only a single filename. The file should 29 def _do_single(self, filename): argument 30 self.assertTrue(os.path.exists(filename)) 31 self.assertTrue(os.path.isfile(filename)) 32 self.assertTrue(os.access(filename, os.R_OK)) 33 self.assertTrue(os.path.exists(os.path.abspath(filename))) 34 self.assertTrue(os.path.isfile(os.path.abspath(filename))) [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | filelist.py | 18 def open(self, filename, action=None): argument 19 assert filename 20 filename = self.canonize(filename) 21 if os.path.isdir(filename): 22 # This can happen when bad filename is passed on command line: 25 "%r is a directory." % (filename,), 28 key = os.path.normcase(filename) 35 return action(filename) 37 edit = self.EditorWindow(self, filename, key) 44 def gotofileline(self, filename, lineno=None): argument [all …]
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 195 char filename[256]; in WritePpm() local 196 snprintf(filename, sizeof(filename), "%s.%d.ppm", pdf_name, num); in WritePpm() 197 FILE* fp = fopen(filename, "wb"); in WritePpm() 219 fprintf(stderr, "Failed to write to %s\n", filename); in WritePpm() 222 return std::string(filename); in WritePpm() 226 char filename[256]; in WriteText() local 228 snprintf(filename, sizeof(filename), "%s.%d.txt", pdf_name, num); in WriteText() 230 static_cast<size_t>(chars_formatted) >= sizeof(filename)) { in WriteText() 231 fprintf(stderr, "Filename %s is too long\n", filename); in WriteText() 235 FILE* fp = fopen(filename, "w"); in WriteText() [all …]
|
/external/expat/xmlwf/ |
D | xmlfile.c | 78 static int processStream(const XML_Char *filename, XML_Parser parser); 81 reportError(XML_Parser parser, const XML_Char *filename) { in reportError() argument 88 filename, XML_GetErrorLineNumber(parser), in reportError() 91 ftprintf(stderr, T("%s: (unknown message %d)\n"), filename, code); in reportError() 96 processFile(const void *data, size_t size, const XML_Char *filename, in processFile() argument 101 reportError(parser, filename); in processFile() 150 const XML_Char *filename; in externalEntityRefFilemap() local 157 filename = resolveSystemId(base, systemId, &s); in externalEntityRefFilemap() 158 XML_SetBase(entParser, filename); in externalEntityRefFilemap() 159 filemapRes = filemap(filename, processFile, &args); in externalEntityRefFilemap() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_unicode_file.py | 29 raise unittest.SkipTest("Cannot find a suiteable filename.") 32 raise unittest.SkipTest("Cannot find a suitable filename.") 34 def remove_if_exists(filename): argument 35 if os.path.exists(filename): 36 os.unlink(filename) 42 # Do all the tests we can given only a single filename. The file should 44 def _do_single(self, filename): argument 45 self.assertTrue(os.path.exists(filename)) 46 self.assertTrue(os.path.isfile(filename)) 47 self.assertTrue(os.access(filename, os.R_OK)) [all …]
|
/external/python/oauth2client/tests/contrib/ |
D | test_multistore_file.py | 31 _filehandle, FILENAME = tempfile.mkstemp('oauth2client_test.data') variable 50 def filename(self): member in _MockLockedFile 82 os.unlink(FILENAME) 88 os.unlink(FILENAME) 108 filehandle, filename = tempfile.mkstemp() 115 multistore = multistore_file._MultiStore(filename) 117 filename, error_class, error_code) 122 os.unlink(filename) 125 filehandle, filename = tempfile.mkstemp() 129 multistore = multistore_file._MultiStore(filename) [all …]
|
/external/python/apitools/apitools/base/py/ |
D | gzip_test.py | 35 def unlink(filename): argument 37 os.unlink(filename) 54 filename = "@test" variable in BaseTest 57 unlink(self.filename) 60 unlink(self.filename) 66 with gzip.GzipFile(self.filename, 'w' + mode) as f: 69 with gzip.GzipFile(self.filename, 'r' + mode) as f: 73 with gzip.GzipFile(self.filename, 'wb') as f: 99 with gzip.GzipFile(self.filename, 'wb') as f: 109 with gzip.GzipFile(self.filename, 'rb') as f: [all …]
|