HomeSort by relevance Sort by last modified time
    Searched full:testcases (Results 1 - 25 of 649) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Verifier/
README.txt 1 This directory contains testcases that the verifier is supposed to detect as
2 malformed LLVM code. Testcases for situations that the verifier incorrectly
  /external/pixman/test/
fetch-test.c 23 static testcase_t testcases[] = variable
106 int n_test_cases = ARRAY_LENGTH (testcases);
160 src_img = pixman_image_create_bits (testcases[i].format,
161 testcases[i].width,
162 testcases[i].height,
163 testcases[i].src,
164 testcases[i].stride);
165 pixman_image_set_indexed(src_img, testcases[i].indexed);
168 testcases[i].width,
169 testcases[i].height
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValuesTest.cpp 27 TestCase testCases[] = {
47 for (unsigned i = 0; testCases[i].viewportWidth; ++i) {
49 bool success = MediaValues::computeLength(testCases[i].value,
50 testCases[i].type,
51 testCases[i].fontSize,
52 testCases[i].viewportWidth,
53 testCases[i].viewportHeight,
55 ASSERT_EQ(testCases[i].success, success);
57 ASSERT_EQ(testCases[i].output, output);