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

1 2 3 4 5 6 7 8 91011

  /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...]
  /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
  /prebuilts/go/darwin-x86/src/cmd/nm/
doc.go 25 // Following established convention, the address is omitted for undefined
  /prebuilts/go/darwin-x86/src/crypto/x509/
pkcs8.go 21 // optional attributes omitted.
  /prebuilts/go/darwin-x86/src/strings/
compare_test.go 8 // Benchmarks omitted since the underlying implementation is identical.
  /prebuilts/go/linux-x86/src/cmd/nm/
doc.go 25 // Following established convention, the address is omitted for undefined
  /prebuilts/go/linux-x86/src/crypto/x509/
pkcs8.go 21 // optional attributes omitted.
  /prebuilts/go/linux-x86/src/strings/
compare_test.go 8 // Benchmarks omitted since the underlying implementation is identical.
  /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
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 107 // literal type may be omitted
115 // the inner &T may be omitted.
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 107 // literal type may be omitted
115 // the inner &T may be omitted.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
funcdata.go 27 // It can be omitted if there are no arguments at all.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
funcdata.go 27 // It can be omitted if there are no arguments at all.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_case.py 374 # "If result is omitted or None, a temporary result object is created
399 "Docstrings are omitted with -O2 and above")
407 "Docstrings are omitted with -O2 and above")
600 omitted = unittest.case.DIFF_OMITTED % (len(diff) + 1,)
610 self.assertIn(omitted, msg)
620 self.assertNotIn(omitted, msg)
630 self.assertNotIn(omitted, msg)
635 omitted = unittest.case.DIFF_OMITTED % len('bar')
636 self.assertEqual(message, 'foo' + omitted)
    [all...]
  /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...]
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-test-1-run.sh 177 echo Build-only run specified, boot/test omitted.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tokenize.py 7 code, print out a table with tokens. The ENDMARK is omitted for
540 The ENDMARKER is omitted.
  /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.

Completed in 930 milliseconds

1 2 3 4 5 6 7 8 91011