HomeSort by relevance Sort by last modified time
    Searched full:cases (Results 126 - 150 of 5535) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
css-properties-case-sensitive.js 8 debug('normal cases');
  /external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/
cells-expected.txt 1 Test behavior of the HTMLTableRowElement cells attribute in cases where there is unusual nesting.
  /external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/
rows.js 1 description('Test behavior of the HTMLTableSectionElement rows attribute in cases where there is unusual nesting.');
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 3 cases = [
60 for (var i = 0; i < cases.length; ++i) {
61 test_vector = cases[i][0];
62 expected_result = cases[i][1];
file.js 3 cases = [
59 for (var i = 0; i < cases.length; ++i) {
60 test_vector = cases[i][0];
61 expected_result = cases[i][1];
ipv4.js 3 cases = [
92 for (var i = 0; i < cases.length; ++i) {
93 test_vector = cases[i][0];
94 expected_result = cases[i][1];
segments-from-data-url.js 3 cases = [
76 for (var i = 0; i < cases.length; ++i) {
77 shouldBe("segments('" + cases[i][0] + "')",
78 "'" + JSON.stringify(cases[i][1]) + "'");
relative.js 3 cases = [
83 for (var i = 0; i < cases.length; ++i) {
84 baseURL = cases[i][0];
85 relativeURL = cases[i][1];
86 expectedURL = cases[i][2];
  /frameworks/base/media/java/android/media/
package.html 4 <p>The Media APIs are used to play and, in some cases, record media files. This includes
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
nested-struct.cpp 6 // gdb crashes in such cases.
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
8bit.sed 6 # favorites. I just know that everyone reading these test cases wants
  /external/compiler-rt/lib/ppc/
gcc_qmul.c 25 /* Detect special cases */
39 /* Generic cases handled here. */
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-001.js 55 * return value from newJavaInteger in cases in which we do not expect
56 * exceptions, and that we got the exception in cases where an exception
try-006.js 40 * Add test cases here
64 * Test cases are added in this function. Within the with block, the
try-007.js 40 * Add test cases here
66 * This function has a for-in statement within a try block. Test cases
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkPerfTestRunner.java 20 /*Video Editor performance Test cases*/
47 /* Video Editor performance Test cases */
  /frameworks/compile/libbcc/runtime/lib/ppc/
gcc_qmul.c 25 /* Detect special cases */
39 /* Generic cases handled here. */
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherAesTest.java 21 // 216 cases checked
40 // 108 cases checked
  /docs/source.android.com/src/compatibility/
cts-intro.md 29 - Individual test cases are executed on attached mobile devices or on an
30 emulator. The test cases are written in Java as JUnit tests and packaged as
67 ## Types of test cases ##
69 The CTS includes the following types of test cases:
77 Future versions of the CTS will include the following types of test cases:
85 The unit test cases cover the following areas to ensure compatibility:
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributeListImplTest.java 63 // Ordinary cases
147 // Ordinary cases
158 // Ordinary cases
169 // Ordinary cases
180 // Ordinary cases
193 // Ordinary cases
AttributesImplTest.java 81 // Ordinary cases
94 // Ordinary cases
107 // Ordinary cases
120 // Ordinary cases
133 // Ordinary cases
146 // Ordinary cases
154 // null cases
160 // Ordinary cases
174 // Ordinary cases
182 // null cases
    [all...]
  /libcore/luni/src/main/java/java/lang/
Math.java 49 * Special cases:
62 * Special cases:
91 * Special cases:
109 * Special cases:
127 * Special cases:
148 * Special cases:
186 * Special cases:
205 * Special cases:
226 * Special cases:
244 * Special cases
    [all...]
StrictMath.java 58 * Special cases:
73 * Special cases:
109 * Special cases:
126 * Special cases:
143 * Special cases:
163 * Special cases:
201 * Special cases:
220 * Special cases:
241 * Special cases:
257 * Special cases
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 54 * Input: The source files of the test cases. It will be represented
253 * information of all the test package, test suite and test cases.
411 * @param cases A collection of test cases included by the test suite class.
413 void appendTestCases(Node elem, Collection<TestMethod> cases) {
414 if (cases.isEmpty()) {
418 for (TestMethod caze : cases) {
502 * @param cases The test cases included in this test suite.
504 TestClass(String name, Collection<TestMethod> cases) {
528 ArrayList<TestMethod> cases = new ArrayList<TestMethod>(); local
    [all...]
  /external/chromium/crypto/
hmac_unittest.cc 63 // Test cases from RFC 2202 section 3
71 } cases[] = { local
123 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(cases); ++i) {
125 ASSERT_TRUE(hmac.Init(reinterpret_cast<const unsigned char*>(cases[i].key),
126 cases[i].key_len));
127 std::string data_string(cases[i].data, cases[i].data_len);
130 EXPECT_EQ(0, memcmp(cases[i].digest, digest, kSHA1DigestSize));
218 } cases[] = { local
230 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(cases); ++i)
    [all...]

Completed in 217 milliseconds

1 2 3 4 56 7 8 91011>>