Searched refs:isLabel (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebPopupItem.cpp54 WebPopupItem::WebPopupItem(Type type, const String& text, TextDirection textDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel) argument
62 , m_isLabel(isLabel)
80 bool isLabel; local
81 if (!decoder->decode(CoreIPC::Out(type, text, textDirection, hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel)))
84 item = WebPopupItem(static_cast<Type>(type), text, static_cast<TextDirection>(textDirection), hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel);
H A DWebPopupItem.h47 WebPopupItem(Type, const String& text, WebCore::TextDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel);
/external/icu4c/common/
H A Duts46.cpp151 UBool isLabel, UBool toASCII,
157 UBool isLabel, UBool toASCII,
164 UBool isLabel, UBool toASCII,
297 UBool isLabel, UBool toASCII,
339 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
373 if(isLabel) {
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
405 UBool isLabel, UBool toASCII,
443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
477 if(isLabel) {
296 process(const UnicodeString &src, UBool isLabel, UBool toASCII, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
404 processUTF8(const StringPiece &src, UBool isLabel, UBool toASCII, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
506 isLabel, toASCII, local
529 processUnicode(const UnicodeString &src, int32_t labelStart, int32_t mappingStart, UBool isLabel, UBool toASCII, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h193 isLabel, enumerator in enum:llvm::DIEValue::__anon7335
274 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
290 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
H A DDwarfException.cpp246 if (!MI->isLabel()) {
H A DAsmPrinter.cpp676 if (!II->isLabel() && !II->isImplicitDef() && !II->isKill() &&
H A DDwarfDebug.cpp1300 if (!MI->isLabel())
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp146 || I->isLabel()
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp172 || I->isLabel()
/external/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp271 if (MI->isLabel() || MI->isImplicitDef() || MI->isCopy()) {
H A DARMBaseInstrInfo.cpp558 if (MI->isLabel())
1406 if (MI->isTerminator() || MI->isLabel())
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp553 bool isLabel() function in struct:JSC::Yarr::YarrGenerator::BacktrackDestination
702 else if (isLabel())
717 else if (isLabel())
732 else if (isLabel())
754 if (isLabel()) {
951 if (m_backtrack.isLabel())
1010 if (m_backtrack.isLabel() && backtrack.hasBacktrackToLabel())
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h587 /// isLabel - Returns true if the MachineInstr represents a label.
589 bool isLabel() const {
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp425 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() ||
H A DMachineCSE.cpp297 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() ||
H A DTargetInstrInfoImpl.cpp475 if (MI->isTerminator() || MI->isLabel())
H A DMachineBasicBlock.cpp154 while (I != E && (I->isPHI() || I->isLabel() || I->isDebugValue()))
H A DScheduleDAGInstrs.cpp557 assert((!MI->isTerminator() || CanHandleTerminators) && !MI->isLabel() &&
H A DMachineInstr.cpp1267 if (isLabel() || isDebugValue() ||
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp315 if (!MI->isLabel()) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1723 if (MI->getDesc().isTerminator() || MI->isLabel() || MI->isInlineAsm())

Completed in 488 milliseconds