HomeSort by relevance Sort by last modified time
    Searched refs:pass (Results 51 - 75 of 630) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.js 31 function pass(msg) function
33 print("PASS: " + msg, "green");
52 pass(a + " should be " + b + " and is.");
63 pass(a + " threw: " + e);
107 pass("MyObject.myPropertyName was enumerated");
112 pass("MyObject.regularType was enumerated");
130 pass("getting property descriptor of throwOnGet threw exception");
141 pass("getting property descriptor of hasPropertyLie threw exception");
  /cts/tests/src/android/app/cts/
LocalActivityManagerTestHelper.java 112 pass(); method
147 pass(); method
174 pass(); method
188 pass(); method
202 pass(); method
222 pass(); method
260 pass(); method
314 pass(); method
325 pass(); method
336 private void pass() { method in class:LocalActivityManagerTestHelper
    [all...]
  /external/openssl/crypto/pkcs12/
p12_mutl.c 67 int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen,
94 if(!PKCS12_key_gen (pass, passlen, salt, saltlen, PKCS12_MAC_ID, iter,
113 int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen)
121 if (!PKCS12_gen_mac (p12, pass, passlen, mac, &maclen)) {
132 int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen,
144 if (!PKCS12_gen_mac (p12, pass, passlen, mac, &maclen)) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedWriterTest.java 323 boolean pass = false; field in class:PipedWriterTest.WriteRunnable
336 pass = true;
346 boolean pass; field in class:PipedWriterTest.ReadRunnable
350 pass = true;
364 assertTrue("reader thread failed to read", readRunnable.pass);
369 writeRunnable.pass);
383 boolean pass = false; field in class:PipedWriterTest.WriteRunnable
399 pass = true;
409 boolean pass; field in class:PipedWriterTest.ReadRunnable
414 pass = true
    [all...]
PipedInputStreamTest.java 261 boolean pass = false; field in class:PipedInputStreamTest.WriteRunnable
276 pass = true;
286 boolean pass; field in class:PipedInputStreamTest.ReadRunnable
291 pass = true;
305 assertTrue("reader thread failed to read", readRunnable.pass);
310 writeRunnable.pass);
319 boolean pass; field in class:PipedInputStreamTest.MyRunnable
325 pass = true;
352 myRun.pass);
  /external/genext2fs/
test-mount.sh 23 pass () { function
47 pass dtest $size $blocks
75 pass ftest $fname $blocks
  /external/protobuf/python/google/protobuf/
message.py 40 class Error(Exception): pass
41 class DecodeError(Error): pass
42 class EncodeError(Error): pass
  /external/webp/src/enc/
config.c 40 config->pass = 1;
101 if (config->pass < 1 || config->pass > 10)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 158 for(int pass=0;pass<=1;++pass)
188 System.out.println("\nPass "+pass+" complete\n");
189 } // end pass loop
  /external/bluetooth/bluez/test/
simple-service 125 pass
test-oob 45 pass
51 pass
  /external/icu4c/test/intltest/
cpdtrtst.h 56 const UnicodeString& summary, UBool pass,
  /external/libselinux/src/
label_android_property.c 85 int pass, unsigned lineno)
111 if (pass == 1) {
112 /* On the second pass, process and store the specification in spec. */
142 unsigned int lineno = 0, maxnspec, pass; local
171 * After the first pass, the spec array is malloced to the appropriate
172 * size. Second pass is to populate the spec array and check for
176 for (pass = 0; pass < 2; pass++) {
181 if (process_line(rec, path, line_buf, pass, ++lineno) != 0)
    [all...]
  /external/openssl/crypto/evp/
p5_crpt.c 72 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen,
106 if(!pass) passlen = 0;
107 else if(passlen == -1) passlen = strlen(pass);
111 if (!EVP_DigestUpdate(&ctx, pass, passlen))
  /external/webkit/Tools/Scripts/webkitpy/common/
array_stream.py 63 pass
  /external/webkit/Tools/Scripts/webkitpy/common/system/
ospath.py 71 pass
  /sdk/monkeyrunner/scripts/
help.py 42 pass # It already existed
  /external/checkpolicy/
module_compiler.c 53 int define_policy(int pass, int module_header_given)
64 if (pass == 2) {
740 int require_class(int pass)
748 if (pass == 2) {
865 static int require_role_or_attribute(int pass, unsigned char isattr)
870 if (pass == 2) {
924 int require_role(int pass)
926 return require_role_or_attribute(pass, 0);
929 int require_attribute_role(int pass)
931 return require_role_or_attribute(pass, 1)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c 57 * why subtract 8 from width_mmx in the pass 4/5 case?
64 * writes for odd passes (that is, pass == odd), it may also
134 * pass == 4 or 5, that caused visible corruption of interlaced images
372 * - rearranged pass-related if-blocks in png_do_read_interlace() to put most
421 * why subtract 8 from width_mmx in the pass 4/5 case? due to
2054 int pass = png_ptr->pass; local
    [all...]
  /external/openssh/
ssh-add.c 87 static char *pass = NULL; variable
91 if (pass) {
92 memset(pass, 0, strlen(pass));
93 xfree(pass);
94 pass = NULL;
182 if (private == NULL && pass != NULL)
183 private = key_parse_private(&keyblob, filename, pass, NULL);
190 pass = read_passphrase(msg, RP_ALLOW_STDIN);
191 if (strcmp(pass, "") == 0)
    [all...]
  /external/libpng/
pngpread.c 886 png_ptr->pass > 6)
903 png_ptr->pass > 6)
958 if (png_ptr->pass < 6)
961 png_ptr->row_buf + 1, png_ptr->pass, png_ptr->transformations);
965 switch (png_ptr->pass)
970 for (i = 0; i < 8 && png_ptr->pass == 0; i++)
973 png_read_push_finish_row(png_ptr); /* Updates png_ptr->pass */
976 if (png_ptr->pass == 2) /* Pass 1 might be empty */
978 for (i = 0; i < 4 && png_ptr->pass == 2; i++
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
touch-stale-node-crash.js 10 description("If this test does not crash then you pass!");
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 176 pass
421 pass
428 pass
439 pass
444 pass
448 pass
458 pass
462 pass
469 pass
477 pass
    [all...]
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MyKeyManagerFactorySpi.java 75 public Parameters (KeyStore ks, char[] pass) {
77 this.passWD = pass;
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppauth.cc 43 const talk_base::CryptString & pass,
46 passwd_ = pass;

Completed in 3358 milliseconds

1 23 4 5 6 7 8 91011>>