/external/clang/lib/Parse/ |
ParseExprCXX.cpp | 546 if (MemberOfUnknownSpecialization && (ObjectType || SS.isSet()) && [all...] |
ParseDecl.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaTemplate.cpp | 197 if (SS.isSet() && !SS.isInvalid()) { 232 if (!SS || !SS->isSet() || !isDependentScopeSpecifier(*SS) || 260 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); 272 } else if (SS.isSet()) { [all...] |
SemaDecl.cpp | 577 if (!SS || !SS->isSet()) { 596 IILoc, S, tmpSS.isSet() ? &tmpSS : SS, false, 627 if (!SS || (!SS->isSet() && !SS->isInvalid())) 758 if (!SS.isSet() && CurMethod && !isResultTypeOrTemplate(Result, NextToken)) { 772 if (!SS.isSet() && NextToken.is(tok::l_paren)) { [all...] |
/external/icu/icu4c/source/test/intltest/ |
caltest.cpp | 503 if (!cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::isSet F, should be T " + fieldName((UCalendarDateFields)i)); 506 if (cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::isSet = T, should be F " + fieldName((UCalendarDateFields)i)); 509 if (cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::clear/isSet failed " + fieldName((UCalendarDateFields)i)); [all...] |
/libcore/ojluni/src/main/java/java/util/ |
GregorianCalendar.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_ident.c | 688 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) { 1359 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) { [all...] |
isakmp_inf.c | 143 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E); 1003 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) { [all...] |
/external/smali/smali/src/main/antlr/ |
smaliTreeWalker.g | 258 if (!AccessFlags.STATIC.isSet(accessFlags) && $field_initial_value.encodedValue != null) { 367 $method::isStatic = AccessFlags.STATIC.isSet(accessFlags); [all...] |
/external/v8/src/compiler/ppc/ |
instruction-selector-ppc.cc | 138 if (cont->IsSet()) { [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
CalendarTest.java | 624 * java.util.Calendar#isSet(int) 630 assertFalse(calendar.isSet(i)); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
threading.py | 567 def isSet(self): 571 is_set = isSet [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
threading.py | 567 def isSet(self): 571 is_set = isSet [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
threading.py | 567 def isSet(self): 571 is_set = isSet [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
threading.py | 567 def isSet(self): 571 is_set = isSet [all...] |
/external/autotest/client/virt/ |
virt_env_process.py | 461 if _screendump_thread_termination_event.isSet():
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
LanguageTestRoot.java | 184 if (ts.isSet(p)) {
|
/external/icu/icu4c/source/i18n/unicode/ |
calendar.h | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ccaltst.c | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
LanguageTestRoot.java | 180 if (ts.isSet(p)) {
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
Http2.java | 506 if (!settings.isSet(i)) continue;
|
Spdy3.java | 431 if (!settings.isSet(i)) continue;
|
/external/clang/include/clang/Sema/ |
DeclSpec.h | 59 /// isSet() is deprecated because it mostly corresponded to "valid" but was 209 bool isSet() const { return getScopeRep() != nullptr; } [all...] |
/external/mksh/src/ |
jobs.c | 1250 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U; 1267 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | [all...] |