HomeSort by relevance Sort by last modified time
    Searched refs:Should (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /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
31 // following should not expand:
40 // But deferring should expand:
44 #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/llvm/test/MC/ELF/
cfi-window-save.s 3 # Should use SPARC as the target to test this. However, SPARC does not
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
cfi-window-save.s 3 # Should use SPARC as the target to test this. However, SPARC does not
  /development/tools/repo_diff/service/repodiff/interactors/
logic_test.go 23 "Should return first true",
38 "Should short circuit true",
52 "Function should be evaluated to an error",
66 "Should evaluate to nil",
75 "Should return existing error",
84 "Should not return an error",
  /external/llvm/test/MC/AsmParser/
cfi-window-save.s 3 # Should use SPARC as the target to test this. However, SPARC does not support
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
cfi-window-save.s 3 # Should use SPARC as the target to test this. However, SPARC does not support
  /external/clang/lib/AST/
TemplateBase.cpp 103 llvm_unreachable("Should not have a NULL template argument");
144 llvm_unreachable("Should not have a NULL template argument");
  /external/curl/docs/cmdline-opts/
krb.d 7 Enable Kerberos authentication and use. The level must be entered and should
8 be one of 'clear', 'safe', 'confidential', or 'private'. Should you use a
  /external/skia/tools/
reformat-json.py 16 Should not modify the JSON contents in any meaningful way.
  /external/skqp/tools/
reformat-json.py 16 Should not modify the JSON contents in any meaningful way.
  /build/make/core/
sdk_check.mk 4 # Should be included by java targets that allow specifying LOCAL_SDK_VERSION.
33 my_message += but should specify only one
  /external/mesa3d/docs/specs/
MESA_pack_invert.spec 51 1. Should we also define UNPACK_INVERT_MESA for glDrawPixels, etc?
EXT_shader_integer_mix.spec 113 1) Should we allow linear interpolation of integers via a non-boolean
118 2) Should we allow mix() to select between boolean components?
  /external/google-benchmark/test/
cxx03_test.cc 8 #error C++11 or greater detected. Should be C++03.
  /external/libcxx/utils/google-benchmark/test/
cxx03_test.cc 8 #error C++11 or greater detected. Should be C++03.
  /external/autotest/server/site_tests/audio_AudioRoutingUSB/
audio_AudioRoutingUSB.py 79 raise error.TestError('Should open one and only one device')
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
format.go 34 useStringer bool // Should the String method be used if available?
35 printType bool // Should we print the type before the value?
36 followPointers bool // Should we recursively follow pointers?
37 realPointers bool // Should we print the real address of pointers?
41 // TODO: Should this be a multi-line printout in certain situations?
  /build/soong/ui/logger/
logger_test.go 181 t.Errorf("Should not get here")
194 t.Errorf("Recover function should not be called")
197 t.Errorf("Should not get here")
207 t.Errorf("Recover function should not be called")
211 t.Errorf("Should not get here")
  /external/protobuf/objectivec/DevTools/
pddm_tests.py 122 self.fail('Should throw exception, entry %d' % idx)
177 self.fail('Should throw exception, entry %d' % idx)
270 self.fail('Should throw exception, entry %d' % idx)
314 self.fail('Should throw exception, entry %d' % idx)
389 self.fail('Should throw exception, entry %d' % idx)
457 # Feed it through and nothing should change.
486 self.fail('Should throw exception, entry %d' % idx)
506 self.fail('Should throw exception, entry %d' % idx)
  /external/libchrome/mojo/public/js/lib/
unicode.js 28 * Should be pre-allocated to hold enough space. Use |utf8Length| to determine
  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 67 (2) Should the Trace API explicitely support the notion of "frames?
74 (2a) Should GLX calls be traced?
81 (3) Should the specification mandate the actual output format?
92 (4) Should the comment strings associated with names and pointer (ranges)
99 (5) Should comment commands be prohibited between Begin/End?
224 wish the additional GetError calls to be performed, this bit should not
324 With the possible exception of performance, OpenGL rendering should not be
  /external/golang-protobuf/proto/
discard_test.go 49 in: nil, want: nil, // Should not panic
52 in: (*proto3pb.Message)(nil), want: (*proto3pb.Message)(nil), // Should not panic
  /build/soong/cc/
check.go 56 // like -DNAME="value with string". Later, this check should be done more
59 ctx.PropertyErrorf(prop, "Bad flag: `%s` is not an allowed multi-word flag. Should it be split into multiple flags?", flag)
92 ctx.PropertyErrorf(prop, "Bad flag: `%s` is not an allowed multi-word flag. Should it be split into multiple flags?", flag)
109 // TODO: Probably should just redo this property to prefix -l in Soong
130 ctx.PropertyErrorf(prop, "Bad flag: `%s` is not an allowed multi-word flag. Should it be split into multiple flags?", flag)
  /art/test/970-iface-super-resolution-gen/util-src/
generate_smali.py 133 A function that tests the functionality of a concrete type. Should only be
236 # throw new Error("Should not be called");
240 const-string v0, "Should not be called"
585 # TODO Should add on some from higher up the tree.

Completed in 435 milliseconds

1 2 3 4