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

1234

/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() ) {
/external/chromium_org/third_party/icu/source/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 Dzonemeta.cpp406 UBool isSet = FALSE; local
413 isSet = TRUE;
418 if (!isSet) {
H A Dcsdetect.cpp262 if(!textIn->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.cpp250 if(!textIn->isSet()) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dfldset.cpp51 if (isSet((UCalendarDateFields)i)) {
176 UBool FieldsSet::isSet(int32_t field) const { function in class:FieldsSet
207 if((inheritFrom == NULL) || !inheritFrom->isSet((UCalendarDateFields)field)) {
259 if (isSet((UCalendarDateFields)i)) {
276 if (isSet((UCalendarDateFields)i)) {
312 if(!isSet(DTS_DATE)) {
321 if(!isSet(DTS_TIME)) {
334 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)) {
/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); }
/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/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSettings.java86 boolean isSet(int id) { method in class:Settings
170 if (!other.isSet(i)) continue;
H A DSpdyWriter.java125 if (!settings.isSet(i)) continue;
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp78 if (!SS.isSet() || SS.isInvalid())
157 if (!SS.isSet() || SS.isInvalid())
321 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
324 } else if (SS.isSet()) {
408 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
411 } else if (SS.isSet()) {
666 else if (SS.isSet()) {
673 if (SS.isSet())
866 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec.");
909 assert(SS.isSet()
[all...]
H A DSemaExprMember.cpp204 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
585 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0);
593 if (SS.isSet()) {
670 (SS.isSet() && isDependentScopeSpecifier(SS)))
895 DeclContext *DC = (SS.isSet()
938 if ((SS.isSet() || !BaseExpr ||
992 if (MD->isVirtual() && !SS.isSet())
1560 if (SS.isSet() && SS.isInvalid())
1581 = (!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() ) {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSpecific.h67 bool isSet(); // Useful as a fast check to see if this thread has set this value.
246 inline bool ThreadSpecific<T>::isSet() function in class:WTF::ThreadSpecific
/external/chromium_org/tools/
H A Dbisect-builds.py281 if quit_event and quit_event.isSet():
283 if progress_event and progress_event.isSet():
298 if progress_event and progress_event.isSet():

Completed in 461 milliseconds

1234