HomeSort by relevance Sort by last modified time
    Searched refs:File (Results 576 - 600 of 3205) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/child/
webfileutilities_impl.cc 3 // found in the LICENSE file.
34 base::File::Info file_info;
36 reinterpret_cast<base::File::Info*>(&file_info)))
  /external/chromium_org/net/base/
file_stream.h 3 // found in the LICENSE file.
5 // This file defines FileStream, a basic interface for reading and writing files
13 #include "base/files/file.h"
33 // Construct a FileStream with an existing valid |file|.
35 FileStream(base::File file,
38 // The underlying file is closed automatically.
42 // methods cannot be used unless the file is opened successfully. Returns
48 // base::File::Flags.
50 // If the file stream is not closed manually, the underlying file will b
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
mapped_file.h 3 // found in the LICENSE file.
11 #include "net/disk_cache/blockfile/file.h"
20 // This class implements a memory mapped file used to access block-files. The
24 class NET_EXPORT_PRIVATE MappedFile : public File {
26 MappedFile() : File(true), init_(false) {}
28 // Performs object initialization. name is the file to use, and size is the
29 // amount of data to memory map from the file. If size is 0, the whole file
37 // Loads or stores a given block from the backing file (synchronously).
41 // Asynchronous versions of Load/Store, following the semantics of File::Rea
    [all...]
  /external/chromium_org/remoting/host/native_messaging/
native_messaging_channel.h 3 // found in the LICENSE file.
9 #include "base/files/file.h"
34 NativeMessagingChannel(base::File input, base::File output);
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataTransferItemList.idl 41 DataTransferItem add(File? file);
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.idl 29 ] interface File : Blob {
  /external/chromium_org/ui/base/resource/
data_pack.h 3 // found in the LICENSE file.
5 // DataPack represents a read-only view onto an on-disk file that contains
15 #include "base/files/file.h"
35 // Load a pack file from |path|, returning false on error.
38 // Loads a pack file from |file|, returning false on error.
39 bool LoadFromFile(base::File file);
41 // Loads a pack file from |region| of |file|, returning false on error
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
async_file_util.h 3 // found in the LICENSE file.
12 #include "base/files/file.h"
32 // An interface which provides filesystem-specific file operations for
50 typedef base::Callback<void(base::File::Error result)> StatusCallback;
52 // |on_close_callback| will be called after the |file| is closed in the
54 // is needed on closing the file.
56 void(base::File file,
60 void(base::File::Error result,
64 void(base::File::Error result
    [all...]
file_system_dir_url_request_job.h 3 // found in the LICENSE file.
11 #include "base/files/file.h"
53 void DidAttemptAutoMount(base::File::Error result);
54 void DidReadDirectory(base::File::Error result,
  /external/clang/include/clang/Lex/
HeaderMap.h 1 //===--- HeaderMap.h - A file that acts like dir of symlinks ----*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the HeaderMap interface.
30 /// \#include file resolution process, it basically acts like a directory of
40 HeaderMap(const llvm::MemoryBuffer *File, bool BSwap)
41 : FileBuffer(File), NeedsBSwap(BSwap) {
46 /// HeaderMap::Create - This attempts to load the specified file as a header
52 /// If RawPath is not NULL and the file is found, RawPath will be set to the
53 /// raw path at which the file was found in the file system. For example
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/ant/
FilterTask.java 11 import java.io.File;
66 protected static final String PATH_DELIMITERS = COMMA.concat (File.pathSeparator);
  /external/emma/ant/ant15/com/vladium/emma/ant/
IANTVersion.java 11 import java.io.File;
41 final Method m = FileSet.class.getMethod ("setFile", new Class [] { File.class });
  /external/emma/core/java12/com/vladium/emma/rt/
RTCoverageDataPersister.java 11 import java.io.File;
38 final File outFile, final boolean merge)
52 synchronized (Object.class) // fake a JVM-global critical section when multilply loaded RT's write to the same file
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
StringLoader.java 6 import java.io.File;
25 uri = Uri.fromFile(new File(model));
  /external/guava/guava/src/com/google/common/io/
PatternFilenameFilter.java 5 * you may not use this file except in compliance with the License.
22 import java.io.File;
30 * File name filter that only accepts files matching a regular expression. This class is thread-safe
42 * Constructs a pattern file name filter object.
43 * @param patternStr the pattern string on which to filter file names
52 * Constructs a pattern file name filter object.
53 * @param pattern the pattern on which to filter file names
59 @Override public boolean accept(@Nullable File dir, String fileName) {
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyServer.java 5 * you may not use this file except in compliance with the License.
22 import java.io.File;
40 private final File baseDirectory;
43 public SpdyServer(File baseDirectory) {
98 File file = new File(baseDirectory + path); local
100 if (file.isDirectory()) {
101 serveDirectory(stream, file.list());
102 } else if (file.exists())
    [all...]
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 3 import java.io.File;
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 3 import java.io.File;
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 3 import java.io.File;
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 3 import java.io.File;
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 3 import java.io.File;
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 3 import java.io.File;
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 3 import java.io.File;
79 File newDir = new File(rootDirectory + entry.getName());
83 File outputFile = new File(rootDirectory + name);
89 File outputDir = new File(outputPath);
91 outputFile = new File(outputPath, name);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
JAXPTest.java 1 // This file is part of TagSoup and is Copyright 2002-2008 by John Cowan.
37 System.err.println("Usage: java "+getClass()+" [input-file]");
40 File f = new File(args[0]);
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 5 * you may not use this file except in compliance with the License.
35 import java.io.File;
45 // are also used in the full-backup file format, so must not change unless steps are
97 // info file followed by image -- because then we need take no special
133 (new File(WALLPAPER_IMAGE)).delete();
134 (new File(WALLPAPER_INFO)).delete();
142 Slog.i(TAG, "Restoring file domain=" + domain + " path=" + path);
147 File outFile = null;
151 outFile = new File(WALLPAPER_INFO);
154 outFile = new File(WALLPAPER_IMAGE)
    [all...]

Completed in 522 milliseconds

<<21222324252627282930>>