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

1 2 3 4 5 6

  /external/llvm/test/MC/ARM/
neon-vld-vst-align.s 13 @ 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 be 64 or omitted
    [all...]
  /external/tcpdump/
print-babel.c 176 network_prefix(int ae, int plen, unsigned int omitted,
199 if(omitted > 4 || pb > 4 || (pb > omitted && len < pb - omitted))
202 if(omitted) {
204 memcpy(prefix, dp, 12 + omitted);
206 if(pb > omitted) {
207 memcpy(prefix + 12 + omitted, p, pb - omitted);
208 consumed = pb - omitted;
    [all...]
  /external/v8/test/webkit/
char-at.js 31 ["", "omitted"],
45 ["x", "omitted"],
59 ["xy", "omitted"],
118 if (item[1] == "omitted") {
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
resumable_streaming_upload.py 63 size: The amount of bytes to read. If omitted or negative, the entire
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-omit.s 1 @ test omitted optional arguments
54 @ Also test three-argument forms without omitted arguments
99 @ Also test VMOV with omitted suffix:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-8m.d 14 # would be omitted, and the "saved" bytes would be concatenated with the
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-67.d 5 #error: \A[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*omitted[^\n]*\Z
  /external/mesa3d/scons/
crossmingw.py 139 related to debug symbols and can be omitted from the effected
  /external/v8/test/mjsunit/
error-tostring-omit.js 42 var re = /...<omitted>.../;
stack-traces.js 254 function testOmittedBuiltin(throwing, omitted) {
257 assertUnreachable(omitted);
259 assertTrue(e.stack.indexOf(omitted) < 0, omitted);
299 // Omitted because QuickSort has builtins object as receiver, and is non-native
305 // Omitted because ADD from runtime.js is non-native builtin.
stack-traces-2.js 78 // builtin. Should not be omitted with the --builtins-in-stack-traces flag.
  /external/v8/test/mjsunit/regress/
splice-missing-wb.js 53 // omitted.
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_case.py 375 # "If result is omitted or None, a temporary result object is created
400 "Docstrings are omitted with -O2 and above")
408 "Docstrings are omitted with -O2 and above")
601 omitted = unittest.case.DIFF_OMITTED % (len(diff) + 1,)
611 self.assertIn(omitted, msg)
621 self.assertNotIn(omitted, msg)
631 self.assertNotIn(omitted, msg)
636 omitted = unittest.case.DIFF_OMITTED % len('bar')
637 self.assertEqual(message, 'foo' + omitted)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_case.py 375 # "If result is omitted or None, a temporary result object is created
400 "Docstrings are omitted with -O2 and above")
408 "Docstrings are omitted with -O2 and above")
601 omitted = unittest.case.DIFF_OMITTED % (len(diff) + 1,)
611 self.assertIn(omitted, msg)
621 self.assertNotIn(omitted, msg)
631 self.assertNotIn(omitted, msg)
636 omitted = unittest.case.DIFF_OMITTED % len('bar')
637 self.assertEqual(message, 'foo' + omitted)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 375 # "If result is omitted or None, a temporary result object is created
400 "Docstrings are omitted with -O2 and above")
408 "Docstrings are omitted with -O2 and above")
601 omitted = unittest.case.DIFF_OMITTED % (len(diff) + 1,)
611 self.assertIn(omitted, msg)
621 self.assertNotIn(omitted, msg)
631 self.assertNotIn(omitted, msg)
636 omitted = unittest.case.DIFF_OMITTED % len('bar')
637 self.assertEqual(message, 'foo' + omitted)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 375 # "If result is omitted or None, a temporary result object is created
400 "Docstrings are omitted with -O2 and above")
408 "Docstrings are omitted with -O2 and above")
601 omitted = unittest.case.DIFF_OMITTED % (len(diff) + 1,)
611 self.assertIn(omitted, msg)
621 self.assertNotIn(omitted, msg)
631 self.assertNotIn(omitted, msg)
636 omitted = unittest.case.DIFF_OMITTED % len('bar')
637 self.assertEqual(message, 'foo' + omitted)
    [all...]
  /cts/tools/tradefed-host/res/report/
cts_result.css 130 td.timeout, td.omitted, td.notExecuted {
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 392 expected-note {{in implicit initialization of array element 2 with omitted initializer}}
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tokenize.py 7 code, print out a table with tokens. The ENDMARK is omitted for
569 The ENDMARKER is omitted.
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tokenize.py 7 code, print out a table with tokens. The ENDMARK is omitted for
569 The ENDMARKER is omitted.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 7 code, print out a table with tokens. The ENDMARK is omitted for
569 The ENDMARKER is omitted.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 7 code, print out a table with tokens. The ENDMARK is omitted for
569 The ENDMARKER is omitted.
  /external/guice/
Android.mk 130 # Rules for target, hostdex, etc., are omitted since munge is only used during the build.
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/
maven-artifact-manager-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar 

Completed in 1763 milliseconds

1 2 3 4 5 6