OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should
(Results
251 - 275
of
60669
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/markdown/MarkdownTest/Tests_2004/
Auto links.text
7
* It
should
.
11
Auto-links
should
not occur here: `<http://example.com/>`
/external/markdown/MarkdownTest/Tests_2007/
Auto links.text
7
* It
should
.
11
Auto-links
should
not occur here: `<http://example.com/>`
/external/markdown/tests/markdown-test/
auto-links.txt
11
* It
should
.
15
Auto-links
should
not occur here: `<http://example.com/>`
/external/qemu/distrib/zlib-1.2.3/
inffast.h
6
/* WARNING: this file
should
*not* be used by applications. It is
8
subject to change. Applications
should
only use zlib.h.
/external/valgrind/main/none/tests/amd64/
cmpxchg.stdout.exp
2
al!=cl so al
should
equal cl (Result al=33 bl=44 cl=33)
4
al==cl so cl
should
equal bl (Result al=55 bl=55 cl=55)
6
ax!=cx so ax
should
equal cx (Result ax=3333 bx=4444 cx=3333)
8
ax==cx so cx
should
equal bx (Result ax=5555 bx=5555 cx=5555)
10
eax!=ecx so eax
should
equal ecx (Result eax=33333333 ebx=44444444 ecx=33333333)
12
eax==ecx so ecx
should
equal ebx (Result eax=55555555 ebx=55555555 ecx=55555555)
14
rax!=rcx so rax
should
equal rcx (Result rax=333333333 rbx=444444444 rcx=333333333)
16
rax==rcx so ecx
should
equal rbx (Result rax=555555555 rbx=555555555 rcx=555555555)
/external/zlib/src/
inffast.h
6
/* WARNING: this file
should
*not* be used by applications. It is
8
subject to change. Applications
should
only use zlib.h.
/ndk/tests/build/ndk-out/
build.sh
6
echo "FAILURE: 'obj' directory
should
not be created by ndk-build!"
10
echo "FAILURE: 'output-dir'
should
have been created by ndk-build!"
/packages/inputmethods/LatinIME/java/res/values/
strings-appname.xml
22
<!-- Application name for opensource Android keyboard. AOSP(Android Open Source Project)
should
not be translated.
23
This resource
should
be copied from msgid="8250992613616792321" -->
26
<!-- Name of Android spell checker service. AOSP(Android Open Source Project)
should
not be translated.
27
This resource
should
be copied from msgid="511950477199948048" -->
30
<!-- Title for Android Keyboard settings screen. AOSP(Android Open Source Project)
should
not be translated.
31
This resource
should
be copied from msgid="423615877174850267" -->
34
<!-- Title for the spell checking service settings screen. AOSP(Android Open Source Project)
should
not be translated.
35
This resource
should
be copied from msgid="2970535894327288421" -->
/cts/suite/audio_quality/test_description/test/
wrong_attrib.xml
18
<case name="host_speaker_calibration" version="1.0" description="Calibrate host speaker's volume." unsupprotedattrib="
should
fail">
19
<setup unsupprotedattrib="
should
fail">
20
<sound id="sound1" type="sin:100:1000:20000" unsupprotedattrib="
should
fail" />
23
<action unsupprotedattrib="
should
fail">
24
<sequential repeat="100" index="i" unsupprotedattrib="
should
fail">
27
<save file="host_in" report="rms_.*" unsupprotedattrib="
should
fail"/>
/external/chromium/chrome/browser/debugger/manual_tests/
debugger-step-on-for-in-statements.html
26
The debugger
should
stop at the beggining of the loop.<br>
27
The above actions
should
be performed before <b>each</b> of the following tests.</p>
31
TEST 1: Click 'continue'. Execution
should
continue without stopping on the loop breakpoint again.<br>
32
TEST 2: Click 'Step over'. Debugger
should
step inside the loop to the next statement line.<br>
33
TEST 3: Click 'Step into'. Debugger
should
step into 'getObject' function.<br>
34
TEST 4: 'Step over' to the statement line and then 'Step over' again. Debugger
should
pause on
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.</p>
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>
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.</p>
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
step over to the beggingin of the while loop again. Click 'Step into'. Debugger
should
step into
/external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-step-on-do-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.
26
'Step over' until the debugger reaches the 'while' line. Click 'Step into' - the debugger
should
29
should
go to the beggining of the loop.<br>
debugger-step-on-for-in-statements.html
26
The debugger
should
stop at the beggining of the loop.<br>
27
The above actions
should
be performed before <b>each</b> of the following tests.
31
TEST 1: Click 'continue'. Execution
should
continue without stopping on the loop breakpoint again.<br>
32
TEST 2: Click 'Step over'. Debugger
should
step inside the loop to the next statement line.<br>
33
TEST 3: Click 'Step into'. Debugger
should
step into 'getObject' function.<br>
34
TEST 4: 'Step over' to the statement line and then 'Step over' again. Debugger
should
pause on
/external/chromium_org/third_party/icu/source/test/testmap/
testmap.c
32
printf("setCommonData(NULL) -> %s [
should
fail]\n", u_errorName(status));
35
printf("*** FAIL:
should
have returned U_ILLEGAL_ARGUMENT_ERROR\n");
44
printf("*** FAIL:
should
have returned U_ZERO_ERROR\n");
54
printf("\n*** FAIL:
should
have returned U_ZERO_ERROR;\n");
64
printf("setCommonData(%p) -> %s [
should
pass]\n", U_ICUDATA_ENTRY_POINT, u_errorName(status));
67
printf("\n*** FAIL:
should
pass and not set U_USING_DEFAULT_ERROR\n");
/external/clang/test/Misc/
diag-mapping.c
1
// This
should
warn by default.
3
// This
should
not emit anything.
15
// This
should
stay a warning with -pedantic.
18
// This
should
emit an error with -pedantic-errors.
21
// This
should
emit a warning, because -Wfoo overrides -pedantic*.
24
// This
should
emit nothing, because -Wno-extra-tokens overrides -pedantic*
/external/clang/test/Preprocessor/
feature_tests.c
4
#error
Should
have __has_feature
18
#error Clang
should
have these
22
#error Clang
should
not have this
38
// macros), so the following
should
not expand:
47
// But deferring
should
expand:
53
#error Expansion
should
have occurred
warning_tests.c
3
#error
Should
have __has_warning
9
// expected-warning@+2 {{
Should
have -Wparentheses}}
11
#warning
Should
have -Wparentheses
32
// following
should
not expand:
41
// But deferring
should
expand:
45
#error Expansion
should
have occurred
/external/e2fsprogs/tests/f_recnect_bad/
expect.1
3
i_faddr for inode 15 (/test/quux) is 23,
should
be zero.
6
i_dir_acl for inode 15 (/test/quux) is 12,
should
be zero.
9
i_file_acl for inode 13 (/test/???) is 12,
should
be zero.
12
i_faddr for inode 13 (/test/???) is 12,
should
be zero.
20
Inode 13 ref count is 4,
should
be 3. Fix? yes
22
i_file_acl for inode 28 (...) is 4294967295,
should
be zero.
/external/icu4c/test/testmap/
testmap.c
33
printf("setCommonData(NULL) -> %s [
should
fail]\n", u_errorName(status));
36
printf("*** FAIL:
should
have returned U_ILLEGAL_ARGUMENT_ERROR\n");
45
printf("*** FAIL:
should
have returned U_ZERO_ERROR\n");
55
printf("\n*** FAIL:
should
have returned U_ZERO_ERROR;\n");
65
printf("setCommonData(%p) -> %s [
should
pass]\n", (void*) &U_ICUDATA_ENTRY_POINT, u_errorName(status));
68
printf("\n*** FAIL:
should
pass and not set U_USING_DEFAULT_ERROR\n");
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
comments
6
."after a comment was started. This
should
not be reported as\n"
10
."text on the line which
should
never execute since it
should
be \n"
21
@echo There
should
be no errors for this makefile.
30
# Create the answer to what
should
be produced by this Makefile
31
$answer = "There
should
be no errors for this makefile.\n";
/frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewCallbacks.java
49
// now check for selection callbacks. Nothing
should
be clicked or selected.
50
assertFalse("onItemClick
should
not be called", theActivity.mItemClickCalled);
51
assertFalse("onItemSelected
should
not be called", theActivity.mItemSelectedCalled);
53
// arguably, this
should
be "false", because we aren't deselecting - we shouldn't
56
//assertTrue("onNothingSelected
should
be called", theActivity.mNothingSelectedCalled);
84
assertFalse("onItemClick
should
not be called", theActivity.mItemClickCalled);
85
assertTrue("onItemSelected
should
be called", theActivity.mItemSelectedCalled);
87
assertFalse("onNothingSelected
should
not be called", theActivity.mNothingSelectedCalled);
91
// try one more time -
should
move from 0 to 1
102
assertFalse("onItemClick
should
not be called", theActivity.mItemClickCalled)
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
ReadOnlyDoubleBufferTest.java
44
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
57
fail("
Should
throw Exception"); //$NON-NLS-1$
65
fail("
Should
throw Exception"); //$NON-NLS-1$
74
fail("
Should
throw Exception"); //$NON-NLS-1$
84
fail("
Should
throw Exception"); //$NON-NLS-1$
90
fail("
Should
throw Exception"); //$NON-NLS-1$
100
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
106
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
112
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
118
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1
[
all
...]
ReadOnlyFloatBufferTest.java
43
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
57
fail("
Should
throw Exception"); //$NON-NLS-1$
66
fail("
Should
throw Exception"); //$NON-NLS-1$
75
fail("
Should
throw Exception"); //$NON-NLS-1$
85
fail("
Should
throw Exception"); //$NON-NLS-1$
91
fail("
Should
throw Exception"); //$NON-NLS-1$
101
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
107
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
113
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
119
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1
[
all
...]
ReadOnlyIntBufferTest.java
43
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
57
fail("
Should
throw Exception"); //$NON-NLS-1$
66
fail("
Should
throw Exception"); //$NON-NLS-1$
75
fail("
Should
throw Exception"); //$NON-NLS-1$
85
fail("
Should
throw Exception"); //$NON-NLS-1$
91
fail("
Should
throw Exception"); //$NON-NLS-1$
101
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
107
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
113
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1$
119
fail("
Should
throw ReadOnlyBufferException"); //$NON-NLS-1
[
all
...]
Completed in 1761 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>