/dalvik/libcore/support/src/test/java/tests/support/ |
Support_GetLocal.java | 3 * contributor license agreements. See the NOTICE file distributed with 5 * The ASF licenses this file to You under the Apache License, Version 2.0 6 * (the "License"); you may not use this file except in compliance with 22 import java.io.File; 35 static Hashtable<String, File> cache = new Hashtable<String, File>(20); 37 public static File getLocalFile(String url) throws IOException, 40 File temp = cache.get(url); 43 temp = File.createTempFile("hyts_local", ".tmp", null); 58 public static File getExternalLocalFile(String url) throws IOException 96 File file = getLocalFile("hyts_att.jar"); local [all...] |
/external/bison/lib/ |
dirname.c | 1 /* dirname.c -- return all but the last element in a file name 29 /* Return the length of `dirname (FILE)', or zero if FILE is 33 dir_len (char const *file) 35 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file); 39 for (length = base_name (file) - file; prefix_length < length; length--) 40 if (! ISSLASH (file[length - 1])) 44 return prefix_length + ISSLASH (file[prefix_length]); 47 /* Return the leading directories part of FILE, 111 char file[MAX_BUFF_LEN]; local [all...] |
/external/genext2fs/ |
config.h.in | 3 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 7 /* Define to 1 if you have the <fcntl.h> header file. */ 13 /* Define to 1 if you have the <getopt.h> header file. */ 19 /* Define to 1 if you have the <inttypes.h> header file. */ 22 /* Define to 1 if you have the <libgen.h> header file. */ 25 /* Define to 1 if you have the <limits.h> header file. */ 28 /* Define to 1 if you have the <memory.h> header file. */ 31 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 37 /* Define to 1 if you have the <stddef.h> header file. */ 40 /* Define to 1 if you have the <stdint.h> header file. * [all...] |
test-gen.lib | 8 # Creates an image with a file of given size 9 # Usage: dgen file-size number-of-blocks 16 > file.$1 18 dd if=/dev/zero of=file.$1 bs=$size count=1 2>/dev/null 20 chmod 777 file.$1 21 TZ=UTC-11 touch -t 200502070321.43 file.$1 . 26 # fgen - Exercises the -f spec-file option of genext2fs 27 # Creates an image with the devices mentioned in the given spec file 28 # Usage: fgen spec-file number-of-blocks
|
/external/tinyxml/ |
tinyxmlSTL.dsp | 1 # Microsoft Developer Studio Project File - Name="tinyxmlSTL" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
88 # Begin Source File
91 # End Source File
92 # Begin Source File
95 # End Source File
96 # Begin Source File
99 # End Source File
100 # Begin Source File
103 # End Source File
[all...] |
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
CanReadFileFilter.java | 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
19 import java.io.File;
23 * This filter accepts <code>File</code>s that can be read.
29 * File dir = new File(".");
41 * File dir = new File(".");
53 * File dir = new File("."); [all...] |
/external/elfutils/libdw/ |
dwarf_filesrc.c | 1 /* Find source file information. 23 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime, 26 if (file == NULL || idx >= file->nfiles) 30 *mtime = file->info[idx].mtime; 33 *length = file->info[idx].length; 35 return file->info[idx].name;
|
/external/icu4c/samples/csdet/ |
csdet.c | 27 FILE *file; local 38 file = fopen(filename, "rb"); 40 if (file == NULL) { 41 printf("Cannot open file \"%s\"\n\n", filename); 47 inputLength = (int32_t) fread(buffer, 1, BUFFER_SIZE, file); 49 fclose(file);
|
/external/jpeg/ |
cderror.h | 5 * This file is part of the Independent JPEG Group's software. 6 * For conditions of distribution and use, see the accompanying README file. 8 * This file defines the error and message codes for the cjpeg/djpeg 11 * Edit this file to add new codes, or to translate the message strings to 16 * To define the enum list of message codes, include this file without 26 /* Repeated inclusions of this file are no-ops unless JMESSAGE is defined */ 44 JMESSAGE(JERR_BMP_BADHEADER, "Invalid BMP file: bad header length") 45 JMESSAGE(JERR_BMP_BADPLANES, "Invalid BMP file: biPlanes not equal to 1") 48 JMESSAGE(JERR_BMP_NOT, "Not a BMP file - does not start with BM") 59 JMESSAGE(JERR_GIF_IMAGENOTFOUND, "Too few images in GIF file") [all...] |
/external/kernel-headers/original/asm-generic/ |
errno-base.h | 5 #define ENOENT 2 /* No such file or directory */ 12 #define EBADF 9 /* Bad file number */ 20 #define EEXIST 17 /* File exists */ 26 #define ENFILE 23 /* File table overflow */ 29 #define ETXTBSY 26 /* Text file busy */ 30 #define EFBIG 27 /* File too large */ 33 #define EROFS 30 /* Read-only file system */
|
/ndk/build/tools/ |
find-case-duplicates.sh | 6 # you may not use this file except in compliance with the License. 18 # This script is used to find case-insensitive duplicate file names 31 for FILE in $ORG_FILES; do 34 UPFILE=`echo $FILE | tr [a-z] [A-Z]` 36 NEW_FILES="$NEW_FILES $FILE" 39 echo "$FILE" 41 PREVFILE=$FILE
|
/external/quake/quake/src/QW/client/ |
qwcl.dsp | 1 # Microsoft Developer Studio Project File - Name="qwcl" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
155 # Begin Source File
158 # End Source File
159 # Begin Source File
162 # End Source File
163 # Begin Source File
166 # End Source File
167 # Begin Source File
170 # End Source File
[all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
HeaderSection.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dx.dex.file; 26 * File header section of a {@code .dex} file. 33 * Constructs an instance. The file offset is initially unknown. 35 * @param file {@code non-null;} file that this instance is part of 37 public HeaderSection(DexFile file) { 38 super(null, file, 4);
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
RandomAccessFileTest.java | 2 * contributor license agreements. See the NOTICE file distributed with 4 * The ASF licenses this file to You under the Apache License, Version 2.0 5 * (the "License"); you may not use this file except in compliance with 19 import java.io.File; 31 * @tests java.io.RandomAccessFile#RandomAccessFile(java.io.File, java.lang.String) 37 args = {java.io.File.class, java.lang.String.class} 41 File f = File.createTempFile("xxx", "yyy"); 46 f = File.createTempFile("xxx", "yyy");
|
/device/htc/dream-sapphire/ |
AndroidBoardCommon.mk | 4 # you may not use this file except in compliance with the License. 21 file := $(INSTALLED_KERNEL_TARGET) macro 22 ALL_PREBUILT += $(file) 23 $(file): $(TARGET_PREBUILT_KERNEL) | $(ACP) 26 $(call add-radio-file,recovery/images/firmware_error.565) 27 $(call add-radio-file,recovery/images/bitmap_size.txt) 29 file := $(TARGET_OUT_KEYLAYOUT)/h2w_headset.kl macro 30 ALL_PREBUILT += $(file) 31 $(file) : $(LOCAL_PATH)/h2w_headset.kl | $(ACP)
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
conversions.sgml | 12 <refsect2 id="file-name-encodings"> 13 <title>File Name Encodings</title> 16 Historically, Unix has not had a defined encoding for file 17 names: a file name is valid as long as it does not have path 18 separators in it ("/"). However, displaying file names may 21 operates. Consider the Spanish file name 24 then the actual file name on disk would look like this: 33 However, if the application use UTF-8, the actual file name on 44 that use Glib do the same thing. If you get a file name from 45 the file system, for example, fro [all...] |
/external/icu4c/samples/ufortune/resources/ |
fortune_resources.mak | 9 # MSVC project file for ufortune 13 # When adding a resource source (.txt) file for a new locale, the corresponding 14 # .res file must be added to this list, AND to the file res-file-list.txt 34 # File name extensions for inference rule matching. 41 # Inference rule, for compiling a .txt file into a .res file. 53 $(ICUDIR)\$(BIN)\pkgdata --name fortune_resources -v --mode dll -d . res-file-list.txt
|
/external/icu4c/test/letest/ |
letest.vcproj | 388 <File 391 </File> 392 <File 395 </File> 396 <File 399 </File> 400 <File 403 </File> 404 <File 407 </File> [all...] |
/frameworks/base/include/utils/ |
ZipUtils.h | 5 * you may not use this file except in compliance with the License. 33 * General utility function for uncompressing "deflate" data from a file 38 static bool inflateToBuffer(FILE* fp, void* buf, long uncompressedLen, 50 * for extracting the uncompressed length of the file (you do *not* 53 * Pass in a seeked file pointer for the gzip file. If this is a gzip 54 * file, we set our return values appropriately and return "true" with 55 * the file seeked to the start of the compressed data. 57 static bool examineGzip(FILE* fp, int* pCompressionMethod,
|
/cts/tools/host/test/com/android/cts/ |
CtsTestBase.java | 5 * you may not use this file except in compliance with the License. 19 import java.io.File; 33 protected static final String CONFIG_PATH = ROOT + File.separator + "host_config.xml"; 43 new File(ROOT).mkdirs(); 70 new File(ROOT + File.separator + PLAN_REPOSITORY).mkdirs(); 71 new File(ROOT + File.separator + CASE_REPOSITORY).mkdirs(); 72 new File(ROOT + File.separator + RESULT_REPOSITORY).mkdirs() [all...] |
/dalvik/libcore/archive/src/main/java/java/util/jar/ |
JarFile.java | 3 * contributor license agreements. See the NOTICE file distributed with 5 * The ASF licenses this file to You under the Apache License, Version 2.0 6 * (the "License"); you may not use this file except in compliance with 20 import java.io.File; 44 * The MANIFEST file name. 54 // The entry for the MANIFEST.MF file before it is read. 158 * Create a new {@code JarFile} using the contents of the specified file. 160 * @param file 161 * the JAR file as {@link File} [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
JarURLConnection.java | 3 * contributor license agreements. See the NOTICE file distributed with 5 * The ASF licenses this file to You under the Apache License, Version 2.0 6 * (the "License"); you may not use this file except in compliance with 30 * archive file or to an entry of such a file. {@code jar:} URLs are specified 37 * <li>File Entry: {@code 53 // the file component of the URL 54 private String file; field in class:JarURLConnection 67 file = url.getFile(); 69 if ((sepIdx = file.indexOf("!/")) < 0) { //$NON-NLS-1 [all...] |
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
FileClientSessionCache.java | 5 * you may not use this file except in compliance with the License. 29 import java.io.File; 36 * File-based cache implementation. Only one process should access the 50 * This cache creates one file per SSL session using "host.port" for 51 * the file name. Files are created or replaced when session data is put 56 * least-recently-used file. We don't current persist the last access time, 64 final File directory; 67 * Map of name -> File. Keeps track of the order files were accessed in. 69 Map<String, File> accessOrder = newAccessOrder(); 83 Impl(File directory) throws IOException 138 File file = accessOrder.get(name); local 194 File file = new File(directory, name); local [all...] |
/development/host/windows/usb/legacy/driver/ |
android_usb_file_object.h | 5 * you may not use this file except in compliance with the License.
19 /** \file
20 This file consists of declaration of class AndroidUsbFileObject that
21 encapsulates a common extension for all KMDF file object types.
27 /** Enumerator AndroidUsbFileObjectType defines possible types for our file
31 /// File extends device FO
34 // File extends a pipe FO
41 file object types. Instances of this class must be allocated from
49 @param fo_type[in] Type of the file object that this object extends
50 @param dev_obj[in] Our device object for which this file has been created [all...] |
/external/blktrace/doc/ |
blkiomon.8 | 41 Human-readable output file. Use '\-' for stdout. 48 Binary output file. Use '\-' for stdout. 55 Output file for debugging data. Use '\-' for stdout.
|