HomeSort by relevance Sort by last modified time
    Searched full:should (Results 701 - 725 of 60680) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 43 parser.declaration.should == 'foo'
95 parser.output.should == <<-END.fixed_indent( 0 )
101 lexer.output.should == <<-END.fixed_indent( 0 )
143 parser.prog.should == %w(catch finally)
221 parser.nums.should == [ 10, 20, 30, 40, 50 ]
225 $all_header_files.should include "SpecialActionScopesLexer.rb"
226 $all_header_files.should include "SpecialActionScopesParser.rb"
227 $all_footer_files.should include "SpecialActionScopesLexer.rb"
228 $all_footer_files.should include "SpecialActionScopesParser.rb"
230 $header_location.should be < $module_head_locatio
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESedeKeySpecTest.java 46 fail("Should raise an NullPointerException "
50 fail("Should raise an NullPointerException "
55 fail("Should raise an InvalidKeyException on a short byte array.");
71 fail("Should raise an NullPointerException "
75 fail("Should raise an NullPointerException "
82 fail("Should raise an InvalidKeyException on a short byte array.");
111 fail("InvalidKeyException should not be thrown.");
115 assertTrue("The returned array should be equal to the specified "
118 assertFalse("The modification of returned key should not affect"
126 fail("InvalidKeyException should not be thrown.")
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java 45 assertTrue("UnmodifiableMapTest - Should contain the key \"0\"", map
47 assertTrue("UnmodifiableMapTest - Should contain the key \"50\"", map
49 assertTrue("UnmodifiableMapTest - Should not contain the key \"100\"",
53 assertTrue("UnmodifiableMapTest - Should contain the value 0", map
55 assertTrue("UnmodifiableMapTest - Should contain the value 50", map
57 assertTrue("UnmodifiableMapTest - Should not contain value 100", !map
83 "UnmodifiableMapTest - should have returned false to isEmpty",
91 assertTrue("Size should return 100, returned: " + map.size(), map
101 // keySet should be a set of the strings "0" to "99"
104 assertTrue("UnmodifiableMapTest - keySetTest - should contain \"0\""
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeArrayTest.java 14 * The conversions should follow
132 // LIVECONNECT_COMPLIANCE: Should call toString() on array.
142 // LIVECONNECT_COMPLIANCE: Should raise JavaScript exception.
150 // LIVECONNECT_COMPLIANCE: Should raise JavaScript exception.
169 // LIVECONNECT_COMPLIANCE: This should not count as an array, so we
170 // should raise a JavaScript exception.
178 // LIVECONNECT_COMPLIANCE: This should not count as an array, so we
179 // should raise a JavaScript exception.
183 // LIVECONNECT_COMPLIANCE: This should not count as an array, so we
184 // should raise a JavaScript exception
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
pointer-events.html 151 <p id="a">This whole paragraph SHOULD change background when hovered</p>
153 <p id="b">This whole paragraph SHOULD NOT change background when hovered</p>
155 <p id="c">This paragraph SHOULD change background when hovered anywhere including
158 <p id="d">This paragraph SHOULD NOT change when the pointer is over only it but
159 <span>this inline text</span> SHOULD change and cause the parent to change also.</p>
161 <div id="e">This paragraph SHOULD NOT change when the pointer is over only it (not the child)
162 <div>This child element SHOULD change and cause the parent to change also</div>
166 The following image SHOULD change when the pointer is over it.
172 The following image SHOULD NOT change when the pointer is over it.
178 The following image SHOULD change when the pointer is over it. It is inlin
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionToArrayTester.java 54 * <p>For maximum effect, the collection under test should be created from an
65 assertEquals("toArray(emptyT[]) should return an array of type T",
75 assertEquals("toArray(emptyT[]) should return an array of type T",
84 assertEquals("toArray(emptyObject[]) should return an array of type Object",
93 assertSame("toArray(sameSizeE[]) should return the given array",
101 assertSame("toArray(sameSizeE[]) should return the given array",
108 assertSame("toArray(sameSizeObject[]) should return the given array",
116 assertSame("toArray(sameSizeObject[]) should return the given array",
125 assertSame("toArray(overSizedE[]) should return the given array",
132 "toArray(overSizedE[]) should contain element " + expectedSubArray[i]
    [all...]
ListAddAllAtIndexTester.java 47 assertTrue("addAll(n, allPresent) should return true",
57 fail("addAll(n, allPresent) should throw");
66 assertTrue("addAll(n, allPresent) should return true",
76 fail("addAll(n, allPresent) should throw");
85 assertFalse("addAll(n, nothing) should return false",
93 assertFalse("addAll(n, nothing) should return false or throw",
104 assertTrue("addAll(n, hasDuplicates) should return true",
113 assertTrue("addAll(n, containsNull) should return true",
128 fail("addAll(n, containsNull) should throw");
133 "Should not contain null after unsupported addAll(n, containsNull)")
    [all...]
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeArrayTest.java 21 * The conversions should follow
136 // LIVECONNECT_COMPLIANCE: Should call toString() on array.
144 // LIVECONNECT_COMPLIANCE: Should raise JavaScript exception.
150 // LIVECONNECT_COMPLIANCE: Should raise JavaScript exception.
165 // LIVECONNECT_COMPLIANCE: This should not count as an array, so we
166 // should raise a JavaScript exception.
172 // LIVECONNECT_COMPLIANCE: This should not count as an array, so we
173 // should raise a JavaScript exception.
177 // LIVECONNECT_COMPLIANCE: This should not count as an array, so we
178 // should raise a JavaScript exception
    [all...]
JavaBridgeCoercionTest.java 22 * The conversions should follow
184 // LIVECONNECT_COMPLIANCE: Should convert to numeric char value.
205 // LIVECONNECT_COMPLIANCE: Should create an instance of java.lang.Number.
216 // LIVECONNECT_COMPLIANCE: Should be true;
220 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception.
235 // LIVECONNECT_COMPLIANCE: Should convert to numeric char value.
253 // LIVECONNECT_COMPLIANCE: Should be Long.MAX_VALUE.
263 // LIVECONNECT_COMPLIANCE: Should create an instance of java.lang.Number.
272 // LIVECONNECT_COMPLIANCE: Should be true.
276 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESedeKeySpecTest.java 46 fail("Should raise an NullPointerException "
50 fail("Should raise an NullPointerException "
55 fail("Should raise an InvalidKeyException on a short byte array.");
71 fail("Should raise an NullPointerException "
75 fail("Should raise an NullPointerException "
82 fail("Should raise an InvalidKeyException on a short byte array.");
111 fail("InvalidKeyException should not be thrown.");
115 assertTrue("The returned array should be equal to the specified "
118 assertFalse("The modification of returned key should not affect"
126 fail("InvalidKeyException should not be thrown.")
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java 45 assertTrue("UnmodifiableMapTest - Should contain the key \"0\"", map
47 assertTrue("UnmodifiableMapTest - Should contain the key \"50\"", map
49 assertTrue("UnmodifiableMapTest - Should not contain the key \"100\"",
53 assertTrue("UnmodifiableMapTest - Should contain the value 0", map
55 assertTrue("UnmodifiableMapTest - Should contain the value 50", map
57 assertTrue("UnmodifiableMapTest - Should not contain value 100", !map
83 "UnmodifiableMapTest - should have returned false to isEmpty",
91 assertTrue("Size should return 100, returned: " + map.size(), map
101 // keySet should be a set of the strings "0" to "99"
104 assertTrue("UnmodifiableMapTest - keySetTest - should contain \"0\""
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 51 fail("should throw NullPointerException");
64 fail("should throw StringIndexOutOfBoundsException");
71 fail("should throw StringIndexOutOfBoundsException");
78 fail("should throw StringIndexOutOfBoundsException");
116 fail("should throw IndexOutOfBoundsException here");
123 fail("should throw ..IndexOutOfBoundsException here");
142 fail("should throw NullPointerException here");
149 fail("should throw NullPointerException here");
172 fail("should throw IndexOutOfBoundsException here");
179 fail("should throw IndexOutOfBoundsException here")
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractListTest.java 102 assertTrue("Should not have previous", !lit.hasPrevious());
103 assertTrue("Should have next", lit.hasNext());
164 "Sublist returned should have implemented Random Access interface",
172 "Sublist returned should not have implemented Random Access interface",
188 fail("emptySubList.get(0) should throw IndexOutOfBoundsException");
195 fail("emptySubList.set(0,Object) should throw IndexOutOfBoundsException");
202 fail("emptySubList.remove(0) should throw IndexOutOfBoundsException");
252 fail("Should throw NoSuchElementException");
260 fail("Should throw NoSuchElementException");
268 fail("Should throw IllegalStateException")
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
JndiLoginModuleTest.java 67 assertFalse("Should return false if login failed or no login", jlm
76 assertFalse("Should return false if login failed or no login", jlm.abort());
82 fail("login should fail");
84 assertFalse("Should return false because of login failure", jlm
90 assertTrue("Should return true if login was successful", jlm.abort());
102 assertTrue("Login should be successful", module.login());
108 assertFalse("Should get at least one principal", principals.isEmpty());
114 fail("Should throw LoginException here because of trying to clear read-only subject");
128 fail("Should throw NullPointerException here.");
144 fail("Should throw LoginException here.")
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimeTest.java 79 // The date should have been created
86 // The date should have been created
132 fail("Should throw IllegalArgumentException");
157 fail("Should throw IllegalArgumentException.");
169 fail("Should throw IllegalArgumentException.");
181 fail("Should throw IllegalArgumentException.");
193 fail("Should throw IllegalArgumentException.");
205 fail("Should throw IllegalArgumentException.");
217 fail("Should throw IllegalArgumentException.");
229 fail("Should throw IllegalArgumentException.")
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/m4/
regex.m4 83 /* This should fail, but succeeds for glibc-2.5. */
95 /* This should fail with _Invalid character class name_ error. */
99 /* This should succeed, but does not for glibc-2.1.3. */
113 /* This should match, but does not for glibc-2.2.1. */
178 [Define to rpl_re_syntax_options if the replacement should be used.])
180 [Define to rpl_re_set_syntax if the replacement should be used.])
182 [Define to rpl_re_compile_pattern if the replacement should be used.])
184 [Define to rpl_re_compile_fastmap if the replacement should be used.])
186 [Define to rpl_re_search if the replacement should be used.])
188 [Define to rpl_re_search_2 if the replacement should be used.]
    [all...]
  /device/samsung/manta/libsensors/iio/
events.h 10 * TODO: This header file should be moved to external/kernel-headers/original.
48 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
50 * @modifier: Modifier for the channel. Should be one of enum iio_modifier.
52 * @type: Type of the event. Should be one enum iio_event_type.
72 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
74 * @modifier: Modifier for the channel. Should be one of enum iio_modifier.
75 * @type: Type of the event. Should be one enum iio_event_type.
85 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
87 * @type: Type of the event. Should be one enum iio_event_type.
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.h 46 // This should only be called on the UI thread.
57 // This should only be called on the UI thread.
58 // Both arguments should be valid GURLs.
64 // This should only be called on the UI thread.
69 // This should only be called on the UI thread.
82 // This should only be called on the UI thread. |requesting_url| should be
83 // a valid GURL, and |embedding_url| should be valid or empty.
90 // This should only be called on the UI thread.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_sync_operation_resolver.cc 19 // should be a file.
82 // Invalid combination should never happen.
104 // Invalid combination should never happen.
122 // Invalid combination should never happen.
143 // Invalid combination should never happen.
160 // Invalid combination should never happen.
181 // Invalid combination should never happen.
198 // Invalid combination should never happen.
219 // Invalid combination should never happen.
  /external/chromium_org/chrome/browser/ui/cocoa/
profile_signin_confirmation_view_controller_browsertest.mm 91 // Click should invoke and clear delegate and close the dialog.
97 // Another click should have no effect.
109 // Click should invoke and clear delegate and close the dialog.
115 // Another click should have no effect.
127 // Click should invoke and clear delegate and close the dialog.
133 // Another click should have no effect.
145 // Click should invoke and clear delegate and close the dialog.
151 // Another click should close the dialog but not invoke the delegate.
176 // Create Profile button should exist and be visible.
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_iterator_unittest.cc 20 // The iterator should start at 0.
27 // The iterator should always return 0xFFFFFFFFu as the last value.
36 // The iterator should cover the public syscall range
55 // The iterator should cover the ARM private syscall range
70 // The iterator should cover the ARM hidden syscall range
95 // The iterator should return the signed/unsigned corner cases.
112 // First invalid syscall should then be |MAX_PUBLIC_SYSCALL + 1|.
118 // The iterator should skip until the last invalid syscall in this range.
125 // The iterator should skip until the last invalid syscall in this range.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
hidden-evals.html 11 are not. The 'named' functions should show up in the Scripts select element used
12 to select a resource/script to view, the 'unnamed' ones should not.
17 <li><p>the available scripts in the select element should be:
25 <li><p>debugger should stop in the <code>clickHandler</code> function
27 <li><p>you should be able to step into functions <code>f_unnamed_1()</code>
33 <li><p>you should be able to use the next/prev buttons (to the left of the select element)
36 <li><p>you should be able to click on the functions that exist in the 'hidden'
41 <li><p>the debugger should stop in <code>f_named_3()</code> because of the
45 <li><p>the debugger should stop in <code>f_unnamed_3()</code> because of the
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSResultCode.java 41 * Name Exists when it should not [RFC2136]
43 YXDomain("Name Exists when it should not", 6),
45 * RR Set Exists when it should not [RFC2136]
47 YXRRSet("RR Set Exists when it should not", 7),
49 * RR Set that should exist does not [RFC2136]
51 NXRRSet("RR Set that should exist does not", 8),
69 // 6 YXDomain Name Exists when it should not [RFC2136]
70 // 7 YXRRSet RR Set Exists when it should not [RFC2136]
71 // 8 NXRRSet RR Set that should exist does not [RFC2136]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java 32 * Initializes the menu to the given menu. This should be called after the
35 * @param menu The menu that this MenuView should display.
51 * Initializes with the provided MenuItemData. This should be called after the view is
53 * @param itemData The item that this ItemView should display.
74 * @param enabled Whether the item view should be enabled.
88 * @param checked Whether the checkbox should be checked
94 * @param showShortcut Whether a shortcut should be shown(if false, the value of
95 * shortcutKey should be ignored).
96 * @param shortcutKey The shortcut key that should be shown on the ItemView.
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuView.java 30 * Initializes the menu to the given menu. This should be called after the view is inflated.
32 * @param menu The menu that this MenuView should display.
50 * Initializes with the provided MenuItemData. This should be called after the view is
53 * @param itemData The item that this ItemView should display.
75 * @param enabled Whether the item view should be enabled.
91 * @param checked Whether the checkbox should be checked
98 * @param showShortcut Whether a shortcut should be shown(if false, the value of shortcutKey
99 * should be ignored).
100 * @param shortcutKey The shortcut key that should be shown on the ItemView.

Completed in 1203 milliseconds

<<21222324252627282930>>