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

1 2 3 4 5

  /external/clang/test/Sema/
incomplete-decl.c 6 struct foo f; // expected-error{{tentative definition has type 'struct foo' that is never completed}}
10 expected-error{{tentative definition has type 'struct foo' that is never completed}}
  /bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S 48 @ exit() should never return, cause a crash if it does
  /external/tcpdump/
print-netbios.c 72 #ifdef never
  /external/elfutils/libcpu/
i386_lex.l 48 %option never-interactive
  /external/bison/src/
scan-skel.l 23 %option nodefault noyywrap nounput never-interactive debug
  /external/valgrind/main/helgrind/tests/
bar_bad.stderr.exp 58 destroy a barrier that was never initialised
61 Thread #x: pthread_barrier_destroy: barrier was never initialised
  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 11 // Escape some questionable 8-bit characters, but never unescape.
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection.js 13 // Variable for the database that will never be forgotten
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 28 Errors from the lexer are never passed to the parser. Either you want
  /external/dbus/test/name-test/
tmp-session-like-system.conf 74 intent is that these limits should never be hit. -->
  /external/v8/src/
math.js 128 // Make sure -0 is considered less than +0. -0 is never a Smi, +0 can be
145 // Make sure +0 is considered greater than -0. -0 is never a Smi, +0 can be
161 // Make sure -0 is considered less than +0. -0 is never a Smi, +0 can be
178 // Make sure -0 is considered less than +0. -0 is never a Smi, +0 can be a
  /external/v8/test/mjsunit/compiler/
regress-3185901.js 28 // Inlined function call in a test context. Should never crash even
  /external/v8/test/mjsunit/
for-in-null-or-undefined.js 29 // undefined. They never executed the statement block.
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 36 destroy a barrier that was never initialised
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
quota.js 34 debug("Verify that data was never inserted.");
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 54 expected-note {{will never be initialized}}
  /external/markdown/markdown/
inlinepatterns.py 256 because it *should* never have any and "netloc" must allow the form:
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logtesting.py 104 This method should never be called directly. Instances should
  /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/mesa3d/src/glsl/glcpp/
glcpp-lex.l 58 %option never-interactive
  /external/v8/test/mjsunit/regress/
regress-1118.js 45 // 1 - yes, 2 - no, 3 - always, 4 - never.
  /external/elfutils/src/
ldlex.l 91 %option never-interactive
  /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=",">
  /ndk/sources/host-tools/nawk-20071023/
FIXES 218 were never intended for external consumption. thanks to dave
257 this would never have happened with the lex version.
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 278 context.getText(R.string.never).toString() : "";

Completed in 1076 milliseconds

1 2 3 4 5