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

1 2 3 4 5

  /external/clang/test/CXX/expr/expr.prim/
p4-0x.cpp 6 expected-error {{C++ requires a type specifier for all declarations}}
  /external/clang/test/SemaTemplate/
alias-nested-nontag.cpp 6 expected-error {{C++ requires a type specifier}}
temp_arg_template.cpp 38 expected-error{{C++ requires a type specifier for all declarations}}
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
c++0x_warning.h 31 #error This file requires compiler and library support for the upcoming \
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 31 #error This file requires compiler and library support for the upcoming \
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 31 #error This file requires compiler and library support for the upcoming \
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 31 #error This file requires compiler and library support for the upcoming \
  /external/clang/test/CXX/temp/temp.res/temp.local/
p3.cpp 28 expected-error{{requires a type specifier}}
  /external/e2fsprogs/debian/
e2fsprogs.preinst 9 This package requires features of dpkg unavailable in this version.
  /external/webkit/LayoutTests/fast/events/touch/resources/
touch-stale-node-crash.js 20 debug('This test requires DRT.');
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 17 @ CHECK-ERRORS: error: instruction variant requires Thumb2
20 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
74 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
102 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
105 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
108 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
118 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
134 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
137 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
  /external/clang/test/CXX/temp/
p3.cpp 16 expected-error {{requires a type specifier}}
  /external/expat/xmlwf/
xmltchar.h 3 #error xmlwf requires a 16-bit Unicode-compatible wchar_t
  /ndk/
GNUmakefile 23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
send-oncancel-event.js 31 debug("This test requires DumpRenderTree.");
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 29 debug("This test requires window.webkitStorageInfo.");
  /external/libxml2/
xmlcatalog.c 195 printf("public requires 1 arguments\n");
207 printf("system requires 1 arguments\n");
220 printf("add requires 2 or 3 arguments\n");
233 printf("add requires 2 or 3 arguments\n");
247 printf("del requires 1\n");
256 printf("resolve requires 2 arguments\n");
  /external/protobuf/
configure.ac 111 AC_MSG_RESULT([headers missing or too old (requires 1.2.0.4)])
113 AC_MSG_FAILURE([--with-zlib was given, but zlib headers were not present or were too old (requires 1.2.0.4)])
  /external/stlport/test/eh/
como.mak 3 # This requires GNU make.
deccxx.mak 3 # This requires GNU make.
sgi_mipspro.mak 3 # This requires GNU make.
  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 9 // Disabled because this test requires being able to set the query directly.
  /external/clang/test/SemaCXX/
explicit.cpp 49 expected-note {{candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided}} \
52 expected-note {{candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided}} \
55 expected-note {{candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided}}
117 switch (n) {} // expected-error {{switch condition type 'Conversion::NotBool' requires explicit conversion to 'bool'}} \
147 new int[ni]; // expected-error {{array size expression of type 'Conversion::NotInt' requires explicit conversion to type 'int'}}
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 366 // validation: "requires" constraints
368 final String [] requires = optdef.getRequiresSet (); // not canonicalized local
369 if (requires != null)
371 for (int r = 0; r < requires.length; ++ r)
373 if (opts.getOpt (requires [r]) == null)
374 opts.addError (formatMessage ("option \'" + opt.getName () + "\' requires option \'" + requires [r] + "\'"));
1543 final String [] requires = optdef.getRequiresSet (); local
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 128 using T = T; // expected-error {{type name requires a specifier}} \
129 expected-error {{C++ requires a type specifier}} \

Completed in 2734 milliseconds

1 2 3 4 5