HomeSort by relevance Sort by last modified time
    Searched full:cases (Results 26 - 50 of 2648) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/junit/src/junit/framework/
Test.java 10 * Counts the number of test cases that will be run by this test.
  /external/opencore/engines/player/test/config/android/
test_pv_player_engine_config.h 30 // Set to 1 to enable MP4 file test cases, 0 to disable
41 // Set to 1 to enable AMR file test cases, 0 to disable
48 // Set to 1 to enable AAC file test cases, 0 to disable
56 // Set to 1 to enable MP3 file test cases, 0 to disable
63 // Set to 1 to enable 3GP file test cases, 0 to disable
69 // Set to 1 to enable WMA file test cases, 0 to disable
75 // Set to 1 to enable WMV file test cases, 0 to disable
81 // Set to 1 to enable WAV file test cases, 0 to disable
87 // Set to 1 to enable ASF file test cases, 0 to disable
93 // Set to 1 to enable rtsp cloaking test cases, 0 to disabl
    [all...]
  /external/icu4c/tools/ctestfw/unicode/
testdata.h 21 * Usually, one walks through all settings and executes all cases for
22 * each setting. Each call to nextSettings resets the cases iterator.
23 * Individual test cases have to have the same number of fields as the
29 * DataMap *cases = NULL;
32 * while(nextCase(cases, status) {
64 /** Gets the next set of settings for the test. Resets the cases iterator.
77 * no more cases are available.
79 * @return A boolean, TRUE if there are cases, FALSE if there is no more
80 * cases.
  /cts/tests/tests/permission/
README 15 In the permissions test cases, we just test the negative cases. These tests are to test the behavior of accessing the APIs without the required permission.
  /external/jsr305/sampleUses/
pom.xml 15 <name>JSR 305 Sample Use Cases</name>
17 <description>Use Cases for JSR-305</description>
  /external/jsr305/tcl/
pom.xml 16 <name>JSR 305 Test Cases</name>
18 <description>Test Cases for JSR-305 Implementations</description>
  /cts/tools/dasm/src/java_cup/
internal_error.java 14 for cases when we can't actually throw the exception. */
  /dalvik/dx/tests/063-dex-empty-switch/
info.txt 2 a couple cases of empty (that is, default-only) switch statements
  /dalvik/dx/tests/067-dex-switch-and-try/
info.txt 1 This is a smoke test of dex conversion, which looks at a couple cases of
  /dalvik/dx/tests/073-dex-null-array-refs/
info.txt 2 a bunch of cases convert reasonably, where necessarily or possibly
  /frameworks/base/test-runner/src/android/test/
TestCase.java 23 * More complex interface for test cases.
25 * <p>Just implementing Runnable is enough for many test cases. If you
27 * especially if you need to share it between different test cases, or your
  /external/opencore/engines/adapters/player/framemetadatautility/test/config/common/
test_pv_frame_metadata_utility_config.h 29 // Set to 1 to enable test cases that output YUV 4:2:0, 0 to disable
32 // Set to 1 to enable test cases that output RGB 12bpp, 0 to disable
35 // Set to 1 to enable test cases that output RGB 16bpp, 0 to disable
38 // Set to 1 to enable test cases that output RGB 24bpp, 0 to disable
41 // Set to 1 to enable test cases that uses Janus CPM, 0 to disable
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 61 // Test the cases where we should be the same as WebKit's old KURL.
75 } cases[] = { local
83 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(cases); i++) {
85 WebCore::KURL kurl(WebCore::ParsedURLString, cases[i].url);
87 EXPECT_EQ(cases[i].protocol, kurl.protocol());
88 EXPECT_EQ(cases[i].host, kurl.host());
89 EXPECT_EQ(cases[i].port, kurl.port());
90 EXPECT_EQ(cases[i].user, kurl.user());
91 EXPECT_EQ(cases[i].pass, kurl.pass());
92 EXPECT_EQ(cases[i].lastPathComponent, kurl.lastPathComponent())
117 ComponentCase cases[] = { local
210 } cases[] = { local
    [all...]
  /dalvik/dx/tests/034-dex-minimal/
info.txt 1 This is a smoke test of a couple cases of minimal dex creation:
  /development/pdk/doxygen_config/docsfiles/
main.dox 3 * <p>In most cases, this Doxygen-generated content opens in a new window (or tab), so look for this window's parent to return to the Getting Started guide. If you maintained
  /development/samples/ContactManager/
_index.html 6 <p>In most cases, you will want to ask the existing Contacts activity to handle these tasks for you,
  /external/bluetooth/glib/docs/reference/glib/
gtester.xml 65 list paths of available test cases
72 run test cases in <replaceable>MODE</replaceable>, which can be perf, slow, thorough or quick. The default mode is quick.
79 only run test cases matching <replaceable>TESTPATH</replaceable>
86 run all test cases with random number seed <replaceable>SEEDSTRING</replaceable>
  /external/bluetooth/glib/tests/
casefold.txt 1 # Test cases generated from Unicode 5.1 data
  /external/icu4c/test/cintltst/
cbiapts.h 26 * This is an API test. It doesn't test very many cases, and doesn't
  /external/qemu/
targphys.h 11 host pointer to memory operations in some cases */
  /frameworks/base/core/java/android/view/inputmethod/
package.html 5 an overview. In most cases the main classes here are not needed for
  /external/e2fsprogs/tests/progs/test_data/
test.irel 26 # Test boundary cases of irel_put
31 # Test other boundary cases....
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_test.c 23 TEST CASES SOURCE:
30 Test Cases for HMAC-MD5 and HMAC-SHA-1
53 } cases[] = {
55 3. Test Cases for HMAC-SHA-1
121 2. Test Cases for HMAC-MD5
268 for(i=0; i < (int)(sizeof(cases) / sizeof(cases[0])); i++) {
269 int hash = find_hash(cases[i].algo);
273 if((err = hmac_memory(hash, cases[i].key, cases[i].keylen, cases[i].data, cases[i].datalen, digest, &outlen)) != CRYPT_OK)
    [all...]
  /external/icu4c/test/intltest/
calcasts.cpp 7 * behavior of a calendar to a certain set of 'test cases', involving
42 void CalendarCaseTest::doTestCases(const TestCase *cases, Calendar *cal) {
51 for(i=0;cases[i].era>=0;i++) {
52 UDate t = (JULIAN_EPOCH+(ONE_DAY*cases[i].julian));
54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t);
61 checkField(cal, UCAL_ERA, cases[i].era, status);
62 checkField(cal, UCAL_YEAR, cases[i].year,status);
63 checkField(cal, UCAL_MONTH, cases[i].month - 1,status);
64 checkField(cal, UCAL_DATE, cases[i].day,status);
65 checkField(cal, UCAL_DAY_OF_WEEK, cases[i].dayOfWeek,status)
    [all...]
  /dalvik/tests/010-instance/src/
Main.java 18 * even more instanceof cases

Completed in 174 milliseconds

12 3 4 5 6 7 8 91011>>