Home
last modified time | relevance | path

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

12345678910>>...378

/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/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/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/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/libevent/include/event2/
Ddns_compat.h60 @deprecated This function is deprecated because it always uses the current
76 @deprecated This function is deprecated because use of the global
88 @deprecated This function is deprecated because it does not allow the
104 @deprecated This function is deprecated because it does not allow the
122 @deprecated This function is deprecated because it does not allow the
136 @deprecated This function is deprecated because it does not allow the
151 @deprecated This function is deprecated because it does not allow the
166 @deprecated This function is deprecated because it does not allow the
178 @deprecated This function is deprecated because it does not allow the
209 @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",
Dstatus.c12 [15] = "Authentication rejected because of challenge failure",
14 [17] = "Association denied because AP is unable to handle additional associated STA",
19 [22] = "Association request rejected because Spectrum Management capability is required",
20 …[23] = "Association request rejected because the information in the Power Capability element is un…
21 …[24] = "Association request rejected because the information in the Supported Channels element is …
26 …[29] = "Association denied because the requesting STA does not support the PCO transition required…
35 …[39] = "The TS has not been created because the request cannot be honored. However, a suggested Ts…
47 [51] = "Association denied because Listen Interval is too large",
/external/webrtc/webrtc/base/
Darray_view_unittest.cc33 // Call<char>(carr); // Compile error, because can't drop const. in TEST()
34 // Call<int>(arr); // Compile error, because incompatible types. in TEST()
54 // These are compile errors, because incompatible types. in TEST()
73 // ArrayView<char> v = z; // Compile error, because can't drop const. in TEST()
94 // v = z; // Compile error, because can't drop const. in TEST()
103 // Call<unsigned int>(v); // Compile error, because incompatible types. in TEST()
111 // ArrayView<double> d = v; // Compile error, because incompatible types. in TEST()
114 // Call<int>(cv); // Compile error, because can't drop const. in TEST()
118 // ArrayView<int> w = cv; // Compile error, because can't drop const. in TEST()
125 // Call<int8_t>(b); // Compile error, because incompatible types. in TEST()
[all …]
/external/pcre/dist2/doc/
Dpcre2partial.357 subject string is reached successfully, but matching cannot continue because
62 inspecting at least one character exists because an empty string can always be
74 ovector defines the matched string as "123", because \eK resets the "start of
76 is "456abc12", a partial match is found for the string "abc12", because all
92 This option is "soft" because it prefers a complete match over a partial match.
107 example, there are two partial matches, because "dog" on its own partially
116 possible complete matches. This option is "hard" because it prefers an earlier
140 In this case the result is always a complete match because that is found first,
147 The second pattern will never match "dogsbody", because it will always find the
166 Because the DFA functions always search for all possible matches, and there is
[all …]
/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ARM/
Dinline-fp.ll7 ; NOFP-DAG: single not inlined into test_single because too costly to inline (cost=125, threshold=7…
8 ; NOFP-DAG: single not inlined into test_single because too costly to inline (cost=125, threshold=7…
11 ; NOFP-DAG: double not inlined into test_double because too costly to inline (cost=125, threshold=7…
12 ; NOFP-DAG: double not inlined into test_double because too costly to inline (cost=125, threshold=7…
13 ; NOFP-DAG: single_force_soft not inlined into test_single_force_soft because too costly to inline …
14 ; NOFP-DAG: single_force_soft not inlined into test_single_force_soft because too costly to inline …
22 ; FULLFP-DAG: single_force_soft not inlined into test_single_force_soft because too costly to inlin…
23 ; FULLFP-DAG: single_force_soft not inlined into test_single_force_soft because too costly to inlin…
29 ; SINGLEFP-DAG: double not inlined into test_double because too costly to inline (cost=125, thresho…
30 ; SINGLEFP-DAG: double not inlined into test_double because too costly to inline (cost=125, thresho…
[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/google-breakpad/src/processor/
Dstackwalker_selftest.cc33 // by default, because certain optimizations interfere with its proper
145 // GetEBP returns the current value of the %ebp register. Because it's
149 // on the stack (provided frame pointers are not being omitted.) Because
186 // because GetEBP and stackwalking necessarily depends on access to frame
187 // pointers. Because this function depends on a call instruction and the
204 // is the stack pointer on ppc. Because it's implemented as a function,
207 // compiler-generated prolog stored on the stack. Because this function
223 // GetPC. Because this function depends on the caller's use of a branch
240 // by convention, is the stack pointer on sparc. Because it's implemented
244 // Because this function depends on the compiler-generated prolog, inlining
[all …]
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto26 // Auth failed because of bad user name.
28 // Auth failed because of bad password.
30 // Auth failed because of expired password.
32 // Auth failed because of bad realm or network.
72 // Kinit failed because of bad machine name.
74 // Kinit failed to change the password because the password was rejected.
77 // cannot be sent to session_manager because install attributes are not locked
81 // Join failed because computer organizational unit does not exist.
83 // Join failed because computer organizational unit is invalid.
89 // Fetching user policy failed because device policy was unavailable.
[all …]
/external/mockito/src/test/java/org/mockitousage/misuse/
DRestrictedObjectMethodsTest.java43 //because it leads to really weird behavior sometimes in shouldBeSilentWhenVerifyHashCode()
44 //it's because cglib & my code can occasionelly call those methods in shouldBeSilentWhenVerifyHashCode()
51 //because it leads to really weird behavior sometimes in shouldBeSilentWhenVerifyEquals()
52 //it's because cglib & my code can occasionelly call those methods in shouldBeSilentWhenVerifyEquals()
59 //because it leads to really weird behavior sometimes in shouldBeSilentWhenVerifyEqualsInOrder()
60 //it's because cglib & my code can occasionelly call those methods in shouldBeSilentWhenVerifyEqualsInOrder()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h64 /// nil = Needs an entry because an exception might pass by.
66 /// uwtable = Needs an entry because the ABI says so and because
68 /// uwtable + nounwind = Needs an entry because the ABI says so.
231 /// Add an argument attribute. Returns a new set because attribute sets are
235 /// Add a target-dependent attribute. Returns a new set because attribute sets
240 /// Add attributes to the attribute set. Returns a new set because attribute
244 /// Remove the specified attribute from this set. Returns a new set because
248 /// Remove the specified attribute from this set. Returns a new set because
252 /// Remove the specified attributes from this set. Returns a new set because
377 /// Returns a new list because attribute lists are immutable.
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
DConstructorTest.java31 // not filtered because not private: in testCoverageResult()
34 // not filtered because has argument: in testCoverageResult()
37 // not filtered because not empty - prepares arguments for super in testCoverageResult()
41 // not filtered because contains initialization of a field to hold in testCoverageResult()
46 // not filtered because not empty - contains initialization of in testCoverageResult()
50 // not filtered because default constructor for not private inner in testCoverageResult()
/external/pcre/dist2/doc/html/
Dpcre2partial.html81 subject string is reached successfully, but matching cannot continue because
86 inspecting at least one character exists because an empty string can always be
99 ovector defines the matched string as "123", because \K resets the "start of
101 is "456abc12", a partial match is found for the string "abc12", because all
119 This option is "soft" because it prefers a complete match over a partial match.
135 example, there are two partial matches, because "dog" on its own partially
144 possible complete matches. This option is "hard" because it prefers an earlier
168 In this case the result is always a complete match because that is found first,
175 The second pattern will never match "dogsbody", because it will always find the
194 Because the DFA functions always search for all possible matches, and there is
[all …]
/external/clang/test/CodeGen/
Dmips-unsupported-nan.c34 // CHECK-MIPS2: warning: ignoring '-mnan=2008' option because the 'mips2' architecture does not sup…
35 // CHECK-MIPS3: warning: ignoring '-mnan=2008' option because the 'mips3' architecture does not sup…
36 // CHECK-MIPS4: warning: ignoring '-mnan=2008' option because the 'mips4' architecture does not sup…
37 // CHECK-MIPS32: warning: ignoring '-mnan=2008' option because the 'mips32' architecture does not s…
38 // CHECK-MIPS32R6: warning: ignoring '-mnan=legacy' option because the 'mips32r6' architecture does…
39 // CHECK-MIPS64: warning: ignoring '-mnan=2008' option because the 'mips64' architecture does not s…
40 // CHECK-MIPS64R6: warning: ignoring '-mnan=legacy' option because the 'mips64r6' architecture does…
/external/curl/tests/python_dependencies/impacket/
Dnt_errors.py24 0x00000101: ("STATUS_ALERTED","The delay completed because the thread was alerted."),
27 …0x00000104: ("STATUS_REPARSE","A reparse should be performed by the Object Manager because the nam…
46 …TUS_REPARSE_OBJECT","A reparse should be performed by the Object Manager because the name of the f…
49 …TED_LOCALLY","The directory service evaluated group memberships locally, because it was unable to …
77 …uccessfully read the requested data from a redundant copy. This was done because the file system e…
78 …em successfully wrote a redundant copy of the information. This was done because the file system e…
79 …OUNTER_TIMEOUT","{Serial IOCTL Timeout} A serial I/O operation completed because the time-out peri…
159 …SED","{Handles Closed} Handles to objects have been automatically closed because of the requested …
162 …0x8000000D: ("STATUS_PARTIAL_COPY","Because of protection conflicts, not all the requested bytes c…
196 … This file has now been repaired. Check if any data in the file was lost because of the corruption…
[all …]

12345678910>>...378