HomeSort by relevance Sort by last modified time
    Searched full:should (Results 151 - 175 of 43753) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/wilhelm/doc/
README.txt 1 When building applications using the OpenSL-ES API you should compile and link the OpenSLES_IID.c file into your project. This file contains unique interface IDs for all OpenSL-ES API interfaces. These IDs have
2 have been automatically generated. Application developers should not edit these interface IDs
  /ndk/tests/build/gnustl-force-all/jni/
forced_all.cpp 1 /* This file should be compiled with exceptions and without RTTI */
3 #error This source file SHOULD be built with -fexceptions!
  /ndk/tests/build/gnustl-force-rtti/jni/
forced_rtti.cpp 1 /* This file should be compiled without exceptions and with RTTI */
3 #error This source file SHOULD NOT be built with -fexceptions!
  /external/clang/test/CodeGen/
builtins-mips-args.c 10 __builtin_mips_wrdsp(2052, -1); // expected-error{{argument should be a value from 0 to 63}}
11 __builtin_mips_rddsp(-1); // expected-error{{argument should be a value from 0 to 63}}
12 __builtin_mips_wrdsp(2052, 64); // expected-error{{argument should be a value from 0 to 63}}
13 __builtin_mips_rddsp(64); // expected-error{{argument should be a value from 0 to 63}}
23 __builtin_mips_append(1, 2, -1); // expected-error{{argument should be a value from 0 to 31}}
24 __builtin_mips_append(1, 2, 32); // expected-error{{argument should be a value from 0 to 31}}
26 __builtin_mips_balign(1, 2, -1); // expected-error{{argument should be a value from 0 to 3}}
27 __builtin_mips_balign(1, 2, 4); // expected-error{{argument should be a value from 0 to 3}}
29 __builtin_mips_precr_sra_ph_w(1, 2, -1); // expected-error{{argument should be a value from 0 to 31}}
30 __builtin_mips_precr_sra_ph_w(1, 2, 32); // expected-error{{argument should be a value from 0 to 31}
    [all...]
  /external/webkit/Source/WebCore/manual-tests/gtk/
