Searched refs:Load (Results 1 - 25 of 273) sorted by relevance

1234567891011

/external/antlr/antlr-3.4/runtime/Perl5/t/
H A Dclasses.t7 use My::Test::Class::Load 't/classes';
/external/chromium/chrome/browser/chromeos/cros/
H A Dcros_library_loader.h20 virtual bool Load(std::string* load_error_string) = 0;
28 virtual bool Load(std::string* load_error_string);
H A Dmock_library_loader.h19 MOCK_METHOD1(Load, bool(std::string*));
/external/chromium/chrome/browser/policy/
H A Dasynchronous_policy_loader_unittest.cc59 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(
H A Dfile_based_policy_provider_unittest.cc26 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
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
68 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(
71 // A third and final call to Load is made by the explicit Reload. This
75 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(policies));
H A Dconfig_dir_policy_provider.h35 virtual DictionaryValue* Load();
H A Dasynchronous_policy_provider_unittest.cc25 EXPECT_CALL(*delegate_, Load()).WillOnce(Return(policies));
39 EXPECT_CALL(*delegate_, Load()).WillOnce(Return(original_policies));
44 EXPECT_CALL(*delegate_, Load()).WillOnce(Return(refresh_policies));
H A Dasynchronous_policy_provider.h32 virtual DictionaryValue* Load() = 0;
H A Dasynchronous_policy_test_base.h25 MOCK_METHOD0(Load, DictionaryValue*());
H A Dconfiguration_policy_provider_delegate_win.h22 virtual DictionaryValue* Load();
H A Dconfiguration_policy_provider_mac.h27 virtual DictionaryValue* Load();
H A Dfile_based_policy_provider.h28 virtual DictionaryValue* Load() = 0;
32 // which case Load() should return an empty dictionary.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRReaderStream.cs59 Load(r, size, readChunkSize);
62 public virtual void Load(TextReader r, int size, int readChunkSize) { method in class:Antlr.Runtime.ANTLRReaderStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRReaderStream.cs64 Load( r, size, readChunkSize );
67 public virtual void Load( TextReader r, int size, int readChunkSize ) method in class:Antlr.Runtime.ANTLRReaderStream
H A DANTLRFileStream.cs60 Load( fileName, encoding );
63 public virtual void Load( string fileName, Encoding encoding ) method in class:Antlr.Runtime.ANTLRFileStream
/external/v8/test/mjsunit/compiler/
H A Dproperty-refs.js30 function Load(o) { function
47 return Load(object);
/external/webkit/Tools/DumpRenderTree/mac/
H A DNavigationController.h34 enum { None, Load, GoBack, ExecuteScript } pendingAction; enumerator in enum:__anon16210
/external/valgrind/main/VEX/priv/
H A Dir_match.c82 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/
H A Dtoolbar_importer_unittest.cc331 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_xm
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
H A DLoad.pm1 package My::Test::Class::Load;
6 use base 'Test::Class::Load';
/external/chromium/net/disk_cache/
H A Dmapped_file.h37 bool Load(const FileBlock* block);
H A Dstorage_block_unittest.cc27 EXPECT_TRUE(entry1.Load());
42 EXPECT_TRUE(entry2.Load());
60 EXPECT_TRUE(entry1->Load());
67 EXPECT_TRUE(entry2.Load());
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_scraper_unittest.cc32 model_->Load();
/external/chromium/chrome/browser/
H A Dtransport_security_persister.h58 void Load();
/external/libffi/src/x86/
H A Dwin32.S69 # Load %ecx with the return type code
87 # Load %ecx with the pointer to storage for the return value
95 # Load %ecx with the pointer to storage for the return value
103 # Load %ecx with the pointer to storage for the return value
111 # Load %ecx with the pointer to storage for the return value
119 # Load %ecx with the pointer to storage for the return value
127 # Load %ecx with the pointer to storage for the return value
135 # Load %ecx with the pointer to storage for the return value
180 # Load %ecx with the return type code
198 # Load
[all...]

Completed in 647 milliseconds

1234567891011