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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ipc/
ipc_sync_message_unittest.h 32 // in1 must be 1, out1 is true
35 // in1 must be false, out1 is true, out2 is 12
38 // in1 must be 3, out1 is "1_3", out2 is 13, out3 is false
41 // in1 must be 1, in2 must be false, out1 is true
44 // in1 must be false, in2 must be 2, out1 is true, out2 is 22
47 // in1 must be 3, in2 must be true, out1 is "2_3", out2 is 23, out3 is false
50 // in1 must be 1, in2 must be false, in3 must be "3_1", out1 is tru
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
strict-err.asm 2 add [rax], dword 4 ; illegal; must use dword [eax], 4
3 add [rax], strict dword 4 ; illegal; must use dword [eax], strict dword 4
4 add [rax], qword 4 ; illegal; must use qword [rax], 4
5 add [rax], strict qword 4 ; illegal; must use qword [eax], strict dword 4
sse5-err.errwarn 1 -:1: error: one of source operand 1 or 3 must match dest operand
2 -:2: error: one of source operand 1 or 3 must match dest operand
3 -:3: error: one of source operand 1 or 3 must match dest operand
4 -:5: error: one of source operand 1 or 3 must match dest operand
5 -:6: error: one of source operand 1 or 3 must match dest operand
6 -:7: error: one of source operand 1 or 3 must match dest operand
7 -:9: error: one of source operand 1 or 3 must match dest operand
8 -:10: error: one of source operand 1 or 3 must match dest operand
9 -:11: error: one of source operand 1 or 3 must match dest operand
10 -:13: error: one of source operand 1 or 3 must match dest operan
    [all...]
  /external/chromium_org/ui/
DEPS 2 # Components within ui must state their dependencies explicitly.
  /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/sepolicy/
su_user.te 1 # File types must be defined for file_contexts.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
reserve-err2.errwarn 2 -:4: error: expression must not contain floating point value
3 -:5: error: expression must not contain floating point value
5 -:11: error: expression must not contain floating point value
6 -:12: error: expression must not contain floating point value
  /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/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}}
  /external/llvm/test/MC/ARM/
invalid-hint-thumb.s 7 @ CHECK: error: immediate operand must be in the range [0,4]
8 @ CHECK: error: immediate operand must be in the range [0,4]
9 @ CHECK: error: immediate operand must be in the range [0,4]
  /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.
  /dalvik/tests/069-field-type/src/
Blah.java 3 * Trivial class; must implement an interesting interface.
  /dalvik/tests/069-field-type/src2/
Blah.java 3 * Trivial class; must implement an interesting interface.
  /dalvik/vm/mterp/armv5te/
OP_MUL_INT.S 2 /* must be "mul r0, r1, r0" -- "r0, r0, r1" is illegal */
OP_MUL_INT_2ADDR.S 2 /* must be "mul r0, r1, r0" -- "r0, r0, r1" is illegal */
OP_MUL_INT_LIT16.S 2 /* must be "mul r0, r1, r0" -- "r0, r0, r1" is illegal */
OP_MUL_INT_LIT8.S 2 /* must be "mul r0, r1, r0" -- "r0, r0, r1" is illegal */
  /dalvik/vm/mterp/armv6t2/
OP_MUL_INT_2ADDR.S 2 /* must be "mul r0, r1, r0" -- "r0, r0, r1" is illegal */
OP_MUL_INT_LIT16.S 2 /* must be "mul r0, r1, r0" -- "r0, r0, r1" is illegal */
  /external/chromium/googleurl/build/
README.txt 4 The base checkout directory must be named 'googleurl'.

Completed in 1750 milliseconds

1 2 3 4 5 6 7 8 91011>>