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

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax1.s 1 # Relaxation border-cases: just-within reach, just-out-of-reach, forward
8 GETA $7,nearfar1 % Within reach.
9 PUSHJ $191,nearfar2 % Within reach.
12 BNP $72,l0 % Within reach
13 GETA $4,l1 % Within reach.
14 nearfar1 PUSHJ 5,l01 % Within reach.
15 nearfar2 GETA $9,l1 % Out of reach.
16 PUSHJ $11,l3 % Out of reach.
17 l4 BP $55,l3 % Within reach
    [all...]
relax1.l 11 8 0010 F407FFFF GETA \$7,nearfar1 % Within reach\.
12 9 0014 F2BFFFFF PUSHJ \$191,nearfar2 % Within reach\.
20 12 40004 4D480000 BNP \$72,l0 % Within reach
21 13 40008 F5040000 GETA \$4,l1 % Within reach\.
22 14 4000c F3050000 nearfar1 PUSHJ 5,l01 % Within reach\.
23 15 40010 F4090000 nearfar2 GETA \$9,l1 % Out of reach\.
27 16 40020 F20B0000 PUSHJ \$11,l3 % Out of reach\.
32 17 40034 4437FFFF l4 BP \$55,l3 % Within reach\.
41 21 80034 47580000 BOD \$88,l4 % Within reach\.
42 22 80038 46580000 BOD \$88,l4 % Out of reach\
    [all...]
weak1.d 4 # Relaxation thought a weak symbol was within reach.
  /system/connectivity/shill/test-scripts/
backchannel 34 echo " reach <ip> <gw> [new_iface_name] Route <ip> via gateway <gw>"
73 reach() {
95 reach)
96 reach "$@"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_boundary.s 5 # (12 bytes each) to reach the call destinations in text2. Another stub
6 # may be required to reach func0 if the section is laid out so that it crosses
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pushjs3m.d 12 # Check that PUSHJ with an offset just within reach of JMP gets it, mmo
pushjs3.d 12 # Check that PUSHJ with an offset just within reach of JMP gets it, ELF
pushjs4.d 13 # Check that PUSHJ with an offset just outside reach of JMP works; it will
pushjs4m.d 13 # Check that PUSHJ with an offset just outside reach of JMP works; it will
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 4 # We may reach here running this test from run-tests.sh
  /external/v8/test/mjsunit/regress/
regress-875031.js 33 assertTrue(false); // should not reach here
regress-crbug-178790.js 44 // Compiling it causes EatsAtLeast to reach the maximum
  /external/v8/test/mjsunit/
try-finally-nested.js 39 assertTrue(false, "should not reach here");
debug-stepout-scope-part1.js 46 // Do steps until we reach the global scope again.
debug-stepout-scope-part2.js 46 // Do steps until we reach the global scope again.
debug-stepout-scope-part3.js 46 // Do steps until we reach the global scope again.
debug-stepout-scope-part4.js 46 // Do steps until we reach the global scope again.
debug-stepout-scope-part5.js 46 // Do steps until we reach the global scope again.
debug-stepout-scope-part6.js 46 // Do steps until we reach the global scope again.
debug-stepout-scope-part7.js 46 // Do steps until we reach the global scope again.
debug-stepout-scope-part8.js 46 // Do steps until we reach the global scope again.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookielib.py 666 from cookielib import reach namespace
667 self.assertEqual(reach("www.acme.com"), ".acme.com")
668 self.assertEqual(reach("acme.com"), "acme.com")
669 self.assertEqual(reach("acme.local"), ".local")
670 self.assertEqual(reach(".local"), ".local")
671 self.assertEqual(reach(".com"), ".com")
672 self.assertEqual(reach("."), ".")
673 self.assertEqual(reach(""), "")
674 self.assertEqual(reach("192.168.0.1"), "192.168.0.1")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookielib.py 666 from cookielib import reach namespace
667 self.assertEqual(reach("www.acme.com"), ".acme.com")
668 self.assertEqual(reach("acme.com"), "acme.com")
669 self.assertEqual(reach("acme.local"), ".local")
670 self.assertEqual(reach(".local"), ".local")
671 self.assertEqual(reach(".com"), ".com")
672 self.assertEqual(reach("."), ".")
673 self.assertEqual(reach(""), "")
674 self.assertEqual(reach("192.168.0.1"), "192.168.0.1")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 666 from cookielib import reach namespace
667 self.assertEqual(reach("www.acme.com"), ".acme.com")
668 self.assertEqual(reach("acme.com"), "acme.com")
669 self.assertEqual(reach("acme.local"), ".local")
670 self.assertEqual(reach(".local"), ".local")
671 self.assertEqual(reach(".com"), ".com")
672 self.assertEqual(reach("."), ".")
673 self.assertEqual(reach(""), "")
674 self.assertEqual(reach("192.168.0.1"), "192.168.0.1")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 666 from cookielib import reach namespace
667 self.assertEqual(reach("www.acme.com"), ".acme.com")
668 self.assertEqual(reach("acme.com"), "acme.com")
669 self.assertEqual(reach("acme.local"), ".local")
670 self.assertEqual(reach(".local"), ".local")
671 self.assertEqual(reach(".com"), ".com")
672 self.assertEqual(reach("."), ".")
673 self.assertEqual(reach(""), "")
674 self.assertEqual(reach("192.168.0.1"), "192.168.0.1")
    [all...]

Completed in 645 milliseconds

1 2 3 4