Home
last modified time | relevance | path

Searched full:file (Results 1 – 25 of 10077) sorted by relevance

12345678910>>...404

/external/libxml2/doc/
Dsymbols.xml1 <!-- 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/lzma/CPP/7zip/Bundles/Alone7z/
DAlone.dsp1 # 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/smali/util/src/test/java/org/jf/util/
DPathUtilTest.java33 import java.io.File;
39 File[] roots = File.listRoots(); in pathUtilTest1()
42File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "te… in pathUtilTest1()
43File relativePath = new File(roots[1] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest1()
53 File[] roots = File.listRoots(); in pathUtilTest2()
55File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "te… in pathUtilTest2()
56File 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()
70File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest3()
[all …]
/external/tcpdump/win32/prj/
DWinDump.dsp1 # 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/fdlibm/
Dindex1 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/toybox/tests/
Dchmod.test22 touch file
31 if [ "$type" == file ]
37 type=file
48 rm -rf dir file && mkdir dir && touch file
49 testing "chmod 750 dir 640 file" \
50 "chmod 750 dir 640 file 2>/dev/null ||
51 ls -ld dir file | cut -d' ' -f 1 | cut -d. -f 1" "drwxr-x---\n-rwxr-x---\n" "" ""
53 rm -rf dir file && mkdir dir && touch file
54 testing "chmod 666 dir file" \
55 "chmod 666 dir file &&
[all …]
/external/protobuf/vsprojects/
Dlibprotobuf.vcproj150 <File
153 </File>
154 <File
157 </File>
158 <File
161 </File>
162 <File
165 </File>
166 <File
169 </File>
[all …]
Dlibprotoc.vcproj150 <File
153 </File>
154 <File
157 </File>
158 <File
161 </File>
162 <File
165 </File>
166 <File
169 </File>
[all …]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaCon.dsp1 # 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/srtp/
Dsrtp7.vcproj109 <File
111 </File>
112 <File
114 </File>
115 <File
117 </File>
120 <File
122 </File>
123 <File
125 </File>
[all …]
Dsrtp.vcproj326 <File
329 </File>
330 <File
333 </File>
337 <File
340 </File>
341 <File
344 </File>
345 <File
348 </File>
[all …]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java5 * 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/
Dfileio.c2 * 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/skia/resources/android_fonts/v17/
Dfallback_fonts.xml5 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/sonic/
Dwave.c4 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/flac/libFLAC/
DlibFLAC_static.vcproj159 <File
162 </File>
163 <File
166 </File>
167 <File
170 </File>
171 <File
174 </File>
175 <File
178 </File>
[all …]
DlibFLAC_dynamic.vcproj190 <File
193 </File>
194 <File
197 </File>
198 <File
201 </File>
202 <File
205 </File>
206 <File
209 </File>
[all …]
DlibFLAC_static.dsp1 # Microsoft Developer Studio Project File - Name="libFLAC_static" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
89 # Begin Source File
117 # End Source File
118 # Begin Source File
146 # End Source File
147 # Begin Source File
175 # End Source File
176 # Begin Source File
204 # End Source File
[all …]
DlibFLAC_dynamic.dsp1 # Microsoft Developer Studio Project File - Name="libFLAC_dynamic" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
96 # Begin Source File
124 # End Source File
125 # Begin Source File
153 # End Source File
154 # Begin Source File
182 # End Source File
183 # Begin Source File
211 # End Source File
[all …]
/external/google-breakpad/src/processor/
Dpathname_stripper_unittest.cc48 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/guava/guava/src/com/google/common/io/
DFiles.java5 * you may not use this file except in compliance with the License.
37 import java.io.File;
75 * Returns a buffered reader that reads from a file using the given
78 * @param file the file to read from
83 public static BufferedReader newReader(File file, Charset charset) in newReader() argument
85 checkNotNull(file); in newReader()
88 new InputStreamReader(new FileInputStream(file), charset)); in newReader()
92 * Returns a buffered writer that writes to a file using the given
95 * @param file the file to write to
100 public static BufferedWriter newWriter(File file, Charset charset) in newWriter() argument
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DFileSystem.java5 * you may not use this file except in compliance with the License.
18 import java.io.File;
27 * #SYSTEM} implementation, which uses the host machine's local file system. Alternate
31 * <p>All operations on a file system are racy. For example, guarding a call to {@link #source}
33 * The file may be moved between the two calls!
35 * <p>This interface is less ambitious than {@link java.nio.file.FileSystem} introduced in Java 7.
36 * It lacks important features like file watching, metadata, permissions, and disk space
41 /** The host machine's local file system. */
43 @Override public Source source(File file) throws FileNotFoundException {
44 return Okio.source(file);
[all …]
/external/icu/icu4c/source/data/translit/
Droot.txt7 // File: root.txt
25 file {
32 file {
38 file {
45 file {
51 file {
58 file {
64 file {
71 file {
78 file {
[all …]
/external/antlr/antlr-3.4/runtime/C/
DC.vcproj735 <File
738 </File>
739 <File
742 </File>
743 <File
746 </File>
747 <File
750 </File>
751 <File
754 </File>
[all …]
DCvs2005.vcproj738 <File
741 </File>
742 <File
745 </File>
746 <File
749 </File>
750 <File
753 </File>
754 <File
757 </File>
[all …]

12345678910>>...404