Searched defs:never (Results 1 - 13 of 13) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconst_Types.pass.cpp24 struct never { struct
37 { static_assert(never<T>::value, "This should not be instantiated"); }
53 { static_assert(never<T>::value, "This should not be instantiated"); }
/external/mockito/src/org/mockito/verification/
H A DVerificationWithTimeout.java16 * verify(mock, timeout(100).never()).bar();
45 * verify(mock, timeout(100).never()).someMethod();
56 public VerificationMode never(); method in interface:VerificationWithTimeout
H A DTimeout.java72 public VerificationMode never() { method in class:Timeout
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DScopedHandler.java155 // is called protected by an if(never()), so your IDE can find those
179 // is called protected by an if(never()), so your IDE can find those
188 protected boolean never() method in class:ScopedHandler
/external/v8/test/mjsunit/es6/
H A Diteration-semantics.js144 function never() { throw "unreachable"; }
145 Object.defineProperty(o, prop, {get: never, set: never})
/external/mockito/src/org/mockito/
H A DMockito.java34 * <a href="#4">4. Verifying exact number of invocations / at least once / never </a><br/>
37 * <a href="#7">7. Making sure interaction(s) never happened on mock </a><br/>
198 * <a class="meaningful_link" href="#at_least_verification">at least x</a> / never</h3>
219 * //verification using never(). never() is an alias to times(0)
220 * verify(mockedList, never()).add("never happened");
299 * <h3 id="7">7. <a class="meaningful_link" href="#never_verification">Making sure interaction(s) never happened on mock</a></h3>
308 * //verify that method was never called on a mock
309 * verify(mockOne, never())
1958 public static VerificationMode never() { method in class:Mockito
[all...]
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java71 * verify(mockFoo, never()).doSomething(); // This will pass, doSomething was never called.
253 /** Creates a {@link CallCount} that only matches if the method was never called. */
254 public static CallCount never() { return new CallCount(0, 0); } method in class:LittleMock
597 // Should never happen.
600 // Should never happen.
/external/llvm/lib/Support/
H A Dregcomp.c156 static int never = 0; /* for use in asserts; shuts lint up */ variable
158 #define never 0 /* some <assert.h>s have bugs too */ macro
1188 assert(never);
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h106 // 'never' is used to not generate a branch (generally as the inverse
108 always, never, enumerator in enum:v8::internal::BranchType
315 (always == (never ^ 1)));
2239 // since kSPRegInternalCode is 63. However, csp should never hold a SMI or be
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.h187 // Since we should never have two branch infos with the same offsets, it
548 // 'never' is used to not generate a branch (generally as the inverse
550 always, never, enumerator in enum:vixl::BranchType
960 (always == (never ^ 1)));
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 672 milliseconds