Searched refs:file (Results 426 - 450 of 2668) sorted by relevance

<<11121314151617181920>>

/external/dnsmasq/src/
H A Dtftp.c23 static ssize_t tftp_err(int err, char *packet, char *mess, char *file);
24 static ssize_t tftp_err_oops(char *packet, char *file);
159 transfer->file = NULL;
265 /* check permissions and open file */
266 if ((transfer->file = check_tftp_fileperm(&len)))
291 struct tftp_file *file; local
305 *len = tftp_err(ERR_FNF, packet, _("file %s not found"), namebuff);
314 /* stat the file descriptor to avoid stat->open races */
328 /* If we're doing many tranfers from the same file, only
329 open it once this saves lots of file descriptor
494 tftp_err(int err, char *packet, char *message, char *file) argument
511 tftp_err_oops(char *packet, char *file) argument
[all...]
/external/zlib/src/contrib/minizip/
H A Dunzip.c23 See the accompanying file LICENSE, version 2000-Apr-09 or later
36 Roger Schlafly, described by Phil Katz in the file appnote.txt. This
37 file (appnote.txt) is distributed with the PKZIP program (even in the
125 /* unz_file_info_interntal contain internal info about a file in zipfile*/
132 /* file_in_zip_read_info_s contain internal information about a file in zipfile,
172 ZPOS64_T num_file; /* number of the current file in the zipfile*/
173 ZPOS64_T pos_in_central_dir; /* pos of the current file in the central dir*/
174 ZPOS64_T current_file_ok; /* flag about the usability of the current file*/
181 unz_file_info64 cur_file_info; /* public info about the current file in zip*/
184 file i
808 unzClose(unzFile file) argument
828 unzGetGlobalInfo64(unzFile file, unz_global_info64* pglobal_info) argument
838 unzGetGlobalInfo(unzFile file, unz_global_info* pglobal_info32) argument
879 unz64local_GetCurrentFileInfoInternal(unzFile file, unz_file_info64 *pfile_info, unz_file_info64_internal *pfile_info_internal, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize) argument
1124 unzGetCurrentFileInfo64(unzFile file, unz_file_info64 * pfile_info, char * szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char* szComment, uLong commentBufferSize) argument
1136 unzGetCurrentFileInfo(unzFile file, unz_file_info * pfile_info, char * szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char* szComment, uLong commentBufferSize) argument
1178 unzGoToFirstFile(unzFile file) argument
1199 unzGoToNextFile(unzFile file) argument
1232 unzLocateFile(unzFile file, const char *szFileName, int iCaseSensitivity) argument
1308 unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) argument
1324 unzGetFilePos( unzFile file, unz_file_pos* file_pos) argument
1338 unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) argument
1360 unzGoToFilePos( unzFile file, unz_file_pos* file_pos) argument
1472 unzOpenCurrentFile3(unzFile file, int* method, int* level, int raw, const char* password) argument
1641 unzOpenCurrentFile(unzFile file) argument
1646 unzOpenCurrentFilePassword(unzFile file, const char* password) argument
1651 unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) argument
1658 unzGetCurrentFileZStreamPos64( unzFile file) argument
1684 unzReadCurrentFile(unzFile file, voidp buf, unsigned len) argument
1889 unztell(unzFile file) argument
1904 unztell64(unzFile file) argument
1924 unzeof(unzFile file) argument
1956 unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len) argument
2004 unzCloseCurrentFile(unzFile file) argument
2051 unzGetGlobalComment(unzFile file, char * szComment, uLong uSizeBuf) argument
2079 unzGetOffset64(unzFile file) argument
2094 unzGetOffset(unzFile file) argument
2104 unzSetOffset64(unzFile file, ZPOS64_T pos) argument
2122 unzSetOffset(unzFile file, uLong pos) argument
[all...]
/external/chromium/net/base/
H A Dtest_root_certs.cc3 // found in the LICENSE file.
46 bool TestRootCerts::AddFromFile(const FilePath& file) { argument
47 CertificateList root_certs = LoadCertificates(file);
/external/chromium/net/disk_cache/
H A Dstorage_block.h3 // found in the LICENSE file.
17 // stored on a block-file. It implements the FileBlock interface, so it can be
18 // serialized directly to the backing file.
23 // StorageBlock<TypeA> a(file, address);
24 // StorageBlock<TypeB> b(file, address);
34 StorageBlock(MappedFile* file, Addr address);
43 bool LazyInit(MappedFile* file, Addr address);
/external/clang/test/CodeGenCXX/
H A Ddefault-arg-temps.cpp56 C(const B &file = B());
58 C::C(const B &file) {} argument
/external/compiler-rt/lib/tsan/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DProtoIdItem.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
28 * Representation of a method prototype reference inside a Dalvik file.
111 public void addContents(DexFile file) { argument
112 StringIdsSection stringIds = file.getStringIds();
113 TypeIdsSection typeIds = file.getTypeIds();
114 MixedItemSection typeLists = file.getTypeLists();
126 public void writeTo(DexFile file, AnnotatedOutput out) { argument
127 int shortyIdx = file.getStringIds().indexOf(shortForm);
128 int returnIdx = file
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedWatch.emf.properties16 # if file does not exist, it will be created; if it does, it will be modified
17 file=../data/builds-eclipse-3.4.xml
36 # For example, if you have these properties set in this file:
/external/eigen/scripts/
H A Drelicense.py1 # This file is part of Eigen, a lightweight C++ template library
8 # with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
38 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
58 fo = file(filename)
64 fo = file(filename, "w")
/external/embunit/src/
H A DTestCase.c79 void addFailure(const char *msg, long line, const char *file) argument
81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file);
/external/genext2fs/
H A Dtest.sh30 # Creates an image with a file of given size and verifies it
31 # Usage: dtest file-size number-of-blocks correct-checksum
34 echo Testing with file of size $size
40 # ftest - Exercises the -f spec-file option of genext2fs
42 # file and verifies it
43 # Usage: ftest spec-file number-of-blocks correct-checksum
46 echo Testing with devices file $fname
/external/harfbuzz/contrib/tables/
H A Dmirroring-parse.py5 # This parses a file in the format of the above file and outputs a table
50 main(file(sys.argv[1], 'r'), file(sys.argv[2], 'w+'))
H A Dscripts-parse.py75 main(file(sys.argv[1], 'r'), file(sys.argv[2], 'w+'))
/external/icu4c/data/misc/
H A Dmiscfiles.mk6 # If you are thinking of modifying this file, READ THIS.
8 # Instead of changing this file [unless you want to check it back in],
9 # you should consider creating a 'misclocal.mk' file in this same directory.
15 # * To add an additional file to the list:
/external/icu4c/stubdata/
H A Droot.mk1 # derive a string like 'icudt 48l' from a local file like 'external/icu4c/stubdata/icudt 48l-all.dat'
/external/icu4c/test/hdrtst/
H A DMakefile.in20 ## file named 'cxxfiles.txt' in this directory.
69 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
70 incfile=`basename $$file .h` ; \
83 @for file in $(prefix)/include/layout/*.h; do \
84 incfile=`basename $$file .h` ; \
95 @echo 'Should be 1 in each case if file is properly obsoleted.'
97 file=unicode/$$stub \
98 incfile=`basename $$file .h` ; \
120 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/cxxfiles.txt | tee cfiles.txt`; do \
121 incfile=`basename $$file
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DModifier.java5 import com.jme3.scene.plugins.blender.file.Pointer;
6 import com.jme3.scene.plugins.blender.file.Structure;
/external/junit/src/org/junit/experimental/max/
H A DMaxHistory.java30 * Loads a {@link MaxHistory} from {@code file}, or generates a new one that
31 * will be saved to {@code file}.
33 public static MaxHistory forFolder(File file) { argument
34 if (file.exists())
36 return readHistory(file);
39 file.delete();
41 return new MaxHistory(file);
47 FileInputStream file= new FileInputStream(storedResults);
49 ObjectInputStream stream= new ObjectInputStream(file);
56 file
[all...]
/external/libvorbis/lib/
H A Dmisc.h37 extern void *_VDBG_malloc(void *ptr,long bytes,char *file,long line);
38 extern void _VDBG_free(void *ptr,char *file,long line);
/external/libvpx/vpx_mem/
H A Dvpx_mem.h5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
129 extern void vpx_memory_tracker_check_integrity(char *file, unsigned int line);
145 void *xvpx_memalign(size_t align, size_t size, char *file, int line);
146 void *xvpx_malloc(size_t size, char *file, int line);
147 void *xvpx_calloc(size_t num, size_t size, char *file, int line);
148 void *xvpx_realloc(void *memblk, size_t size, char *file, int line);
149 void xvpx_free(void *memblk, char *file, int line);
150 void *xvpx_mem_alloc(int id, size_t size, size_t align, char *file, in
[all...]
/external/libyuv/
H A Dpublic.mk1 # This file contains all the common make variables which are useful for
/external/proguard/bin/
H A Dproguard.bat3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
H A Dproguardgui.bat3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
H A Dretrace.bat3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
/external/qemu/
H A Ddynlink.h25 * This header file is meant to be included multiple times.
53 #error DYNLINK_FUNCTIONS should be defined when including this file
57 #error DYNLINK_FUNCTIONS_INIT should be defined when including this file

Completed in 603 milliseconds

<<11121314151617181920>>