Searched refs:Source (Results 151 - 175 of 640) sorted by relevance

1234567891011>>

/external/srec/tools/parseStringTest/
H A DAndroid.mk1 # Copyright 2006 The Android Open Source Project
/external/srec/tools/test_g2g/
H A DAndroid.mk1 # Copyright 2006 The Android Open Source Project
/external/webkit/Source/WebCore/tests/
H A DAndroid.mk33 # external/webkit/Source/WebCore/platform/graphics/android
/external/webkit/Tools/android/webkitmerge/
H A DAndroid.mk1 # Copyright (C) 2009 The Android Open Source Project
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A DAndroid.mk1 # Copyright (C) 2010 The Android Open Source Project
/external/quake/quake/src/QW/client/
H A Dqwcl.mak1083 # Begin Source File
1159 # End Source File
1161 # Begin Source File
1382 # End Source File
1384 # Begin Source File
1460 # End Source File
1462 # Begin Source File
1644 # End Source File
1646 # Begin Source File
1722 # End Source Fil
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_browser_event_router.cc174 Source<const Browser>(browser));
185 Source<NavigationController>(&contents->controller()));
192 Source<TabContents>(contents));
198 Source<NavigationController>(&contents->controller()));
200 Source<TabContents>(contents));
221 Source<const Browser>(browser));
447 Source<NavigationController>(source).ptr();
451 TabContents* contents = Source<TabContents>(source).ptr();
453 Source<NavigationController>(&contents->controller()));
455 Source<TabContent
[all...]
H A Dextension_host.cc150 Source<RenderProcessHost>(render_process_host()));
154 Source<Profile>(profile_));
160 Source<Profile>(profile_),
248 Source<Extension>(extension_));
267 Source<Profile>(profile_),
319 Source<Profile>(profile_),
384 Source<Profile>(profile_),
424 Source<Profile>(profile_),
501 Source<Profile>(profile_),
752 Source<Profil
[all...]
/external/chromium/chrome/browser/sessions/
H A Dsession_restore.cc261 NavigationController* tab = Source<NavigationController>(source).ptr();
268 TabContents* tab_contents = Source<TabContents>(source).ptr();
278 NavigationController* tab = Source<NavigationController>(source).ptr();
286 Source<RenderWidgetHost>(source).ptr();
333 Source<TabContents>(tab->tab_contents()));
335 Source<NavigationController>(tab));
337 Source<NavigationController>(tab));
367 Source<TabContents>(controller->tab_contents()));
369 Source<NavigationController>(controller));
371 Source<NavigationControlle
[all...]
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service_unittest.cc165 Source<WebDataService>(wds_.get()),
211 Source<WebDataService>(wds_.get()),
244 Source<WebDataService>(wds_.get()),
263 Source<WebDataService>(wds_.get()),
306 Source<WebDataService>(wds_.get()),
354 Source<WebDataService>(wds_.get()),
384 Source<WebDataService>(wds_.get()),
427 Source<WebDataService>(wds_.get()),
475 Source<WebDataService>(wds_.get()),
537 Source<WebDataServic
[all...]
/external/chromium/chrome/browser/
H A Dbrowser_signin.cc312 Source<Profile>(profile_));
315 Source<Profile>(profile_));
321 Source<Profile>(profile_));
324 Source<Profile>(profile_));
/external/chromium/chrome/browser/net/
H A Dchrome_net_log_unittest.cc30 net::NetLog::Source source(net::NetLog::SOURCE_SOCKET, log_->NextID());
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_default.cc133 Source<PasswordStore>(this),
144 Source<PasswordStore>(this),
155 Source<PasswordStore>(this),
173 Source<PasswordStore>(this),
H A Dpassword_store_x.cc37 Source<PasswordStore>(this),
52 Source<PasswordStore>(this),
67 Source<PasswordStore>(this),
91 Source<PasswordStore>(this),
/external/chromium/chrome/browser/policy/
H A Duser_policy_identity_strategy.cc141 Source<TokenService>(profile->GetTokenService()));
152 Source<Profile>(profile_));
239 if (Source<TokenService>(source).ptr() == profile_->GetTokenService()) {
254 if (profile_ == Source<Profile>(source).ptr())
/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_data_type_controller.cc41 Source<Profile>(sync_service_->profile()));
/external/chromium/net/base/
H A Dx509_certificate.h80 enum Source { enum in class:net::X509Certificate
141 Source source,
359 X509Certificate(OSCertHandle cert_handle, Source source,
471 Source source_;
/external/chromium/net/http/
H A Dhttp_auth_handler_unittest.cc20 NetLog::Source source;
H A Dhttp_stream_factory_impl.h63 const NetLog::Source& source);
/external/clang/include/clang/Lex/
H A DHeaderSearch.h5 // This file is distributed under the University of Illinois Open Source
257 /// The Source should include the angle brackets or quotes, the dest
259 void AddIncludeAlias(StringRef Source, StringRef Dest) { argument
262 (*IncludeAliases)[Source] = Dest;
269 StringRef MapHeaderToIncludeAlias(StringRef Source) { argument
273 IncludeAliasMap::const_iterator Iter = IncludeAliases->find(Source);
/external/libvpx/build/make/
H A Dgen_msvs_def.sh22 to export from a DLL. Source files are technically bash scripts (and thus may
/external/llvm/include/llvm/MC/
H A DMCDwarf.h5 // This file is distributed under the University of Illinois Open Source
276 MachineLocation Source; member in class:llvm::MCCFIInstruction
289 : Operation(Move), Label(L), Destination(D), Source(S) {
293 : Operation(Op), Label(L), Destination(D), Source(S) {
303 const MachineLocation &getSource() const { return Source; }
/external/webkit/Tools/Scripts/
H A Dupdate-iexploder-cssproperties113 $webcorePath = File::Spec->catfile(sourceDir(), "Source", "WebCore", split("/", $webcorePath));
/external/chromium/base/
H A Dmessage_pump_glib_unittest.cc26 source_ = static_cast<Source*>(g_source_new(&SourceFuncs, sizeof(Source)));
90 struct Source : public GSource { struct in class:__anon1561::EventInjector
95 *timeout_ms = static_cast<Source*>(source)->injector->HandlePrepare();
100 return static_cast<Source*>(source)->injector->HandleCheck();
106 static_cast<Source*>(source)->injector->HandleDispatch();
110 Source* source_;
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.cc103 Source<std::pair<int, int> >(&process_view_pair),
132 Source<Profile>(profile_));
147 Source<RenderViewHostDelegate>(this));
210 Source<std::pair<int, int> >(&process_view_pair),
305 Source<NavigationController>(source).ptr();
324 RenderViewHost* rvh = Source<RenderViewHost>(source).ptr();
339 DCHECK(Source<RenderViewHostDelegate>(source).ptr() == this);

Completed in 409 milliseconds

1234567891011>>