OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testL
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/skpdiff/
SkPMetric.cpp
294
ImageL3D
testL
(width, height, maxLevels);
301
lab_to_l(testLAB,
testL
.getLayer(0));
325
convolve(
testL
.getLayer(levelIndex - 1), false, &scratchImageL);
326
convolve(&scratchImageL, true,
testL
.getLayer(levelIndex));
342
testL
.getLayer(0)->readPixel(x, y, &lTest);
347
testL
.getLayer(maxLevels - 1)->readPixel(x, y, &avgLTest);
359
testL
. getLayer(levelIndex + 0)->readPixel(x, y, &testL0);
361
testL
. getLayer(levelIndex + 1)->readPixel(x, y, &testL1);
363
testL
. getLayer(levelIndex + 2)->readPixel(x, y, &testL2);
/external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c
611
static const char *
testL
[] = { "en_US",
621
for(i=0;i<LENGTHOF(
testL
);i++) {
623
uloc_getDisplayName(aLocale,
testL
[i], buffer, LENGTHOF(buffer), &errorCode);
625
log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale,
testL
[i], u_errorName(errorCode));
629
log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale,
testL
[i], expect[i], austrdup(buffer));
631
log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale,
testL
[i], expect[i]);
[
all
...]
/external/icu4c/test/cintltst/
cloctst.c
688
static const char *
testL
[] = { "en_US",
698
for(i=0;i<LENGTHOF(
testL
);i++) {
700
uloc_getDisplayName(aLocale,
testL
[i], buffer, LENGTHOF(buffer), &errorCode);
702
log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale,
testL
[i], u_errorName(errorCode));
706
log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale,
testL
[i], expect[i], austrdup(buffer));
708
log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale,
testL
[i], expect[i]);
[
all
...]
Completed in 2186 milliseconds