Home
last modified time | relevance | path

Searched full:never (Results 1 – 25 of 14820) sorted by relevance

12345678910>>...593

/external/angle/src/libANGLE/renderer/
Ddxgi_support_data.json5 "texture2D": "never",
6 "texture3D": "never",
7 "textureCube": "never",
8 "shaderSample": "never",
9 "renderTarget": "never",
10 "multisampleRT": "never",
11 "depthStencil": "never",
12 "mipAutoGen": "never"
19 "shaderSample": "never",
20 "renderTarget": "never",
[all …]
/external/mesa3d/.gitlab-ci/
Dfarm-rules.yml6 # when: never
13 # Note: the "manual" variant of each farm rules changes the above to `never`,
21 # when: never
33 - exists: [ .ci-farms-disabled/microsoft ] # 1. Is disabled, never run
34 when: never
40 when: never
48 when: never
51 when: never
59 when: never
71 when: never
[all …]
/external/threetenbp/src/test/java/org/threeten/bp/format/
DTestNumberParser.java55 …{new NumberPrinterParser(DAY_OF_MONTH, 1, 2, SignStyle.NEVER), "12", -1, IndexOutOfBoundsException… in data_error()
56 …{new NumberPrinterParser(DAY_OF_MONTH, 1, 2, SignStyle.NEVER), "12", 3, IndexOutOfBoundsException.… in data_error()
76 {1, 2, SignStyle.NEVER, 0, "12", 0, 2, 12L}, // normal in provider_parseData()
77 {1, 2, SignStyle.NEVER, 0, "Xxx12Xxx", 3, 5, 12L}, // parse in middle in provider_parseData()
78 {1, 2, SignStyle.NEVER, 0, "99912999", 3, 5, 12L}, // parse in middle in provider_parseData()
79 {2, 4, SignStyle.NEVER, 0, "12345", 0, 4, 1234L}, // stops at max width in provider_parseData()
80 {2, 4, SignStyle.NEVER, 0, "12-45", 0, 2, 12L}, // stops at dash in provider_parseData()
81 {2, 4, SignStyle.NEVER, 0, "123-5", 0, 3, 123L}, // stops at dash in provider_parseData()
98 {1, 2, SignStyle.NEVER, 1, "A1", 0, ~0, 0}, in provider_parseData()
99 {1, 2, SignStyle.NEVER, 1, " 1", 0, ~0, 0}, in provider_parseData()
[all …]
/external/clang/test/Sema/
Dwarn-unreachable.c12 goto e; // expected-warning {{will never be executed}} in test1()
16 goto b; // expected-warning {{will never be executed}} in test1()
17 goto a; // expected-warning {{will never be executed}} in test1()
33 dead(); // expected-warning {{will never be executed}} in test2()
37 dead(); // expected-warning {{will never be executed}} in test2()
41 + // expected-warning {{will never be executed}} in test2()
49 goto a4; // expected-warning {{will never be executed}} in test2()
54 dead(); // expected-warning {{will never be executed}} in test2()
68 dead(); // expected-warning {{will never be executed}} in test2()
81 dead(); // expected-warning {{will never be executed}} in test2()
[all …]
/external/sdv/vsomeip/third_party/boost/asio/test/execution/
Dprefer_only.cpp192 return either_blocking_executor(execution::blocking.never); in require()
198 if (blocking_ == execution::blocking.never) in execute()
301 boost::asio::query(ex1, execution::blocking.never) in prefer_only_executor_query_test()
315 boost::asio::query(ex2, execution::blocking.never) in prefer_only_executor_query_test()
318 executor_type ex3 = boost::asio::prefer(ex1, execution::blocking.never); in prefer_only_executor_query_test()
329 boost::asio::query(ex3, execution::blocking.never) in prefer_only_executor_query_test()
336 == execution::blocking.never); in prefer_only_executor_query_test()
340 == execution::blocking.never); in prefer_only_executor_query_test()
343 boost::asio::query(ex4, execution::blocking.never) in prefer_only_executor_query_test()
344 == execution::blocking.never); in prefer_only_executor_query_test()
[all …]
/external/clang/test/SemaCXX/
Dwarn-unreachable.cpp35 dead(); // expected-warning {{will never be executed}} in test2()
41 --; // expected-warning {{will never be executed}} in test3()
44 halt() // expected-warning {{will never be executed}} in test3()
49 (halt()); // expected-warning {{will never be executed}} in test3()
57 halt(), foor()// expected-warning {{will never be executed}} in test4()
67 .mem; // expected-warning {{will never be executed}} in test5()
77 (halt()); // expected-warning {{will never be executed}} in test6()
107 dead(); // expected-warning {{will never be executed}} in funcToSpecialize()
129 return PR19040_TEST_FAILURE; // expected-warning {{will never be executed}} in PR19040_fn1()
145 return ""; // expected-warning {{'return' will never be executed}} in testStr()
[all …]
Dunreachable-code.cpp8 ++i) { // expected-warning {{loop will run at most once (loop increment never executed)}} in test1()
14 return 1; // expected-warning {{will never be executed}} in test1()
20 ++i) { // expected-warning {{loop will run at most once (loop increment never executed)}} in test1_B()
26 return bar(); // expected-warning {{will never be executed}} in test1_B()
33 bar(); // expected-warning {{will never be executed}} in test2()
39 bar(); // expected-warning {{will never be executed}} in test2()
42 bar(); // expected-warning {{will never be executed}} in test2()
47 bar(); // expected-warning {{will never be executed}} in test3()
51 bar(); // expected-warning {{will never be executed}} in test3()
/external/rust/android-crates-io/crates/memmap2/src/
Dstub.rs4 // A stable alternative to https://doc.rust-lang.org/stable/std/primitive.never.html
5 enum Never {} enum
8 never: Never, field
44 match self.never {} in flush()
48 match self.never {} in flush_async()
52 match self.never {} in make_read_only()
56 match self.never {} in make_exec()
60 match self.never {} in make_mut()
65 match self.never {} in ptr()
70 match self.never {} in mut_ptr()
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBugreportManagerTest.java11 import static org.mockito.Mockito.never;
91 verify(callback, never()).onFinished(); in startBugreport()
92 verify(callback, never()).onError(anyInt()); in startBugreport()
128 verify(callback, never()).onFinished(); in startTwoBugreports()
129 verify(callback, never()).onError(anyInt()); in startTwoBugreports()
142 verify(callback, never()).onFinished(); in startTwoBugreports()
143 verify(callback, never()).onError(anyInt()); in startTwoBugreports()
150 verify(callback, never()).onError(anyInt()); in startTwoBugreports()
164 verify(callback, never()).onFinished(); in retrieveBugreport()
165 verify(callback, never()).onError(anyInt()); in retrieveBugreport()
[all …]
DShadowContextHubManagerTest.java9 import static org.mockito.Mockito.never;
208 verify(callback, never()).onNanoAppLoaded(any(), anyLong()); in broadcastsFromContextHub_notifiesClient()
214 verify(callback, never()).onMessageFromNanoApp(any(), any()); in broadcastsFromContextHub_notifiesClient()
220 verify(callback, never()).onHubReset(any()); in broadcastsFromContextHub_notifiesClient()
225 verify(callback, never()).onNanoAppAborted(any(), anyLong(), anyInt()); in broadcastsFromContextHub_notifiesClient()
230 verify(callback, never()).onNanoAppUnloaded(any(), anyLong()); in broadcastsFromContextHub_notifiesClient()
235 verify(callback, never()).onNanoAppEnabled(any(), anyLong()); in broadcastsFromContextHub_notifiesClient()
240 verify(callback, never()).onNanoAppDisabled(any(), anyLong()); in broadcastsFromContextHub_notifiesClient()
247 verify(callback, never()).onClientAuthorizationChanged(any(), anyLong(), anyInt()); in broadcastsFromContextHub_notifiesClient()
258 verify(callback, never()).onClientAuthorizationChanged(any(), anyLong(), anyInt()); in broadcastsClientAuthorizationChanged_notifiesClient()
[all …]
/external/skia/src/core/
DSkTypeface_remote.h111 int onGetUPEM() const override { SK_ABORT("Should never be called."); } in onGetUPEM()
113 SK_ABORT("Should never be called."); in onOpenStream()
116 SK_ABORT("Should never be called."); in onMakeClone()
123 SK_ABORT("Should never be called."); in onGetVariationDesignPosition()
127 SK_ABORT("Should never be called."); in onGetVariationDesignParameters()
134 SK_ABORT("Should never be called."); in onGetPostScriptName()
137 SK_ABORT("Should never be called."); in onCreateFamilyNameIterator()
140 SK_ABORT("Should never be called."); in onGetTableTags()
143 SK_ABORT("Should never be called."); in onGetTableData()
156 SK_ABORT("Should never be called."); in onGetFontDescriptor()
[all …]
/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dsmart_ptr.hpp124 //!convertible, offset_ptrs will be convertibles. Never throws.
136 //!Pointer-like -> operator. It can return 0 pointer. Never throws.
141 //! is undefined. Never throws.
145 //!Indexing operator. Never throws.
149 //!Assignment from other smart_ptr. Never throws.
154 //! are assignable, offset_ptrs will be assignable. Never throws.
159 //!smart_ptr + std::ptrdiff_t. Never throws.
163 //!smart_ptr - std::ptrdiff_t. Never throws.
167 //!smart_ptr += std::ptrdiff_t. Never throws.
171 //!smart_ptr -= std::ptrdiff_t. Never throws.
[all …]
/external/python/typing/docs/source/
Dunreachable.rst7 Sometimes it is necessary to write code that should never execute, and
13 - ``Never``, the primitive type used for unreachable code
18 ``Never`` and ``NoReturn``
24 the return type of a function that never returns, or the argument type
25 of a function that may never be called. You can also think of the
29 While it was originally meant only for functions that never return,
34 typing-extensions 4.1 add a new primitive, ``Never``. To type checkers,
37 In this guide, we'll use ``Never`` for the bottom type, but if you cannot
43 The ``Never`` type can be leveraged to perform static exhaustiveness checking,
49 function with a parameter typed as ``Never``. The type checker will allow
[all …]
/external/rust/android-crates-io/crates/futures-util/src/
Dnever.rs1 //! This module contains the `Never` type.
3 //! Values of this type can never be created and will never exist.
7 /// This is used to indicate values which can never be created, such as the
13 /// the future it may be an alias for [`!`][never].
16 /// [never]: https://doc.rust-lang.org/nightly/std/primitive.never.html
18 pub type Never = core::convert::Infallible; typedef
/external/cronet/tot/base/android/junit/src/org/chromium/base/process_launcher/
DChildProcessConnectionTest.java17 import static org.mockito.Mockito.never;
265 verify(mServiceCallback, never()).onChildStarted(); in testServiceStartsSuccessfully()
266 verify(mServiceCallback, never()).onChildStartFailed(any()); in testServiceStartsSuccessfully()
267 verify(mServiceCallback, never()).onChildProcessDied(any()); in testServiceStartsSuccessfully()
273 verify(mServiceCallback, never()).onChildStartFailed(any()); in testServiceStartsSuccessfully()
274 verify(mServiceCallback, never()).onChildProcessDied(any()); in testServiceStartsSuccessfully()
288 verify(mServiceCallback, never()).onChildStarted(); in testServiceStartsAndFailsToBind()
289 verify(mServiceCallback, never()).onChildStartFailed(any()); in testServiceStartsAndFailsToBind()
301 verify(mServiceCallback, never()).onChildStartFailed(any()); in testServiceStops()
313 verify(mServiceCallback, never()).onChildStartFailed(any()); in testServiceDisconnects()
[all …]
/external/cronet/stable/base/android/junit/src/org/chromium/base/process_launcher/
DChildProcessConnectionTest.java17 import static org.mockito.Mockito.never;
265 verify(mServiceCallback, never()).onChildStarted(); in testServiceStartsSuccessfully()
266 verify(mServiceCallback, never()).onChildStartFailed(any()); in testServiceStartsSuccessfully()
267 verify(mServiceCallback, never()).onChildProcessDied(any()); in testServiceStartsSuccessfully()
273 verify(mServiceCallback, never()).onChildStartFailed(any()); in testServiceStartsSuccessfully()
274 verify(mServiceCallback, never()).onChildProcessDied(any()); in testServiceStartsSuccessfully()
288 verify(mServiceCallback, never()).onChildStarted(); in testServiceStartsAndFailsToBind()
289 verify(mServiceCallback, never()).onChildStartFailed(any()); in testServiceStartsAndFailsToBind()
301 verify(mServiceCallback, never()).onChildStartFailed(any()); in testServiceStops()
313 verify(mServiceCallback, never()).onChildStartFailed(any()); in testServiceDisconnects()
[all …]
/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dnever.rs1 //! Tests for the never channel flavor.
6 use crossbeam_channel::{never, select, tick, unbounded};
15 recv(never::<i32>()) -> _ => panic!(), in smoke()
28 recv(r.unwrap_or(&never())) -> _ => {} in optional()
34 recv(r.unwrap_or(&never())) -> _ => panic!(), in optional()
51 r = never(); in tick_n()
60 let r = never::<i32>(); in capacity()
66 let r = never::<i32>(); in len_empty_full()
74 let r = never::<i32>(); in try_recv()
84 let r = never::<i32>(); in recv_timeout()
/external/sdv/vsomeip/third_party/boost/spirit/doc/karma/
Dbinary.qbk89 generator never fails (unless the underlying
94 never fails (unless the underlying output stream
99 never fails (unless the underlying output stream
104 never fails (unless the underlying output stream
108 This generator never fails (unless the underlying
112 This generator never fails (unless the underlying
116 generator never fails (unless the underlying
121 never fails (unless the underlying output stream
126 never fails (unless the underlying output stream
131 never fails (unless the underlying output stream
[all …]
/external/clang/test/Analysis/
Dunreachable-code-path.c9 a += 5; // expected-warning{{never executed}} in test()
24 foo(a); // expected-warning{{never executed}} in test2()
30 if (a > 5) { // expected-warning{{never executed}} in test3()
44 a = a + 56; // expected-warning{{never executed}} in test4()
56 bar(1); // expected-warning{{never executed}} in test5()
94 if (a) // expected-warning{{never executed}} in test9()
110 goto e; // expected-warning {{never executed}} in test10()
114 goto b; // expected-warning {{never executed}} in test10()
115 goto a; // expected-warning {{never executed}} in test10()
139 error(); // expected-warning {{never executed}} in test11()
[all …]
Ddead-stores.c7 long idx=abc+3*5; // expected-warning {{never read}} expected-warning{{unused variable 'idx'}} in f1()
12 char *d = b+1; // expected-warning {{never read}} expected-warning{{unused variable 'd'}} in f2()
34 k = 2; // expected-warning {{never read}} in f4()
40 int *p = &x; // expected-warning{{never read}} expected-warning{{unused variable 'p'}} in f5()
87 x = x + 10; // expected-warning{{never read}} in f9()
93 x = 10 + x; // expected-warning{{never read}} in f10()
99 return x++; // expected-warning{{never read}} in f11()
173 x = 10; // expected-warning{{Value stored to 'x' is never read}} in f18()
175 x = 10; // expected-warning{{Value stored to 'x' is never read}} in f18()
191 x = 10; // expected-warning{{Value stored to 'x' is never read}} in f18_b()
[all …]
/external/rust/android-crates-io/crates/pin-project/tests/
Dcfg.rs17 struct Never(PhantomPinned); struct
30 inner: Never, in cfg()
44 n: Never, in cfg()
58 Never, in cfg()
76 Inner(#[pin] Never), in cfg()
81 N(#[pin] Never), in cfg()
101 inner: Never, in cfg()
109 n: Never, in cfg()
117 Never, in cfg()
137 inner: Never, in cfg_attr()
[all …]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp5.cpp33 constexpr int f() { return throw 0, 0; } // expected-error {{constexpr function never produces a co… in f()
43 …constexpr D() : B(global) { } // expected-error {{constexpr constructor never produces a constant … in D()
50 constexpr int Comma(int n) { return // expected-error {{constexpr function never produces a constan… in Comma()
57 constexpr int BinaryOp1(int n) { return n + ng; } // expected-error {{never produces}} expected-not… in BinaryOp1()
58 constexpr int BinaryOp2(int n) { return ng + n; } // expected-error {{never produces}} expected-not… in BinaryOp2()
61 constexpr double BinaryOp1(double d) { return d + dg; } // expected-error {{never produces}} expect… in BinaryOp1()
62 constexpr double BinaryOp2(double d) { return dg + d; } // expected-error {{never produces}} expect… in BinaryOp2()
65 constexpr int FunctionArgs(int a) { return Add(a, ng, a); } // expected-error {{never produces}} ex… in FunctionArgs()
68 constexpr S InitList(int a) { return { a, ng }; }; // expected-error {{never produces}} expected-no… in InitList()
69 constexpr S InitList1a(int a) { return S{ a, ng }; }; // expected-error {{never produces}} expected… in InitList1a()
[all …]
/external/rust/android-crates-io/crates/futures/tests/
Dtry_join.rs6 // test behavior of the `try_join!` macro with the never type before it is
8 // with direct use of `!` below where `Never` is used.
15 type Never = <fn() -> ! as MyTrait>::Output; typedef
20 let future1 = async { Ok::<(), Never>(()) }; in try_join_never_error()
21 let future2 = async { Ok::<(), Never>(()) }; in try_join_never_error()
30 let future1 = async { Err::<Never, ()>(()) }; in try_join_never_ok()
31 let future2 = async { Err::<Never, ()>(()) }; in try_join_never_ok()
/external/executorch/
D.clang-format42 Kind: Never
46 AllowBreakBeforeNoexceptSpecifier: Never
47 AllowShortBlocksOnASingleLine: Never
52 AllowShortIfStatementsOnASingleLine: Never
67 AfterControlStatement: Never
103 EmptyLineAfterAccessModifier: Never
217 SpacesInAngles: Never
222 SpacesInParens: Never
236 UseTab: Never
/external/accompanist/permissions-lint/src/test/java/com/google/accompanist/permissions/lint/
DPermissionsLaunchDetectorTest.kt101 …ssionRequest should happen inside a regular lambda or a side-effect, but never in the Composition… in errors()
104 …ssionRequest should happen inside a regular lambda or a side-effect, but never in the Composition… in errors()
107 …ssionRequest should happen inside a regular lambda or a side-effect, but never in the Composition… in errors()
110 …ssionRequest should happen inside a regular lambda or a side-effect, but never in the Composition… in errors()
113 …ssionRequest should happen inside a regular lambda or a side-effect, but never in the Composition… in errors()
116 …ssionRequest should happen inside a regular lambda or a side-effect, but never in the Composition… in errors()
119 …ssionRequest should happen inside a regular lambda or a side-effect, but never in the Composition… in errors()
122 …ssionRequest should happen inside a regular lambda or a side-effect, but never in the Composition… in errors()
125 …ssionRequest should happen inside a regular lambda or a side-effect, but never in the Composition… in errors()
128 …ssionRequest should happen inside a regular lambda or a side-effect, but never in the Composition… in errors()
[all …]

12345678910>>...593