HomeSort by relevance Sort by last modified time
    Searched refs:never (Results 26 - 50 of 186) sorted by null

12 3 4 5 6 7 8

  /cts/tests/tests/admin/src/android/admin/cts/
DeviceAdminActivationTest.java 176 Mockito.verify(mMockOnActivityResultListener, Mockito.never())
  /external/markdown/markdown/
inlinepatterns.py 256 because it *should* never have any and "netloc" must allow the form:
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationFragmentTest.java 156 Mockito.verify(mockHost, Mockito.never()).onStartComposeMessage();
  /system/bt/doc/
power_management.md 31 we might possibly get into a bad state where we never hear back from the
123 the first power management action didn't timeout (or was never attempted,
  /external/bison/src/
scan-skel.l 20 %option nodefault noyywrap noinput nounput never-interactive debug
  /external/libunwind/doc/
unw_flush_cache.tex 28 but \emph{never} less. In other words, \Func{unw\_flush\_cache}() may
unw_init_remote.tex 33 \Prog{libunwind} never interprets the argument in any way on its own.
  /external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java 45 import static com.google.testing.littlemock.LittleMock.never;
286 verify(mFoo, never()).add("jim");
287 verify(mFoo, never()).anInt();
293 verify(mFoo, never()).add("jim");
300 verify(mFoo, never()).add("jim");
626 // These lines are never reached, the previous line throws an NPE.
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1118.js 45 // 1 - yes, 2 - no, 3 - always, 4 - never.
regress-165637.js 48 // Should never take more than 3 seconds (if the bug is fixed, the test takes
  /external/v8/test/webkit/
dfg-array-pop-side-effects.js 44 testFailed("Should never get here");
  /external/v8/test/mjsunit/es6/
iteration-semantics.js 144 function never() { throw "unreachable"; }
145 Object.defineProperty(o, prop, {get: never, set: never})
  /build/core/
install_jni_libs_internal.mk 26 # The NDK stl shared libraries should never go to the system image.
  /external/clang/test/Misc/
warning-flags.c 7 and ensures that the list never grows.
19 The list of warnings below should NEVER grow. It should gradually shrink to 0.
116 The list of warnings in -Wpedantic should NEVER grow.
  /external/elfutils/src/src/
ldlex.l 83 %option never-interactive
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 26 ;note: in this function, sum is never used. So, we can remove this part of calculation
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 68 %option never-interactive
  /external/skia/tools/lua/
scrape_dashing_full.lua 27 Useful so that keys that are never get incremented still output zero at end
  /external/v8/src/
array-iterator.js 67 // "sparse" is never used.
  /external/v8/test/webkit/fast/js/
regexp-ranges-and-escaped-hyphens.js 52 // Similar to the above tests, but where the hyphen is escaped this is never a range.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 26 ;note: in this function, sum is never used. So, we can remove this part of calculation
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 250 The following alternatives can never be matched: <alts; separator=","><\n>
273 The following token definitions can never be matched because prior tokens match the same input: <tokens; separator=",">
  /external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
cloudstorage_api.py 355 'Should never reach. next file is %r. next dir is %r.',
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 54 expected-note {{will never be initialized}}
  /external/jetty/src/java/org/eclipse/jetty/server/session/
SessionHandler.java 226 if (never())

Completed in 1841 milliseconds

12 3 4 5 6 7 8