HomeSort by relevance Sort by last modified time
    Searched defs:never (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
makeconfig.py 6 never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions', '_warnings'] variable
18 if mod in never:
28 if mod in never:
33 sys.stderr.write('MARKER 1 never found\n')
35 sys.stderr.write('MARKER 2 never found\n')
  /external/python/cpython2/Tools/freeze/
makeconfig.py 6 never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions', '_warnings'] variable
18 if mod in never:
28 if mod in never:
33 sys.stderr.write('MARKER 1 never found\n')
35 sys.stderr.write('MARKER 2 never found\n')
  /prebuilts/go/darwin-x86/test/chan/
select3.go 15 const never = "function did" const
23 // Calls f and verifies that f always/never panics depending on signal.
26 s := never
38 // Calls f and empirically verifies that f always/never blocks depending on signal.
43 c <- never // f didn't block
69 // sending/receiving from a nil channel inside a select is never selected
70 testPanic(never, func() {
77 testPanic(never, func() {
85 // sending to an async channel with free buffer space never blocks
86 testBlock(never, func()
    [all...]
  /prebuilts/go/linux-x86/test/chan/
select3.go 15 const never = "function did" const
23 // Calls f and verifies that f always/never panics depending on signal.
26 s := never
38 // Calls f and empirically verifies that f always/never blocks depending on signal.
43 c <- never // f didn't block
69 // sending/receiving from a nil channel inside a select is never selected
70 testPanic(never, func() {
77 testPanic(never, func() {
85 // sending to an async channel with free buffer space never blocks
86 testBlock(never, func()
    [all...]
  /external/mockito/src/main/java/org/mockito/verification/
Timeout.java 59 public VerificationMode never() { method in class:Timeout
VerificationAfterDelay.java 16 * verify(mock, after(100).never()).bar();
23 * typically the case with never() etc initially).
40 VerificationMode never(); method in interface:VerificationAfterDelay
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
const_Types.pass.cpp 25 struct never { struct
38 { static_assert(never<T>::value, "This should not be instantiated"); }
54 { static_assert(never<T>::value, "This should not be instantiated"); }
  /external/mockito/src/main/java/org/mockito/internal/verification/
VerificationWrapper.java 28 public VerificationMode never() { method in class:VerificationWrapper
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
const_Types.pass.cpp 24 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/test/java/org/mockitousage/debugging/
VerificationListenerCallBackTest.java 41 VerificationMode never = never(); local
42 verify(foo, never).doSomething("");
45 assertThat(listener).is(notifiedFor(foo, never, invocationWanted));
59 VerificationMode never = never(); local
60 verify(foo, never).doSomething("");
63 assertThat(listener1).is(notifiedFor(foo, never, invocationWanted));
64 assertThat(listener2).is(notifiedFor(foo, never, invocationWanted));
79 verify(listener, never()).onVerification(any(VerificationEvent.class))
    [all...]
  /external/mockito/src/main/java/org/mockito/
Mockito.java 42 * <a href="#4">4. Verifying exact number of invocations / at least once / never </a><br/>
45 * <a href="#7">7. Making sure interaction(s) never happened on mock </a><br/>
250 * <a class="meaningful_link" href="#at_least_verification" name="at_least_verification">at least x</a> / never</h3>
271 * //verification using never(). never() is an alias to times(0)
272 * verify(mockedList, never()).add("never happened");
345 * <h3 id="7">7. <a class="meaningful_link" href="#never_verification" name="never_verification">Making sure interaction(s) never happened on mock</a></h3>
354 * //verify that method was never called on a mock
355 * verify(mockOne, never()).add("two")
2464 public static VerificationMode never() { method in class:Mockito
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 209 static int never = 0; /* for use in asserts; shuts lint up */ variable
211 #define never 0 /* some <assert.h>s have bugs too */ macro
    [all...]
  /external/llvm/lib/Support/
regcomp.c 156 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);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 148 static int never = 0; /* for use in asserts; shuts lint up */ variable
150 #define never 0 /* some <assert.h>s have bugs too */ macro
1150 assert(never);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 156 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);
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h 124 // 'never' is used to not generate a branch (generally as the inverse
126 always, never, enumerator in enum:v8::internal::BranchType
344 (always == (never ^ 1)));
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h 207 // Since we should never have two branch infos with the same offsets, it
546 // 'never' is used to not generate a branch (generally as the inverse
549 never, enumerator in enum:vixl::aarch64::BranchType
    [all...]
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/
adapters-1.0-rc0.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 
  /prebuilts/misc/common/robolectric/lib/
mockito-core-1.10.19.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.10.19/
mockito-core-1.10.19.jar 

Completed in 801 milliseconds

1 2