HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 851 - 875 of 1856) sorted by null

<<31323334353637383940>>

  /cts/tests/tests/webkit/src/android/webkit/cts/
GeolocationTest.java 341 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest);
348 PollingCheck.check("JS didn't get position", POLLING_TIMEOUT, receivedLocation);
352 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest);
353 PollingCheck.check("JS didn't get position", POLLING_TIMEOUT, receivedLocation);
368 protected boolean check() { method in class:GeolocationTest.OriginCheck
408 protected boolean check() { method in class:GeolocationTest.BooleanCheck
435 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest);
442 PollingCheck.check("JS didn't get position", POLLING_TIMEOUT, receivedLocation);
447 PollingCheck.check("JS didn't get position", POLLING_TIMEOUT, receivedLocation);
450 // Check that the permission is in GeolocationPermission
    [all...]
WebChromeClientTest.java 83 protected boolean check() { method
102 protected boolean check() { method
137 protected boolean check() { method
162 protected boolean check() { method
170 protected boolean check() { method
220 protected boolean check() { method
244 protected boolean check() { method
269 protected boolean check() { method
296 protected boolean check() { method
303 protected boolean check() { method
    [all...]
WebViewSslTest.java 444 protected boolean check() { method
911 protected boolean check() { method
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 341 protected boolean check() { method
FrameLayoutTest.java 93 // check the default gravity FILL, it completely fills its container
99 protected boolean check() { method
GridViewTest.java 76 protected boolean check() { method
HorizontalScrollViewTest.java 657 // check scrolling to the child which wants focus
662 // check scrolling to the child which wants focus
805 protected boolean check() { method
814 protected boolean check() { method
822 protected boolean check() { method
831 protected boolean check() { method
843 protected boolean check() { method
    [all...]
ScrollViewTest.java 685 // check scrolling to the child which wants focus
690 // check scrolling to the child which wants focus
834 protected boolean check() { method
843 protected boolean check() { method
851 protected boolean check() { method
860 protected boolean check() { method
872 protected boolean check() { method
    [all...]
  /development/ndk/platforms/android-21/include/linux/
tcp.h 64 __sum16 check; member in struct:tcphdr
  /development/ndk/platforms/android-21/include/netinet/
ip.h 247 uint16_t check; member in struct:iphdr
  /development/ndk/platforms/android-3/include/netinet/
ip.h 247 uint16_t check; member in struct:iphdr
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 316 """Sanity check for MTB format correctness.
318 The rules to check the sanity will accumulate over time. However, let's
331 def check(self): member in class:MtbSanity
501 # Check if all attributes are non-None values.
637 # Check if the finger at the target_slot is leaving.
    [all...]
  /external/clang/test/CXX/drs/
dr5xx.cpp 642 int check[int(-3.99) == -3 ? 1 : -1]; member in namespace:dr566
717 int check[a + b == 3 ? 1 : -1]; member in namespace:dr572
  /external/curl/lib/
multi.c 171 struct Curl_sh_entry *check; local
178 check = calloc(1, sizeof(struct Curl_sh_entry));
179 if(!check)
182 check->easy = data;
183 check->socket = s;
186 if(!Curl_hash_add(sh, (char *)&s, sizeof(curl_socket_t), check)) {
187 free(check);
191 return check; /* things are good in sockhash land */
448 removed as when the next handle is added, as then the check in
697 #if 0 /* switch back on these cases to get the compiler to check for all enum
    [all...]
  /external/curl/tests/server/
tftpd.c 192 static int prevchar = -1; /* putbuf: previous char (cr check) */
1065 char *check; local
1074 check = strchr(cmd, '\r');
1075 if(!check)
1076 check = strchr(cmd, '\n');
1078 if(check) {
1080 while((*check == '\r') || (*check == '\n'))
1081 check++;
1083 if(!*check)
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 625 bool check (bool cond, const char* msg);
647 bool ResultCollector::check (bool cond, const char* msg) function in class:deqp::gls::LifetimeTests::details::ResultCollector
758 errors.check(m_type.exists(*name), "Gen* should have created an object, but didn't");
760 errors.check(!m_type.exists(*name), "Gen* should not have created an object, but did");
769 errors.check(!m_type.exists(name), "Object still exists after deletion");
779 errors.check(m_type.exists(*name), "Object does not exist after binding");
793 errors.check(gl().getError() == GL_NO_ERROR, "Deleting bound object failed");
794 errors.check(binder().getBinding() == id,
796 errors.check(m_type.exists(id),
798 errors.check(m_type.isDeleteFlagged(id)
    [all...]
  /external/e2fsprogs/misc/
e2image.c 202 /* Sanity check */
1445 int check = 0; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestUtilities.java 71 check(counter);
89 check(-1);
131 // check boilerplate
307 public void check(int counter) { method in class:TestUtilities
  /external/icu/icu4c/source/i18n/
rbnf.cpp 317 UBool check(UChar c) { return p < e && (ch == c || *p == c); } function in class:LocDataParser
402 UBool haveComma = check(COMMA);
416 if (check(OPEN_ANGLE)) {
457 UBool haveComma = check(COMMA);
470 if (check(OPEN_ANGLE)) {
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestUtilities.java 67 check(counter);
85 check(-1);
127 // check boilerplate
303 public void check(int counter) { method in class:TestUtilities
  /external/iproute2/include/linux/
tcp.h 55 __sum16 check; member in struct:tcphdr
  /external/iproute2/include/netinet/
tcp.h 120 u_int16_t check; member in struct:tcphdr
  /external/javassist/src/main/javassist/
CtField.java 808 // Check whether this initializer is valid for the field type.
810 void check(String desc) throws CannotCompileException {} method in class:CtField.Initializer
1159 void check(String desc) throws CannotCompileException { method in class:CtField.IntInitializer
1193 void check(String desc) throws CannotCompileException { method in class:CtField.LongInitializer
1229 void check(String desc) throws CannotCompileException { method in class:CtField.FloatInitializer
1265 void check(String desc) throws CannotCompileException { method in class:CtField.DoubleInitializer
1366 void check(String desc) throws CannotCompileException { method in class:CtField.MultiArrayInitializer
    [all...]
  /external/kernel-headers/original/uapi/linux/
tcp.h 55 __sum16 check; member in struct:tcphdr
  /external/libavc/encoder/
ih264e_api.c 346 /* check mem records sizes are correct */
566 /* check memrecords sizes are correct */
577 /* check memrecords pointers are not NULL */
598 /* This array is populated to check memtab overlap */
711 UWORD32 check = IV_SUCCESS; local
720 check = IV_FAIL;
732 check = IV_FAIL;
741 check = IV_FAIL;
745 check = IV_FAIL;
749 if (check == IV_FAIL
    [all...]

Completed in 1303 milliseconds

<<31323334353637383940>>