HomeSort by relevance Sort by last modified time
    Searched full:explicit (Results 51 - 75 of 5092) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
invalid-instantiated-field-decl.cpp 6 explicit SmallVectorImpl(unsigned N) {
33 explicit InlineFunctionInfo() {}
  /external/clang/test/SemaTemplate/
temp_explicit.cpp 3 // Tests explicit instantiation of templates.
10 // Check the syntax of explicit instantiations.
20 // wanted to write an explicit specialization, but forgot the '<>'
22 template class X0<double> { }; // expected-error{{explicit specialization}}
24 // Check for explicit instantiations that come after other kinds of
34 // Check that explicit instantiations actually produce definitions. We
49 // Check that explicit instantiations instantiate member classes.
74 // Check explicit instantiation of member classes
  /external/webkit/LayoutTests/fast/encoding/
pseudo-xml-2.html 5 An XML declaration without an explicit encoding incorrectly triggers UTF-8 encoding in an HTML document</p>
6 <p>Test that an XML declaration <b>with</b> an explicit encoding is still honored. This is what Firefox 1.5 and Safari 2.0 do, unlike WinIE 6.</p>
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Choice.java 6 * an explicit one as the encoding rules require.
BERTaggedObject.java 26 * @param explicit true if an explicitly tagged object.
31 boolean explicit,
35 super(explicit, tagNo, obj);
59 if (!explicit)
  /external/chromium/chrome/browser/
browser_main_posix.h 12 explicit BrowserMainPartsPosix(const MainFunctionParams& parameters)
  /external/chromium/chrome/browser/chromeos/
browser_main_chromeos.h 12 explicit BrowserMainPartsChromeos(const MainFunctionParams& parameters)
  /external/chromium/chrome/browser/chromeos/login/
authentication_notification_details.h 13 explicit AuthenticationNotificationDetails(bool success) : success_(success) {
  /external/chromium/chrome/browser/download/
mock_download_manager.h 16 explicit MockDownloadManager(DownloadStatusUpdater* updater)
  /external/chromium/chrome/browser/parsers/
metadata_parser_jpeg.h 13 explicit JpegMetadataParser(const FilePath& path);
  /external/chromium/chrome/browser/ui/gtk/download/
download_in_progress_dialog_gtk.h 18 explicit DownloadInProgressDialogGtk(Browser* browser);
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_message_infobar_gtk.h 15 explicit TranslateMessageInfoBar(TranslateInfoBarDelegate* delegate);
  /external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.h 16 explicit ChooseMobileNetworkUI(TabContents* contents);
keyboard_overlay_ui.h 18 explicit KeyboardOverlayUI(TabContents* contents);
  /external/chromium/chrome/browser/ui/webui/
conflicts_ui.h 18 explicit ConflictsUI(TabContents* contents);
crashes_ui.h 15 explicit CrashesUI(TabContents* contents);
devtools_ui.h 15 explicit DevToolsUI(TabContents* contents);
downloads_ui.h 15 explicit DownloadsUI(TabContents* contents);
flags_ui.h 16 explicit FlagsUI(TabContents* contents);
plugins_ui.h 16 explicit PluginsUI(TabContents* contents);
remoting_ui.h 16 explicit RemotingUI(TabContents* contents);
  /external/clang/test/ARCMT/
migrate-emit-errors.m 12 // CHECK: error: ARC forbids explicit message send of 'release
  /external/clang/test/CXX/temp/temp.names/
p2.cpp 4 // explicit template arguments, we don't lose the context of the name lookup
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.h 25 explicit X86MCAsmInfoDarwin(const Triple &Triple);
29 explicit X86_64MCAsmInfoDarwin(const Triple &Triple);
37 explicit X86ELFMCAsmInfo(const Triple &Triple);
42 explicit X86MCAsmInfoCOFF(const Triple &Triple);
  /external/webkit/LayoutTests/http/tests/appcache/resources/
online-whitelist.manifest 10 # This should be ignored, because explicit entries are checked before online whitelist

Completed in 3926 milliseconds

1 23 4 5 6 7 8 91011>>