/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyPairGeneratorSpecTest.java | 51 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 53 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 55 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 57 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()); 59 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate()); 61 assertFalse("encryption flag should not be on", spec.isEncryptionRequired()); 74 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 76 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 78 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 80 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()) [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC2ParameterSpecTest.java | 50 fail("An IllegalArgumentException should be thrown " 57 fail("An IllegalArgumentException should be thrown " 65 + "should not cause the change of internal array.", 82 fail("An IllegalArgumentException should be thrown " 89 fail("An IllegalArgumentException should be thrown " 97 + "should not cause the change of internal array.", 133 + "should not cause the change of internal array.", 136 assertNull("The getIV() method should return null if the parameter " 142 * operation: it should be reflexive, symmetric, transitive, consistent 143 * and should be false on null object [all...] |
/external/libweave/include/weave/provider/ |
http_server.h | 18 // This interface should be implemented by the user of libweave and 29 // Implementation of AddHttpsRequestHandler(...) method should follow the 33 // Implementation of GetHttpPort() method should return port number on 38 // Implementation of GetHttpsPort() should follow the same guidelines as 42 // Implementation of GetHttpsCertificateFingerprint() method should 49 // Implementation of AddHttpRequestHandler(...) method should add path 52 // it should check if there is a libweave-registered handler corresponding to 53 // the path in the request. If there is one, implementation should invoke 55 // with request path, webserver should return HTTP status code 404. 65 // - callback should not be called before AddHttpRequestHandler() return [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC2ParameterSpecTest.java | 50 fail("An IllegalArgumentException should be thrown " 57 fail("An IllegalArgumentException should be thrown " 65 + "should not cause the change of internal array.", 82 fail("An IllegalArgumentException should be thrown " 89 fail("An IllegalArgumentException should be thrown " 97 + "should not cause the change of internal array.", 133 + "should not cause the change of internal array.", 136 assertNull("The getIV() method should return null if the parameter " 142 * operation: it should be reflexive, symmetric, transitive, consistent 143 * and should be false on null object [all...] |
/system/bt/service/doc/ |
IBluetoothGattServerCallback.txt | 44 * request is part of a Long Read procedure. An implementation should handle 48 * If |offset| is invalid then sendResponse should be called with 51 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned. 62 * request is part of a Long Read procedure. An implementation should handle 66 * If |offset| is invalid then sendResponse should be called with 69 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned. 78 * |characteristic_id| with the value |value|. An implementation should handle 81 * remote device wants to write to, so the value should be written starting at 83 * Response" procedure and sendResponse should not be called. If 84 * |is_prepare_write| is true, then the implementation should not commit thi [all...] |
/art/test/961-default-iface-resolution-generated/ |
info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always 13 return equivalent output when run multiple times and the expected output should
|
/art/test/964-default-iface-init-generated/ |
info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always 13 return equivalent output when run multiple times and the expected output should
|
/art/test/968-default-partial-compile-generated/ |
info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always 13 return equivalent output when run multiple times and the expected output should
|
/art/test/970-iface-super-resolution-generated/ |
info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always 13 return equivalent output when run multiple times and the expected output should
|
/art/test/971-iface-super/ |
info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always 13 return equivalent output when run multiple times and the expected output should
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/stream/ |
ANTLRStringStreamTest.m | 30 STAssertTrue(stream.index > 0, @"Index should be greater than 0 after consume"); 32 STAssertTrue(stream.index == 0, @"Index should be 0 after reset"); 43 STAssertTrue(stream.line == 2, @"Line number is incorrect, should be 2, was %d!", stream.line); 44 STAssertTrue(stream.charPositionInLine == 0, @"Char position in line should be 0, it was: %d!", stream.charPositionInLine); 84 STAssertTrue(stream.index == 10, @"Index should be 10"); 86 STAssertTrue([stream LA:1] > -1 && (char)[stream LA:1] == 's', @"Char returned should be s"); 95 STAssertTrue(stream.index == 10, @"Index should be 10"); 97 STAssertTrue(stream.index == 0, @"Index should be 0"); 99 STAssertTrue(stream.index == 5, @"Index should be 5"); 102 STAssertTrue(stream.index == 10, @"Index should be 10") [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
X509CRLEntryTest.java | 92 * operation: it should be reflexive, symmetric, transitive, consistent 93 * and should be false on null object. 115 assertTrue("The equivalence relation should be reflexive.", 118 assertEquals("The CRL Entries with equals encoded form should be equal", 121 assertTrue("The equivalence relation should be symmetric.", 124 assertEquals("The CRL Entries with equals encoded form should be equal", 127 assertTrue("The equivalence relation should be transitive.", 130 assertFalse("Should not be equal to null object.", 134 + "should not be equal.", 136 assertFalse("The CRL Entries should not be equals to the object [all...] |
/external/autotest/client/site_tests/audio_Microphone/ |
control | 9 Microphone should be on by default. 10 Mono and stereo capturing should work fine @ 44.1KHz and 48KHz. 11 Low latency capturing should work fine with low CPU usage.
|
/external/clang/test/CodeGen/ |
libcalls-d.c | 1 // llvm-gcc -O1+ should run simplify libcalls, O0 shouldn't 3 // -fno-math-errno should emit an llvm intrinsic, -fmath-errno should not.
|
/external/clang/test/Headers/ |
cxx11.cpp | 10 #error alignas should not be defined in C++ 14 #error alignof should not be defined in C++ 24 #error SIZE_MAX should be defined in C++
|
/external/clang/test/Sema/ |
attr-noreturn.c | 9 } // expected-warning {{function declared 'noreturn' should not return}} 20 return; // expected-warning {{function 'f3' declared 'noreturn' should not return}} 27 return; // expected-error {{function 'f4' declared 'noreturn' should not return}}
|
builtin-prefetch.c | 11 __builtin_prefetch(&a, 2); // expected-error{{argument should be a value from 0 to 1}} 12 __builtin_prefetch(&a, 0, 4); // expected-error{{argument should be a value from 0 to 3}} 13 __builtin_prefetch(&a, -1, 4); // expected-error{{argument should be a value from 0 to 1}}
|
/external/curl/tests/unit/ |
unit1398.c | 11 * you should have received as part of this distribution. The terms 41 fail_unless( rc == 3 , "return code should be 3" ); 46 fail_unless( rc == 3 , "return code should be 3" ); 52 fail_unless( rc == 2 , "return code should be 2" ); 57 fail_unless( rc == 3 , "return code should be 3" ); 62 fail_unless( rc == 3 , "return code should be 3" ); 67 fail_unless( rc == 8 , "return code should be 8" ); 72 fail_unless( rc == 8 , "return code should be 8" ); 77 /* TODO: this should return 5 to be POSIX/snprintf compliant! */ 78 fail_unless( rc == 4 , "return code should be 4" ) [all...] |
/external/e2fsprogs/tests/f_lpffile/ |
expect.1 | 16 Inode 12 ref count is 2, should be 1. Fix? yes 21 Inode 13 ref count is 2, should be 1. Fix? yes 26 Inode 14 ref count is 2, should be 1. Fix? yes
|
/external/e2fsprogs/tests/f_reconnect/ |
expect.1 | 8 Inode 12 ref count is 2, should be 1. Fix? yes 13 Inode 13 ref count is 2, should be 1. Fix? yes 18 Inode 14 ref count is 2, should be 1. Fix? yes
|
/external/icu/icu4c/source/test/intltest/ |
tsputil.cpp | 55 // this should work 246 errln("FAIL: isInfinite(+Infinity) returned FALSE, should be TRUE."); 250 errln("FAIL: isPositiveInfinity(+Infinity) returned FALSE, should be TRUE."); 254 errln("FAIL: isNegativeInfinity(+Infinity) returned TRUE, should be FALSE."); 258 errln("FAIL: +Infinity > DBL_MAX returned FALSE, should be TRUE."); 262 errln("FAIL: +Infinity > DBL_MIN returned FALSE, should be TRUE."); 266 errln("FAIL: +Infinity > -Infinity returned FALSE, should be TRUE."); 270 errln("FAIL: +Infinity > 10.0 returned FALSE, should be TRUE."); 284 errln("FAIL: isInfinite(-Infinity) returned FALSE, should be TRUE."); 288 errln("FAIL: isNegativeInfinity(-Infinity) returned FALSE, should be TRUE.") [all...] |
/external/libvncserver/test/ |
cargstest.c | 16 #define CHECK(a,b) if(screen->a!=b) { fprintf(stderr,#a " is %d (should be " #b ")\n",screen->a); ret=1; } 23 fprintf(stderr,"fake_argc is %d (should be 2)\n",fake_argc); 27 fprintf(stderr,"fake_argv[1] is %s (should be -nothing)\n",fake_argv[1]);
|
/external/llvm/test/Analysis/CFLAliasAnalysis/ |
arguments-globals.ll | 3 ; (Everything should alias everything, because args can alias globals, so the 4 ; aliasing sets should of args+alloca+global should be combined)
|
/external/llvm/test/CodeGen/X86/ |
sdiv-pow2.ll | 3 ; No attributes, should not use idiv 13 ; Has minsize (-Oz) attribute, should generate idiv 23 ; Has optsize (-Os) attribute, should not generate idiv
|
/external/markdown/MarkdownTest/Tests_2004/ |
Backslash escapes.text | 1 These should all get escaped: 37 These should not, because they occur within a code block: 72 Nor should these, which occur in code spans:
|