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

1 2 3 45 6 7 8 91011>>

  /sdk/testapps/libsTest/lib1/
build.xml 46 <isset property="env.ANDROID_HOME" />
  /sdk/testapps/libsTest/lib1Test/
build.xml 37 <isset property="env.ANDROID_HOME" />
  /sdk/testapps/libsTest/lib2/
build.xml 46 <isset property="env.ANDROID_HOME" />
  /sdk/testapps/libsTest/lib2Test/
build.xml 37 <isset property="env.ANDROID_HOME" />
  /sdk/testapps/testProjectTest/app/
build.xml 37 <isset property="env.ANDROID_HOME" />
  /sdk/testapps/testProjectTest/lib/
build.xml 37 <isset property="env.ANDROID_HOME" />
  /sdk/testapps/testProjectTest/testapp/
build.xml 37 <isset property="env.ANDROID_HOME" />
  /sdk/testapps/testProjectTest/testlib/
build.xml 37 <isset property="env.ANDROID_HOME" />
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RandomPhrase.java 103 else if ( t0.label.isSet() || t0.label.isAtom() ) {
127 if ( label.isSet() ) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Settings.java 112 boolean isSet(int id) {
235 if (!other.isSet(i)) continue;
  /external/v8/src/compiler/
instruction-selector-impl.h 314 bool IsSet() const { return mode_ == kFlags_set; }
320 DCHECK(IsSet());
  /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...]
  /packages/apps/Camera2/src/com/android/camera/settings/
Keys.java 131 if (!settingsManager.isSet(SettingsManager.SCOPE_GLOBAL, Keys.KEY_VIDEO_QUALITY_BACK)) {
139 if (!settingsManager.isSet(SettingsManager.SCOPE_GLOBAL, Keys.KEY_VIDEO_QUALITY_FRONT)) {
  /external/boringssl/src/crypto/asn1/
tasn_enc.c 320 int isset, sktag, skaclass; local
329 isset = 1;
332 isset = 2;
334 else isset = 0;
347 if (isset)
378 isset, iclass);
  /external/llvm/include/llvm/Object/
COFF.h 294 assert(isSet() && "COFFSymbolRef points to nothing!");
301 assert(isSet() && "COFFSymbolRef points to nothing!");
312 assert(isSet() && "COFFSymbolRef points to nothing!");
317 assert(isSet() && "COFFSymbolRef points to nothing!");
322 assert(isSet() && "COFFSymbolRef points to nothing!");
393 bool isSet() const { return CS16 || CS32; }
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java     [all...]
  /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/clang/lib/Sema/
SemaCXXScopeSpec.cpp 78 if (!SS.isSet() || SS.isInvalid())
160 if (!SS.isSet() || SS.isInvalid())
369 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
372 } else if (SS.isSet()) {
478 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
481 } else if (SS.isSet()) {
786 } else if (SS.isSet())
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
CalendarTest.java 223 assertTrue(cal.isSet(Calendar.DAY_OF_MONTH));
225 assertFalse(cal.isSet(Calendar.DAY_OF_MONTH));
229 * Test method for 'com.ibm.icu.util.Calendar.isSet(int)'
  /external/autotest/client/tests/kvm/scripts/
virtio_console_guest.py 196 while not self.exit_thread.isSet():
219 while not self.exit_thread.isSet():
229 self.exit_thread.isSet()):
239 while not self.exit_thread.isSet():
248 self.exit_thread.isSet()):
280 while not self.exit_thread.isSet():
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
ActivityTransitionTest.java 274 assertTrue(mActivity.exitVisibility.isSet());
275 assertTrue(mActivity.reenterVisibility.isSet());
  /external/autotest/server/hosts/
paramiko_host.py 122 if completed.isSet():
127 if completed.isSet():
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
Period.java 167 public boolean isSet() {
181 public boolean isSet(TimeUnit unit) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
Period.java 165 public boolean isSet() {
179 public boolean isSet(TimeUnit unit) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DateUtils.java 125 // Calendar.isSet() because doing Calendar.get() causes Calendar.isSet() to become

Completed in 1427 milliseconds

1 2 3 45 6 7 8 91011>>