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

1 2 3 4 5 6 78 91011>>

  /dalvik/dx/tests/030-minimal-jasmin/
info.txt 2 file and then dumping it. It doesn't test any features in particular.
  /dalvik/libcore/archive/src/main/java/java/util/zip/
package.html 5 ZIP and GZIP file formats.
  /dalvik/libcore/luni/src/main/java/java/io/
FileFilter.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
25 * An interface for filtering {@link File} objects based on their names
28 * @see File#listFiles(FileFilter)
33 * Indicating whether a specific file should be included in a pathname list.
36 * the abstract file to check.
37 * @return {@code true} if the file should be included, {@code false}
40 public abstract boolean accept(File pathname);
FileReader.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
21 * A specialized {@link Reader} that reads from a file in the file system.
34 * Constructs a new FileReader on the given {@code file}.
36 * @param file
37 * a File to be opened for reading characters from.
39 * if {@code file} does not exist.
41 public FileReader(File file) throws FileNotFoundException
    [all...]
  /development/tools/idegen/
idegen.iml 4 <output url="file://$MODULE_DIR$/classes" />
5 <output-test url="file://$MODULE_DIR$/classes" />
7 <content url="file://$MODULE_DIR$">
8 <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  /external/bison/build-aux/
Makefile.am 1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
  /external/bluetooth/glib/build/win32/vs8/
gobject.vcproj 187 <File
190 </File>
191 <File
194 </File>
195 <File
198 </File>
199 <File
202 </File>
203 <File
206 </File>
    [all...]
  /external/clearsilver/java-jni/
CSFileLoader.java 6 * Interface for CS file hook
14 * file as a string.
17 * @param filename the name of the file that should be loaded.
18 * @return a string containing the contents of the file.
  /external/e2fsprogs/debian/attic/
e2fslibsg-dev.info 4 FILE=libext2fs.info
  /external/expat/lib/
expat_static.dsp 1 # Microsoft Developer Studio Project File - Name="expat_static" - 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...]
expatw_static.dsp 1 # Microsoft Developer Studio Project File - Name="expatw_static" - 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...]
  /external/freetype/src/autofit/
afangles.h 4 * This is a dummy file, used to please the build system. It is never
  /external/icu4c/tools/gendraft/
exclude.txt 7 # file that contains function names that need to be excluded from generatio
  /external/opencore/protocols/systems/3g-324m_pvterminal/build/make/
default_support.mk 1 #This fragmented makefile contains the source file required for building without value adds
  /external/oprofile/libutil/
op_deviceio.h 2 * @file op_deviceio.h
6 * @remark Read the file COPYING
25 * @param name file name of device file
27 * Open the special file name. Returns the file descriptor
28 * for the file or -1 on error.
34 * @param devfd file descriptor of device
39 * A seek to the start of the device file is done first
  /external/proguard/src/proguard/
package.html 4 resulting jar file.
  /external/qemu/
CleanSpec.mk 1 # This empty file is here solely for the purpose of optimizing the Android build
  /external/qemu/tcg/
LICENSE 2 a BSD like license (see header in each file). No other license is
  /external/tcpdump/tests/
esp4.gdbinit 1 set args -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-esp2.pcap
esp5.gdbinit 1 set args -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-aes.pcap
  /external/webkit/LayoutTests/fast/js/resources/
bom-in-file-retains-correct-offset.js 1 description("This ensures that BOM's scattered through a source file do not break parsing");
  /external/webkit/LayoutTests/http/tests/appcache/resources/
local-content.manifest 4 file:/ # Should be ignored due to different URL scheme, but it doesn't hurt to try.
  /external/webkit/WebCore/
WebCore.PluginHostProcess.exp 1 # This file gets appended to WebCore.exp when USE(PLUGIN_HOST_PROCESS) is 1.
  /external/webkit/WebCore/manual-tests/
clear-input-file.html 8 document.getElementById("file").value = "";
12 document.getElementById("file").value = null;
16 document.getElementById("file").value = "x";
19 <p>Use this to test the various ways you can clear an input type=file element.</p>
21 <p>Choose a file here: <input type="file" id="file"></input></p>
22 <p>Then press one of these buttons, that should clear the file:
25 <p>Or press this button that should clear the file, but won't, due to <a href="http://bugs.webkit.org/show_bug.cgi?id=13448">bug 13448</a>: <input type="button" value="clear by setting value to null" onclick="clearBySettingValueToNull()"></p>
  /external/webkit/WebCore/manual-tests/resources/
open-close-tokenizer-crash.html 6 <script language="javascript" src="empty-file.js"></script>

Completed in 114 milliseconds

1 2 3 4 5 6 78 91011>>