/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkerFactory.java | 134 public static boolean isSet(int analysis, int bits) 215 && (walksInDocOrder(analysis) || isSet(analysis, BIT_PARENT))) [all...] |
/external/chromium/net/base/ |
directory_lister.cc | 114 while (!canceled_.IsSet() && !(path = file_enum.Next()).empty()) { 225 for (int i = 0; !canceled_.IsSet() && delegate_ && i < count; ++i) 232 if (!error && canceled_.IsSet())
|
/external/icu4c/test/intltest/ |
fldset.h | 191 UBool isSet(int32_t field) const; 230 // UBool isSet(UCalendarDateFields field) const { return isSet((int32_t)field); }
|
/external/chromium/testing/gmock/test/ |
gmock-actions_test.cc | 220 // Tests that DefaultValue<T>::IsSet() is false initially. 222 EXPECT_FALSE(DefaultValue<int>::IsSet()); 223 EXPECT_FALSE(DefaultValue<const UserType>::IsSet()); 243 EXPECT_FALSE(DefaultValue<int>::IsSet()); 244 EXPECT_FALSE(DefaultValue<const UserType>::IsSet()); 251 // BuiltInDefaultValue<T>::Get() when DefaultValue<T>::IsSet() is 254 EXPECT_FALSE(DefaultValue<int>::IsSet()); 256 EXPECT_FALSE(DefaultValue<UserType>::IsSet()); 273 // Tests that DefaultValue<T&>::IsSet() is false initially. 275 EXPECT_FALSE(DefaultValue<int&>::IsSet()); [all...] |
/external/libvpx/examples/includes/geshi/contrib/ |
example.php | 28 if (isset($_POST['submit'])) { 107 if (isset($_POST['submit'])) { 166 if (isset($_POST['submit'])) { 197 if (isset($_POST['language']) && $_POST['language'] == $lang) {
|
cssgen.php | 118 if ( isset($_GET[$var_name]) ) 122 elseif ( isset($_POST[$var_name]) ) 146 if ( !isset($$array) )
|
/external/mksh/src/ |
exec.c | 555 if (!(tp->flag & ISSET)) { 582 !(ftp->flag & ISSET)) { 661 if (!(tp->flag&ISSET)) { 851 if (tp->flag & ISSET) 865 tp->flag &= ~(ISSET|ALLOC); 875 tp->flag |= (ISSET|ALLOC); 937 if (tp && !(tp->flag & ISSET)) { 952 if (tp && (tp->flag & ISSET) && access(tp->val.s, X_OK) != 0) { 957 tp->flag &= ~ISSET; 962 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) & [all...] |
eval.c | 301 v.flag = DEFINED|ISSET|INTEGER; 935 if (vp->flag & (ISSET|ARRAY)) 938 if (vp->flag & ISSET) 1057 if (!(vp->flag&ISSET)) 1083 if (xp->var->flag & ISSET) 1088 } else if (xp->var->flag & ISSET) [all...] |
funcs.c | 790 if (tp && !(tp->flag & ISSET)) 818 if (!(tp->flag & ISSET)) { 834 if (tp->flag & ISSET) { 1087 if (tvp->flag & ISSET) { 1110 !(vp->flag & ISSET)) 1174 if (thing == '-' && (vp->flag&ISSET)) { 1277 if ((ap->flag & (ISSET|xflag)) == (ISSET|xflag)) { 1302 if (ap != NULL && (ap->flag&ISSET)) { 1322 ap->flag &= ~(ALLOC|ISSET); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
param.h | 47 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
|
/external/clang/lib/Sema/ |
SemaCXXScopeSpec.cpp | 83 if (!SS.isSet() || SS.isInvalid()) 164 if (!SS.isSet() || SS.isInvalid()) 330 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); 333 } else if (SS.isSet()) { 398 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); 401 } else if (SS.isSet()) { 645 else if (SS.isSet()) { 652 if (SS.isSet()) 823 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); [all...] |
/external/icu4c/data/ |
build.xml | 22 <isset property="env.ICU4J_CLASSES" /> 23 <isset property="env.ICU4J_JAR" /> 29 <isset property="env.ICU4C_DIR" /> 34 <isset property="env.CLDR_DIR" /> 40 <isset property="env.CLDR_CLASSES" /> 41 <isset property="env.CLDR_JAR" /> 48 <isset property="env.ICU4J_CLASSES" /> 49 <isset property="env.UTILITIES_JAR" />
|
/libcore/luni/src/main/java/java/util/ |
Calendar.java | 296 * non-zero values and {@code isSet[]} may contain {@code true} values even when 315 * Note that {@code isSet} is <i>not</i> a safe alternative to accessing this array directly, 319 protected boolean[] isSet; 708 isSet = new boolean[FIELD_COUNT]; 788 isSet[i] = false; 794 * Clears the specified field to zero and sets the isSet flag to {@code false}. 801 isSet[field] = false; 817 clone.isSet = isSet.clone(); [all...] |
/sdk/files/ant/ |
build.xml | 171 <isset property="key.store" /> 173 <isset property="key.alias" /> 178 <isset property="has.keystore" /> 179 <isset property="key.store.password" /> 180 <isset property="key.alias.password" /> 417 <not><isset property="setup.done" /></not> 476 <not><isset property="dont.build.deps" /></not> 500 <isset property="emma.enabled" /> 637 <isset property="tested.project.absolute.dir" /> 642 <isset property="tested.project.absolute.dir" / [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
Alarm.java | 311 private boolean isSet(int day) { 335 ret[i] = isSet(i); 359 if (isSet(day)) {
|
/external/icu4c/i18n/ |
inputext.cpp | 71 UBool InputText::isSet() const
|
zonemeta.cpp | 406 UBool isSet = FALSE; 413 isSet = TRUE; 418 if (!isSet) {
|
/external/ipsec-tools/src/racoon/ |
var.h | 42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit))
|
/external/webkit/Tools/DumpRenderTree/android/ |
get_layout_tests_dir_contents.php | 77 if (!isset($_GET['separator'])) {
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/ |
Message.java | 149 public boolean isSet(Flag flag) {
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
Duration.java | 98 * i.e. {@link #isSet(DatatypeConstants.Field field)} == <code>true</code>.</p> 158 boolean yearSet = isSet(DatatypeConstants.YEARS); 159 boolean monthSet = isSet(DatatypeConstants.MONTHS); 160 boolean daySet = isSet(DatatypeConstants.DAYS); 161 boolean hourSet = isSet(DatatypeConstants.HOURS); 162 boolean minuteSet = isSet(DatatypeConstants.MINUTES); 163 boolean secondSet = isSet(DatatypeConstants.SECONDS); 435 public abstract boolean isSet(final DatatypeConstants.Field field); [all...] |
/external/openssl/crypto/asn1/ |
tasn_enc.c | 321 int isset, sktag, skaclass; local 330 isset = 1; 333 isset = 2; 335 else isset = 0; 348 if (isset) 379 isset, iclass);
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 329 assertTrue(message.isSet(Flag.X_STORE_1)); 330 assertFalse(message.isSet(Flag.X_STORE_2)); 334 assertTrue(message.isSet(Flag.X_STORE_1)); 335 assertTrue(message.isSet(Flag.X_STORE_2)); 339 assertFalse(message.isSet(Flag.X_STORE_1)); 340 assertTrue(message.isSet(Flag.X_STORE_2));
|
/external/libvpx/examples/includes/geshi/geshi/ |
smarty.php | 91 'isset', 'is_array', 'empty', 'count', 'sizeof'
|
/external/libvpx/examples/includes/ |
vp8_doc_tools.php | 62 if (!isset($asciimath)) $asciimath = new ASCIIMathPHP($symbol_arr);
|