Searched refs:isSet (Results 1 - 25 of 68) sorted by relevance

123

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLabel.java166 else if ( a.isSet() ) {
174 if ( isSet() ) {
178 else if ( a.isSet() ) {
205 public boolean isSet() { method in class:Label
238 if ( isSet() ) {
248 if ( isSet() ) {
257 if ( other.isSet() ) {
363 boolean labelIsSet = label.isSet();
364 boolean edgeIsSet = edgeLabel.isSet();
H A DNFAState.java129 if ( label.isAtom() || label.isSet() ) {
H A DLL1Analyzer.java227 if ( transition0.label.isSet() ) {
H A DDFA.java516 else if ( label.isSet() ) {
562 else if ( label.isSet() ) {
606 else if ( label.isSet() ) {
/external/icu4c/i18n/
H A Dinputext.h36 UBool isSet() const;
H A Dinputext.cpp71 UBool InputText::isSet() const function in class:InputText
H A Dgregocal.cpp650 isSet((UCalendarDateFields)field) &&
657 if (isSet(UCAL_DATE)) {
665 if (isSet(UCAL_DAY_OF_YEAR)) {
674 if (isSet(UCAL_DAY_OF_WEEK_IN_MONTH) &&
1257 return isSet(UCAL_ERA) ? internalGet(UCAL_ERA) : (int32_t)AD;
H A Dcsdetect.cpp262 if(!textIn->isSet()) {
H A Dzonemeta.cpp511 UBool isSet = FALSE; local
518 isSet = TRUE;
523 if (!isSet) {
/external/icu4c/test/intltest/
H A Dfldset.cpp51 if (isSet((UCalendarDateFields)i)) {
180 UBool FieldsSet::isSet(int32_t field) const { function in class:FieldsSet
211 if((inheritFrom == NULL) || !inheritFrom->isSet((UCalendarDateFields)field)) {
263 if (isSet((UCalendarDateFields)i)) {
280 if (isSet((UCalendarDateFields)i)) {
316 if(!isSet(DTS_DATE)) {
325 if(!isSet(DTS_TIME)) {
338 if(isSet(field) && U_SUCCESS(status)) {
H A Dfldset.h191 UBool isSet(int32_t field) const;
230 // UBool isSet(UCalendarDateFields field) const { return isSet((int32_t)field); }
H A Ddadrfmt.cpp198 if (fromSet.isSet((UCalendarDateFields)q)) {
H A Ddadrcal.cpp239 if (paramsSet.isSet((UCalendarDateFields)q)) {
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java134 public static boolean isSet(int analysis, int bits) method in class:WalkerFactory
215 && (walksInDocOrder(analysis) || isSet(analysis, BIT_PARENT)))
1379 return isSet(analysis, BIT_ANCESTOR | BIT_ANCESTOR_OR_SELF);
1399 return isSet(analysis, BIT_DESCENDANT | BIT_DESCENDANT_OR_SELF);
1404 return isSet(analysis, BIT_DESCENDANT | BIT_DESCENDANT_OR_SELF | BIT_CHILD);
1425 return isSet(analysis, BIT_FILTER);
1434 && !isSet(analysis, BIT_FILTER)
1443 && !isSet(analysis, BIT_FILTER)
1449 return isSet(analysis, BIT_SELF | BIT_FOLLOWING_SIBLING | BIT_FOLLOWING)
1458 return isSet(analysi
[all...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DAbstractMacroAssembler.h264 bool isSet() const { return m_label.isSet(); } function in class:JSC::AbstractMacroAssembler::Label
288 bool isSet() const { return m_label.isSet(); } function in class:JSC::AbstractMacroAssembler::DataLabelPtr
391 bool isSet() const { return m_jmp.isSet(); } function in class:JSC::AbstractMacroAssembler::Jump
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp84 if (!SS.isSet() || SS.isInvalid())
164 if (!SS.isSet() || SS.isInvalid())
342 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
345 } else if (SS.isSet()) {
429 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
432 } else if (SS.isSet()) {
682 else if (SS.isSet()) {
689 if (SS.isSet())
883 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec.");
927 assert(SS.isSet()
[all...]
H A DSemaExprMember.cpp195 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
576 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0);
584 if (SS.isSet()) {
644 (SS.isSet() && isDependentScopeSpecifier(SS)))
854 DeclContext *DC = (SS.isSet()
897 if ((SS.isSet() || !BaseExpr ||
951 if (MD->isVirtual() && !SS.isSet())
1514 if (SS.isSet() && SS.isInvalid())
1535 = (!SS.isSet() ? 0 : FindFirstQualifierInScope(S,
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRandomPhrase.java103 else if ( t0.label.isSet() || t0.label.isAtom() ) {
127 if ( label.isSet() ) {
H A DInterpreter.java357 else if ( label.isSet() ) {
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCompiler.cpp301 if (exceptionCheck.isSet()) {
363 if (m_calls[i].m_exceptionCheck.isSet()) {
/external/icu4c/i18n/unicode/
H A Dcalendar.h1065 * @deprecated ICU 2.6. Use isSet(UCalendarDateFields field) instead.
1067 UBool isSet(EDateFields field) const;
1077 UBool isSet(UCalendarDateFields field) const;
2237 * fUserSetZoneOffset, as well as the isSet[] array.
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp565 return m_dataLabelPtr.isSet();
696 if (m_backtrackSourceLabel && (m_backtrackSourceLabel->isSet()))
711 if (m_backtrackSourceLabel && (m_backtrackSourceLabel->isSet()))
726 if (m_backtrackSourceLabel && (m_backtrackSourceLabel->isSet()))
741 if (m_backtrackSourceLabel && (m_backtrackSourceLabel->isSet()))
1070 if (!m_nestingLevel && !m_backtrackToLabel.isSet())
1099 if (m_backtrackToLabel.isSet()) {
1114 if (m_dataAfterLabelPtr.isSet())
/external/clang/lib/Parse/
H A DParseDecl.cpp1635 if (getLangOpts().CPlusPlus && D.getCXXScopeSpec().isSet()) {
1649 if (getLangOpts().CPlusPlus && D.getCXXScopeSpec().isSet()) {
1669 if (getLangOpts().CPlusPlus && D.getCXXScopeSpec().isSet()) {
1677 if (getLangOpts().CPlusPlus && D.getCXXScopeSpec().isSet()) {
1688 if (getLangOpts().CPlusPlus && D.getCXXScopeSpec().isSet()) {
1704 if (D.getCXXScopeSpec().isSet()) {
1711 if (D.getCXXScopeSpec().isSet()) {
3119 if (SS.isSet() && Tok.isNot(tok::identifier)) {
3281 if (!getLangOpts().CPlusPlus0x || !SS.isSet()) {
3852 if (SS.isSet()
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c162 static void set_keylockstate(int keymask, BOOLEAN isSet);
177 static void set_keylockstate(int keymask, BOOLEAN isSet) argument
179 if(isSet)
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h38 bool isSet() { return flag; } function in class:clang::analyze_format_string::OptionalFlag

Completed in 513 milliseconds

123