HomeSort by relevance Sort by last modified time
    Searched refs:should (Results 101 - 125 of 1406) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/tests/build/warn-no-ldlibs-in-static-libraries/jni/
Android.mk 8 # This should generate a warning when ndk-build is run!
  /external/chromium_org/content/renderer/media/crypto/
pepper_cdm_wrapper.h 9 #error This file should only be included when ENABLE_PEPPER_CDMS is defined
  /external/clang/test/Preprocessor/
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
feature_tests.c 4 #error Should have __has_feature
19 #error Clang should have these
23 #error Clang should not have this
39 // macros), so the following should not expand:
48 // But deferring should expand:
54 #error Expansion should have occurred
  /external/clang/test/SemaCXX/
libstdcxx_is_pod_hack.cpp 40 # error __is_pod should still be available.
  /external/chromium_org/remoting/webapp/unittests/
base_unittest.js 11 test('mix(dest, src) should copy properties from |src| to |dest|',
20 test('mix(dest, src) should assert if properties are overwritten',
36 test('values(obj) should return an array containing the values of |obj|',
40 notEqual(output.indexOf('a'), -1, '"a" should be in the output');
41 notEqual(output.indexOf('b'), -1, '"b" should be in the output');
44 test('dispose(obj) should invoke the dispose method on |obj|',
53 test('dispose(obj) should not crash if |obj| is null',
59 test('urljoin(url, opt_param) should return url if |opt_param| is missing',
65 test('urljoin(url, opt_param) should urlencode |opt_param|',
78 test('escapeHTML(str) should escape special characters', function()
    [all...]
menu_button_unittest.js 36 test('should display on click', function() {
43 test('should dismiss when the menu is clicked', function() {
50 test('should dismiss when anything outside the menu is clicked', function() {
61 test('should dismiss when menu item is clicked', function() {
69 test('should invoke callbacks', function() {
78 test('select method should set/unset background image', function() {
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/
function.js 31 function badReturnsShouldBeReturnFunc() // ERROR - @returns, should be @return.
48 function badParamAnnotationsFunc(foo, bar) // ERROR - @param's should be well-formed
57 function badReturnsShouldBeReturnNoValueFunc() // ERROR - @returns, should be @return.
65 function badReturnsShouldBeAbsentFunc() // ERROR - @returns, should be absent.
118 methodThatThrows: function() // OK - throws and should be overridden in subclasses.
142 badMethodReturnsShouldBeReturn: function() // ERROR - @returns, should be @return
150 badMethodReturnsShouldBeAbsentToo: function() // ERROR - @returns, should be absent
158 badMethodReturnsShouldBeAbsent: function() // ERROR - @returns, should be absent
213 badMethodReturnsShouldBeReturn: function() // ERROR - @returns, should be @return
221 badMethodReturnsShouldBeAbsentToo: function() // ERROR - @returns, should be absen
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 186 proc { parser.b( false ) }.should raise_error( ANTLR3::RecognitionError )
206 symbols.should have( 2 ).things
207 symbols.should include 'i'
208 symbols.should include 'j'
222 proc { parser.c }.should raise_error RuntimeError, 'x'
241 symbols.should have( 2 ).things
242 symbols.should include 'i'
243 symbols.should include 'j'
252 parser.e.should == 12
261 parser.f.should == ni
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-text-section.s 6 @ The .fnstart directive and .fnend directive should create an entry in
8 @ section, then there should be an entry in .ARM.exidx section.
47 @ this should be .ARM.exidx. It is incorrect to see .ARM.exidx.text here.
58 @ Check the linked section of the EXIDX section. This should be the index
64 @ The first word should be the offset to .text. The second word should be
75 @ The first word should be relocated to the code address in .text section.
eh-directive-section.s 7 @ should be generated in .ARM.exidx, and the exception handling table (EXTAB)
8 @ should be generated in .ARM.extab.
11 @ the EXIDX should be generated in ".ARM.exidx[[SECTION_NAME]]", and the EXTAB
12 @ should be generated in ".ARM.extab[[SECTION_NAME]]".
79 @ This section should linked with .TEST1 section.
84 @ The first word should be relocated to the code address in .TEST1 section.
85 @ The second word should be relocated to the EHTAB entry in .ARM.extab.TEST1
130 @ This section should linked with TEST2 section.
135 @ The first word should be relocated to the code address in TEST2 section.
136 @ The second word should be relocated to the EHTAB entry in .ARM.extabTEST
    [all...]
eh-directive-section-multiple-func.s 6 @ The assembler should switch the section back to the corresponding section
11 @ In this example, func1 and func2 should be defined in .TEST1 section.
41 @ Check the .text section. This should be empty.
52 @ Check the .TEST1 section. There should be two "bx lr" instructions.
85 @ The first word should be the offset to .TEST1.
86 @ The second word should be the offset to .ARM.extab.TEST1
94 @ The first word of each entry should be relocated to .TEST1 section.
95 @ The second word of each entry should be relocated to
107 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section.
thumb-st_other.s 4 @ for st_other should always be 0.
  /external/chromium_org/build/android/gyp/util/
md5_check_test.py 41 CheckCallAndRecord(True, 'should call when record doesn\'t exist')
42 CheckCallAndRecord(False, 'should not call when nothing changed')
43 CheckCallAndRecord(True, force=True, message='should call when forced')
47 CheckCallAndRecord(True, 'changed input file should trigger call')
53 CheckCallAndRecord(True, 'removing file should trigger call')
56 CheckCallAndRecord(True, 'added input file should trigger call')
59 CheckCallAndRecord(True, 'changed input string should trigger call')
62 CheckCallAndRecord(True, 'reordering of string inputs should trigger call')
65 CheckCallAndRecord(True, 'removing a string should trigger call')
68 CheckCallAndRecord(True, 'added input string should trigger call'
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 136 it "should be valid" do
163 lexer.output.should == <<-'END'.fixed_indent( 0 )
  /external/chromium_org/skia/config/
sk_ref_cnt_ext_debug.h 9 #error Only one SkRefCnt should be used.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 40 # should not affect any files.
55 # This file should not exist after the tests, but we take care with the
65 +This file should not have gotten created on your system.
  /external/chromium_org/v8/test/mjsunit/
debug-break-native.js 36 f("this should break"); // break
40 f("this should not break");
  /external/llvm/test/MC/AsmParser/
directive_lsym.s 4 # should just rip it out.
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 9 $(info FOO_PATH should be defined before including this file!)
13 $(info FOO_PATH should be defined to an absolute path!)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 622 result.should == 'a<V>'
628 result.should == 'a<V>'
634 result.should == 'a<V>'
640 result.should == 'a<V>'
646 result.should == 'a<V>'
652 result.should == 'a<V>'
658 result.should == 'begin<V>'
664 result.should == 'begin<V>'
670 result.should == 'a<V>'
676 result.should == '<V>;421930 a<V>;9900
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 51 text.should == "id=abc, int=34"
78 text.should == '[a+b]'
97 text.should be_nil
118 text.should == 'abc,def,ghi'
136 text.should == 'hello'
153 text.should == 'hello'
175 # text.should == 'hello world'
202 text.should == '[1+2+3]'
226 text.should == 'B: 34'
247 text.should == "id=abc, int=34
    [all...]
  /build/core/combo/arch/arm/
armv5te.mk 6 # and a better solution should be found in the future.
armv7-a.mk 8 # and a better solution should be found in the future.
  /device/asus/fugu/recovery/
Android.mk 20 # should match TARGET_RECOVERY_UI_LIB set in BoardConfig.mk

Completed in 1118 milliseconds

1 2 3 45 6 7 8 91011>>