OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testdata
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/libXpm/dist/test/
rgb.c
39
static const struct rgbData
testdata
[] = {
variable in typeref:struct:rgbData
48
#define NUM_RGB (sizeof(
testdata
) / sizeof(
testdata
[0]))
67
int r =
testdata
[i].r * 257;
68
int g =
testdata
[i].g * 257;
69
int b =
testdata
[i].b * 257;
72
g_assert_cmpstr(name, ==,
testdata
[i].name);
/xsrc/external/mit/brotli/dist/tests/
Makefile
15
rm -f
testdata
/*.{br,unbr,uncompressed}
compatibility_test.sh
14
for file in tests/
testdata
/*.compressed*; do
/xsrc/external/mit/brotli/dist/python/tests/
_test_utils.py
35
TESTDATA_DIR = os.path.join(test_dir, '
testdata
')
86
for
testdata
in paths:
88
f = os.path.splitext(os.path.basename(
testdata
))[0]
92
getattr(test_case_class, method),
testdata
, **opts_dict)
/xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-xipassivegrabdevice.c
55
}
testdata
;
variable in typeref:struct:test_data
94
testdata
.num_modifiers = rep->num_modifiers;
113
for (i = 0; i <
testdata
.num_modifiers; i++, mods++) {
Completed in 5 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026