HomeSort by relevance Sort by last modified time
    Searched refs:Load (Results 1 - 25 of 698) 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/chrome/browser/chromeos/cros/
cros_library_loader.h 20 virtual bool Load(std::string* load_error_string) = 0;
28 virtual bool Load(std::string* load_error_string);
mock_library_loader.h 19 MOCK_METHOD1(Load, bool(std::string*));
  /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/chrome/browser/policy/
asynchronous_policy_loader_unittest.cc 59 EXPECT_CALL(*delegate_, Load()).WillOnce(Return(template_dict));
71 EXPECT_CALL(*delegate_, Load()).WillOnce(
73 EXPECT_CALL(*delegate_, Load()).WillOnce(
91 ON_CALL(*delegate_, Load()).WillByDefault(CreateTestDictionary());
92 EXPECT_CALL(*delegate_, Load()).Times(1);
110 EXPECT_CALL(*delegate_, Load()).WillOnce(
112 EXPECT_CALL(*delegate_, Load()).WillOnce(
115 EXPECT_CALL(*delegate_, Load()).WillOnce(
118 EXPECT_CALL(*delegate_, Load()).WillOnce(
file_based_policy_provider_unittest.cc 26 MOCK_METHOD0(Load, DictionaryValue*());
37 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(
41 // A second call to Load gets triggered during the provider's construction
43 // between the initial load and creating watcher.
44 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(policies));
60 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(
65 // A second call to Load gets triggered during the provider's construction
67 // between the initial load and creating watcher.
68 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(
71 // A third and final call to Load is made by the explicit Reload. Thi
    [all...]
config_dir_policy_provider.h 35 virtual DictionaryValue* Load();
asynchronous_policy_provider.h 32 virtual DictionaryValue* Load() = 0;
  /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 22 void Load(const ExtensionInfo& info, bool write_to_prefs);
  /external/chromium_org/chrome/browser/policy/cloud/
mock_user_cloud_policy_store.h 19 MOCK_METHOD0(Load, void(void));
  /external/chromium_org/chromeos/app_mode/
kiosk_oem_manifest_parser.h 35 static bool Load(const base::FilePath& kiosk_oem_file,
  /external/chromium_org/tools/gn/
input_file.cc 23 bool InputFile::Load(const base::FilePath& system_path) {
  /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/chrome/browser/importer/
toolbar_importer_unittest.cc 331 EXPECT_TRUE(reader1.Load(bookmark_xml));
346 EXPECT_TRUE(reader2.Load(bookmark_xml));
360 EXPECT_TRUE(reader3.Load(bookmark_xml));
381 EXPECT_TRUE(reader4.Load(bookmark_xml));
401 EXPECT_TRUE(reader5.Load(bookmark_xml));
416 EXPECT_TRUE(reader6.Load(bookmark_xml));
436 EXPECT_FALSE(reader7.Load(bookmark_xml));
442 EXPECT_TRUE(reader8.Load(bookmark_xml));
450 EXPECT_TRUE(reader9.Load(bookmark_xml));
459 EXPECT_TRUE(reader10.Load(bookmark_xml))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile_unittest.cc 68 EXPECT_TRUE(store.Load());
71 EXPECT_TRUE(store.Load());
78 EXPECT_TRUE(store.Load());
81 EXPECT_TRUE(store.Load());
95 EXPECT_TRUE(store.Load());
98 EXPECT_TRUE(store.Load());
105 EXPECT_TRUE(store.Load());
108 EXPECT_TRUE(store.Load());
130 // Load the saved contents from above.
131 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);

Completed in 309 milliseconds

1 2 3 4 5 6 7 8 91011>>