HomeSort by relevance Sort by last modified time
    Searched full:should (Results 26 - 50 of 60669) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dropbear/libtomcrypt/
LICENSE 1 LibTomCrypt is public domain. As should all quality software be.
  /external/llvm/utils/lit/lit/ExampleTests/
vg-fail.c 1 // This test should XPASS, when run without valgrind.
xfail-feature.c 1 // This test should XPASS.
  /external/valgrind/main/none/tests/amd64/
ssse3_misaligned.stderr.exp 1 you should see: "one\ntwo\nthree\n"
  /external/valgrind/main/none/tests/x86/
ssse3_misaligned.stderr.exp 1 you should see: "one\ntwo\nthree\n"
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 34 lexer.properties.should have( 3 ).things
36 text.should == 'foobar'
37 type.should == RuleProperty::TokenData::IDENTIFIER
38 line.should == 1
39 pos.should == 0
40 index.should == -1
41 channel.should == ANTLR3::DEFAULT_CHANNEL
42 start.should == 0
43 stop.should == 5
46 text.should == '_ab98
    [all...]
  /external/chromium_org/ppapi/c/
DEPS 1 # ppapi/c should not be dependent on other parts of chromium; it should stay
  /external/chromium_org/third_party/WebKit/ManualTests/
onfocus-alert-blinking-caret.html 4 Focus the field below, then dismiss the alert. The field should retain the focus,
5 and the caret in the field should blink.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
segoff.asm 1 ; all of these should be legal and should just result in the offset portion
  /external/chromium_org/chrome/test/chromedriver/net/
DEPS 2 # These files should not depend on chromedriver code.
  /external/chromium_org/content/test/data/
content-disposition-empty.html 3 <body>this page should be displayed instead of downloaded</body>
content-disposition-inline.html 3 <body>this page should be displayed instead of downloaded</body>
content-sniffer-test0.html 3 <body>We should sniff this content as HTML.</body>
nosniff-test.html 3 <body>We should NOT sniff this content as HTML.</body>
  /external/chromium_org/tools/gyp/test/mac/objc-arc/
mm-file-no-arc.mm 2 #error "ObjC++ files without CLANG_ENABLE_OBJC_ARC should not be ARC'd!"
mm-file.mm 2 #error "ObjC++ files with CLANG_ENABLE_OBJC_ARC should be ARC'd!"
  /external/chromium_org/ui/views/corewm/
DEPS 1 # This code should not depend on Views.
  /external/chromium_org/webkit/
temp-polling-test-file.txt 1 This file exists only to test the svnpoller. It should be deleted afterward.
  /external/clang/test/SemaCXX/
warn-static-function-inheader.h 1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}}
  /external/libyuv/files/
AUTHORS 1 # Names should be added to this file like so:
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scope.rb 16 @A.members.map( &:to_s ).should == %w( a b )
17 @B.members.map( &:to_s ).should == %w( count )
18 @C.members.map( &:to_s ).should == %w( a b c )
22 @A.new.to_a.should == [ nil, nil ]
23 @B.new.to_a.should == [ 3 ]
24 @C.new.to_a.should == [ nil, 0, {} ]
29 c.a.should == Object
30 c.b.should == 0
31 c.c.should == {}
36 b.count.should == 700
    [all...]
test-scheme.rb 26 @ts::A.should == 4
27 @ts::B.should == 5
28 @ts::T__6.should == 6
29 @ts::EOF.should == -1
33 @ts::TOKEN_NAMES.should == {
38 @ts.token_name(5).should == 'B'
39 @ts.token_name(6).should == "'+'"
40 @ts.token_name(-1).should == '<EOF>'
41 @ts.token_name(7).should == '<UNKNOWN: 7>'
46 #@a_class.token_scheme.should == @t
    [all...]
  /external/chromium_org/tools/clang/plugins/tests/
overridden_methods.cpp 14 // Should not warn about pure virtual methods.
21 // Should not warn about destructors.
23 // Should warn.
25 // Should not warn if marked as override.
27 // Should not warn for inline implementations in implementation files.
29 // Should not warn if overriding a method whose origin is WebKit.
31 // Should warn with the insertion point after the const.
33 // Should warn with the insertion point after the throw spec.
35 // Should warn with the insertion point after both the const and the throw
38 // Should warn even if overridden method isn't pure
    [all...]
  /external/clang/test/Headers/
ms-wchar.c 4 #error "_WCHAR_T_DEFINED should not be defined in C99"
10 #error "_WCHAR_T_DEFINED should have been set by stddef.h"
14 #error "_NATIVE_WCHAR_T_DEFINED should not be defined"
  /external/markdown/tests/misc/
underscores.html 3 <p>Ok, at least <em>this</em> should work.</p>
4 <p>THIS<strong>SHOULD</strong>STAY</p>
6 <p>THIS<strong><em>SHOULD</em></strong>STAY?</p

Completed in 708 milliseconds

12 3 4 5 6 7 8 91011>>