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

1 23 4 5 6 7 8 91011>>

  /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/chromium/net/base/
winsock_util.h 20 // Our testing shows that except in rare cases (when running inside QEMU),
22 // to avoid a context switch in common cases. This is just a performance
  /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>
  /external/chromium/base/
file_path_unittest.cc 53 const struct UnaryTestData cases[] = { local
133 for (size_t i = 0; i < arraysize(cases); ++i) {
134 FilePath input(cases[i].input);
136 EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
142 const struct UnaryTestData cases[] = { local
220 for (size_t i = 0; i < arraysize(cases); ++i) {
221 FilePath input(cases[i].input);
223 EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
229 const struct BinaryTestData cases[] = { local
246 // Append introduces the default separator character, so these test cases
321 const struct UnaryTestData cases[] = { local
385 const struct UnaryBooleanTestData cases[] = { local
453 const struct UnaryTestData cases[] = { local
506 const struct BinaryBooleanTestData cases[] = { local
558 const struct BinaryTestData cases[] = { local
638 const struct BinaryBooleanTestData cases[] = { local
714 const struct UnaryTestData cases[] = { local
761 const struct BinaryTestData cases[] = { local
829 const struct UnaryTestData cases[] = { local
857 const struct BinaryTestData cases[] = { local
895 const struct BinaryBooleanTestData cases[] = { local
940 const struct BinaryIntTestData cases[] = { local
1017 const struct UnaryBooleanTestData cases[] = { local
1049 const struct UnaryTestData cases[] = { local
    [all...]
  /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
  /external/clang/test/FixIt/
fixit-unrecoverable.c 3 them. Ideally, we would eliminate all such cases and move these
fixit-unrecoverable.cpp 3 them. Ideally, we would eliminate all such cases and move these
  /external/harfbuzz/tests/shaping/
README 7 for some of the test cases. These fonts are not freely redistributable.
  /external/llvm/test/Transforms/InstCombine/
fpcast.ll 1 ; Test some floating point casting cases
  /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/webkit/LayoutTests/fast/url/script-tests/
relative-win.js 3 cases = [
37 for (var i = 0; i < cases.length; ++i) {
38 baseURL = cases[i][0];
39 relativeURL = cases[i][1];
40 expectedURL = cases[i][2];
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 64 // Test the cases where we should be the same as WebKit's old KURL.
78 } cases[] = { local
86 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(cases); i++) {
88 WebCore::KURL kurl(WebCore::ParsedURLString, cases[i].url);
90 EXPECT_EQ(cases[i].protocol, kurl.protocol());
91 EXPECT_EQ(cases[i].host, kurl.host());
92 EXPECT_EQ(cases[i].port, kurl.port());
93 EXPECT_EQ(cases[i].user, kurl.user());
94 EXPECT_EQ(cases[i].pass, kurl.pass());
95 EXPECT_EQ(cases[i].lastPathComponent, kurl.lastPathComponent())
120 ComponentCase cases[] = { local
213 } 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/chromium/chrome/common/
googleurl_dummy.cc 10 // on Windows) we just instead link this file in cases where googleurl isn't
  /external/clang/test/SemaTemplate/
typename-specifier-3.cpp 17 // Some extra tests for invalid cases
  /external/icu4c/test/cintltst/
cbiapts.h 26 * This is an API test. It doesn't test very many cases, and doesn't

Completed in 411 milliseconds

1 23 4 5 6 7 8 91011>>