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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_dictionary.h 17 virtual void Load() = 0;
  /external/antlr/antlr-3.4/runtime/Perl5/t/
classes.t 7 use My::Test::Class::Load 't/classes';
  /external/chromium_org/sync/syncable/
invalid_directory_backing_store.cc 17 DirOpenResult InvalidDirectoryBackingStore::Load(
in_memory_directory_backing_store.h 19 // An InMemoryDirectoryBackingStore cannot load data from existing databases.
27 virtual DirOpenResult Load(
invalid_directory_backing_store.h 20 virtual DirOpenResult Load(
  /external/chromium_org/chrome/installer/test/
resource_loader.h 35 bool Load(const std::wstring& name, const std::wstring& type,
41 bool Load(WORD id, WORD type, std::pair<const uint8*, DWORD>* resource_data);
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
ObjectLoader.h 48 // Load from a in-memory object. pName is a descriptive name of this memory.
49 static ObjectLoader *Load(void *pMemStart, size_t pMemSize, const char *pName,
53 // Load from a file.
54 static ObjectLoader *Load(FileBase &pFile,
  /external/chromium_org/chrome/browser/extensions/
installed_loader.h 23 void Load(const ExtensionInfo& info, bool write_to_prefs);
  /external/chromium_org/chromeos/app_mode/
kiosk_oem_manifest_parser.h 35 static bool Load(const base::FilePath& kiosk_oem_file,
  /external/chromium_org/components/policy/core/common/cloud/
mock_user_cloud_policy_store.h 19 MOCK_METHOD0(Load, void(void));
  /external/chromium_org/tools/gn/
input_file.cc 23 bool InputFile::Load(const base::FilePath& system_path) {
  /external/chromium_org/tools/relocation_packer/src/
elf_file.h 36 // keeps all load addresses and offsets constant, and enables easier
81 // Load a new ElfFile from a filedescriptor. If flushing, the file must
82 // be open for read/write. Returns true on successful ELF file load.
84 bool Load();
90 // allows packing to be checked without affecting load addresses.
96 // Libelf handle, assigned by Load().
99 // Sections that we manipulate, assigned by Load().
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 30 #define DEBUG_TYPE "load-combine"
43 : Load(L), POP(P), InsertOrder(O) {}
45 LoadInst *Load;
47 /// \brief The new load needs to be created before the first load in IR order.
141 BaseLoad = L.Load;
143 PrevSize = DL->getTypeStoreSize(L.Load->getType());
147 if (L.Load->getAlignment() > BaseLoad->getAlignment())
150 // No other load will be combinable
158 // This load is offset less than the size of the last load
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 21 void Load();
61 void Load();
91 void Load();
102 void Load();
  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux_unittest.cc 53 EXPECT_EQ(delegate->Load(pairing1.client_id()), pairing1);
54 EXPECT_EQ(delegate->Load(pairing2.client_id()), pairing2);
60 EXPECT_EQ(delegate->Load(pairing1.client_id()), PairingRegistry::Pairing());
61 EXPECT_EQ(delegate->Load(pairing2.client_id()), pairing2);
86 EXPECT_EQ(load_delegate->Load(pairing.client_id()), pairing);
  /external/valgrind/main/VEX/priv/
ir_match.c 82 if (p->Iex.Load.end != e->Iex.Load.end) return False;
83 if (p->Iex.Load.ty != e->Iex.Load.ty) return False;
84 if (!matchWrk(mi, p->Iex.Load.addr, e->Iex.Load.addr))
  /external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile_unittest.cc 81 EXPECT_TRUE(store_->Load());
84 EXPECT_TRUE(store_->Load());
91 EXPECT_TRUE(store_->Load());
94 EXPECT_TRUE(store_->Load());
107 EXPECT_TRUE(store_->Load());
110 EXPECT_TRUE(store_->Load());
117 EXPECT_TRUE(store_->Load());
120 EXPECT_TRUE(store_->Load());
138 // Load the saved contents from above.
140 EXPECT_TRUE(store_->Load());
    [all...]
  /external/chromium_org/third_party/webrtc/base/
optionsfile_unittest.cc 64 EXPECT_TRUE(store_->Load());
67 EXPECT_TRUE(store_->Load());
74 EXPECT_TRUE(store_->Load());
77 EXPECT_TRUE(store_->Load());
90 EXPECT_TRUE(store_->Load());
93 EXPECT_TRUE(store_->Load());
100 EXPECT_TRUE(store_->Load());
103 EXPECT_TRUE(store_->Load());
121 // Load the saved contents from above.
123 EXPECT_TRUE(store_->Load());
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
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/net/disk_cache/blockfile/
mapped_file.h 38 bool Load(const FileBlock* block);
41 // Asynchronous versions of Load/Store, following the semantics of File::Read
43 bool Load(const FileBlock* block, FileIOCallback* callback, bool* completed);
storage_block.h 24 // a.Load();
75 bool Load();
77 bool Load(FileIOCallback* callback, bool* completed);
  /external/chromium_org/chrome/browser/search_engines/
template_url_scraper_unittest.cc 33 model_->Load();
  /external/chromium_org/chromeos/ime/
mock_component_extension_ime_manager_delegate.cc 26 bool MockComponentExtIMEManagerDelegate::Load(const std::string& extension_id,

Completed in 994 milliseconds

1 2 3 4 5 6 7 8 91011>>