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

1 23 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 3 cases = [
25 for (var i = 0; i < cases.length; ++i) {
26 shouldBe("canonicalize('http://www.example.com/?" + cases[i][0] + "')",
27 "'http://www.example.com/?" + cases[i][1] + "'");
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/clang/lib/Frontend/
FrontendOptions.cpp 18 .Cases("S", "s", IK_Asm)
23 .Cases("mm", "M", IK_ObjCXX)
26 .Cases("C", "cc", "cp", IK_CXX)
27 .Cases("cpp", "CPP", "c++", "cxx", "hpp", IK_CXX)
30 .Cases("ll", "bc", IK_LLVM_IR)
  /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>
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
IAutomationSupport.java 22 * Provides auxiliary support for running test cases
28 * Allows the running test cases to send out interim status
  /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...]
  /external/clang/lib/Driver/
ToolChain.cpp 82 .Cases("armv2", "armv2a","arm2")
85 .Cases("armv4", "armv4t", "arm7tdmi")
86 .Cases("armv5", "armv5t", "arm10tdmi")
87 .Cases("armv5e", "armv5te", "arm1026ejs")
89 .Cases("armv6", "armv6k", "arm1136jf-s")
91 .Cases("armv6z", "armv6zk", "arm1176jzf-s")
93 .Cases("armv7", "armv7a", "armv7-a", "cortex-a8")
94 .Cases("armv7r", "armv7-r", "cortex-r4")
95 .Cases("armv7m", "armv7-m", "cortex-m3")
99 .Cases("armv6m", "armv6-m", "cortex-m0"
    [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/clang/test/Sema/Inputs/
unused-expr-system-header.h 2 // certain cases.
  /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/v8/test/mjsunit/regress/
regress-2056.js 30 var cases = [ variable
53 for (i = 0; i < cases.length; ++i) {
54 var c = cases[i];
60 for (i = 0; i < cases.length; ++i) {
61 var c = cases[i];
  /ndk/build/tools/toolchain-patches/llvm/
0001-Fix-default-cpu-for-march-armv5e.patch 17 .Cases("armv4", "armv4t", "arm7tdmi")
18 .Cases("armv5", "armv5t", "arm10tdmi")
19 - .Cases("armv5e", "armv5te", "arm1026ejs")
20 + .Cases("armv5e", "armv5te", "arm1022e")
22 .Cases("armv6", "armv6k", "arm1136jf-s")
  /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:

Completed in 487 milliseconds

1 23 4 5 6 7 8 91011>>