Home
last modified time | relevance | path

Searched full:always (Results 1 – 25 of 11600) sorted by relevance

12345678910>>...464

/external/angle/src/libANGLE/renderer/
Ddxgi_support_data.json16 "texture2D": "always",
17 "texture3D": "always",
18 "textureCube": "always",
27 "texture2D": "always",
28 "texture3D": "always",
29 "textureCube": "always",
31 "renderTarget": "always",
34 "mipAutoGen": "always"
60 "texture2D": "always",
61 "texture3D": "always",
[all …]
/external/rust/crates/glam/src/f64/
Dmath.rs3 #[inline(always)]
8 #[inline(always)]
13 #[inline(always)]
18 #[inline(always)]
23 #[inline(always)]
28 #[inline(always)]
33 #[inline(always)]
38 #[inline(always)]
43 #[inline(always)]
48 #[inline(always)]
[all …]
/external/rust/crates/ppv-lite86/src/
Dgeneric.rs14 #[inline(always)]
20 #[inline(always)]
26 #[inline(always)]
32 #[inline(always)]
38 #[inline(always)]
45 #[inline(always)]
55 #[inline(always)]
59 #[inline(always)]
65 #[inline(always)]
73 #[inline(always)]
[all …]
Dsoft.rs12 #[inline(always)]
21 #[inline(always)]
31 #[inline(always)]
41 #[inline(always)]
108 #[inline(always)]
114 #[inline(always)]
120 #[inline(always)]
124 #[inline(always)]
131 #[inline(always)]
142 #[inline(always)]
[all …]
/external/clang/test/SemaCXX/
Dbool-compare.cpp8 …ue) {} // expected-warning {{comparison of true with expression of type 'bool' is always false}} in f()
11 …true) {} // expected-warning {{comparison of true with expression of type 'bool' is always true}} in f()
16 …se) {} // expected-warning {{comparison of false with expression of type 'bool' is always false}} in f()
17 …alse) {} // expected-warning {{comparison of false with expression of type 'bool' is always true}} in f()
22 …){} // expected-warning {{comparison of constant 1 with expression of type 'bool' is always false}} in f()
32 … {} // expected-warning {{comparison of constant 1 with expression of type 'bool' is always false}} in f()
33 … {} // expected-warning {{comparison of constant 2 with expression of type 'bool' is always false}} in f()
35 …) {} // expected-warning {{comparison of constant 0 with expression of type 'bool' is always true}} in f()
37 … {} // expected-warning {{comparison of constant 2 with expression of type 'bool' is always false}} in f()
38 … {} // expected-warning {{comparison of constant -1 with expression of type 'bool' is always true}} in f()
[all …]
Dwarn-tautological-undefined-compare.cpp9 …nced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to false}} in test1()
11 …enced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true}} in test1()
19 …er cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false}} in foo()
21 …ter cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to true}} in foo()
27 …nced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to false}} in bar()
29 …enced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true}} in bar()
49 …nced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to false}} in test()
51 …nced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to false}} in test()
54 …enced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true}} in test()
56 …enced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true}} in test()
[all …]
Dwarn-tautological-compare.cpp15 …cted-warning@-1{{comparison of constant 2147483647 with expression of type 'short' is always true}} in test0()
20 …cted-warning@-1{{comparison of constant 2147483647 with expression of type 'short' is always true}} in test1()
44 // expected-warning@-1{{comparison of array 'b' equal to a null pointer is always false}} in test()
46 // expected-warning@-1{{comparison of array 'b' not equal to a null pointer is always true}} in test()
48 // expected-warning@-1{{comparison of array 'b' equal to a null pointer is always false}} in test()
50 // expected-warning@-1{{comparison of array 'b' not equal to a null pointer is always true}} in test()
52 // expected-warning@-1{{comparison of array 'c.x' equal to a null pointer is always false}} in test()
54 // expected-warning@-1{{comparison of array 'c.x' not equal to a null pointer is always true}} in test()
56 // expected-warning@-1{{comparison of array 'str' equal to a null pointer is always false}} in test()
58 // expected-warning@-1{{comparison of array 'str' not equal to a null pointer is always true}} in test()
[all …]
Dwarn-undefined-bool-conversion.cpp9 …eferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true}} in test1()
12 …eferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true}} in test1()
20 …pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true}} in foo()
23 …pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true}} in foo()
29 …eferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true}} in bar()
32 …eferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true}} in bar()
52 …eferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true}} in test()
54 …eferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true}} in test()
56 …eferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true}} in test()
59 …eferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true}} in test()
[all …]
Dcompare.cpp92 …ing {{comparison of constant 'C' (65536) with expression of type 'unsigned short' is always false}} in test0()
93 …ning {{comparison of constant 'C' (65536) with expression of type 'unsigned char' is always false}} in test0()
104 …ing {{comparison of constant 'C' (65536) with expression of type 'unsigned short' is always false}} in test0()
105 …ning {{comparison of constant 'C' (65536) with expression of type 'unsigned char' is always false}} in test0()
122 …cted-warning {{comparison of constant 'C' (65536) with expression of type 'short' is always false}} in test0()
123 …arning {{comparison of constant 'C' (65536) with expression of type 'signed char' is always false}} in test0()
134 …ected-warning {{comparison of constant 'C' (65536) with expression of type 'short' is always true}} in test0()
135 …warning {{comparison of constant 'C' (65536) with expression of type 'signed char' is always true}} in test0()
144 …-warning {{comparison of constant 524288 with expression of type 'unsigned short' is always false}} in test0()
145 …d-warning {{comparison of constant 524288 with expression of type 'unsigned char' is always false}} in test0()
[all …]
/external/clang/test/Sema/
Doutof-range-constant-compare.c9 …arning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}} in main()
11 …warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always true}} in main()
13 …warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always true}} in main()
15 …warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always true}} in main()
17 …arning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}} in main()
19 …arning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}} in main()
22 …arning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}} in main()
24 …warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always true}} in main()
26 …arning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}} in main()
28 …arning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}} in main()
[all …]
Dbool-compare.c8 …2) > 1) {} // expected-warning {{comparison of constant 1 with boolean expression is always false}} in f()
33 … 1) {} // expected-warning {{comparison of constant 1 with boolean expression is always false}} in f()
34 … 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always false}} in f()
37 … -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always true}} in f()
39 … 0) {} // expected-warning {{comparison of constant 0 with boolean expression is always false}} in f()
41 …< 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always true}} in f()
44 …-1) {} // expected-warning {{comparison of constant -1 with boolean expression is always false}} in f()
46 …>= 0) {} // expected-warning {{comparison of constant 0 with boolean expression is always true}} in f()
48 …= 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always false}} in f()
51 …= -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always true}} in f()
[all …]
Dwarn-overlap.c21 if (x != 2 || x != 3) { } // expected-warning {{overlapping comparisons always evaluate to true}} in f()
22 if (x > 2 || x < 3) { } // expected-warning {{overlapping comparisons always evaluate to true}} in f()
26 if (x > 2 || x <= 2) { } // expected-warning {{overlapping comparisons always evaluate to true}} in f()
27 if (x > 2 || x <= 3) { } // expected-warning {{overlapping comparisons always evaluate to true}} in f()
30 if (x >= 2 || x < 2) { } // expected-warning {{overlapping comparisons always evaluate to true}} in f()
31 if (x >= 2 || x < 3) { } // expected-warning {{overlapping comparisons always evaluate to true}} in f()
33 if (x >= 2 || x <= 1) { } // expected-warning {{overlapping comparisons always evaluate to true}} in f()
34 if (x >= 2 || x <= 2) { } // expected-warning {{overlapping comparisons always evaluate to true}} in f()
35 if (x >= 2 || x <= 3) { } // expected-warning {{overlapping comparisons always evaluate to true}} in f()
36 if (x >= 0 || x <= 0) { } // expected-warning {{overlapping comparisons always evaluate to true}} in f()
[all …]
Dwarn-tautological-compare.c15 if (!b) {} // expected-warning {{address of array 'b' will always evaluate to 'true'}} in test()
16 …if (b == 0) {} // expected-warning {{comparison of array 'b' equal to a null pointer is always fal… in test()
17 if (!c.x) {} // expected-warning {{address of array 'c.x' will always evaluate to 'true'}} in test()
18 … == 0) {} // expected-warning {{comparison of array 'c.x' equal to a null pointer is always false}} in test()
19 if (!str) {} // expected-warning {{address of array 'str' will always evaluate to 'true'}} in test()
20 …= str) {} // expected-warning {{comparison of array 'str' equal to a null pointer is always false}} in test()
26 if (!array) { // expected-warning {{address of array 'array' will always evaluate to 'true'}} in test1()
28 …0) { // expected-warning {{comparison of array 'array' not equal to a null pointer is always true}} in test1()
31 …y == 0) // expected-warning {{comparison of array 'array' equal to a null pointer is always false}} in test1()
39 if (!&pointer) { // expected-warning {{address of 'pointer' will always evaluate to 'true'}} in test2()
[all …]
Dself-comparison.c4 return x == x; // expected-warning {{self-comparison always evaluates to true}} in foo()
8 return (x) != (((x))); // expected-warning {{self-comparison always evaluates to false}} in foo2()
12 if (s == s) {} // expected-warning {{self-comparison always evaluates to true}} in foo3()
17 if (v == v) {} // expected-warning {{self-comparison always evaluates to true}} in foo4()
55 return array1 == array1; // expected-warning{{self-comparison always evaluates to true}} in array_comparisons()
56 return array1 != array1; // expected-warning{{self-comparison always evaluates to false}} in array_comparisons()
57 return array1 < array1; // expected-warning{{self-comparison always evaluates to false}} in array_comparisons()
58 return array1 <= array1; // expected-warning{{self-comparison always evaluates to true}} in array_comparisons()
59 return array1 > array1; // expected-warning{{self-comparison always evaluates to false}} in array_comparisons()
60 return array1 >= array1; // expected-warning{{self-comparison always evaluates to true}} in array_comparisons()
[all …]
/external/rust/crates/glam/src/f32/
Dmath.rs37 #[inline(always)]
42 #[inline(always)]
47 #[inline(always)]
52 #[inline(always)]
58 #[inline(always)]
63 #[inline(always)]
68 #[inline(always)]
73 #[inline(always)]
78 #[inline(always)]
83 #[inline(always)]
[all …]
/external/rust/crates/winnow/src/stream/
Dmod.rs132 #[inline(always)]
141 #[inline(always)]
202 #[inline(always)]
215 #[inline(always)]
279 #[inline(always)]
288 #[inline(always)]
385 #[inline(always)]
403 #[inline(always)]
423 #[inline(always)]
482 #[inline(always)]
[all …]
/external/rust/crates/pin-project/tests/
Dcfg.rs13 struct Always; struct
26 inner: Always, in cfg()
34 let _ = SameName { inner: Always }; in cfg()
40 a: Always, in cfg()
48 let _ = DifferentName { a: Always }; in cfg()
54 Always, in cfg()
62 let _ = TupleStruct(Always); in cfg()
73 Inner(#[pin] Always), in cfg()
78 A(#[pin] Always), in cfg()
85 let _ = Variant::Inner(Always); in cfg()
[all …]
/external/rust/crates/memchr/src/
Dvector.rs14 /// routines with #[target_feature] and instead mark them as #[inline(always)]
15 /// to ensure they get appropriately inlined. (inline(always) cannot be used
127 #[inline(always)]
141 #[inline(always)]
147 #[inline(always)]
152 #[inline(always)]
157 #[inline(always)]
162 #[inline(always)]
167 #[inline(always)]
172 #[inline(always)]
[all …]
/external/libdrm/tests/ttmtest/src/
Dxf86dristr.h60 CARD8 reqType; /* always DRIReqCode */
61 CARD8 driReqType; /* always X_DRIQueryVersion */
86 CARD8 reqType; /* always DRIReqCode */
115 CARD8 reqType; /* always DRIReqCode */
116 CARD8 driReqType; /* always X_DRIOpenConnection */
141 CARD8 reqType; /* always DRIReqCode */
142 CARD8 driReqType; /* always X_DRICloseConnection */
168 CARD8 reqType; /* always DRIReqCode */
169 CARD8 driReqType; /* always X_DRICloseConnection */
178 CARD8 reqType; /* always DRIReqCode */
[all …]
/external/python/google-api-python-client/docs/dyn/
DgamesConfiguration_v1configuration.leaderboardConfigurations.html134 … String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `…
136 … String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `…
139 … String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `…
151 … String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `…
154 … String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `…
161 … String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `…
164 … String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `…
171 … String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `…
174 … String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `…
181 … String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `…
[all …]
/external/federated-compute/fcp/protos/
Dopstats.proto57 // happen anymore. This ensures that this event can always be compared
82 // happen anymore. This ensures that this event can always be compared
147 // Always preceded by EVENT_KIND_ELIGIBILITY_CHECKIN_STARTED.
152 // Always preceded by EVENT_KIND_ELIGIBILITY_CHECKIN_STARTED.
156 // on the client. Always preceded by
161 // Always preceded by EVENT_KIND_ELIGIBILITY_CHECKIN_STARTED.
165 // Always preceded by EVENT_KIND_CHECKIN_STARTED.
170 // Always preceded by EVENT_KIND_CHECKIN_STARTED.
174 // client. Always preceded by EVENT_KIND_CHECKIN_STARTED.
178 // Always preceded by EVENT_KIND_CHECKIN_STARTED.
[all …]
/external/rust/crates/bincode/src/config/
Dint.rs23 #[inline(always)]
29 #[inline(always)]
68 #[inline(always)]
195 #[inline(always)]
207 #[inline(always)]
262 #[inline(always)]
270 #[inline(always)]
331 #[inline(always)]
335 #[inline(always)]
339 #[inline(always)]
[all …]
/external/clang/test/SemaObjCXX/
Dwarn-objc-literal-conversion.mm24 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
29 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
31 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
33 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
35 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
40 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
42 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
44 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
46 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
51 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
[all …]
/external/cronet/third_party/icu/source/test/testdata/
Dnumberpermutationtest.txt88 scientific/+ee/sign-always percent unit-width-narrow
102 scientific/+ee/sign-always percent unit-width-full-name
116 scientific/+ee/sign-always currency/EUR unit-width-narrow
130 scientific/+ee/sign-always currency/EUR unit-width-full-name
144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow
158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name
340 scientific/+ee/sign-always percent precision-integer
354 scientific/+ee/sign-always percent .000
368 scientific/+ee/sign-always percent .##/@@@+
382 scientific/+ee/sign-always percent @@
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberpermutationtest.txt88 scientific/+ee/sign-always percent unit-width-narrow
102 scientific/+ee/sign-always percent unit-width-full-name
116 scientific/+ee/sign-always currency/EUR unit-width-narrow
130 scientific/+ee/sign-always currency/EUR unit-width-full-name
144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow
158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name
340 scientific/+ee/sign-always percent precision-integer
354 scientific/+ee/sign-always percent .000
368 scientific/+ee/sign-always percent .##/@@@+
382 scientific/+ee/sign-always percent @@
[all …]

12345678910>>...464