Searched defs:theTarget (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DDisassembler.h79 const Target *theTarget, const MCAsmInfo *mAI,
84 SymbolLookUp(symbolLookUp), TheTarget(theTarget),
76 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType, LLVMOpInfoCallback getOpInfo, LLVMSymbolLookupCallback symbolLookUp, const Target *theTarget, const MCAsmInfo *mAI, const MCRegisterInfo *mRI, llvm::MCContext *ctx, const MCDisassembler *disAsm, MCInstPrinter *iP) argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DAnyTransliterator.java126 * @param id the ID of the form S-T or S-T/V, where T is theTarget
128 * @param theTarget the target name. Must not be empty, and must
133 * theTarget.
136 String theTarget,
143 target = theTarget;
145 target = theTarget + VARIANT_SEP + theVariant;
150 * @param id the ID of the form S-T or S-T/V, where T is theTarget
154 * @param targetScript2 the script code corresponding to theTarget.
135 AnyTransliterator(String id, String theTarget, String theVariant, int theTargetScript) argument
/external/icu/icu4c/source/i18n/
H A Danytrans.cpp186 const UnicodeString& theTarget,
199 target = theTarget;
185 AnyTransliterator(const UnicodeString& id, const UnicodeString& theTarget, const UnicodeString& theVariant, UScriptCode theTargetScript, UErrorCode& ec) argument
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DAnyTransliterator.java126 * @param id the ID of the form S-T or S-T/V, where T is theTarget
128 * @param theTarget the target name. Must not be empty, and must
133 * theTarget.
136 String theTarget,
143 target = theTarget;
145 target = theTarget + VARIANT_SEP + theVariant;
150 * @param id the ID of the form S-T or S-T/V, where T is theTarget
154 * @param targetScript2 the script code corresponding to theTarget.
135 AnyTransliterator(String id, String theTarget, String theVariant, int theTargetScript) argument
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h89 const Target *theTarget, const MCAsmInfo *mAI,
94 GetOpInfo(getOpInfo), SymbolLookUp(symbolLookUp), TheTarget(theTarget),
86 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType, LLVMOpInfoCallback getOpInfo, LLVMSymbolLookupCallback symbolLookUp, const Target *theTarget, const MCAsmInfo *mAI, const MCRegisterInfo *mRI, const MCSubtargetInfo *mSI, const MCInstrInfo *mII, llvm::MCContext *ctx, const MCDisassembler *disAsm, MCInstPrinter *iP) argument

Completed in 1169 milliseconds