OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should
(Results
651 - 675
of
60680
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
autotest.py
1
# This
should
be equivalent to running regrtest.py from the cmdline.
testall.py
1
# Backward compatibility -- you
should
use regrtest instead of this module.
/cts/tests/tests/database/src/android/database/cts/
ObservableTest.java
29
fail("registerObserver
should
throw a IllegalArgumentException here.");
37
fail("unregisterObserver
should
throw a IllegalStateException here.");
44
fail("unregisterObserver
should
throw a IllegalArgumentException here.");
54
fail("registerObserver
should
throw a IllegalStateException here.");
64
fail("unregisterObserver
should
throw a IllegalStateException here.");
81
fail("registerObserver
should
throw a IllegalStateException here.");
86
fail("registerObserver
should
throw a IllegalStateException here.");
/external/chromium/chrome/browser/ui/cocoa/location_bar/
omnibox_popup_view_unittest.mm
27
// A single subview
should
completely fill the popup view.
31
// Adding the subview
should
not change its frame.
35
// Resizing the popup view
should
also resize the subview.
50
//
should
stay the same, and |subview1|
should
resize to fill all available
60
//
should
stay the same, and |subview1|'s height
should
be zero, not negative.
/external/chromium/chrome/browser/ui/find_bar/
find_backend_unittest.cc
39
// No search has still been issued, strings
should
be blank.
53
// Pre-populate string
should
always match between the two, but find_text
54
//
should
not.
64
// Again, pre-populate string
should
always match between the two, but
65
// find_text
should
not.
75
// Once more, pre-populate string
should
always match between the two, but
76
// find_text
should
not.
/external/chromium_org/ppapi/shared_impl/
time_conversion_unittest.cc
24
//
Should
be able to round-trip.
30
// Units
should
be in seconds.
38
//
Should
be able to round-trip.
45
// Units
should
be in seconds.
54
//
Should
be able to round-trip from epoch time.
60
// Units
should
be in seconds.
66
// Epoch time
should
be equal to a PP_Time of 0.0.
/external/chromium_org/third_party/WebKit/ManualTests/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.
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListIndexOfTester.java
47
assertEquals(getMethodName() + "(firstElement)
should
return 0",
52
assertEquals(getMethodName() + "(notPresent)
should
return -1",
58
assertEquals(getMethodName() + "(nullNotPresent)
should
return -1",
66
getMethodName() + "(nullNotPresent)
should
return -1 or throw",
76
assertEquals(getMethodName() + "(notPresent)
should
return -1",
84
assertEquals(getMethodName() + "(null)
should
return " + getNullLocation(),
90
assertEquals(getMethodName() + "(wrongType)
should
return -1 or throw",
CollectionContainsTester.java
41
assertTrue("contains(present)
should
return true",
46
assertFalse("contains(notPresent)
should
return false",
52
assertFalse("contains(null)
should
return false",
59
"contains(null)
should
return false or throw");
66
assertFalse("contains(notPresent)
should
return false",
74
assertTrue("contains(null)
should
return true", collection.contains(null));
79
assertFalse("contains(wrongType)
should
return false or throw",
MapContainsKeyTester.java
40
assertTrue("containsKey(present)
should
return true",
45
assertFalse("containsKey(notPresent)
should
return false",
51
assertFalse("containsKey(null)
should
return false",
58
"containsKey(null)
should
return false or throw");
65
assertFalse("containsKey(notPresent)
should
return false",
73
assertTrue("containsKey(null)
should
return true",
80
assertFalse("containsKey(wrongType)
should
return false or throw",
MapContainsValueTester.java
40
assertTrue("containsValue(present)
should
return true",
45
assertFalse("containsValue(notPresent)
should
return false",
51
assertFalse("containsValue(null)
should
return false",
58
"containsValue(null)
should
return false or throw");
65
assertFalse("containsValue(notPresent)
should
return false",
73
assertTrue("containsValue(null)
should
return true",
80
assertFalse("containsValue(wrongType)
should
return false or throw",
MapGetTester.java
42
assertEquals("get(present)
should
return the associated value",
47
assertNull("get(notPresent)
should
return null", get(samples.e3.getKey()));
52
assertNull("get(null)
should
return null", get(null));
58
assertNull("get(null)
should
return null or throw", get(null));
67
assertNull("get(notPresent)
should
return null", get(samples.e3.getKey()));
74
assertEquals("get(null)
should
return the associated value",
80
assertNull("get(wrongType)
should
return null or throw",
/external/junit/src/org/junit/internal/runners/
MethodValidator.java
63
fErrors.add(new Exception("Test class
should
have public zero-argument constructor", e));
73
String state= isStatic ? "
should
" : "
should
not";
79
+ "
should
be public"));
82
+ "
should
be public"));
85
+ "
should
be void"));
88
+ "
should
have no parameters"));
/external/qemu/distrib/sdl-1.2.15/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.
/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/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
WrappedByteBufferTest.java
43
fail("
Should
throw Exception"); //$NON-NLS-1$
49
fail("
Should
throw Exception"); //$NON-NLS-1$
55
fail("
Should
throw Exception"); //$NON-NLS-1$
61
fail("
Should
throw Exception"); //$NON-NLS-1$
67
fail("
Should
throw Exception"); //$NON-NLS-1$
73
fail("
Should
throw Exception"); //$NON-NLS-1$
79
fail("
Should
throw Exception"); //$NON-NLS-1$
WrappedCharBufferTest1.java
44
fail("
Should
throw Exception"); //$NON-NLS-1$
50
fail("
Should
throw Exception"); //$NON-NLS-1$
56
fail("
Should
throw Exception"); //$NON-NLS-1$
62
fail("
Should
throw Exception"); //$NON-NLS-1$
68
fail("
Should
throw Exception"); //$NON-NLS-1$
74
fail("
Should
throw Exception"); //$NON-NLS-1$
80
fail("
Should
throw NPE"); //$NON-NLS-1$
WrappedDoubleBufferTest.java
42
fail("
Should
throw Exception"); //$NON-NLS-1$
48
fail("
Should
throw Exception"); //$NON-NLS-1$
54
fail("
Should
throw Exception"); //$NON-NLS-1$
60
fail("
Should
throw Exception"); //$NON-NLS-1$
66
fail("
Should
throw Exception"); //$NON-NLS-1$
72
fail("
Should
throw Exception"); //$NON-NLS-1$
78
fail("
Should
throw NPE"); //$NON-NLS-1$
WrappedFloatBufferTest.java
42
fail("
Should
throw Exception"); //$NON-NLS-1$
48
fail("
Should
throw Exception"); //$NON-NLS-1$
54
fail("
Should
throw Exception"); //$NON-NLS-1$
60
fail("
Should
throw Exception"); //$NON-NLS-1$
66
fail("
Should
throw Exception"); //$NON-NLS-1$
72
fail("
Should
throw Exception"); //$NON-NLS-1$
78
fail("
Should
throw NPE"); //$NON-NLS-1$
WrappedIntBufferTest.java
42
fail("
Should
throw Exception"); //$NON-NLS-1$
48
fail("
Should
throw Exception"); //$NON-NLS-1$
54
fail("
Should
throw Exception"); //$NON-NLS-1$
60
fail("
Should
throw Exception"); //$NON-NLS-1$
66
fail("
Should
throw Exception"); //$NON-NLS-1$
72
fail("
Should
throw Exception"); //$NON-NLS-1$
78
fail("
Should
throw NPE"); //$NON-NLS-1$
WrappedLongBufferTest.java
42
fail("
Should
throw Exception"); //$NON-NLS-1$
48
fail("
Should
throw Exception"); //$NON-NLS-1$
54
fail("
Should
throw Exception"); //$NON-NLS-1$
60
fail("
Should
throw Exception"); //$NON-NLS-1$
66
fail("
Should
throw Exception"); //$NON-NLS-1$
72
fail("
Should
throw Exception"); //$NON-NLS-1$
78
fail("
Should
throw NPE"); //$NON-NLS-1$
WrappedShortBufferTest.java
42
fail("
Should
throw Exception"); //$NON-NLS-1$
48
fail("
Should
throw Exception"); //$NON-NLS-1$
54
fail("
Should
throw Exception"); //$NON-NLS-1$
60
fail("
Should
throw Exception"); //$NON-NLS-1$
66
fail("
Should
throw Exception"); //$NON-NLS-1$
72
fail("
Should
throw Exception"); //$NON-NLS-1$
78
fail("
Should
throw NPE"); //$NON-NLS-1$
/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",
/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 2546 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>