HomeSort by relevance Sort by last modified time
    Searched full:pass (Results 426 - 450 of 3584) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery3D/src/com/cooliris/media/
GridDrawManager.java     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 43 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, TIMEOUT, CRASH, SKIP, WONTFIX,
100 If there are no expectations for the test, then "PASS" is returned."""
187 LayoutTests/fast/js/flaky.js = FAIL PASS
188 LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS
192 SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
193 DEBUG : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
194 DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
195 LINUX DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
196 DEFER LINUX WIN : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
200 WONTFIX: For tests that we never intend to pass on a given platform
    [all...]
  /build/tools/
fileslist.py 39 pass
  /cts/tests/res/drawable/
animationdrawable.xml 20 <item android:drawable="@drawable/pass" android:duration="2000"/>
  /cts/tests/src/android/app/cts/
SearchManagerStubActivity.java 121 pass(); method
147 pass(); method
162 private void pass() { method in class:SearchManagerStubActivity
213 pass(); method
  /cts/tools/host/src/com/android/cts/
CtsTestResult.java 47 public static final String STR_PASS = "pass";
95 * Check if the result indicates pass.
97 * @return If pass, return true; else, return false.
119 * <li> pass
  /dalvik/libcore/luni/src/main/java/java/lang/
VerifyError.java 22 * class which does not pass the class verification phase.
  /external/apache-http/src/org/apache/commons/codec/
Encoder.java 22 * Encoder provides this common generic interface whic allows a user to pass a
  /external/bluetooth/glib/
HACKING 30 Note that autogen.sh runs configure for you. If you wish to pass
  /external/clearsilver/man/man3/
skipNewList.3 38 ctx - context to pass to <freeValue>.
  /external/clearsilver/util/test/
ulist_test.c 60 printf("PASS\n");
  /external/easymock/src/org/easymock/internal/
MockInvocationHandler.java 47 throw t; // let all unwrapped pass unmodified
  /external/fdlibm/
s_logb.c 16 * IEEE 754 logb. Included to pass IEEE test suite. Not recommend.
  /external/kernel-headers/original/linux/
thread_info.h 27 * - pass TIF_xxxx constants to these functions
  /external/openssl/crypto/evp/
evp_pbe.c 77 int EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen,
95 if(!pass) passlen = 0;
96 else if (passlen == -1) passlen = strlen(pass);
98 i = (*pbetmp->keygen)(ctx, pass, passlen, param, pbetmp->cipher,
p5_crpt.c 103 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen,
134 if(!pass) passlen = 0;
135 else if(passlen == -1) passlen = strlen(pass);
139 EVP_DigestUpdate(&ctx, pass, passlen);
  /external/ppp/pppd/plugins/
passwordfd.c 5 * This plugin let's you pass the password to the pppd via
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.h 47 int LoadFile (const FSRef *ref, int startFrame, int endFrame); /* pass -1 to do nothing */
  /external/quake/src/com/android/quake/
PreconditionActivityHelper.java 11 * // Optionally add extras to pass arguments to the intent
  /external/webkit/JavaScriptCore/API/
JSBase.h 94 @param sourceURL A JSString containing a URL for the script's source file. This is only used when reporting exceptions. Pass NULL if you do not care to include source file information in exceptions.
96 @param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an exception.
106 @param sourceURL A JSString containing a URL for the script's source file. This is only used when reporting exceptions. Pass NULL if you do not care to include source file information in exceptions.
108 @param exception A pointer to a JSValueRef in which to store a syntax error exception, if any. Pass NULL if you do not care to store a syntax error exception.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
forin-001.js 101 var checkBreak = "pass";
114 "pass",
266 var checkBreak = "pass";
279 "pass",
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
callback-exception.js 30 debug('<br /><span class="pass">TEST COMPLETE</span>');
permission-denied-already-clear-watch.js 36 debug('<br /><span class="pass">TEST COMPLETE</span>');
permission-denied-already-error.js 31 debug('<br /><span class="pass">TEST COMPLETE</span>');
permission-denied-already-success.js 29 debug('<br /><span class="pass">TEST COMPLETE</span>');

Completed in 584 milliseconds

<<11121314151617181920>>