/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/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/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/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 "chmod 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 "chmod 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/protobuf/vsprojects/ |
D | libprotobuf.vcproj | 150 <File 153 </File> 154 <File 157 </File> 158 <File 161 </File> 162 <File 165 </File> 166 <File 169 </File> [all …]
|
D | libprotoc.vcproj | 150 <File 153 </File> 154 <File 157 </File> 158 <File 161 </File> 162 <File 165 </File> 166 <File 169 </File> [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/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/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 34 #define BMAP_BUFFER (file->buf + fs->blocksize) 40 ext2_file_t file; in ext2fs_file_open2() local 44 * Don't let caller create or open a file for writing if the in ext2fs_file_open2() 51 retval = ext2fs_get_mem(sizeof(struct ext2_file), &file); in ext2fs_file_open2() 55 memset(file, 0, sizeof(struct ext2_file)); in ext2fs_file_open2() 56 file->magic = EXT2_ET_MAGIC_EXT2_FILE; in ext2fs_file_open2() 57 file->fs = fs; in ext2fs_file_open2() 58 file->ino = ino; in ext2fs_file_open2() [all …]
|
/external/srtp/ |
D | srtp7.vcproj | 109 <File 111 </File> 112 <File 114 </File> 115 <File 117 </File> 120 <File 122 </File> 123 <File 125 </File> [all …]
|
D | srtp.vcproj | 326 <File 329 </File> 330 <File 333 </File> 337 <File 340 </File> 341 <File 344 </File> 345 <File 348 </File> [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/icu/icu4c/source/data/translit/ |
D | root.txt | 7 // File: root.txt 25 file { 32 file { 38 file { 45 file { 51 file { 58 file { 64 file { 71 file { 78 file { [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 …]
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 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 …]
|