Searched refs:explicit (Results 1 - 25 of 2116) sorted by relevance

1234567891011>>

/external/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-test3-decl.h4 explicit C(bool a = false, bool b = false);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.h22 explicit AArch64ELFMCAsmInfo();
/external/llvm/include/llvm/MC/
H A DMCAsmInfoCOFF.h19 explicit MCAsmInfoCOFF();
25 explicit MCAsmInfoMicrosoft();
31 explicit MCAsmInfoGNUCOFF();
H A DMCAsmInfoDarwin.h24 explicit MCAsmInfoDarwin();
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.h24 explicit ARMMCAsmInfoDarwin();
30 explicit ARMELFMCAsmInfo();
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.h24 explicit PPCMCAsmInfoDarwin(bool is64Bit);
30 explicit PPCLinuxMCAsmInfo(bool is64Bit);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.h27 explicit X86MCAsmInfoDarwin(const Triple &Triple);
31 explicit X86_64MCAsmInfoDarwin(const Triple &Triple);
41 explicit X86ELFMCAsmInfo(const Triple &Triple);
48 explicit X86MCAsmInfoMicrosoft(const Triple &Triple);
54 explicit X86MCAsmInfoGNUCOFF(const Triple &Triple);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1TaggedObject.java16 boolean explicit = true; field in class:ASN1TaggedObject
21 boolean explicit)
23 if (explicit)
54 * Create a tagged object with the style given by the value of explicit.
57 * to explicit in accordance with the ASN.1 encoding rules.
59 * @param explicit true if the object is explicitly tagged.
64 boolean explicit,
70 this.explicit = true;
74 this.explicit = explicit;
19 getInstance( ASN1TaggedObject obj, boolean explicit) argument
63 ASN1TaggedObject( boolean explicit, int tagNo, ASN1Encodable obj) argument
[all...]
/external/oprofile/libutil++/
H A Dop_exception.h30 explicit op_exception(std::string const& msg);
46 explicit op_fatal_error(std::string const & msg);
54 explicit op_runtime_error(std::string const & err);
/external/chromium/base/
H A Ddir_reader_fallback.h15 explicit DirReaderFallback(const char* directory_path) { }
/external/chromium/chrome/browser/chromeos/
H A Dbrowser_main_chromeos.h12 explicit BrowserMainPartsChromeos(const MainFunctionParams& parameters)
/external/chromium/chrome/browser/chromeos/login/
H A Dauthentication_notification_details.h13 explicit AuthenticationNotificationDetails(bool success) : success_(success) {
H A Dmock_update_screen.h15 explicit MockUpdateScreen(WizardScreenDelegate* d)
/external/chromium/chrome/browser/net/
H A Durl_request_mock_link_doctor_job.h15 explicit URLRequestMockLinkDoctorJob(net::URLRequest* request);
/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_jpeg.h13 explicit JpegMetadataParser(const FilePath& path);
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider_win.h21 explicit ConfigurationPolicyProviderWin(
/external/chromium/chrome/browser/sync/
H A Djs_arg_list.h24 explicit JsArgList(const ListValue& args);
25 explicit JsArgList(const std::vector<const Value*>& args);
36 explicit SharedListValue(const ListValue& list_value);
37 explicit SharedListValue(const std::vector<const Value*>& value_list);
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dchoose_mobile_network_ui.h16 explicit ChooseMobileNetworkUI(TabContents* contents);
H A Dkeyboard_overlay_ui.h18 explicit KeyboardOverlayUI(TabContents* contents);
H A Dmobile_setup_ui.h15 explicit MobileSetupUI(TabContents* contents);
H A Dregister_page_ui.h15 explicit RegisterPageUI(TabContents* contents);
H A Dsim_unlock_ui.h19 explicit SimUnlockUI(TabContents* contents);
H A Dsystem_info_ui.h13 explicit SystemInfoUI(TabContents* contents);
/external/chromium/chrome/browser/ui/webui/
H A Dconflicts_ui.h18 explicit ConflictsUI(TabContents* contents);
H A Dcrashes_ui.h15 explicit CrashesUI(TabContents* contents);

Completed in 1860 milliseconds

1234567891011>>