/external/libxml2/doc/ |
D | symbols.xml | 1 <!-- This file describes all the exported entry points from the 9 <symbol file="debugXML">xmlBoolToText</symbol> 10 <symbol file="debugXML">xmlDebugDumpAttr</symbol> 11 <symbol file="debugXML">xmlDebugDumpAttrList</symbol> 12 <symbol file="debugXML">xmlDebugDumpDTD</symbol> 13 <symbol file="debugXML">xmlDebugDumpDocument</symbol> 14 <symbol file="debugXML">xmlDebugDumpDocumentHead</symbol> 15 <symbol file="debugXML">xmlDebugDumpEntities</symbol> 16 <symbol file="debugXML">xmlDebugDumpNode</symbol> 17 <symbol file="debugXML">xmlDebugDumpNodeList</symbol> [all …]
|
/external/libchrome/sandbox/win/src/ |
D | sandbox.vcproj | 134 <File 137 </File> 138 <File 141 </File> 142 <File 145 </File> 146 <File 149 </File> 150 <File 153 </File> [all …]
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SFXCon.dsp | 1 # Microsoft Developer Studio Project File - Name="SFXCon" - Package Owner=<4> 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 89 # Begin Source File 92 # End Source File 93 # Begin Source File 96 # End Source File 97 # Begin Source File 101 # End Source File 102 # Begin Source File 105 # End Source File [all …]
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
D | Alone.dsp | 1 # Microsoft Developer Studio Project File - Name="Alone" - Package Owner=<4> 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 145 # Begin Source File 148 # End Source File 149 # Begin Source File 152 # End Source File 153 # Begin Source File 156 # End Source File 157 # Begin Source File 160 # End Source File [all …]
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SFXWin.dsp | 1 # Microsoft Developer Studio Project File - Name="SFXWin" - Package Owner=<4> 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 125 # Begin Source File 129 # End Source File 130 # Begin Source File 133 # End Source File 138 # Begin Source File 141 # End Source File 142 # Begin Source File 145 # End Source File [all …]
|
/external/smali/util/src/test/java/org/jf/util/ |
D | PathUtilTest.java | 33 import java.io.File; 39 File[] roots = File.listRoots(); in pathUtilTest1() 42 …File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "te… in pathUtilTest1() 43 …File relativePath = new File(roots[1] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest1() 53 File[] roots = File.listRoots(); in pathUtilTest2() 55 …File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "te… in pathUtilTest2() 56 …File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest2() 61 …is a file, this is handled by the two public wrappers. Since we're not calling them, the correct r… in pathUtilTest2() 68 File[] roots = File.listRoots(); in pathUtilTest3() 70 … File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest3() [all …]
|
/external/tcpdump/win32/prj/ |
D | WinDump.dsp | 1 # Microsoft Developer Studio Project File - Name="WinDump" - Package Owner=<4> 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 86 # Begin Source File 89 # End Source File 90 # Begin Source File 93 # End Source File 94 # Begin Source File 97 # End Source File 98 # Begin Source File 101 # End Source File [all …]
|
/external/curl/packages/vms/ |
D | clean_gnv_curl.com | 1 $! File: clean_gnv_curl.COM 44 $ file = "sys$login:sh*." 45 $ if f$search(file) .nes. "" then delete 'file';* 47 $ file = "sys$login:make*." 48 $ if f$search(file) .nes. "" then delete 'file';* 50 $ file = "lcl_root:[]confdefs.h" 51 $ if f$search(file) .nes. "" then delete 'file';* 53 $ file = "lcl_root:[]conftest.dsf" 54 $ if f$search(file) .nes. "" then delete 'file';* 56 $ file = "lcl_root:[]conftest.lis" [all …]
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SFXSetup.dsp | 1 # Microsoft Developer Studio Project File - Name="SFXSetup" - Package Owner=<4> 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 125 # Begin Source File 128 # End Source File 129 # Begin Source File 133 # End Source File 134 # Begin Source File 137 # End Source File 146 # Begin Source File 149 # End Source File [all …]
|
/external/toybox/tests/ |
D | chmod.test | 24 touch file 33 if [ "$type" == file ] 39 type=file 50 rm -rf dir file && mkdir dir && touch file 51 testing "750 dir 640 file" \ 52 "chmod 750 dir 640 file 2>/dev/null || 53 ls -ld dir file | cut -d' ' -f 1 | cut -d. -f 1" "drwxr-x---\n-rwxr-x---\n" "" "" 55 rm -rf dir file && mkdir dir && touch file 56 testing "666 dir file" \ 57 "chmod 666 dir file && [all …]
|
/external/libchrome/base/files/ |
D | file_unittest.cc | 3 // found in the LICENSE file. 5 #include "base/files/file.h" 17 using base::File; 26 // Don't create a File at all. in TEST() 27 File file; in TEST() local 28 EXPECT_FALSE(file.IsValid()); in TEST() 29 EXPECT_EQ(base::File::FILE_ERROR_FAILED, file.error_details()); in TEST() 31 File file2(base::File::FILE_ERROR_TOO_MANY_OPENED); in TEST() 33 EXPECT_EQ(base::File::FILE_ERROR_TOO_MANY_OPENED, file2.error_details()); in TEST() 37 // Open a file that doesn't exist. in TEST() [all …]
|
/external/fdlibm/ |
D | index | 1 file fdlibm/fdlibm.h 3 file fdlibm/index 5 file fdlibm/e_acos.c 7 file fdlibm/e_acosh.c 9 file fdlibm/e_asin.c 11 file fdlibm/e_atan2.c 13 file fdlibm/e_atanh.c 15 file fdlibm/e_cosh.c 17 file fdlibm/e_exp.c 19 file fdlibm/e_fmod.c [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | fileio.c | 2 * fileio.c --- Simple file I/O routines 7 * This file may be redistributed under the terms of the GNU Library 35 #define BMAP_BUFFER (file->buf + fs->blocksize) 41 ext2_file_t file; in ext2fs_file_open2() local 45 * Don't let caller create or open a file for writing if the in ext2fs_file_open2() 52 retval = ext2fs_get_mem(sizeof(struct ext2_file), &file); in ext2fs_file_open2() 56 memset(file, 0, sizeof(struct ext2_file)); in ext2fs_file_open2() 57 file->magic = EXT2_ET_MAGIC_EXT2_FILE; in ext2fs_file_open2() 58 file->fs = fs; in ext2fs_file_open2() 59 file->ino = ino; in ext2fs_file_open2() [all …]
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaCon.dsp | 1 # Microsoft Developer Studio Project File - Name="LzmaCon" - Package Owner=<4> 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 88 # Begin Source File 92 # End Source File 93 # Begin Source File 96 # End Source File 101 # Begin Source File 104 # End Source File 105 # Begin Source File 108 # End Source File [all …]
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/ |
D | MockContext.java | 5 * you may not use this file except in compliance with the License. 52 … return null; //To change body of implemented methods use File | Settings | File Templates. in getAssets() 60 … return null; //To change body of implemented methods use File | Settings | File Templates. in getPackageManager() 65 … return null; //To change body of implemented methods use File | Settings | File Templates. in getContentResolver() 70 … return null; //To change body of implemented methods use File | Settings | File Templates. in getMainLooper() 75 … return null; //To change body of implemented methods use File | Settings | File Templates. in getApplicationContext() 80 //To change body of implemented methods use File | Settings | File Templates. in setTheme() 85 … return null; //To change body of implemented methods use File | Settings | File Templates. in getTheme() 90 … return null; //To change body of implemented methods use File | Settings | File Templates. in getClassLoader() 95 … return null; //To change body of implemented methods use File | Settings | File Templates. in getPackageName() [all …]
|
/external/sonic/ |
D | wave.c | 4 This file is part of the Sonic Library. 6 This file is licensed under the Apache 2.0 license. 10 This file supports read/write wave files. 22 FILE *soundFile; 28 /* Write a string to a file. */ 30 waveFile file, in writeBytes() argument 36 if(file->failed) { in writeBytes() 39 bytesWritten = fwrite(bytes, sizeof(char), length, file->soundFile); in writeBytes() 41 fprintf(stderr, "Unable to write to output file"); in writeBytes() 42 file->failed = 1; in writeBytes() [all …]
|
/external/skia/resources/android_fonts/v17/ |
D | fallback_fonts.xml | 5 This file specifies the fonts, and the priority order, that will be searched for any 7 Each entry consists of a family tag and a list of files (file names) which support that 10 families are listed in this file represents the order in which these fallback fonts 19 There is another optional file in /vendor/etc/fallback_fonts.xml. That file can be used to 21 fallback fonts. That file can also specify the order in which the fallback fonts should be 28 a "file" element; fonts matching the language of text being drawn will be prioritised over 34 <file variant="elegant">DroidNaskh-Regular.ttf</file> 39 <file variant="compact">DroidNaskhUI-Regular.ttf</file> 44 <file>DroidSansEthiopic-Regular.ttf</file> 49 <file>DroidSansHebrew-Regular.ttf</file> [all …]
|
/external/guava/guava/src/com/google/common/io/ |
D | Files.java | 5 * you may not use this file except in compliance with the License. 36 import java.io.File; 73 * Returns a buffered reader that reads from a file using the given 76 * @param file the file to read from 81 public static BufferedReader newReader(File file, Charset charset) in newReader() argument 83 checkNotNull(file); in newReader() 86 new InputStreamReader(new FileInputStream(file), charset)); in newReader() 90 * Returns a buffered writer that writes to a file using the given 93 * @param file the file to write to 98 public static BufferedWriter newWriter(File file, Charset charset) in newWriter() argument [all …]
|
/external/ltp/testcases/commands/ade/file/ |
D | file_test.sh | 22 # File: file_test.sh 24 # Description: This program tests the file command. The tests are aimed at 25 # testing if the file command can recognize some of the commonly 26 # used file formats like, tar, tar.gz, rpm, C, ASCII, ELF etc. 46 # Test01: Test if file command recognizes ASCII text files 48 # 1) Write text to a known file 49 # 2) Use 'file' command to get the type of the known file 50 # Ex: file xyz.txt 52 # 'file' command 56 # Test02: Test if file command can recognize bash shell script [all …]
|
/external/syslinux/gpxe/src/core/ |
D | posix_io.c | 30 /** @file 39 /** An open file */ 45 /** File descriptor */ 56 /** File size */ 66 * Free open file 71 struct posix_file *file = in posix_file_free() local 76 list_for_each_entry_safe ( iobuf, tmp, &file->data, list ) { in posix_file_free() 80 free ( file ); in posix_file_free() 84 * Terminate file data transfer 86 * @v file POSIX file [all …]
|
/external/google-breakpad/src/processor/ |
D | pathname_stripper_unittest.cc | 48 ASSERT_EQ(PathnameStripper::File("/dir/file"), "file"); in RunTests() 49 ASSERT_EQ(PathnameStripper::File("\\dir\\file"), "file"); in RunTests() 50 ASSERT_EQ(PathnameStripper::File("/dir\\file"), "file"); in RunTests() 51 ASSERT_EQ(PathnameStripper::File("\\dir/file"), "file"); in RunTests() 52 ASSERT_EQ(PathnameStripper::File("dir/file"), "file"); in RunTests() 53 ASSERT_EQ(PathnameStripper::File("dir\\file"), "file"); in RunTests() 54 ASSERT_EQ(PathnameStripper::File("dir/\\file"), "file"); in RunTests() 55 ASSERT_EQ(PathnameStripper::File("dir\\/file"), "file"); in RunTests() 56 ASSERT_EQ(PathnameStripper::File("file"), "file"); in RunTests() 57 ASSERT_EQ(PathnameStripper::File("dir/"), ""); in RunTests() [all …]
|
/external/antlr/antlr-3.4/runtime/C/ |
D | Cvs2005.vcproj | 738 <File 741 </File> 742 <File 745 </File> 746 <File 749 </File> 750 <File 753 </File> 754 <File 757 </File> [all …]
|
D | C.vcproj | 735 <File 738 </File> 739 <File 742 </File> 743 <File 746 </File> 747 <File 750 </File> 751 <File 754 </File> [all …]
|
/external/autotest/client/profilers/powertop/src/ |
D | misctips.c | 4 * This file is part of PowerTOP 6 * This program file is free software; you can redistribute it and/or modify it 16 * along with this program in a file named COPYING; if not, write to the 37 FILE *file; in set_laptop_mode() local 38 file = fopen("/proc/sys/vm/laptop_mode", "w"); in set_laptop_mode() 39 if (!file) in set_laptop_mode() 41 fprintf(file,"5\n"); in set_laptop_mode() 42 fclose(file); in set_laptop_mode() 47 FILE *file; in suggest_laptop_mode() local 56 file = fopen("/proc/acpi/ac_adapter/AC/state", "r"); in suggest_laptop_mode() [all …]
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 2 FILE 1 c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 3 FILE 2 c:\program files\microsoft visual studio 8\vc\include\typeinfo 4 FILE 3 c:\breakpad\trunk\src\common\windows\guid_string.h 5 FILE 4 c:\program files\microsoft visual studio 8\vc\platformsdk\include\rpcdce.h 6 FILE 5 c:\program files\microsoft visual studio 8\vc\platformsdk\include\winreg.h 7 FILE 6 c:\program files\microsoft visual studio 8\vc\platformsdk\include\objidl.h 8 FILE 7 c:\program files\microsoft visual studio 8\vc\platformsdk\include\wtypes.h 9 FILE 8 c:\program files\microsoft visual studio 8\vc\platformsdk\include\tvout.h 10 FILE 9 c:\program files\microsoft visual studio 8\vc\include\malloc.h 11 FILE 10 c:\program files\microsoft visual studio 8\vc\platformsdk\include\pshpack2.h [all …]
|