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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
op_exception.stdout.exp 1 0x00000000 does not loop
2 0xffffffff does not loop
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ParserRuleReturnScope.pm 9 does => 'ANTLR::Runtime::Token',
14 does => 'ANTLR::Runtime::Token',
RecognitionException.pm 13 does => 'ANTLR::Runtime::IntStream',
25 does => 'ANTLR::Runtime::Token',
68 if ($input->does('ANTLR::Runtime::TokenStream')) {
75 if ($input->does('ANTLR::Runtime::TreeNodeStream')) {
78 elsif ($input->does('ANTLR::Runtime::CharStream')) {
  /external/e2fsprogs/util/
gcc-wall-cleanup 8 /does not support `long long'/d
10 /does not support the `ll' length modifier/d
11 /does not support the `ll' printf length modifier/d
  /ndk/tests/build/flto/jni/
Android.mk 10 # clang does LTO via gold plugin, but gold doesn't support MIPS yet
  /ndk/tests/build/prebuild-stlport/jni/
Android.mk 1 # See README to understand what this project does.
  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 40 expected-error {{must explicitly initialize the member 'e1' which does not have a default constructor}}
  /external/clang/lib/Headers/
Android.mk 10 # Make sure when clang is used, arm_neon.h does exist.
  /external/elfutils/src/
Makefile.am 182 else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
  /external/webkit/LayoutTests/fast/events/touch/resources/
touch-stale-node-crash.js 10 description("If this test does not crash then you pass!");
  /external/wpa_supplicant_8/
Android.mk 7 # The order of the 2 Android.mks does matter!
  /frameworks/base/packages/WAPPushManager/
Android.mk 20 # This finds and builds the test apk as well, so a single make does both.
  /hardware/broadcom/libbt/
vnd_buildcfg.mk 5 # configuration file does not exist. Use default one
  /packages/apps/BasicSmsReceiver/
Android.mk 20 # This finds and builds the test apk as well, so a single make does both.
  /packages/apps/CellBroadcastReceiver/
Android.mk 16 # This finds and builds the test apk as well, so a single make does both.
  /packages/apps/Mms/apptests/
Android.mk 19 # This finds and builds the test apk as well, so a single make does both.
  /bionic/libc/zoneinfo/
Android.mk 12 # The host build doesn't use bionic, but it does use bionic's zoneinfo data
  /external/llvm/
llvm-gen-intrinsics.mk 1 # We treat Intrinsics.td as a very special target just like what lib/VMCore/Makefile does
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-port.js 20 // Firefox 3.5.2 does not accept the port if any character is not a digit.
26 // Firefox 3.5.2 does not accept the port if it is null.
32 // Firefox 3.5.2 does not accept the port if it is null.
43 // Firefox 3.5.2 does not allow setting the port on a URL with protocol foo: .
set-href-attribute-hash.js 5 debug("Hash value does not start with '#'");
42 // Firefox 3.5.2 does not allow setting hash to mailto: scheme, and it should.
48 // IE8 does not percent-encode spaces in the hash component, but it does that
60 // Firefox 3.5.2 does not allow setting hash to foo: scheme, and it should.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 27 AndroidJUnitDelegate_NoRunnerConsoleMsg_4s=%1$s does not specify a %2$s instrumentation or does not declare uses-library %3$s in its %4$s
35 InstrValidator_NoTestLibMsg_s=The application does not declare uses-library %1$s
  /external/webkit/LayoutTests/fast/dom/Selection/script-tests/
getRangeAt.js 1 description("Test to make sure that getRangeAt does not modify the range when returning it.")
  /packages/apps/Mms/
Android.mk 34 # This finds and builds the test apk as well, so a single make does both.
  /bionic/libc/arch-arm/bionic/
clone.S 58 # to the C __thread_entry function which does some setup and then
  /external/clang/test/CXX/special/class.dtor/
p10-0x.cpp 9 x->~decltype(*x)(); // expected-error{{the type of object expression ('const int') does not match the type being destroyed ('decltype(*x)' (aka 'const int &')) in pseudo-destructor expression}} \
13 y->~decltype(*y)(); // expected-error{{destructor type 'decltype(*y)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}}
14 y->~decltype(T())(); // expected-error{{destructor type 'decltype(T())' in object destruction expression does not match the type 'const A' of the object being destroyed}}
21 x->~decltype(*x)(); // expected-error{{destructor type 'decltype(*x)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}}
23 x->~decltype(B())(); // expected-error{{destructor type 'decltype(B())' (aka 'B') in object destruction expression does not match the type 'const A' of the object being destroyed}}
24 x->~decltype(x)(); // expected-error{{destructor type 'decltype(x)' (aka 'const A *') in object destruction expression does not match the type 'const A' of the object being destroyed}}
33 expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
34 i.~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
36 pi.~decltype(int())(); // expected-error{{the type of object expression ('int *') does not match the type being destroyed ('decltype(int())' (aka 'int')) in pseudo-destructor expression}}
38 pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor express (…)
    [all...]

Completed in 2789 milliseconds

1 2 3 4 5 6 7 8 91011>>