HomeSort by relevance Sort by last modified time
    Searched full:should (Results 201 - 225 of 21022) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/docs/html/sdk/1.6_r1/
installing.jd 7 <p>You should have already been redirected by your browser. Please go to
requirements.jd 7 <p>You should have already been redirected by your browser. Please go to
  /frameworks/base/docs/html/sdk/
adt_download.html 7 <p>You should be redirected. Please <a
  /libcore/luni/src/test/java/tests/security/
special-test-cases.txt 1 - @TestTargetClass(CertPath.class) in CertPathCertPathRepTest should be
  /libcore/sqlite-jdbc/src/main/java/SQLite/
ProgressHandler.java 11 * The method should return true to continue the
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
plugin-version.h 8 /* FIXME plugins: We should make the version information more precise.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
plugin-version.h 8 /* FIXME plugins: We should make the version information more precise.
  /sdk/layoutopt/libs/uix/src/resources/rules/
IncorrectHeightInScrollView.rule 10 analysis << "This ${node.name()} tag should use android:layout_height=\"wrap_content\""
IncorrectWidthInHorizontalScrollView.rule 10 analysis << "This ${node.name()} tag should use android:layout_width=\"wrap_content\""
TooManyLevels.rule 10 "${depth} levels, it should have <= 10!"]
TooManyViews.rule 10 description: "This layout has too many views: ${size} views, it should have <= 80!"]
  /frameworks/base/tests/CoreTests/android/core/
StrictMathTest.java 133 assertTrue("Should return Double.NaN", Double.isNaN(StrictMath
135 assertEquals("Should return Double.POSITIVE_INFINITY",
138 assertEquals("Should return Double.NEGATIVE_INFINITY",
148 assertEquals("Should return 3.0", 3.0, StrictMath.cbrt(27.0));
149 assertEquals("Should return 23.111993172558684", 23.111993172558684,
151 assertEquals("Should return 5.643803094122362E102",
153 assertEquals("Should return 0.01", 0.01, StrictMath.cbrt(0.000001));
155 assertEquals("Should return -3.0", -3.0, StrictMath.cbrt(-27.0));
156 assertEquals("Should return -23.111993172558684", -23.111993172558684,
158 assertEquals("Should return 1.7031839360032603E-108"
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_syscdrom.h 15 You should have received a copy of the GNU Lesser General Public
35 The TOC information should be stored in the cdrom structure.
36 This function should return 0 on success, or -1 on error.
41 drive. 'position' may be NULL, and if so, should be ignored.
68 * This function should set SDL_numcds to the number of available CD
69 * drives. Drive 0 should be the system default CD-ROM.
70 * It should return 0, or -1 on an unrecoverable fatal error.
  /external/webkit/WebCore/manual-tests/inspector/
bp-in-named-eval-after-reload.html 7 <li><p>the available scripts in the select element should be:
18 <li><p>debugger should stop in the <code>f1()</code> function.
20 <li><p>debugger should stop in the <code>f2()</code> function (the function in <code>(program) f2.js</code>)
24 and the source for those functions should be shown in the source panel, and
25 the previous breakpoint markers should be visible
27 <li><p>debugger should stop in the <code>f1()</code> function.
29 <li><p>debugger should stop in the <code>f2()</code> function.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListRetainsFocusAcrossLayoutsTest.java 41 assertTrue("top button at position 0 should be focused",
50 assertTrue("bottom botton at position 0 should be focused",
56 assertTrue("bottom botton at position 0 should be focused after layout",
64 assertTrue("top botton at position 1 should be focused",
70 assertTrue("top botton at position 1 should be focused after layout",
79 assertTrue("bottom botton at position 1 should be focused",
85 assertTrue("bottom botton at position 1 should be focused after layout",
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
TallTextAboveButtonTest.java 47 assertTrue("top text should be larger than screen",
49 assertTrue("scroll view should have focus (because nothing else focusable "
58 assertTrue("button should have scrolled onto screen",
60 assertTrue("button should have gained focus as it was scrolled completely "
64 assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " does instead",
71 assertTrue("button should have focus", mBottomButton.isFocused());
73 assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " does instead",
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldXMLFormatterTest.java 48 assertTrue("head string position should be more or equal zero",
50 assertTrue("dtd string position should be more head string position",
52 assertTrue("root string position should be more dtd string position",
55 assertTrue("Tail string position should be more zero", formatter
60 assertEquals("Tail string with null handler should be equal expected value",
62 assertEquals("Tail string should be equal expected value", "</log>",
65 assertEquals("Tail string after publish() should be equal expected value",
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
WrappedByteBufferTest.java 54 fail("Should throw Exception");
60 fail("Should throw Exception");
66 fail("Should throw Exception");
72 fail("Should throw Exception");
78 fail("Should throw Exception");
84 fail("Should throw Exception");
90 fail("Should throw Exception");
WrappedCharBufferTest1.java 54 fail("Should throw Exception");
60 fail("Should throw Exception");
66 fail("Should throw Exception");
72 fail("Should throw Exception");
78 fail("Should throw Exception");
84 fail("Should throw Exception");
90 fail("Should throw NPE");
WrappedDoubleBufferTest.java 52 fail("Should throw Exception");
58 fail("Should throw Exception");
64 fail("Should throw Exception");
70 fail("Should throw Exception");
76 fail("Should throw Exception");
82 fail("Should throw Exception");
88 fail("Should throw NPE");
WrappedFloatBufferTest.java 52 fail("Should throw Exception");
58 fail("Should throw Exception");
64 fail("Should throw Exception");
70 fail("Should throw Exception");
76 fail("Should throw Exception");
82 fail("Should throw Exception");
88 fail("Should throw NPE");
WrappedIntBufferTest.java 52 fail("Should throw Exception");
58 fail("Should throw Exception");
64 fail("Should throw Exception");
70 fail("Should throw Exception");
76 fail("Should throw Exception");
82 fail("Should throw Exception");
88 fail("Should throw NPE");
WrappedLongBufferTest.java 52 fail("Should throw Exception");
58 fail("Should throw Exception");
64 fail("Should throw Exception");
70 fail("Should throw Exception");
76 fail("Should throw Exception");
82 fail("Should throw Exception");
88 fail("Should throw NPE");
WrappedShortBufferTest.java 52 fail("Should throw Exception");
58 fail("Should throw Exception");
64 fail("Should throw Exception");
70 fail("Should throw Exception");
76 fail("Should throw Exception");
82 fail("Should throw Exception");
88 fail("Should throw NPE");
  /system/vold/tests/
VolumeManager_test.cpp 45 << "Should return NULL and set errno to ESPIPE when destination buffer is NULL";
47 << "Should return NULL and set errno to ESPIPE when destination buffer length is 0";
49 << "Should return NULL and set errno to ESPIPE when source buffer is NULL";
52 << "Should not return NULL on valid source, destination, and destination size";
54 << "MD5 summed output should match";
59 << "Should not return NULL on valid source, destination, and destination size";
61 << "MD5 summed output should match";

Completed in 320 milliseconds

1 2 3 4 5 6 7 891011>>