HomeSort by relevance Sort by last modified time
    Searched full:file (Results 476 - 500 of 47728) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKitTools/QueueStatusServer/templates/
updatestatus.html 15 <div>Results file: <input type="file" name="results_file"></div>
  /external/webkit/WebKitTools/WebKitLauncherWin/
WebKitLauncherWin.vcproj 91 <File
94 </File>
101 <File
104 </File>
111 <File
114 </File>
115 <File
118 </File>
  /frameworks/base/tools/aapt/
SourcePos.h 12 String8 file; member in class:SourcePos
24 static void printErrors(FILE* to);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
input.h 1 /* Declarations for variables relating to reading the source file.
6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
37 /* The name of the source file involved. */
38 const char *file; local
40 /* The line-location in the source file. */
55 /* Top-level source file. */
60 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file)
  /system/core/libzipfile/
test_zipfile.c 6 void dump_zipfile(FILE* to, zipfile_t file);
11 FILE* f;
30 " saves FILENAME from the zip file into SAVETO\n");
64 fprintf(stderr, "zip file '%s' does not contain file '%s'\n",
70 fprintf(stderr, "can't open file for writing '%s'\n", argv[4]);
79 fprintf(stderr, "error decompressing file\n");
  /system/core/toolbox/
insmod.c 20 /* open the file */
51 void *file; local
62 /* read the file into memory */
63 file = read_file(argv[1], &size);
64 if (!file) {
86 ret = init_module(file, size, opts);
93 /* free the file buffer */
94 free(file);
  /build/target/product/
AndroidProducts.mk 5 # you may not use this file except in compliance with the License.
18 # This file should set PRODUCT_MAKEFILES to a list of product makefiles
20 # the directory containing this file.
22 # This file may not rely on the value of any variable other than
24 # value of any variable that isn't set in this file or in a file that
  /dalvik/libcore/luni/src/main/java/java/net/
FileNameMap.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
33 * Determines the MIME type for a file {@code fileName} of a URL.
36 * the name of the file to consider.
37 * @return the appropriate MIME type of the given file.
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/
types.properties 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
17 # This file can be used to alter or augment the default
18 # mapping between file extensions and MIME types. It uses
19 # the standard properties file format as shown below.
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/spi/
SoundbankReader.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;
30 public abstract Soundbank getSoundbank(File file)
  /development/host/windows/usb/legacy/driver/
android_usb_pool_tags.h 5 * you may not use this file except in compliance with the License.
19 /** \file
20 This file consists definitions for pool tags used in memory allocations for
36 /// Pool tag for device file object extension (GADf)
39 /// Pool tag for a bulk file object extension (GABx)
42 /// Pool tag for an interrupt file object extension (GAIx)
  /device/htc/dream/
AndroidProducts.mk 5 # you may not use this file except in compliance with the License.
18 # This file should set PRODUCT_MAKEFILES to a list of product makefiles
20 # the directory containing this file.
22 # This file may not rely on the value of any variable other than
24 # value of any variable that isn't set in this file or in a file that
  /device/htc/sapphire/
AndroidProducts.mk 5 # you may not use this file except in compliance with the License.
18 # This file should set PRODUCT_MAKEFILES to a list of product makefiles
20 # the directory containing this file.
22 # This file may not rely on the value of any variable other than
24 # value of any variable that isn't set in this file or in a file that
  /external/bison/lib/
dirname.h 1 /* Take file names apart into directory and base names.
40 char *base_name (char const *file);
41 char *dir_name (char const *file);
42 size_t base_len (char const *file);
43 size_t dir_len (char const *file);
45 bool strip_trailing_slashes (char *file);
stripslash.c 1 /* stripslash.c -- remove redundant trailing slashes from a file name
25 /* Remove trailing slashes from FILE.
27 This is useful when using file name completion from a shell that
30 when given a file that ends in "/" (except for the root directory). */
33 strip_trailing_slashes (char *file)
35 char *base = base_name (file);
  /external/bluetooth/bluez/tools/
dfutool.1 40 .BI verify " <dfu-file>"
41 Display information about the firmware file.
43 .BI modify " <dfu-file>"
44 Change DFU specific values in the firmware file.
46 .BI upgrade " <dfu-file>"
49 .BI archive " <dfu-file>"
  /external/e2fsprogs/lib/ss/
mk_cmds.1 8 file
12 into a C source file suitable for use with the
16 The source file name must end with a suffix of ``.ct''; the file
40 A C source file is generated which should be compiled and linked
43 A ``#'' in the source file is treated as a comment character, and all
  /external/icu4c/data/
makedata.vcproj 130 <File
133 </File>
134 <File
137 </File>
138 <File
141 </File>
142 <File
145 </File>
146 <File
149 </File>
    [all...]
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.sh 12 for file in udhr_eng.txt \
20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
  /external/icu4c/tools/tzcode/
tz2icu.h 17 * file with a distinct signature. This prevents someone from trying
30 /* File into which we will write supplemental ICU data. This allows
34 /* File containing legacy aliases. Read by tz2icu. */
37 /* Output resource name. This determines both the file name and the
38 * resource name within the file. That is, the output will be to the
39 * file ICU_TZ_RESOURCE ".txt" and the resource within it will be
  /external/kernel-headers/original/linux/
coda_fs_i.h 31 * coda fs file private data
36 struct file *cfi_container; /* container file for this cnode */
37 unsigned int cfi_mapcount; /* nr of times this file is mapped */
40 #define CODA_FTOC(file) ((struct coda_file_info *)((file)->private_data))
  /external/qemu/
qemu-log.h 5 extern FILE *logfile;
65 /* page_dump() output to the log file: */
72 /* fflush() the log file */
75 /* Close the log file */
81 /* Set up a new log file */
86 /* Set up a new log file, only if none is set */
  /external/srec/tools/grxmlcompile/
hashimpl.cpp 0 /* FILE:
8 * you may not use this file except in compliance with the License. *
21 #include "hashmap.cpp" // The template definition file as a header file
22 // This file forces the instantiation of the templates. Do not compile the above file.
  /external/strace/
README 3 Berkeley-style license at the request of Paul Kranenburg; see the file
6 Read the INSTALL file for generic instructions on how to install
16 See the file NEWS for information on what has changed in recent
19 See the file PORTING if you like strace but it doesn't work on an
22 See the file CREDITS to see who has contributed to strace.
24 See the file TODO if you feel like helping out.
  /external/webkit/WebKitTools/Scripts/
clean-header-guards 36 File.open(filename, "r+") do |file|
37 contents = file.read
41 new_guard = File.basename(filename).sub('.', '_')
48 File.open(tmp_filename, "w+") do |new_file|
51 File.rename tmp_filename, filename

Completed in 592 milliseconds

<<11121314151617181920>>