Searched refs:must (Results 1 - 25 of 431) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dstrict-err.asm2 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
/external/chromium_org/v8/test/mjsunit/
H A Dhtml-comments.js1 --> must work at beginning of file!
8 // * Redistributions of source code must retain the above copyright
10 // * Redistributions in binary form must reproduce the above
31 --> this must be ignored...
32 --> so must this...
/external/llvm/test/MC/ARM/
H A Dinvalid-hint-arm.s6 @ CHECK: error: immediate operand must be in the range [0,239]
7 @ CHECK: error: immediate operand must be in the range [0,239]
H A Dinvalid-hint-thumb.s6 @ CHECK: error: immediate operand must be in the range [0,239]
7 @ CHECK: error: immediate operand must be in the range [0,239]
H A Deh-directive-pad-diagnostics.s17 @ CHECK: error: .fnstart must precede .pad directive
36 @ CHECK: error: .pad must precede .handlerdata directive
H A Deh-directive-personality-diagnostics.s17 @ CHECK: error: .fnstart must precede .personality directive
36 @ CHECK: error: .personality must precede .handlerdata directive
H A Deh-directive-unwind_raw-diagnostics.s10 @ CHECK: error: .fnstart must precede .unwind_raw directive
30 @ CHECK: error: offset must be a constant
60 @ CHECK: error: opcode value must be a constant
H A Dneon-vld-vst-align.s13 @ CHECK-ERRORS: error: alignment must be 64 or omitted
16 @ CHECK-ERRORS: error: alignment must be 64 or omitted
20 @ CHECK-ERRORS: error: alignment must be 64 or omitted
23 @ CHECK-ERRORS: error: alignment must be 64 or omitted
35 @ CHECK-ERRORS: error: alignment must be 64 or omitted
38 @ CHECK-ERRORS: error: alignment must be 64 or omitted
42 @ CHECK-ERRORS: error: alignment must be 64 or omitted
45 @ CHECK-ERRORS: error: alignment must be 64 or omitted
57 @ CHECK-ERRORS: error: alignment must be 64 or omitted
60 @ CHECK-ERRORS: error: alignment must b
[all...]
H A Deh-directive-fnend-diagnostics.s15 @ CHECK: error: .fnstart must precede .fnend directive
/external/chromium_org/third_party/webrtc/base/
H A Dlatebindingsymboltable.cc.def38 #error You must define LATE_BINDING_SYMBOL_TABLE_CLASS_NAME
42 #error You must define LATE_BINDING_SYMBOL_TABLE_SYMBOLS_LIST
46 #error You must define LATE_BINDING_SYMBOL_TABLE_DLL_NAME
H A Dlatebindingsymboltable.h.def40 #error You must first include latebindingsymboltable.h
44 #error You must define LATE_BINDING_SYMBOL_TABLE_CLASS_NAME
48 #error You must define LATE_BINDING_SYMBOL_TABLE_SYMBOLS_LIST
/external/llvm/lib/Support/
H A Dregfree.c14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
69 if (g->must != NULL)
70 free(g->must);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A DMakefile.inc20 @echo Python must be installed to regenerate x86 instructions files
23 @echo Python must be installed to regenerate x86 instructions files
/external/linux-tools-perf/perf-3.12.0/arch/frv/lib/
H A Dmemcpy.S20 # - NOTE: must not use any stack. exception detection performs function return
H A Dmemset.S20 # - NOTE: must not use any stack. exception detection performs function return
22 # GR4, GR7, GR8, and GR11 must be managed
/external/chromium_org/chrome/renderer/resources/extensions/
H A Ddownloads_custom_bindings.js29 console.error('Error: "filename" parameter to suggest() must be a ' +
34 console.error('Error: "conflictAction" parameter to suggest() must be ' +
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dpage_set_smoke_test.py67 msg='page_set %\'s file_path must have type string')
71 msg='page_set\'s archive_data_file path must have type string')
76 msg='page_set\'s user_agent_type must have type string')
80 msg='page_set\'s make_javascript_deterministic must have type bool')
84 msg='page_set\'s startup_url must have type string')
89 msg='page %s \'s url must have type string' % page.display_name)
92 msg='page %s \'s page_set must be an instance of '
96 msg='page %s \'s name field must have type string' % page.display_name)
/external/clang/test/Parser/
H A Dcxx0x-literal-operators.cpp5 expected-error {{string literal after 'operator' must be '""'}} \
/external/libyuv/
H A Dsetup_env.bat1 :: This script must not rely on any external tools or PATH values.
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb11 1. The origin of this software must not be misrepresented; you must not
16 2. Altered source versions must be plainly marked as such, and must not
/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp40 expected-error {{must explicitly initialize the member 'e1' which does not have a default constructor}}
/external/clang/test/CXX/temp/temp.spec/
H A Dcxx1y-variable-template-no-body.cpp33 template<> double pi1<double> = 1.5; // expected-error {{variable template specialization of 'pi1' must originally be declared in the global scope}}
35 expected-error {{variable template specialization of 'pi1' must originally be declared in the global scope}}
/external/e2fsprogs/util/
H A Dinstall-symlink.in44 echo $SRC: Source pathname must be absolute
49 echo $DEST: Destination pathname must be absolute
/external/lldb/scripts/
H A Dinstall-lldb.sh52 echo DEVELOPER_DIR must be a directory: "$DEVELOPER_DIR"
57 echo BUILD_DIR must be a directory: "$BUILD_DIR"
/external/llvm/test/MC/Mips/
H A Dmicromips-alias.s4 # Symbol bar must be marked as micromips.

Completed in 4011 milliseconds

1234567891011>>