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

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/046-dex-exceptions/
info.txt 2 a couple simple cases of exception handling get converted reasonably.
  /dalvik/dx/tests/056-dex-call-interface/
info.txt 2 a couple cases of interface method invocation work properly.
  /dalvik/dx/tests/057-dex-call-virtual/
info.txt 2 a couple cases of regular virtual method invocation work properly.
  /dalvik/dx/tests/058-dex-call-direct/
info.txt 2 a couple cases of direct instance method invocation work properly.
  /dalvik/dx/tests/059-dex-call-super/
info.txt 2 a couple cases of superclass virtual method invocation work properly.
  /dalvik/dx/tests/060-dex-call-static/
info.txt 2 a couple cases of static method invocation work properly.
  /dalvik/dx/tests/061-dex-try-catch/
info.txt 2 a couple cases of try-catch work properly.
  /dalvik/dx/tests/062-dex-synch-method/
info.txt 2 a couple cases of synchronized methods get converted reasonably.
  /dalvik/dx/tests/064-dex-array-access/
info.txt 2 a few cases of array access get converted reasonably.
  /dalvik/dx/tests/065-dex-new-array/
info.txt 2 a few cases of array construction get converted reasonably.
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
info.txt 1 This is a smoke test of dex conversion, which looks at a few cases of
  /dalvik/dx/tests/068-dex-infinite-loop/
info.txt 2 cases of (potentially) infinite loops translate reasonably.
  /dalvik/dx/tests/070-dex-multianewarray/
info.txt 2 cases of multidimensional array construction get converted reasonably.
  /dalvik/dx/tests/072-dex-switch-edge-cases/
info.txt 2 a bunch of switch op edge cases get converted reasonably.
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
quit_app.applescript 5 -- Quits the application, useful in cases where you want to schedule things.
  /external/icu4c/test/intltest/
calcasts.h 7 * behavior of a calendar to a certain set of 'test cases', involving
40 * @param cases array of items to test. Terminate with a "-1" for era.
42 void doTestCases(const TestCase *cases, Calendar *cal);
56 // test cases
  /external/junit/src/junit/framework/
Test.java 10 * Counts the number of test cases that will be run by this test.
  /external/llvm/test/CodeGen/X86/
fast-isel-bail.ll 3 ; This file is for regression tests for cases where FastISel needs
  /external/llvm/test/Feature/
README.txt 1 This directory contains test cases for individual source features of LLVM.
  /external/llvm/test/Transforms/SCCP/
switch.ll 4 ; with no cases.
  /external/webkit/LayoutTests/fast/url/script-tests/
mailto.js 3 cases = [
24 for (var i = 0; i < cases.length; ++i) {
25 shouldBe("canonicalize('mailto:" + cases[i][0] + "')",
26 "'mailto:" + cases[i][1] + "'");
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] + "'");
  /frameworks/base/core/java/android/test/
package.html 3 <p>A framework for writing Android test cases and suites.</p>
  /libcore/junit/src/main/java/junit/framework/
Test.java 10 * Counts the number of test cases that will be run by this test.
  /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)

Completed in 298 milliseconds

12 3 4 5 6 7 8 91011>>