caret-browsing.html 3 <p>Manual test for Caret Browsing. Resize your window until the first paragraph fills at least two lines of text . Enable caret browsing mode (usually by pressing theF7 key). Press down. Now you should be on the second line of the first paragraph. Press up. Now you should be on the first line again. Now press Ctrl+Down.</p>
4 <p>You should be on the first line of the second paragraph now. Press Ctrl+Down again.</p>
5 <p>You should be on the first line of the third paragraph now. Press Ctrl+Up, and you should be back on the second paragraph.</p>
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLClientInfoExceptionTest.java 38 assertNull("The SQLState of SQLClientInfoException should be null",
40 assertNull("The reason of SQLClientInfoException should be null",
43 "The FailedProperties of SQLClientInfoException should be null",
45 assertEquals("The error code of SQLClientInfoException should be 0",
59 assertNull("The SQLState of SQLClientInfoException should be null",
61 assertNull("The reason of SQLClientInfoException should be null",
64 "The FailedProperties of SQLClientInfoException set and get should be equivalent",
66 assertEquals("The error code of SQLClientInfoException should be 0",
81 assertNull("The SQLState of SQLClientInfoException should be null",
84 "The reason of SQLClientInfoException should be equals to cause.toString()"
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_MapTest2.java 39 assertEquals("size should be one", 1, map.size());
41 assertEquals("size should be zero", 0, map.size());
42 assertTrue("Should not have entries", !map.entrySet().iterator()
44 assertTrue("Should not have keys", !map.keySet().iterator()
46 assertTrue("Should not have values", !map.values().iterator()
53 assertEquals("size should be one", 1, map.size());
55 assertEquals("size should be zero", 0, map.size());
56 assertTrue("Should not have entries", !map.entrySet().iterator()
58 assertTrue("Should not have keys", !map.keySet().iterator()
60 assertTrue("Should not have values", !map.values().iterator(
    [all...]
  /external/e2fsprogs/tests/f_orphan_dotdot_ft/
expect.1 4 Inode 12, i_blocks is 2, should be 0. Fix? yes
7 Entry 'dir' in / (2) has an incorrect filetype (was 2, should be 6).
10 Entry '..' in ??? (13) has an incorrect filetype (was 2, should be 6).
13 Entry '..' in ??? (14) has an incorrect filetype (was 2, should be 6).
16 Entry '..' in ??? (15) has an incorrect filetype (was 2, should be 6).
30 Inode 2 ref count is 4, should be 3. Fix? yes
32 Inode 12 ref count is 2, should be 1. Fix? yes
34 Inode 13 ref count is 3, should be 2. Fix? yes
36 Inode 14 ref count is 3, should be 2. Fix? yes
38 Inode 15 ref count is 3, should be 2. Fix? ye
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_MapTest2.java 39 assertEquals("size should be one", 1, map.size());
41 assertEquals("size should be zero", 0, map.size());
42 assertTrue("Should not have entries", !map.entrySet().iterator()
44 assertTrue("Should not have keys", !map.keySet().iterator()
46 assertTrue("Should not have values", !map.values().iterator()
53 assertEquals("size should be one", 1, map.size());
55 assertEquals("size should be zero", 0, map.size());
56 assertTrue("Should not have entries", !map.entrySet().iterator()
58 assertTrue("Should not have keys", !map.keySet().iterator()
60 assertTrue("Should not have values", !map.values().iterator(
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/TestRewriteRuleTokenStream/
TestRewriteRuleTokenStream.m 65 STAssertFalse([stream hasNext], @"-(BOOL)hasNext should be NO, but isn't");
66 STAssertThrows([stream nextToken], @"-next on empty stream should throw exception, but doesn't");
79 @"empty stream should have count==0");
82 @"single element stream should have count==1");
85 @"multiple stream should have count==2");
103 STAssertTrue([stream hasNext], @"-hasNext should be YES, but isn't");
105 STAssertEqualObjects([tree getToken], token1, @"return token from stream should be token1, but isn't");
113 @"stream iteration should not throw exception"
116 @"stream iteration past element count (single element) should not throw exception"
119 @"tokens should be the same")
    [all...]
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 42 #error "should be a real function"
45 #error "should be a real function"
48 #error "should be a real function"
51 #error "should be a real function"
54 #error "should be a real function"
57 #error "should be a real function"
60 #error "should be a real function"
63 #error "should be a real function"
66 #error "should be a real function"
69 #error "should be a real function
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-template.rb 18 context.instance_variables.should be_empty
27 vars.should include( '@a' )
28 vars.should include( '@b' )
30 context.instance_variable_get( '@a' ).should == 1
31 context.instance_variable_get( '@b' ).should == 2
39 context[ :a ].should == 1
40 context[ 'a' ].should == 1
41 context[ :b ].should == 2
42 context[ 'b' ].should == 2
50 context.instance_variable_get( '@a' ).should ==
    [all...]
  /frameworks/base/keystore/tests/src/android/security/
KeyPairGeneratorSpecTest.java 46 assertEquals("Context should be the one specified", getContext(), spec.getContext());
48 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias());
50 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN());
52 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
54 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate());
67 assertEquals("Context should be the one specified", getContext(), spec.getContext());
69 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias());
71 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN());
73 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
75 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate())
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
ANTLRIntArrayTest.m 18 STAssertTrue([intArray count] == 1, @"Int array should be of size 1");
19 STAssertTrue([intArray integerAtIndex:0] == 1, @"First item in int array should be 1");
32 STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", popped);
40 STAssertTrue([intArray count] == 1, @"Int array should be of size 1");
41 STAssertTrue([intArray integerAtIndex:0] == 1, @"First item in int array should be 1");
43 STAssertTrue([intArray count] == 0, @"Array size should be 0");
IntArrayTest.m 18 STAssertTrue([intArray count] == 1, @"Int array should be of size 1");
19 STAssertTrue([intArray integerAtIndex:0] == 1, @"First item in int array should be 1");
32 STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", popped);
40 STAssertTrue([intArray count] == 1, @"Int array should be of size 1");
41 STAssertTrue([intArray integerAtIndex:0] == 1, @"First item in int array should be 1");
43 STAssertTrue([intArray count] == 0, @"Array size should be 0");
  /external/webkit/Source/WebCore/manual-tests/inspector/
debugger-step-on-while-statements.html 19 The debugger should stop at the beggining of the loop.<br>
20 The above actions should be performed before <b>each</b> of the following tests.
24 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
25 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br>
26 TEST 3: Click 'Step into'. Debugger should step into 'condition' function.<br>
27 TEST 4: 'Step over' the statements until reaching the end of the loop. Debugger should
28 step over to the beggingin of the while loop again. Click 'Step into'. Debugger should step into
debugger-step-on-for-statements.html 16 The debugger should stop at the beggining of the loop.<br>
17 The above actions should be performed before <b>each</b> of the following tests.
21 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
22 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br>
23 TEST 3: Click 'Step into'. Debugger should step into 'initialize' function. Click 'Step into' until
24 outside of the 'initialize' function - debugger should enter the 'condition' function.<br>
25 TEST 4: 'Step over' to the statement line and then 'Step over' again. Debugger should pause on
26 the for loop again. Click 'Step into'. Debugger should step into the 'increment' function.
27 Click 'Step into' until outside of the 'increment' function - debugger should enter the 'condition'
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
RewriteRuleXxxxStreamFixture.cs 102 "Description strings should be equal.");
103 Assert.AreEqual(0, tokenTest.Count, "The number of elements should be zero.");
107 "The number of elements should be still zero.");
121 "Description strings should be equal.");
122 Assert.AreEqual(0, subtreeTest.Count, "The number of elements should be zero.");
126 "The number of elements should be still zero.");
139 "Description strings should be equal.");
140 Assert.AreEqual(0, nodeTest.Count, "The number of elements should be zero.");
144 "The number of elements should be still zero.");
198 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (1).")
    [all...]
  /external/clang/test/ARCMT/
verify.m 5 // expected-error {{should be ignored}}
8 #error should not be ignored
9 // expected-error@-1 {{should not be ignored}}
  /external/clang/test/Preprocessor/
c90.c 12 /* CHECK-NOT: this comment should be missing
13 * CHECK: {{^}}// this comment should be present{{$}}
15 // this comment should be present
  /external/webkit/Source/WebCore/manual-tests/compositing/
font-smoothing.html 23 This text should be antialiased, but not smoothed.
27 This text should be antialiased and smoothed.
31 This text should be antialiased and smoothed in the browser, and antialiased in pixel results.
  /external/webkit/Source/WebCore/manual-tests/
directory-drop-on-view.html 12 WebKit should cause a Finder window to open, with the dropped file selected.
16 The drag should not be accepted, and the drag cursor should be the standard disallowed drag cursor.
js-timers-beneath-modal-dialog.html 1 <p>JS timers should be paused while a modal dialog (or alert) is displayed.</p>
13 alert("Numbers in main window should not increase while this alert is displayed");
14 showModalDialog("data:text/html,<p>Numbers in main window should not increase while this modal dialog is displayed</p>");
target_new-1.html 7 <li>Clicking <a href="#" onclick="alert(window.opener)">here</a> should alert "[object Window]"</li>
8 <li>Clicking <a href="#" onclick="alert(window.opener.aVar)">here</a> should alert "some value"</li>
9 <li>Clicking <a href="#" onclick="window.opener.externallyCalled()">here</a> should alert "hello from opener"</li>
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusableTest.java 52 assertFalse("should not be in touch mode to start off", mButton.isInTouchMode());
53 assertTrue("edit text should have focus", mEditText.isFocused());
54 assertTrue("edit text should be focusable in touch mode", mEditText.isFocusableInTouchMode());
60 assertTrue("should be in touch mode", mButton.isInTouchMode());
61 assertTrue("edit text should still have focus", mEditText.isFocused());
68 assertTrue("button should have focus", mButton.isFocused());
71 assertTrue("clicking edit text should have entered touch mode", mButton.isInTouchMode());
72 assertTrue("clicking edit text should have given it focus", mEditText.isFocused());
82 assertTrue("button should have focus",
86 assertTrue("should be in touch mode", mButton.isInTouchMode())
    [all...]

Completed in 1259 milliseconds

1 2 3 4 5 67 8 91011>>