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

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
exec-001.js 25 // test cases without subpatterns
26 // test cases with subpatterns
29 // test cases in which the exec returns null
  /external/e2fsprogs/tests/progs/test_data/
test.brel 14 # Test boundary cases for brel_put
19 # Test other boundary cases
  /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.
  /dalvik/tests/091-deep-interface-hierarchy/
info.txt 3 In cases like this can quickly lead to excessive LinearAlloc consumption due to more than linear
  /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/clang/test/SemaCXX/Inputs/
array-bounds-system-header.h 2 // certain cases.
  /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] + "'");

Completed in 333 milliseconds

12 3 4 5 6 7 8 91011>>