OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTests
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
PDFJpegEmbedTest.cpp
122
}
kTests
[] = {{"CMYK.jpg", false, SkJFIFInfo::kGrayscale},
127
for (size_t i = 0; i < SK_ARRAY_COUNT(
kTests
); ++i) {
129
load_resource(r, "JpegIdentification",
kTests
[i].path));
135
if (isJfif !=
kTests
[i].isJfif) {
136
ERRORF(r, "%s failed isJfif test",
kTests
[i].path);
142
if (
kTests
[i].type != info.fType) {
143
ERRORF(r, "%s failed jfif type test",
kTests
[i].path);
146
INFOF(r, "\nJpegIdentification: %s [%d x %d]\n",
kTests
[i].path,
/external/ceres-solver/internal/ceres/
numeric_diff_test_utils.cc
108
}
kTests
[] = {
129
for (int k = 0; k < CERES_ARRAYSIZE(
kTests
); ++k) {
130
double *x1 = &(
kTests
[k].x1[0]);
131
double *x2 = &(
kTests
[k].x2[0]);
/external/webrtc/webrtc/base/
stringencode_unittest.cc
24
}
kTests
[] = {
38
for (size_t i = 0;
kTests
[i].encoded; ++i) {
40
ASSERT_EQ(
kTests
[i].enclen, utf8_decode(
kTests
[i].encoded,
41
kTests
[i].encsize,
43
unsigned long result = (
kTests
[i].enclen == 0) ? 0 :
kTests
[i].decoded;
46
if (
kTests
[i].decoded == 0) {
53
ASSERT_EQ(
kTests
[i].enclen, utf8_encode(buffer,
54
kTests
[i].encsize
[
all
...]
/external/boringssl/src/crypto/hkdf/
hkdf_test.c
37
static const hkdf_test_vector_t
kTests
[] = {
221
for (i = 0; i < sizeof(
kTests
) / sizeof(
kTests
[0]); i++) {
222
const hkdf_test_vector_t *test = &
kTests
[i];
Completed in 1077 milliseconds