Home
last modified time | relevance | path

Searched full:because (Results 1 – 25 of 11814) sorted by relevance

12345678910>>...473

/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.type.type.conversion.all.frag88 …float2 var17 = float2x2(zeros4);// Compilation failed because: error X3017: cannot implicitly conv…
89 …float2 var18 = float2x3(zeros6);// Compilation failed because: error X3017: cannot implicitly conv…
90 …float2 var19 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv…
91 …float2 var20 = float3x2(zeros6);// Compilation failed because: error X3017: cannot implicitly conv…
92 …float2 var21 = float3x3(zeros9);// Compilation failed because: error X3017: cannot implicitly conv…
93 …float2 var22 = float3x4(zeros12);// Compilation failed because: error X3017: cannot implicitly con…
94 …float2 var23 = float4x2(zeros8);// Compilation failed because: error X3017: cannot implicitly conv…
95 …float2 var24 = float4x3(zeros12);// Compilation failed because: error X3017: cannot implicitly con…
96 …float2 var25 = float4x4(zeros16);// Compilation failed because: error X3017: cannot implicitly con…
97 …float3 var27 = float2(zeros2);// Compilation failed because: error X3017: cannot implicitly conver…
[all …]
/external/deqp-deps/glslang/Test/
Dhlsl.type.type.conversion.all.frag88 …float2 var17 = float2x2(zeros4);// Compilation failed because: error X3017: cannot implicitly conv…
89 …float2 var18 = float2x3(zeros6);// Compilation failed because: error X3017: cannot implicitly conv…
90 …float2 var19 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv…
91 …float2 var20 = float3x2(zeros6);// Compilation failed because: error X3017: cannot implicitly conv…
92 …float2 var21 = float3x3(zeros9);// Compilation failed because: error X3017: cannot implicitly conv…
93 …float2 var22 = float3x4(zeros12);// Compilation failed because: error X3017: cannot implicitly con…
94 …float2 var23 = float4x2(zeros8);// Compilation failed because: error X3017: cannot implicitly conv…
95 …float2 var24 = float4x3(zeros12);// Compilation failed because: error X3017: cannot implicitly con…
96 …float2 var25 = float4x4(zeros16);// Compilation failed because: error X3017: cannot implicitly con…
97 …float3 var27 = float2(zeros2);// Compilation failed because: error X3017: cannot implicitly conver…
[all …]
/external/clang/test/SemaCXX/
Dpass-object-size.cpp23 …int (*A)(void *) = &Foo; //expected-error{{cannot take address of function 'Foo' because parameter… in Decls()
24 …int (*B)(void *) = Foo; //expected-error{{cannot take address of function 'Foo' because parameter … in Decls()
26 …type 'int (void *)'}} expected-note@6{{candidate address cannot be taken because parameter 1 has p… in Decls()
27 …type 'int (void *)'}} expected-note@6{{candidate address cannot be taken because parameter 1 has p… in Decls()
29 …int (*E)(void *) = &Statics::Foo; //expected-error{{cannot take address of function 'Foo' because in Decls()
30 …ype 'int (void *)'}} expected-note@11{{candidate address cannot be taken because parameter 1 has p… in Decls()
32 …int (*G)(void *) = &Members::Foo; //expected-error{{cannot take address of function 'Foo' because in Decls()
33 …ype 'int (void *)'}} expected-note@18{{candidate address cannot be taken because parameter 1 has p… in Decls()
38 …A = &Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_obj… in Assigns()
39 …A = Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_obje… in Assigns()
[all …]
/external/rust/crates/ring/tests/
Drsa_from_pkcs8_tests.txt21 # RSA 2040-bit key that is valid, but we reject it because it is too small and
22 # or because the private modulus length isn't a multiple of 512 bits.
26 # RSA 2046-bit key that is valid, but we reject it because it is too small and
27 # because the private modulus length isn't a multiple of 512 bits.
31 # RSA 2047-bit key that is valid, but we reject it because the lengths of the
32 # private primes aren't equal, because it is too small, because the private
37 # RSA 2049-bit key that is valid, but we reject it because the lengths of the
38 # private primes aren't equal and because the private modulus length isn't a
43 # RSA 2050-bit key that is valid, but we reject it because the private modulus
48 # RSA 2056-bit key that is valid, but we reject it because the private modulus
[all …]
/external/clang/test/CXX/class/class.union/
Dp1.cpp10 …virtual void foo() { abort(); } // expected-note 4 {{because type 'Virtual' has a virtual member f… in foo()
13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual ba…
17 …Ctor() { abort(); } // expected-note 2{{because type 'Ctor' has a user-provided default constructo… in Ctor()
20 …Ctor2(); // expected-note {{because type 'Ctor2' has a user-provided default constructor}} expecte…
22 class CtorTmpl { // expected-note {{because type 'CtorTmpl' has no default constructor}}
26 class CopyCtor { // expected-note 2{{because no constructor can be used to copy an object of type '…
30 class CopyAssign { // expected-note 2 {{because no assignment operator can be used to copy an objec…
35 …~Dtor() { abort(); } // expected-note 2 {{because type 'Dtor' has a user-provided destructor}} exp… in ~Dtor()
52 …Virtual v; // expected-note {{because the function selected to copy field of type 'Virtual' is not…
55 …VirtualBase vbase; // expected-note {{because the function selected to copy field of type 'Virtual…
[all …]
/external/crosvm/devices/src/virtio/video/
Dprotocol.rs110 // Safe because auto-generated structs have no implicit padding.
147 // Safe because auto-generated structs have no implicit padding.
159 // Safe because auto-generated structs have no implicit padding.
173 // Safe because auto-generated structs have no implicit padding.
184 // Safe because auto-generated structs have no implicit padding.
196 // Safe because auto-generated structs have no implicit padding.
206 // Safe because auto-generated structs have no implicit padding.
226 // Safe because auto-generated structs have no implicit padding.
232 // Safe because auto-generated structs have no implicit padding.
238 // Safe because auto-generated structs have no implicit padding.
[all …]
/external/clang/test/CXX/special/class.copy/
Dp11.0x.move.cpp12 …NonTrivial NT; // expected-note{{deleted because variant field 'NT' has a non-trivial move constru…
19 …NonTrivial NT; // expected-note{{deleted because variant field 'NT' has a non-trivial move constru…
26 // copied because overload resolution results in an ambiguity or a function
37 NoAccess NA; // expected-note{{deleted because field 'NA' has an inaccessible move constructor}}
54 Ambiguity A; // expected-note{{deleted because field 'A' has multiple move constructors}}
55 …IsAmbiguous(IsAmbiguous&&); // expected-note{{copy constructor is implicitly deleted because 'IsAm…
62 // constructor, because it was defaulted and deleted).
63 IsAmbiguous IA; // expected-note{{deleted because field 'IA' has a deleted move constructor}}
77 // 'cnt' is deleted, but we select the copy constructor, because the object is
79 …const NonTrivial cnt; // expected-note{{deleted because field 'cnt' has a deleted move constructor…
[all …]
Dp11.0x.copy.cpp12 …ected-note{{copy constructor of 'DeletedNTVariant' is implicitly deleted because variant field 'NT…
20 …cted-note{{copy constructor of 'DeletedNTVariant2' is implicitly deleted because variant field 'NT…
28 // copied because overload resolution results in an ambiguity or a function
39 …NoAccess NA; // expected-note{{copy constructor of 'HasNoAccess' is implicitly deleted because fie…
61 …Ambiguity A; // expected-note 2{{copy constructor of 'IsAmbiguous' is implicitly deleted because f…
68 …IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because fiel…
79 // -- a direct or virtual base class B that cannot be copied because overload
82 …ed-note 2{{copy constructor of 'AmbiguousCopyBase' is implicitly deleted because base class 'Ambig…
88 …ected-note {{copy constructor of 'DeletedCopyBase' is implicitly deleted because base class 'Ambig…
92 …-note {{copy constructor of 'InaccessibleCopyBase' is implicitly deleted because base class 'NoAcc…
[all …]
/external/crosvm/devices/src/virtio/snd/
Dlayout.rs15 // Safe because it only has data and has no implicit padding.
23 // Safe because it only has data and has no implicit padding.
32 // Safe because it only has data and has no implicit padding.
41 // Safe because it only has data and has no implicit padding.
52 // Safe because it only has data and has no implicit padding.
60 // Safe because it only has data and has no implicit padding.
76 // Safe because it only has data and has no implicit padding.
85 // Safe because it only has data and has no implicit padding.
100 // Safe because it only has data and has no implicit padding.
108 // Safe because it only has data and has no implicit padding.
[all …]
/external/go-cmp/cmp/cmpopts/
Dutil_test.go112 reason: "not equal because empty non-nil and nil slice differ",
119 reason: "equal because EquateEmpty equates empty slices",
125 reason: "not equal because element order differs",
132 reason: "equal because SortSlices sorts the slices",
139 reason: "not equal because MyInt is not the same type as int",
153 reason: "panics because SortSlices used with non-transitive less function",
162 …reason: "no panics because SortSlices used with valid less function; not equal because NaN != N…
174 …reason: "no panics because SortSlices used with valid less function; equal because EquateNaNs i…
188 reason: "not equal because timezones differ",
203 reason: "equal because SortMaps flattens to a slice where Time.Equal can be used",
[all …]
/external/clang/test/SemaObjC/
Dspecial-dep-unavail-warning.m33 …[c depInA]; // expected-warning {{'depInA' may be deprecated because the receiver type is unknown}}
34 …[c unavailMeth]; // expected-warning {{'unavailMeth' may be unavailable because the receiver type …
35 …[c depInA1]; // expected-warning {{'depInA1' may be deprecated because the receiver type is unknow…
36 …[c unavailMeth1]; // expected-warning {{'unavailMeth1' may be unavailable because the receiver typ…
37 …[c depInA2]; // expected-warning {{'depInA2' may be deprecated because the receiver type is unknow…
38 …[c unavailMeth2]; // expected-warning {{'unavailMeth2' may be unavailable because the receiver typ…
39 …[c depunavailInA]; // expected-warning {{'depunavailInA' may be unavailable because the receiver t…
40 …[c depunavailInA1];// expected-warning {{'depunavailInA1' may be unavailable because the receiver …
41 …[c FuzzyMeth]; // expected-warning {{'FuzzyMeth' may be deprecated because the receiver type …
42 …[c FuzzyMeth1]; // expected-warning {{'FuzzyMeth1' may be deprecated because the receiver type is …
/external/clang/test/CXX/special/class.dtor/
Dp5-0x.cpp19 …NonTrivDtor n; // expected-note {{destructor of 'A1' is implicitly deleted because variant field '…
25 NonTrivDtor n; // expected-note {{because variant field 'n' has a non-trivial destructor}}
31 NonTrivDtor n[3]; // expected-note {{because variant field 'n' has a non-trivial destructor}}
37 NonTrivDtor n[3]; // expected-note {{because variant field 'n' has a non-trivial destructor}}
46 DeletedDtor a; // expected-note {{because field 'a' has a deleted destructor}}
51 InaccessibleDtor a; // expected-note {{because field 'a' has an inaccessible destructor}}
56 DeletedDtor a[4]; // expected-note {{because field 'a' has a deleted destructor}}
61 InaccessibleDtor a[4]; // expected-note {{because field 'a' has an inaccessible destructor}}
67 union { // expected-note {{because field '' has a deleted destructor}}
68 DeletedDtor a; // expected-note {{because field 'a' has a deleted destructor}}
[all …]
/external/rust/crates/crossbeam-channel/src/
Derr.rs6 /// The message could not be sent because the channel is disconnected.
21 /// The message could not be sent because the channel is full.
27 /// The message could not be sent because the channel is disconnected.
38 /// The message could not be sent because the channel is full and the operation timed out.
44 /// The message could not be sent because the channel is disconnected.
50 /// A message could not be received because the channel is empty and disconnected.
61 /// A message could not be received because the channel is empty.
67 /// The message could not be received because the channel is empty and disconnected.
76 /// A message could not be received because the channel is empty and the operation timed out.
82 /// The message could not be received because the channel is empty and disconnected.
[all …]
/external/libevent/include/event2/
Ddns_compat.h61 @deprecated This function is deprecated because it always uses the current
78 @deprecated This function is deprecated because use of the global
91 @deprecated This function is deprecated because it does not allow the
108 @deprecated This function is deprecated because it does not allow the
127 @deprecated This function is deprecated because it does not allow the
142 @deprecated This function is deprecated because it does not allow the
158 @deprecated This function is deprecated because it does not allow the
174 @deprecated This function is deprecated because it does not allow the
187 @deprecated This function is deprecated because it does not allow the
220 @deprecated This function is deprecated because it does not allow the
[all …]
Devent_compat.h68 @deprecated This function is deprecated because it replaces the "current"
82 @deprecated This function is deprecated because it is easily confused by
83 multiple calls to event_init(), and because it is not safe for
96 @deprecated This function is deprecated because it uses the event base from
112 @deprecated This function is deprecated because it uses the event base from
128 @deprecated This function is deprecated because it uses the event base from
141 event_base_once(). Its use is deprecated because it relies on the
155 event_base_get_method(). Its use is deprecated because it relies on the
167 @deprecated This function is deprecated because it is easily confused by
168 multiple calls to event_init(), and because it is not safe for
[all …]
/external/iw/
Dreason.c7 [3] = "Deauthenticated because sending station is leaving (or has left) the IBSS or ESS",
9 [5] = "Disassociated because AP is unable to handle all currently associated STA",
12 [8] = "Disassociated because sending station is leaving (or has left) the BSS",
14 [10] = "Disassociated because the information in the Power Capability element is unacceptable",
15 [11] = "Disassociated because the information in the Supported Channels element is unacceptable",
28 …[31] = "TS deleted because QoS AP lacks sufficient bandwidth for this QoS STA due to a change in B…
30 [33] = "Disassociated because QAP lacks sufficient bandwidth for this STA",
31 [34] = "Disassociated because of excessive frame losses and/or poor channel conditions",
32 [35] = "Disassociated because QSTA is transmitting outside the limits of its polled TXOPs",
/external/clang/test/CXX/special/class.ctor/
Dp5-0x.cpp24 …expected-note {{default constructor of 'Deleted1a' is implicitly deleted because variant field 'u'…
35 int &a; // expected-note 4{{because field 'a' of reference type 'int &' would not be initialized}}
39 …int &&b; // expected-note {{default constructor of 'Deleted2b' is implicitly deleted because field…
52 class Deleted3a { const int a; }; // expected-note {{because field 'a' of const-qualified type 'con…
56 class Deleted3b { const DefaultedDefCtor1 a[42]; }; // expected-note {{because field 'a' of const-q…
58 class Deleted3c { const DefaultedDefCtor2 a; }; // expected-note {{because field 'a' of const-quali…
80 …const UserProvidedDefCtor c; // expected-note {{because variant field 'c' has a non-trivial defaul…
89 …union { const int a; }; // expected-note {{because all data members of an anonymous union member a…
101 struct Deleted6a : Deleted2a {}; // expected-note {{because base class 'Deleted2a' has a deleted de…
103 struct Deleted6b : virtual Deleted2a {}; // expected-note {{because base class 'Deleted2a' has a de…
[all …]
/external/rust/cxx/tests/ui/
Dopaque_autotraits.stderr8 = note: required because it appears within the type `[*const cxx::void; 0]`
9 = note: required because it appears within the type `cxx::private::Opaque`
10 note: required because it appears within the type `ffi::Opaque`
28 = note: required because it appears within the type `[*const cxx::void; 0]`
29 = note: required because it appears within the type `cxx::private::Opaque`
30 note: required because it appears within the type `ffi::Opaque`
48 = note: required because it appears within the type `PhantomData<PhantomPinned>`
49 = note: required because it appears within the type `cxx::private::Opaque`
50 note: required because it appears within the type `ffi::Opaque`
/external/crosvm/media/libvda/src/decode/
Dsession.rs27 // Safe because `conn_ptr()` is valid and won't be invalidated by `init_decode_session()`. in new()
36 // Dereferencing `session_ptr` is safe because it is a valid pointer to a FD provided by in new()
37 // libvda. We need to dup() the `event_pipe_fd` because File object close() the FD while in new()
62 // Safe because libvda must have written vda_event_t to the pipe. in read_event()
65 // Safe because `vda_event` is a value read from `self.pipe`. in read_event()
79 // Safe because `session_ptr` is valid and a libvda's API is called properly. in decode()
97 // Safe because `session_ptr` is valid and a libvda's API is called properly. in set_output_buffer_count()
123 // Safe because `session_ptr` is valid and a libvda's API is called properly. in use_output_buffer()
142 // Safe because `session_ptr` is valid and a libvda's API is called properly. in reuse_output_buffer()
153 // Safe because `session_ptr` is valid and a libvda's API is called properly. in flush()
[all …]
/external/libcxx/lib/abi/
DCHANGELOG.TXT23 ABI break because the symbols are shipped starting with mac OSX 10.13, however
24 users couldn't be relying on the functionality because it is marked as being
51 from the shared library, but this is not an ABI break because it's impossible
56 marking that symbol as hidden would not be an ABI break for them because none
57 of their users could actually be using the symbol in their dylib (because
89 however this is not an ABI break because it's impossible for programs linking
94 (because it's defined in the headers), marking that symbol as hidden would
95 not be an ABI break for them because none of their users could actually be
96 using the symbol in their dylib (because it's an implicit instantiation).
134 __uncaught_exceptions. This change is non-ABI breaking because the symbols
[all …]
/external/crosvm/common/data_model/src/
Dlib.rs38 // Safe because the DataInit trait asserts any data is valid for this type, and we ensured in from_slice()
40 // we don't have any unaligned references. This aliases a pointer, but because the pointer in from_slice()
42 // returned can not outlive data because they have equal implicit lifetime constraints. in from_slice()
51 /// Because `Self` is made from a reference to the mutable slice`, mutations to the returned
63 // Safe because the DataInit trait asserts any data is valid for this type, and we ensured in from_mut_slice()
65 // we don't have any unaligned references. This aliases a pointer, but because the pointer in from_mut_slice()
67 // reference returned can not outlive data because they have equal implicit lifetime in from_mut_slice()
80 // Safe because the pointer is valid and points to `size_of::<Self>()` bytes of zeroes, in from_reader()
85 // Safe because any bit pattern is considered a valid value for `Self`. in from_reader()
95 // Safe because the entire size of self is accessible as bytes because the trait guarantees in as_slice()
[all …]
/external/icing/icing/index/main/
Dposting-list-used.cc61 // Safe to ignore return value because size_in_bytes_ a valid argument. in Clear()
99 // Because we popped all hits from other outside of the compressed area and we in MoveFrom()
110 // should be impossible because we've already assured that there is enough in MoveFrom()
147 // Calling ValueOrDie is safe here because 1 < kNumSpecialHits. in PrependHitToAlmostFull()
173 // return value because 1 < kNumSpecialHits. in PrependHitToAlmostFull()
175 // Safe to ignore the return value because sizeof(Hit) is a valid argument. in PrependHitToAlmostFull()
179 // and go to the full state. Safe to ignore the return value because 1 < in PrependHitToAlmostFull()
189 // Safe to ignore the return value because 1 < kNumSpecialHits in PrependHitToEmpty()
191 // Safe to ignore the return value because sizeof(Hit) is a valid argument. in PrependHitToEmpty()
198 // Safe to ignore the return value because PrependHitUncompressed is in PrependHitToEmpty()
[all …]
/external/clang/test/Sema/
Dpass-object-size.c38 …oaded; //expected-error{{cannot take address of function 'NotOverloaded' because parameter 1 has p… in FunctionPtrs()
39 …oaded; //expected-error{{cannot take address of function 'NotOverloaded' because parameter 1 has p… in FunctionPtrs()
41 …ed function type>'}} expected-note@-6{{candidate address cannot be taken because parameter 1 has p… in FunctionPtrs()
42 …ed function type>'}} expected-note@-7{{candidate address cannot be taken because parameter 1 has p… in FunctionPtrs()
47 …TakeFn(NotOverloaded); //expected-error{{cannot take address of function 'NotOverloaded' because p… in FunctionPtrs()
48 …TakeFn(&NotOverloaded); //expected-error{{cannot take address of function 'NotOverloaded' because in FunctionPtrs()
50 …aded); //expected-error{{cannot take address of function 'NotOverloaded' because parameter 1 has p… in FunctionPtrs()
51 …aded); //expected-error{{cannot take address of function 'NotOverloaded' because parameter 1 has p… in FunctionPtrs()
54 …(&NotOverloaded)(&P); //expected-error{{cannot take address of function 'NotOverloaded' because pa… in FunctionPtrs()
55 … matching function}} expected-note@35{{candidate address cannot be taken because parameter 1 has p… in FunctionPtrs()
/external/crosvm/media/libvda/src/encode/
Dsession.rs40 // Safe because `conn_ptr()` is valid and won't be invalidated by `init_encode_session()`. in new()
49 // Dereferencing `session_ptr` is safe because it is a valid pointer to a FD provided by in new()
50 // libvda. We need to dup() the `event_pipe_fd` because File object close() the FD while in new()
52 // Calling `from_raw_fd` here is safe because the dup'ed FD is not going to be used by in new()
77 // Safe because libvda must have written vea_event_t to the pipe. in read_event()
80 // Safe because `vea_event` is a value read from `self.pipe`. in read_event()
106 // Safe because `session_ptr` is valid and libvda's encode API is called properly. in encode()
137 // Safe because `session_ptr` is valid and libvda's encode API is called properly. in use_output_buffer()
155 // Safe because `session_ptr` is valid and libvda's encode API is called properly. in request_encoding_params_change()
171 // Safe because `session_ptr` is valid and libvda's encode API is called properly. in flush()
[all …]
/external/crosvm/rutabaga_gfx/src/
Dvirgl_renderer.rs49 // Safe because the context and buffer are valid and virglrenderer will have been in submit_cmd()
62 // The context id and resource id must be valid because the respective instances ensure in attach()
70 // The context id and resource id must be valid because the respective instances ensure in detach()
96 // The context is safe to destroy because nothing else can be referencing it. in drop()
189 // Safe because the image parameters are stack variables of the correct type. in export_query()
204 // Safe because virglrenderer wraps and validates use of GL/VK. in map_func()
255 // Cookie is intentionally never freed because virglrenderer never gets uninitialized. in init()
256 // Otherwise, Resource and Context would become invalid because their lifetime is not tied in init()
269 // Safe because a valid cookie and set of callbacks is used and the result is checked for in init()
326 // Safe because the FD was just returned by a successful virglrenderer in export_blob()
[all …]

12345678910>>...473