Searched defs:isSet (Results 1 - 25 of 39) sorted by relevance

12

/external/guava/guava/src/com/google/common/util/concurrent/
H A DAsyncSettableFuture.java87 public boolean isSet() { method in class:AsyncSettableFuture
/external/icu/icu4c/source/i18n/
H A Dinputext.cpp71 UBool InputText::isSet() const function in class:InputText
H A Dcompactdecimalformat.cpp73 inline UBool isSet() const { function in struct:CDFUnit
862 if (!otherUnits[i].isSet()) {
877 if (!units[i].isSet()) {
H A Dzonemeta.cpp518 UBool isSet = FALSE; local
525 isSet = TRUE;
530 if (!isSet) {
H A Dcalendar.cpp1390 Calendar::isSet(UCalendarDateFields field) const function in class:Calendar
3233 if(isSet(UCAL_MONTH)) {
3245 if(isSet(UCAL_DAY_OF_MONTH)) {
3312 if(!isSet(UCAL_YEAR_WOY) || // YWOY not set at all or
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DPeriod.java165 public boolean isSet() { method in class:Period
179 public boolean isSet(TimeUnit unit) { method in class:Period
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DFieldsSet.java57 public boolean isSet(int field) { method in class:FieldsSet
88 if (isSet(i)) {
200 if(!inheritFrom.isSet(field)) {
235 if(isSet(i)) {
/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();
/external/icu/icu4c/source/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)) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DTestCase.java33 protected boolean[] isSet = new boolean[32]; field in class:TestCase
38 isSet[field] = true;
45 protected boolean isSet(int field) { method in class:TestCase
46 return isSet[field];
157 if (isSet(i)) {
192 if (isSet(i) && get(i) != c.get(i)) {
197 if (isSet(j)) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java121 public boolean isSet(Field field) { method in class:ICUDurationTest.ICUTestDuration
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSettings.java112 boolean isSet(int id) { method in class:Settings
235 if (!other.isSet(i)) continue;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DAccessFlags.java87 public boolean isSet(int accessFlags) { method in class:AccessFlags
/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/skia/src/gpu/
H A DGrPipelineBuilder.h127 bool isSet() const { return SkToBool(fPipelineBuilder); } function in class:GrPipelineBuilder::AutoRestoreFragmentProcessors
253 bool isSet() const { return SkToBool(fPipelineBuilder); } function in class:GrPipelineBuilder::AutoRestoreStencil
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h38 bool isSet() { return flag; } function in class:clang::analyze_format_string::OptionalFlag
/external/llvm/include/llvm/IR/
H A DIRBuilder.h149 bool isSet() const { return (Block != nullptr); } function in class:llvm::IRBuilderBase::InsertPoint
169 if (IP.isSet())
/external/llvm/include/llvm/Object/
H A DCOFF.h279 assert(isSet() && "COFFSymbolRef points to nothing!");
286 assert(isSet() && "COFFSymbolRef points to nothing!");
297 assert(isSet() && "COFFSymbolRef points to nothing!");
302 assert(isSet() && "COFFSymbolRef points to nothing!");
307 assert(isSet() && "COFFSymbolRef points to nothing!");
370 bool isSet() const { return CS16 || CS32; } function in class:llvm::object::COFFSymbolRef
/external/skia/src/ports/
H A DSkFontHost_win.cpp1329 if (!fCurveIter.isSet()) {
1393 bool isSet() { return fCurCurve != NULL; } function in class:GDIGlyphbufferPointIter::GDIPolygonCurveIter
1431 bool isSet() { return fCurPoint != NULL; } function in class:GDIGlyphbufferPointIter::GDIPolygonCurvePointIter
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java1485 // areFieldsSet, and isTimeSet become transient, and isSet[] is
2339 public final boolean isSet(int field) method in class:Calendar
4653 buffer.append(isSet(i) ? String.valueOf(fields[i]) : "?");
4905 // version 2) in which we don't write out fields[] or isSet[].
5844 if(isSet(DAY_OF_MONTH)) {
/external/clang/include/clang/Sema/
H A DDeclSpec.h63 /// isSet() is deprecated because it mostly corresponded to "valid" but was
213 bool isSet() const { return getScopeRep() != nullptr; } function in class:clang::CXXScopeSpec
/external/v8/src/
H A Dmirror-debugger.js453 Mirror.prototype.isSet = function() {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1259 milliseconds

12