/external/boringssl/src/crypto/modes/ |
gcm_test.c | 259 unsigned test_num, const char *description) { 271 fprintf(stderr, "%u: Odd-length %s input.\n", test_num, description); 277 fprintf(stderr, "%u: malloc failure.\n", test_num); 286 test_num, description, (unsigned)i); 301 static int run_test_case(unsigned test_num, const struct test_case *test) { 310 if (!decode_hex(&key, &key_len, test->key, test_num, "key") || 311 !decode_hex(&plaintext, &plaintext_len, test->plaintext, test_num, 314 test_num, "additional_data") || 315 !decode_hex(&nonce, &nonce_len, test->nonce, test_num, "nonce") || 316 !decode_hex(&ciphertext, &ciphertext_len, test->ciphertext, test_num, [all...] |
/external/opencv3/modules/ml/test/ |
test_gbttest.cpp | 22 int TestTrainPredict(int test_num); 25 int checkPredictError(int test_num); 78 int CV_GBTreesTest::TestTrainPredict(int test_num) 88 switch (test_num) 96 ts->printf( cvtest::TS::LOG, "Bad test_num value in CV_GBTreesTest::TestTrainPredict(..) function." ); 101 int dataset_num = test_num == 0 ? 0 : 1; 113 if (test_num == 0) 146 code = checkPredictError(test_num); 153 int CV_GBTreesTest::checkPredictError(int test_num) 165 if ( abs( current_error - mean[test_num]) > 6*sigma[test_num] [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
rstypes.rs | 57 void test_rstypes(uint32_t index, int test_num) {
|
primitives.rs | 50 void primitives_test(uint32_t index, int test_num) {
|
rsdebug.rs | 49 void test_rsdebug(uint32_t index, int test_num) {
|
rstime.rs | 39 void test_rstime(uint32_t index, int test_num) {
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
rstypes.rs | 57 void test_rstypes(uint32_t index, int test_num) {
|
primitives.rs | 50 void primitives_test(uint32_t index, int test_num) {
|
rsdebug.rs | 49 void test_rsdebug(uint32_t index, int test_num) {
|
rstime.rs | 39 void test_rstime(uint32_t index, int test_num) {
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
rstypes.rs | 53 void test_rstypes(uint32_t index, int test_num) {
|
primitives.rs | 50 void primitives_test(uint32_t index, int test_num) {
|
rstime.rs | 39 void test_rstime(uint32_t index, int test_num) {
|
/cts/tools/selinux/ |
SELinuxNeverallowTestGen.py | 24 def neverallow_rule_to_test(neverallow_rule, test_num): 28 "testNeverallowRules" + str(test_num) + "()")
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
primitives.rs | 50 void primitives_test(uint32_t index, int test_num) {
|
rsdebug.rs | 43 void test_rsdebug(uint32_t index, int test_num) {
|
rstime.rs | 39 void test_rstime(uint32_t index, int test_num) {
|
rstypes.rs | 83 void test_rstypes(uint32_t index, int test_num) {
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
primitives.rs | 50 void primitives_test(uint32_t index, int test_num) {
|
rsdebug.rs | 43 void test_rsdebug(uint32_t index, int test_num) {
|
rstime.rs | 39 void test_rstime(uint32_t index, int test_num) {
|
rstypes.rs | 81 void test_rstypes(uint32_t index, int test_num) {
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
primitives.rs | 50 void primitives_test(uint32_t index, int test_num) {
|
rsdebug.rs | 43 void test_rsdebug(uint32_t index, int test_num) {
|
rstime.rs | 39 void test_rstime(uint32_t index, int test_num) {
|