HomeSort by relevance Sort by last modified time
    Searched defs:Load (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/sync/syncable/
in_memory_directory_backing_store.cc 16 DirOpenResult InMemoryDirectoryBackingStore::Load(
invalid_directory_backing_store.cc 17 DirOpenResult InvalidDirectoryBackingStore::Load(
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 1 package My::Test::Class::Load;
6 use base 'Test::Class::Load';
  /external/chromium_org/tools/gn/
input_file.cc 23 bool InputFile::Load(const base::FilePath& system_path) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 50 /// load, we can avoid lots of data copying and buffer resizing.
79 Load(fileName, encoding);
99 /// <param name="fileName">File to load</param>
101 public virtual void Load(string fileName, Encoding encoding)
ANTLRReaderStream.cs 59 Load(r, size, readChunkSize);
62 public virtual void Load(TextReader r, int size, int readChunkSize) {
72 // System.out.println("load "+size+" in chunks of "+readChunkSize);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRFileStream.cs 42 * since we know the exact size of the object to load. We can avoid lots
60 Load( fileName, encoding );
63 public virtual void Load( string fileName, Encoding encoding )
ANTLRReaderStream.cs 64 Load( r, size, readChunkSize );
67 public virtual void Load( TextReader r, int size, int readChunkSize )
81 // System.out.println("load "+size+" in chunks of "+readChunkSize);
  /external/chromium_org/sync/test/
test_directory_backing_store.cc 24 DirOpenResult TestDirectoryBackingStore::Load(
  /external/chromium_org/v8/test/mjsunit/compiler/
property-refs.js 30 function Load(o) {
47 return Load(object);
  /external/v8/test/mjsunit/compiler/
property-refs.js 30 function Load(o) {
47 return Load(object);
  /external/chromium/chrome/browser/chromeos/cros/
cros_library_loader.cc 37 bool CrosLibraryLoader::Load(std::string* load_error_string) {