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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
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
  /development/pdk/docs/compatibility/
cts-intro.jd 9 <li>Individual test cases are executed on attached mobile devices or on an
10 emulator. The test cases are written in Java as JUnit tests and packaged as
34 <h3>Types of test cases</h3>
35 The CTS includes the following types of test cases:
41 <div>Future versions of the CTS will include the following types of test cases:</div>
48 The unit test cases cover the following areas to ensure compatibility <br>
  /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
61 ## Types of test cases ##
63 The CTS includes the following types of test cases:
71 Future versions of the CTS will include the following types of test cases:
79 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...]
  /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...]
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 58 * Special cases:
77 * Special cases:
128 * Special cases:
145 * Special cases:
162 * Special cases:
182 * Special cases:
220 * Special cases:
239 * Special cases:
260 * Special cases:
276 * Special cases
    [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...]
  /external/webkit/LayoutTests/fast/url/script-tests/
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];
  /external/chromium/chrome/browser/password_manager/
encryptor_unittest.cc 36 // Test borderline cases (empty strings).
82 // Test borderline cases (empty strings).
105 // Test borderline cases (empty strings).
  /external/mesa3d/docs/
relnotes-7.8.3.html 66 <li>GLSL: fix zw fragcoord entries in some cases (bug
68 <li>Fix texture env generation in some cases (bug
77 <li>radeon/wine: flush command stream in more cases, fixing wine d3d9
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3.1-2.js 26 see 9.3.1 for cases for converting strings to numbers.
27 special cases:
35 This tests special cases of ToNumber(string) that are
9.3.js 26 see 9.3.1 for cases for converting strings to numbers.
27 special cases:
69 // special cases here
  /development/pdk/docs/porting/
instrumentation_framework.jd 10 <a href="#androidInstrumentationFrameworkWritingRunning">Writing and Running Test Cases</a><br/>
16 <p>This document describes how to use the Instrumentation Framework to write test cases. You should have a working knowledge of the following:</p>
23 <p> Each Android application runs in its own process. Instrumentation kills the application process and restarts the process with Instrumentation. Instrumentation gives a handle to the application context used to poke around the application to validate test assertions, allowing you to write test cases to test applications at a much lower level than UI screen shot tests. Note that Instrumentation cannot catch UI bugs. </p>
43 <a name="androidInstrumentationFrameworkWritingRunning"></a><h2>Writing and Running Test Cases</h2>
53 <li> <code>make Contactstests</code>: Compiles the test cases. </li>
134 <p>If you run your test cases and nothing appears to happen, have a look at <code>adb logcat</code>. The following is a common problem:</p>
  /external/bluetooth/glib/tests/
gen-casefold-txt.pl 21 # gen-casefold-test.pl - Generate test cases for casefolding from Unicode data.
43 # Test cases generated from Unicode $ARGV[0] data
  /external/clang/test/Sema/
warn-unreachable.c 102 enum Cases { C1, C2, C3 };
103 int test_enum_cases(enum Cases C) {
  /external/e2fsprogs/tests/progs/test_data/
test.icount 8 # First let's test the boundary cases for illegal arguments
21 # OK, now let's test fetch and store. We also test the boundary cases
  /external/icu4c/tools/ctestfw/
testdata.cpp 76 fCases = ures_getByKey(data, "Cases", NULL, &status);
107 // reset the cases iterator
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
VersionGLSL.cpp 20 // TODO(alokp): The following two cases of invariant decalaration get lost
22 // Handle these cases:
  /external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.cpp 141 // well disallow SQLITE_CREATE_TEMP_TABLE in these cases
160 // well disallow SQLITE_DROP_TEMP_TABLE in these cases
189 // so we might as well disallow SQLITE_CREATE_TEMP_INDEX in these cases
208 // as well disallow SQLITE_DROP_TEMP_INDEX in these cases
228 // well disallow SQLITE_CREATE_TEMP_TRIGGER in these cases
247 // well disallow SQLITE_DROP_TEMP_TRIGGER in these cases
263 // well disallow SQLITE_CREATE_TEMP_VIEW in these cases
280 // well disallow SQLITE_DROP_TEMP_VIEW in these cases
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes_s.h 13 ;// Mandatory return codes - use cases are explicitly described for each function
24 ;// Optional return codes - use cases are explicitly described for each function
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes_s.h 13 ;// Mandatory return codes - use cases are explicitly described for each function
24 ;// Optional return codes - use cases are explicitly described for each function

Completed in 903 milliseconds

1 2 3 4 56 7 8 91011>>