HomeSort by relevance Sort by last modified time
    Searched full:isset (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /external/icu4c/test/intltest/
dadrcal.cpp 239 if (paramsSet.isSet((UCalendarDateFields)q)) {
caltest.cpp 405 if (!cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::isSet F, should be T " + fieldName((UCalendarDateFields)i));
408 if (cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::isSet = T, should be F " + fieldName((UCalendarDateFields)i));
411 if (cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::clear/isSet failed " + fieldName((UCalendarDateFields)i));
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
ParseExprCXX.cpp 397 if (MemberOfUnknownSpecialization && (ObjectType || SS.isSet()) &&
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_agg.c 1303 if (ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
    [all...]
isakmp_ident.c 685 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1349 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
    [all...]
isakmp_inf.c 142 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
983 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 185 if (SS.isSet() && !SS.isInvalid()) {
219 if (!SS || !SS->isSet() || !isDependentScopeSpecifier(*SS) ||
247 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
252 } else if (SS.isSet()) {
804 if (SS.isSet())
    [all...]
SemaDecl.cpp 361 if (!SS || !SS->isSet())
406 if (!SS || (!SS->isSet() && !SS->isInvalid()))
467 if (!SS.isSet() && CurMethod && !isResultTypeOrTemplate(Result, NextToken)) {
481 if (!SS.isSet() && NextToken.is(tok::l_paren)) {
687 if (SS.isSet() && !SS.isInvalid())
    [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 140 /// isSet - Returns true if this insert point is set.
141 bool isSet() const { return (Block != 0); }
163 if (IP.isSet())
    [all...]
CommandLine.h     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 624 * @tests java.util.Calendar#isSet(int)
630 assertFalse(calendar.isSet(i));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java     [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
X86Assembler.h 232 bool isSet() const { return (m_offset != -1); }
254 bool isSet() const { return (m_offset != -1); }
    [all...]
ARMAssembler.h 243 bool isSet() const { return (m_offset != -1); }
MIPSAssembler.h 196 bool isSet() const { return (m_offset != -1); }
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 624 * java.util.Calendar#isSet(int)
630 assertFalse(calendar.isSet(i));
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
php.php 416 'intval','ip2long','iptcembed','iptcparse','isset','is_a',
    [all...]
  /external/mksh/src/
syn.c 770 p->flag |= DEFINED|ISSET;
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 549 #define isset(a, i) (((const uint8 *)a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 549 #define isset(a, i) (((const uint8 *)a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
  /packages/apps/Email/src/com/android/email/
MessagingController.java 568 if (!message.isSet(Flag.SEEN) && unseenMessages != null) {
    [all...]
  /external/icu4c/i18n/
calendar.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 56 /// isSet() is deprecated because it mostly corresponded to "valid" but was
185 bool isSet() const { return getScopeRep() != 0; }
    [all...]

Completed in 1075 milliseconds

1 2 34 5 6