HomeSort by relevance Sort by last modified time
    Searched full:isset (Results 151 - 175 of 357) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/base/
proxydetect.cc 73 bool IsSet(const char * name) const {
564 } else if (settings.IsSet("socks")) {
568 } else if (settings.IsSet("ssl")) {
572 } else if (settings.IsSet("http")) {
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 733 if (ISSET(st, stopst) || p == stop)
748 if (ISSET(st, stopst))
815 if (ISSET(st, stopst))
968 if (ISSET(st, i)) {
  /external/icu/icu4c/source/data/
build.xml 26 <isset property="env.CLDR_DIR" />
38 <isset property="env.CLDR_CLASSES" />
39 <isset property="cldrtools.jar" />
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 73 inline UBool isSet() const {
910 if (!otherUnits[i].isSet()) {
925 if (!units[i].isSet()) {
zonemeta.cpp 518 UBool isSet = FALSE;
525 isSet = TRUE;
530 if (!isSet) {
csdetect.cpp 245 if(!textIn->isSet()) {
  /packages/apps/Email/provider_src/com/android/email/
LegacyConversions.java 103 localMessage.mFlagRead = message.isSet(Flag.SEEN);
104 if (message.isSet(Flag.ANSWERED)) {
117 localMessage.mFlagFavorite = message.isSet(Flag.FLAGGED);
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 407 if (cont->IsSet()) {
971 DCHECK(cont->IsSet());
    [all...]
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 334 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
621 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
653 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
711 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
858 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
    [all...]
  /external/icu/icu4j/
build.xml 79 <isset property="is.java6.plus"/>
80 <isset property="is.java5"/>
437 <isset property="is.java7"/>
438 <isset property="java5.bootclasspath"/>
439 <isset property="java6.bootclasspath"/>
440 <isset property="jcite.libs"/>
447 <isset property="is.java7"/>
450 <isset property="java5.bootclasspath"/>
453 <isset property="java6.bootclasspath"/>
456 <isset property="jcite.libs"/
    [all...]
  /external/mksh/src/
eval.c 344 v.flag = DEFINED|ISSET|INTEGER;
1094 if (vp->flag & (ISSET|ARRAY))
1097 if (vp->flag & ISSET)
1237 if (!(vp->flag&ISSET))
    [all...]
expr.c 727 vp->flag = ISSET|INTEGER;
744 (vp->flag & (ISSET|INTEGER|EXPRLVALUE)) == (ISSET|INTEGER))
  /packages/apps/Email/provider_src/com/android/email/service/
ImapService.java 307 if (!localExists && message.isSet(Flag.DELETED)) {
329 if (!message.isSet(Flag.SEEN) && unseenMessages != null) {
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 446 if (cont->IsSet()) {
970 DCHECK(cont->IsSet());
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 840 if (ISSET(st, stopst) || p == stop)
855 if (ISSET(st, stopst))
933 if (ISSET(st, stopst))
1114 if (ISSET(st, i)) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAState.java 129 if ( label.isAtom() || label.isSet() ) {
  /external/autotest/client/tests/kvm/tests/
virtio_console.py 302 while not self.exitevent.isSet():
339 while not self.exitevent.isSet():
343 while not self.exitevent.isSet() and len(queue) > 1048576:
357 while not self.exitevent.isSet() and self.idx < target:
368 and not self.exitevent.isSet()):
411 while not self.exitevent.isSet():
451 while not self.exitevent.isSet():
453 if ret[0] and (not self.exitevent.isSet()):
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 380 if (!cal.isSet(i)) errln("FAIL: " + FIELD_NAME[i] + " is not set");
383 if (cal.isSet(i)) errln("FAIL: " + FIELD_NAME[i] + " is set");
386 if (cal.isSet(i)) errln("FAIL: Calendar.clear/isSet failed");
    [all...]
DataDrivenCalendarTest.java 254 if (paramsSet.isSet(q)) {
  /external/icu/icu4c/source/test/intltest/
dadrfmt.cpp 213 if (fromSet.isSet((UCalendarDateFields)q)) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 376 if (!cal.isSet(i)) errln("FAIL: " + FIELD_NAME[i] + " is not set");
379 if (cal.isSet(i)) errln("FAIL: " + FIELD_NAME[i] + " is set");
382 if (cal.isSet(i)) errln("FAIL: Calendar.clear/isSet failed");
    [all...]
DataDrivenCalendarTest.java 250 if (paramsSet.isSet(q)) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DebugInfo.java 126 if (!AccessFlags.STATIC.isSet(methodImpl.method.getAccessFlags())) {
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 230 if (cont->IsSet()) {
646 if (cont->IsSet()) {
    [all...]

Completed in 1259 milliseconds

1 2 3 4 5 67 8 91011>>