/packages/apps/Email/tests/src/com/android/email/ |
LegacyConversionsTests.java | 509 assertEquals(tag, expect.isSet(Flag.SEEN), actual.mFlagRead); 510 assertEquals(tag, expect.isSet(Flag.FLAGGED), actual.mFlagFavorite); 529 assertEquals(tag, expect.mFlagRead, actual.isSet(Flag.SEEN)); 530 assertEquals(tag, expect.mFlagFavorite, actual.isSet(Flag.FLAGGED));
|
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 44 if (isset($wp_version)) { 161 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1; 270 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1; 351 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1; 388 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
|
/external/clang/lib/Sema/ |
SemaExprMember.cpp | 192 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin()); 544 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); 552 if (SS.isSet()) { 612 (SS.isSet() && isDependentScopeSpecifier(SS))) 812 DeclContext *DC = (SS.isSet() 829 if ((SS.isSet() || !BaseExpr || [all...] |
/external/icu4c/tools/tzcode/ |
tz2icu.cpp | 789 bool isset; // used during building; later ignored member in struct:FinalRulePart 791 FinalRulePart() : isset(false) {} 801 if (isset) { 804 isset = true; 893 bool isset() const { function in struct:FinalRule 894 return part[0].isset && part[1].isset; 912 return !p.second.isset(); 965 int32_t p = fr.part[0].isset ? 1 : 0; [all...] |
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGJITCompiler.cpp | 301 if (exceptionCheck.isSet()) { 363 if (m_calls[i].m_exceptionCheck.isSet()) {
|
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrJIT.cpp | 565 return m_dataLabelPtr.isSet(); 696 if (m_backtrackSourceLabel && (m_backtrackSourceLabel->isSet())) 711 if (m_backtrackSourceLabel && (m_backtrackSourceLabel->isSet())) 726 if (m_backtrackSourceLabel && (m_backtrackSourceLabel->isSet())) 741 if (m_backtrackSourceLabel && (m_backtrackSourceLabel->isSet())) [all...] |
/bionic/libc/regex/ |
engine.c | 731 if (ISSET(st, stopst) || p == stop) 746 if (ISSET(st, stopst)) 813 if (ISSET(st, stopst)) 966 if (ISSET(st, i)) {
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-actions.h | 177 static bool IsSet() { return value_ != NULL; } 182 return IsSet() || internal::BuiltInDefaultValue<T>::Exists(); 212 static bool IsSet() { return address_ != NULL; } 217 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists(); [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 84 bool IsSet(const char * name) const { 573 } else if (settings.IsSet("socks")) { 577 } else if (settings.IsSet("ssl")) { 581 } else if (settings.IsSet("http")) { [all...] |
/external/icu4c/i18n/ |
csdetect.cpp | 262 if(!textIn->isSet()) {
|
gregocal.cpp | 650 isSet((UCalendarDateFields)field) && 657 if (isSet(UCAL_DATE)) { 665 if (isSet(UCAL_DAY_OF_YEAR)) { 674 if (isSet(UCAL_DAY_OF_WEEK_IN_MONTH) && [all...] |
ucal.cpp | 440 return ((Calendar*)cal)->isSet(field);
|
zstrfmt.cpp | [all...] |
/external/llvm/lib/Support/ |
regengine.inc | 743 if (ISSET(st, stopst) || p == stop) 758 if (ISSET(st, stopst)) 826 if (ISSET(st, stopst)) 979 if (ISSET(st, i)) {
|
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 731 if (ISSET(st, stopst) || p == stop) 746 if (ISSET(st, stopst)) 813 if (ISSET(st, stopst)) 966 if (ISSET(st, i)) {
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 58 if (!isset($parser)) { 79 if (isset($wp_version)) { 751 if (isset($this->urls[$link_id])) { 756 if ( isset( $this->titles[$link_id] ) ) { 780 if (isset($title)) { 857 if (isset($this->urls[$link_id])) { 860 if (isset($this->titles[$link_id])) { 884 if (isset($title)) { [all...] |
/packages/apps/Email/src/com/android/email/ |
LegacyConversions.java | 98 localMessage.mFlagRead = message.isSet(Flag.SEEN); 99 if (message.isSet(Flag.ANSWERED)) { 112 localMessage.mFlagFavorite = message.isSet(Flag.FLAGGED);
|
/external/ipsec-tools/src/racoon/ |
isakmp_quick.c | 423 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) { 854 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) { 885 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) { 943 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) { 1090 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) { [all...] |
/external/mksh/src/ |
expr.c | 626 vp->flag = ISSET|INTEGER; 643 (vp->flag & (ISSET|INTEGER|EXPRLVALUE)) == (ISSET|INTEGER))
|
/external/icu4c/test/intltest/ |
dadrfmt.cpp | 198 if (fromSet.isSet((UCalendarDateFields)q)) {
|
/external/libvpx/examples/includes/geshi/geshi/ |
php-brief.php | 90 'echo', 'print', 'global', 'static', 'exit', 'array', 'empty', 'eval', 'isset', 'unset', 'die'
|
/external/webkit/Source/WebCore/rendering/style/ |
FillLayer.cpp | 120 // We do not check the "isSet" booleans for each property, since those are only used during initial construction
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiNative.java | 165 * @param isSet whether to enable or disable this mode
|
/external/clang/include/clang/Analysis/Analyses/ |
FormatString.h | 36 bool isSet() { return flag; }
|
/external/icu4c/test/cintltst/ |
ccaltst.c | 767 /*testing isSet and clearField()*/ [all...] |