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

<<11121314151617181920>>

  /dalvik/libcore/sql/src/test/java/tests/SQLite/
SQLiteTest.java 5 * you may not use this file except in compliance with the License.
21 import java.io.File;
30 public static File dbFile = null;
34 File tmpDir = new File(tmp);
37 dbFile = File.createTempFile("sqliteTest", ".db", tmpDir);
46 Logger.global.severe("DB file could not be created. Tests can not be executed.");
53 System.out.println("Problem creating test file in " + tmp);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
_index.html 7 <dd>Demonstrates loading styled text (bold, italic) defined in a resource file. </dd>
10 <dd>Demonstrates loading styled strings from a resource file, and extracting the raw text. </dd>
  /development/scripts/app_engine_server/
index.yaml 7 # index.yaml file manually, remove the above marker line (the line
9 # manually, move them above the marker line. The index.yaml file is
  /external/bluetooth/bluez/audio/
bluetooth.conf 1 # Please note that this ALSA configuration file fragment needs be enabled in
2 # /etc/asound.conf or a similar configuration file with directives similar to
  /external/bluetooth/glib/
glib-gettextize.in 24 # This file is meant for authors or maintainers which want to
145 for file in *; do
146 case $file in
150 rm -f "$srcdir/$auxdir$file"
151 ($try_ln_s && ln -s $gettext_dir/$file "$srcdir/$auxdir$file" && $echo "Symlinking file $file") 2>/dev/null ||
152 { $echo "Copying file $file"; cp $file "$srcdir/$auxdir$file";
    [all...]
  /external/dropbear/libtomcrypt/testprof/
test_driver.c 3 void run_cmd(int res, int line, char *file, char *cmd)
6 fprintf(stderr, "%s (%d)\n%s:%d:%s\n", error_to_string(res), res, file, line, cmd);
  /external/expat/tests/benchmark/
benchmark.dsw 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /external/genext2fs/
README 2 It does not require you to mount the image file to copy files on it,
10 See the included INSTALL file for instructions on installing genext2fs.
  /external/grub/docs/
grub.8 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
17 \fB\-\-config\-file\fR=\fIFILE\fR
21 use the device map file FILE
32 \fB\-\-no\-config\-file\fR
33 do not use the config file
  /external/guava/src/com/google/common/io/
PatternFilenameFilter.java 5 * you may not use this file except in compliance with the License.
21 import java.io.File;
27 * File name filter that only accepts files matching a regular expression.
37 * Constructs a pattern file name filter object.
38 * @param patternStr the pattern string on which to filter file names
47 * Constructs a pattern file name filter object.
48 * @param pattern the pattern on which to filter file names
54 /*@Override*/ public boolean accept(File dir, String fileName) {
  /external/icu4c/common/
wintz.h 7 * File WINTZ.H
20 * \file
  /external/icu4c/test/cintltst/
ucnvseltst.h 8 * File UCNVSELTST.H
21 /** TODO: Remove this file after ICU 4.2 is released. See ticket #6869. */
  /external/icu4c/test/intltest/
windttst.h 7 * File WINDTTST.H
22 * \file
winnmtst.h 7 * File WINNMTST.H
22 * \file
winutil.h 7 * File WINUTIL.H
22 * \file
  /external/icu4c/tools/genrb/
parse.h 9 * File parse.h
29 /* Parse a ResourceBundle text file */
  /external/oprofile/libop/
op_get_interface.c 2 * @file op_get_interface.c
6 * @remark Read the file COPYING
  /external/oprofile/libutil/
op_cpufreq.h 2 * @file op_cpufreq.h
6 * @remark Read the file COPYING
op_get_time.h 2 * @file op_get_time.h
6 * @remark Read the file COPYING
op_version.c 2 * @file op_version.c
6 * @remark Read the file COPYING
  /external/proguard/examples/ant/
applications1.xml 1 <!-- This Ant build file illustrates how to process applications,
2 by including a ProGuard-style configuration file.
  /external/proguard/src/proguard/
FileWordReader.java 28 * A <code>WordReader</code> that returns words from a file or a URL.
39 * Creates a new FileWordReader for the given file.
41 public FileWordReader(File file) throws IOException
43 super(file.getParentFile());
45 this.name = file.getPath();
48 new FileReader(file)));
76 return "line " + reader.getLineNumber() + " of file '" + name + "'";
  /external/quake/quake/src/WinQuake/
WinQuake.dsw 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /external/webkit/LayoutTests/http/tests/appcache/
manifest-with-empty-file.html 1 <html manifest="resources/manifest-with-empty-file.manifest">
2 <div>This tests that a manifest that contains an empty file will not crash the browser.</div>
  /external/webkit/WebCore/manual-tests/
input-type-file-autocomplete-refresh.html 6 <frame src="./input-type-file-autocomplete-frame-1.html">
7 <frame src="./input-type-file-autocomplete-frame-2.html">

Completed in 315 milliseconds

<<11121314151617181920>>