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

12 3 4 5 6 7 8 91011>>

  /external/libxml2/result/schematron/
zvon11_2.err 2 /AAA/BBB line 2: The element must not have an isolated aaa attribute
zvon2_2.err 2 /AAA line 1: Text in element AAA must not contain character @
zvon14_0.err 2 /AAA/CCC line 5: Element CCC must not be a child of element AAA
3 /AAA/DDD/EEE/CCC line 9: Element CCC must not be a child of element EEE
  /external/lldb/
lldb.mk 2 $(error Must set variable LLDB_ROOT_PATH before including this! $(LOCAL_PATH))
  /external/llvm/test/Assembler/
2008-02-18-IntPointerCrash.ll 1 ; RUN: not llvm-as %s 2>&1 | grep "integer constant must have integer type"
  /external/v8/src/
strtod.h 11 // The buffer must only contain digits in the range [0-9]. It must not
12 // contain a dot or a sign. It must not start with '0', and must not be empty.
  /frameworks/compile/slang/tests/F_ctxt_wrong_place/
stderr.txt.expect 1 F_ctxt_wrong_place.rs:9:57: error: In compute kernel bad(), special parameter 'context' must be defined before special parameter 'x'.
  /frameworks/compile/slang/tests/F_ctxt_wrong_type/
stderr.txt.expect 1 F_ctxt_wrong_type.rs:13:53: error: Special parameter 'context' must be of type 'rs_kernel_context'. It is of type 'const rs_kernel_context *'.
  /packages/experimental/
Android.mk 2 # Individual packages in experimental/ must be built directly with "mmm".
  /external/clang/test/Sema/
builtin-stackaddress.c 7 return __builtin_return_address(x); // expected-error{{argument to '__builtin_return_address' must be a constant integer}}
15 return __builtin_frame_address(x); // expected-error{{argument to '__builtin_frame_address' must be a constant integer}}
void_arg.c 10 X = sizeof(int (int, void)); // expected-error {{must be the first and only parameter}}
11 X = sizeof(int (void, ...)); // expected-error {{must be the first and only parameter}}
14 X = sizeof(int (int, Void)); // expected-error {{must be the first and only parameter}}
15 X = sizeof(int (Void, ...)); // expected-error {{must be the first and only parameter}}
26 void f(const void); // expected-error {{parameter must not have type qualifiers}}
  /external/llvm/test/MC/ARM/
invalid-hint-arm.s 6 @ CHECK: error: immediate operand must be in the range [0,239]
7 @ CHECK: error: immediate operand must be in the range [0,239]
invalid-hint-thumb.s 6 @ CHECK: error: immediate operand must be in the range [0,239]
7 @ CHECK: error: immediate operand must be in the range [0,239]
arm-ldrd.s 12 // CHECK: error: Rt must be even-numbered
13 // CHECK: error: Rt must be even-numbered
14 // CHECK: error: Rt must be even-numbered
15 // CHECK: error: Rt must be even-numbered
16 // CHECK: error: Rt must be even-numbered
17 // CHECK: error: Rt must be even-numbered
18 // CHECK: error: Rt must be even-numbered
27 // CHECK: error: destination operands must be sequential
28 // CHECK: error: destination operands must be sequential
29 // CHECK: error: destination operands must be sequentia
    [all...]
  /frameworks/compile/mclinker/
mcld.mk 2 $(error Must set variable MCLD_ROOT_PATH before including this! $(LOCAL_PATH))
9 $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
  /frameworks/compile/slang/tests/F_ctxt_wrong_name/
stderr.txt.expect 1 context.rs:5:57: error: The special parameter of type 'rs_kernel_context' must be called 'context' instead of 'ct'.
2 context.rs:5:57: error: In compute kernel bad(), special parameter 'context' must be defined before special parameter 'x'.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactorySpiTest.java 65 fail("UnsupportedOperationException must be thrown");
70 fail("UnsupportedOperationException must be thrown");
76 fail("UnsupportedOperationException must be thrown");
81 fail("UnsupportedOperationException must be thrown");
89 fail("CertificateException must be thrown");
97 fail("CertificateException must be thrown");
105 fail("CRLException must be thrown");
114 fail("CRLException must be thrown");
131 fail("CertificateException must be thrown");
137 fail("CertificateException must be thrown")
    [all...]
  /external/clang/test/SemaCXX/
ms-wchar.cpp 9 unsigned short t[] = L"Hello world!"; // expected-error{{array initializer must be an initializer list}}
11 wchar_t u[] = 1; // expected-error{{array initializer must be an initializer list or wide string literal}}
12 __wchar_t v[] = 1; // expected-error{{array initializer must be an initializer list or wide string literal}}
  /external/llvm/test/MC/X86/
intel-syntax-invalid-scale.s 6 // CHECK: error: scale factor in address must be 1, 2, 4 or 8
8 // CHECK: error: scale factor in address must be 1, 2, 4 or 8
10 // CHECK: error: scale factor in address must be 1, 2, 4 or 8
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnmodifiableLazyStringList.java 9 // * Redistributions of source code must retain the above copyright
11 // * Redistributions in binary form must reproduce the above
66 //@Override (Java 1.6 override semantics, but we must support 1.5)
71 //@Override (Java 1.6 override semantics, but we must support 1.5)
76 //@Override (Java 1.6 override semantics, but we must support 1.5)
81 //@Override (Java 1.6 override semantics, but we must support 1.5)
86 //@Override (Java 1.6 override semantics, but we must support 1.5)
91 //@Override (Java 1.6 override semantics, but we must support 1.5)
96 //@Override (Java 1.6 override semantics, but we must support 1.5)
101 //@Override (Java 1.6 override semantics, but we must support 1.5
    [all...]
  /dalvik/docs/
java-constraints.html 69 The <code>code</code> array must not be empty.
87 The <code>code</code> array must not be larger than 65535 bytes.
105 The first opcode in <code>code</code> array must have index
124 The <code>code</code> array must only contain valid opcodes.
142 The index of instruction <code>n+1</code> must equal the index of
145 instruction. Opcodes modified by a <code>wide</code> instruction must
164 The last instruction in <code>code</code> array must end at index
183 All jump and branch targets must be opcodes within the same method.
184 Opcodes modified by a <code>wide</code> instruction must not be
203 All targets of a <code>tableswitch</code> instruction must be opcode
    [all...]
  /art/test/109-suspend-check/
info.txt 1 To support garbage collection, debugging and profiling the VM must be able to send all threads
  /art/test/466-get-live-vreg/
info.txt 1 Tests for inspecting live DEX registers. The test must
  /cts/tests/tests/location2/
README.txt 2 "android.permission.ACCESS_FINE_LOCATION". Note you must enable "Allow mock locations"
  /dalvik/dx/tests/116-leb128/
info.txt 3 The run script requires vogar, so you must have vogar on your $PATH to run this

Completed in 272 milliseconds

12 3 4 5 6 7 8 91011>>