/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AsyncSettableFutureTest.java | 39 assertFalse(future.isSet()); 47 assertTrue(future.isSet()); 62 assertTrue(future.isSet()); 82 assertTrue(future.isSet()); 104 assertTrue(future.isSet());
|
/external/opencv3/modules/videoio/src/ |
cap_openni2.cpp | 425 bool isSet = false; 432 isSet = setImageGeneratorProperty( purePropIdx, propValue ); 436 isSet = setDepthGeneratorProperty( purePropIdx, propValue ); 440 isSet = setCommonProperty( purePropIdx, propValue ); 444 return isSet; 485 bool isSet = false; 492 isSet = color.setMirroringEnabled(mirror) == openni::STATUS_OK; 493 isSet = depth.setMirroringEnabled(mirror) == openni::STATUS_OK; 499 isSet = setDepthGeneratorProperty( propIdx, propValue ); 502 isSet = device.setDepthColorSyncEnabled(propValue > 0.0) == openni::STATUS_OK [all...] |
cap_intelperc.cpp | 83 bool isSet = false; 92 isSet = true; 104 isSet = true; 109 return isSet; 577 bool isSet = false; 581 isSet = m_imageStream.setProperty(purePropIdx, propVal); 585 isSet = m_depthStream.setProperty(purePropIdx, propVal); 589 isSet = m_depthStream.setProperty(purePropIdx, propVal); 591 return isSet;
|
cap_openni.cpp | 801 bool isSet = false; 808 isSet = setImageGeneratorProperty( purePropIdx, propValue ); 812 isSet = setDepthGeneratorProperty( purePropIdx, propValue ); 816 isSet = setCommonProperty( purePropIdx, propValue ); 820 return isSet; 865 bool isSet = false; 872 isSet = setDepthGeneratorProperty( propIdx, propValue ); 917 return isSet; 973 bool isSet = false; [all...] |
/external/wpa_supplicant_8/hs20/server/www/ |
spp.php | 15 if (isset($_GET["realm"])) { 78 } else if (isset($_SERVER["SSL_CLIENT_VERIFY"]) && 80 isset($_SERVER["SSL_CLIENT_M_SERIAL"])) { 83 } else if (!isset($_SERVER["PATH_INFO"]) || 93 if (isset($user) && strlen($user) > 0)
|
cert-enroll.php | 10 if (isset($_GET["id"]))
|
add-free.php | 10 if (isset($_POST["id"]))
|
users.php | 10 if (isset($_GET["id"])) { 16 if (isset($_GET["cmd"])) 37 if (!isset($mo)) 87 if ($cmd == "policy" && $id > 0 && isset($_GET["policy"])) { 94 if ($cmd == "account-type" && $id > 0 && isset($_GET["type"])) { 114 if (isset($_GET["dump"])) { 260 if (isset($_GET["limit"])) {
|
est.php | 96 if (!isset($user) || strlen($user) == 0) { 103 if (!isset($_SERVER["CONTENT_TYPE"])) { 151 if (!isset($matches['snhex']) || strlen($matches['snhex']) < 1) {
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
CalendarICU.java | 207 //public boolean isSet(int field) 276 for (int i = 0; i < isSet.length; i++) { 277 if (!isSet[i]) { 278 isSet[i] = true; 291 for (int i = 0; i < isSet.length; i++) { 292 isSet[i] = true;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
FieldsSet.java | 58 public boolean isSet(int field) { 89 if (isSet(i)) { 201 if(!inheritFrom.isSet(field)) { 236 if(isSet(i)) {
|
/external/icu/icu4c/source/i18n/ |
inputext.h | 36 UBool isSet() const;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
FieldsSet.java | 57 public boolean isSet(int field) { 88 if (isSet(i)) { 200 if(!inheritFrom.isSet(field)) { 235 if(isSet(i)) {
|
/external/libchrome/base/task/ |
cancelable_task_tracker.cc | 30 if (!flag->IsSet()) 43 return flag->IsSet(); 91 DCHECK(base::ThreadTaskRunnerHandle::IsSet()); 119 DCHECK(base::ThreadTaskRunnerHandle::IsSet());
|
/external/libchrome/base/ |
thread_task_runner_handle.h | 27 static bool IsSet();
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryWifiParser.java | 27 protected boolean isSet(HistoryItem record) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
TestCase.java | 34 protected boolean[] isSet = new boolean[32]; 39 isSet[field] = true; 46 protected boolean isSet(int field) { 47 return isSet[field]; 158 if (isSet(i)) { 193 if (isSet(i) && get(i) != c.get(i)) { 198 if (isSet(j)) {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
TestCase.java | 33 protected boolean[] isSet = new boolean[32]; 38 isSet[field] = true; 45 protected boolean isSet(int field) { 46 return isSet[field]; 157 if (isSet(i)) { 192 if (isSet(i) && get(i) != c.get(i)) { 197 if (isSet(j)) {
|
/external/mksh/src/ |
var.c | 102 if ((vq = global(vp->name))->flag & ISSET) 141 tp->flag = DEFINED|ISSET; 260 vp->flag |= ISSET|INTEGER; 268 vp->flag &= ~(ISSET|INTEGER); 281 vp->flag &= ~(ISSET|INTEGER); 364 if (!(vp->flag&ISSET)) 455 vq->flag &= ~(ISSET|ALLOC); 470 vq->flag |= ISSET; 483 vp->flag = (ISSET|INTEGER); 491 vq->flag |= ISSET; [all...] |
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
FieldDefinition.java | 50 AccessFlags.STATIC.isSet(accessFlags) && 51 AccessFlags.FINAL.isSet(accessFlags) &&
|
/external/llvm/lib/Support/ |
regexec.c | 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) 89 #undef ISSET 110 #define ISSET(v, n) ((v)[n])
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regexec.c | 61 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) 87 #undef ISSET 108 #define ISSET(v, n) ((v)[n])
|
/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...] |
/art/runtime/ |
read_barrier-inl.h | 76 if (heap != nullptr && heap->GetReadBarrierTable()->IsSet(old_ref)) { 123 Runtime::Current()->GetHeap()->GetReadBarrierTable()->IsSet(ref)) { 164 Runtime::Current()->GetHeap()->GetReadBarrierTable()->IsSet(ref)) {
|
/external/icu/icu4c/source/test/intltest/ |
fldset.h | 191 UBool isSet(int32_t field) const; 230 // UBool isSet(UCalendarDateFields field) const { return isSet((int32_t)field); }
|