HomeSort by relevance Sort by last modified time
    Searched full:must (Results 1 - 25 of 51864) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/doc/examples/
test3.xml 7 This text node must be discarded
23 This text node must be discarded
27 This text node must be discarded
29 This text node must be discarded
31 This text node must be discarded
35 This text node must be discarded
xpath2.res 6 This text node must be discarded
20 This text node must be discarded
22 This text node must be discarded
24 This text node must be discarded
26 This text node must be discarded
28 This text node must be discarded
  /external/clang/test/Driver/Inputs/prefixed_tools_tree/
x86_64--linux-as 2 # This file must be executable to be picked up by GetProgramPath
x86_64--linux-ld 2 # This file must be executable to be picked up by GetProgramPath
  /external/kernel-headers/original/uapi/asm-generic/
kvm_para.h 2 * There isn't anything here, but the file must not be empty or patch
  /external/kernel-headers/original/uapi/linux/
irqnr.h 2 * There isn't anything here anymore, but the file must not be empty or patch
  /external/libxml2/result/schematron/
zvon2_1.err 2 /AAA line 1: Text in element AAA must not contain character @
3 /AAA/BBB line 2: Text in element BBB must not contain character @
4 /AAA/CCC line 3: Text in element CCC must not contain character @
zvon11_1.err 2 /AAA/BBB line 2: The element must not have an isolated bbb attribute
  /frameworks/opt/vcard/tests/res/raw/
v21_invalid_comment_line.vcf 6 # This line must be ignored.
8 #<- sharp) example. This message must NOT be ignored.
9 # This line must be ignored too.
  /external/ltrace/sysdeps/
README 1 Each operating system must have a subdir here, with a Makefile
2 The first target of that Makefile must build a file "sysdep.o" in this
4 The "clean" target of that Makefile must undo all the efects of the
5 first target, and must remove "sysdep.o" in this dir.
7 Files "sysdep.h", "signalent.h" and "syscallent.h" must be present
  /external/pdfium/public/
README 5 beyond what is present here, then a new API must be added here to provide it.
7 These header files must be entirely contained in this directory; they must
10 These files must compile cleanly without warnings on both C and C++ compilers.
12 Changes to these files must be carefully considered to avoid breaking
  /external/clang/test/Sema/
arm_acle.c 6 * Argument for dmb, dsb, isb must be compile-time constant,
10 return __dmb(t); // expected-error-re {{argument to {{.*}} must be a constant integer}}
14 return __dsb(t); // expected-error-re {{argument to {{.*}} must be a constant integer}}
18 return __isb(t); // expected-error-re {{argument to {{.*}} must be a constant integer}}
23 * Second argument for SSAT and USAT intrinsics must be compile-time constant,
27 return __ssat(t, v); // expected-error-re {{argument to {{.*}} must be a constant integer}}
31 return __usat(t, v); // expected-error-re {{argument to {{.*}} must be a constant integer}}
38 __pldx(i, 0, 0, 0); // expected-error-re {{argument to {{.*}} must be a constant integer}}
43 * First argument for DBG intrinsic must be compile-time constant,
47 __dbg(t); // expected-error-re {{argument to {{.*}} must be a constant integer}
    [all...]
call-with-static-chain.c 7 __builtin_call_with_static_chain(f, f); // expected-error {{first argument to __builtin_call_with_static_chain must be a non-member call expression}}
8 __builtin_call_with_static_chain(^{}(), f); // expected-error {{first argument to __builtin_call_with_static_chain must not be a block call}}
9 __builtin_call_with_static_chain(__builtin_unreachable(), f); // expected-error {{first argument to __builtin_call_with_static_chain must not be a builtin call}}
10 __builtin_call_with_static_chain(f(), 42); // expected-error {{second argument to __builtin_call_with_static_chain must be of pointer type}}
  /external/clang/test/CXX/over/over.oper/over.literal/
p6.cpp 3 extern "C" void operator "" _a(const char *); // expected-error {{must have C++ linkage}}
4 extern "C" template<char...> void operator "" _b(); // expected-error {{must have C++ linkage}}
7 void operator "" _c(const char *); // expected-error {{must have C++ linkage}}
8 template<char...> void operator "" _d(); // expected-error {{must have C++ linkage}}
10 void operator "" _e(const char *); // expected-error {{must have C++ linkage}}
11 template<char...> void operator "" _f(); // expected-error {{must have C++ linkage}}
  /ndk/tests/device/test-stlport_shared-exception/jni/
init7.cpp 5 // The initialization of a static local variable must be retried if a
20 bar(); // must throw
24 bar(); // must throw again!
  /ndk/tests/device/test-stlport_static-exception/jni/
init7.cpp 5 // The initialization of a static local variable must be retried if a
20 bar(); // must throw
24 bar(); // must throw again!
  /art/test/069-field-type/src/
Blah.java 3 * Trivial class; must implement an interesting interface.
  /art/test/069-field-type/src2/
Blah.java 3 * Trivial class; must implement an interesting interface.
  /cts/tests/tests/location/
README.txt 2 Note you must enable "Allow mock locations" at Settings > Developer options.
  /external/clang/test/Frontend/
undef.c 3 #error "Must be preprocessed as assembler."
  /external/clang/test/Parser/
objc-missing-impl.m 2 @end // expected-error {{'@end' must appear in an Objective-C context}}
  /external/clang/test/SemaCUDA/
config-type.cu 3 void cudaConfigureCall(unsigned gridSize, unsigned blockSize); // expected-error {{must have scalar return type}}
  /external/clang/test/SemaOpenCL/
invalid-constant.cl 2 constant int no_init; // expected-error {{variable in constant address space must be initialized}}
  /external/jsoncpp/src/jsontestrunner/
sconscript 8 # For 'check' to work, 'libs' must be built first.
  /external/jsoncpp/src/test_lib_json/
sconscript 9 # For 'check' to work, 'libs' must be built first.

Completed in 180 milliseconds

1 2 3 4 5 6 7 8 91011>>