HomeSort by relevance Sort by last modified time
    Searched refs:with (Results 251 - 275 of 10654) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
ld-sp-warn-v7e-m.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
4 [^:]*:7: Error: Thumb does not support register indexing with writeback -- `ldr r1,\[r0,r1\]!'
ld-sp-warn-v7m.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
4 [^:]*:7: Error: Thumb does not support register indexing with writeback -- `ldr r1,\[r0,r1\]!'
ld-sp-warn.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
4 [^:]*:7: Error: Thumb does not support register indexing with writeback -- `ldr r1,\[r0,r1\]!'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loongson-2f-3.s 5 j $30 # j with register
15 jr $1 # jr with at register and .set annotation
19 j external_label # j with label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-widec2.s 1 % The .text contents is supposed to be linked --oformat binary with
2 % b-twoinsn.s, and will provide a valid end of a mmo file, but with the
3 % "n" in :Main in wide character format; the widening is with a 0xff, so it
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StructuredPhoneticName.java 5 * you may not use this file except in compliance with the License.
59 // Setup: contact with only phonetic name
61 .with(RawContacts.ACCOUNT_TYPE, "test_account")
62 .with(RawContacts.ACCOUNT_NAME, "test_name")
65 .with(StructuredName.PHONETIC_FAMILY_NAME, "phonetic name")
85 .with(RawContacts.ACCOUNT_TYPE, "test_account")
86 .with(RawContacts.ACCOUNT_NAME, "test_name")
89 .with(StructuredName.GIVEN_NAME, "name")
95 .with(RawContacts.ACCOUNT_TYPE, "test_account")
96 .with(RawContacts.ACCOUNT_NAME, "test_name"
    [all...]
  /external/v8/build/
gn_helpers_unittest.py 26 with self.assertRaises(gn_helpers.GNException):
41 with self.assertRaises(gn_helpers.GNException):
44 with self.assertRaises(gn_helpers.GNException):
52 with self.assertRaises(gn_helpers.GNException):
55 with self.assertRaises(gn_helpers.GNException):
58 with self.assertRaises(gn_helpers.GNException):
66 with self.assertRaises(gn_helpers.GNException):
69 with self.assertRaises(gn_helpers.GNException):
72 with self.assertRaises(gn_helpers.GNException):
75 with self.assertRaises(gn_helpers.GNException)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gzip.py 36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
71 with self.assertRaises(ValueError):
73 with self.assertRaises(ValueError):
75 with self.assertRaises(ValueError):
80 with self.assertRaises(ValueError):
82 with self.assertRaises(ValueError):
88 with gzip.GzipFile(self.filename, 'ab') as f:
91 with gzip.GzipFile(self.filename, 'rb') as f
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gzip.py 36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
71 with self.assertRaises(ValueError):
73 with self.assertRaises(ValueError):
75 with self.assertRaises(ValueError):
80 with self.assertRaises(ValueError):
82 with self.assertRaises(ValueError):
88 with gzip.GzipFile(self.filename, 'ab') as f:
91 with gzip.GzipFile(self.filename, 'rb') as f
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_recursion.py 72 with self.assertRaises(RuntimeError):
74 with self.assertRaises(RuntimeError):
76 with self.assertRaises(RuntimeError):
79 with self.assertRaises(RuntimeError):
81 with self.assertRaises(RuntimeError):
83 with self.assertRaises(RuntimeError):
91 with self.assertRaises(RuntimeError):
93 with self.assertRaises(RuntimeError):
103 with self.assertRaises(RuntimeError):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
71 with self.assertRaises(ValueError):
73 with self.assertRaises(ValueError):
75 with self.assertRaises(ValueError):
80 with self.assertRaises(ValueError):
82 with self.assertRaises(ValueError):
88 with gzip.GzipFile(self.filename, 'ab') as f:
91 with gzip.GzipFile(self.filename, 'rb') as f
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_recursion.py 72 with self.assertRaises(RuntimeError):
74 with self.assertRaises(RuntimeError):
76 with self.assertRaises(RuntimeError):
79 with self.assertRaises(RuntimeError):
81 with self.assertRaises(RuntimeError):
83 with self.assertRaises(RuntimeError):
91 with self.assertRaises(RuntimeError):
93 with self.assertRaises(RuntimeError):
103 with self.assertRaises(RuntimeError):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
71 with self.assertRaises(ValueError):
73 with self.assertRaises(ValueError):
75 with self.assertRaises(ValueError):
80 with self.assertRaises(ValueError):
82 with self.assertRaises(ValueError):
88 with gzip.GzipFile(self.filename, 'ab') as f:
91 with gzip.GzipFile(self.filename, 'rb') as f
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/models/
sheriff_test.py 14 with self.assertRaises(sheriff.ValidationError):
17 with self.assertRaises(sheriff.ValidationError):
19 with self.assertRaises(sheriff.ValidationError):
29 with self.assertRaises(sheriff.ValidationError):
33 # Email addresses with + characters are allowed.
44 with self.assertRaises(sheriff.ValidationError):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
ts_proxy_server_unittest.py 25 with ts_proxy_server.TsProxyServer() as server:
27 with ts_proxy_server.TsProxyServer(None, 37124, 37125) as server:
31 with ts_proxy_server.TsProxyServer() as server:
36 with ts_proxy_server.TsProxyServer() as server:
38 with self.assertRaises(AssertionError):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
parallelism_framework_util.py 5 # you may not use this file except in compliance with the License.
43 with self.lock:
47 with self.lock:
52 with self.lock:
56 with self.lock:
60 """Atomically updates the stored value associated with the given key.
73 with self.lock:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2b.s 1 ! Initially three separate sections, one with SHmedia and constants, one with
2 ! SHcompact, and yet another with SHmedia. Two .cranges sections
4 ! consolidated into the same section, and mixed with a file with
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing.s 76 ldi *+AR0(5),R0 ; with predisplacement add
77 ldi *-AR0(5),R0 ; with predisplacement subtract
78 ldi *++AR0(5),R0 ; with predisplacement add and modify
79 ldi *--AR0(5),R0 ; with predisplacement subtract and modify
80 ldi *AR0++(5),R0 ; with postdisplacement add and modify
81 ldi *AR0--(5),R0 ; with postdisplacement subtract and modify
82 ldi *AR0++(5)%,R0 ; with postdisplacement add and circular modify
83 ldi *AR0--(5)%,R0 ; with postdisplacement subtract and circular modify
84 ldi *+AR0(IR0),R0 ; with predisplacement add
85 ldi *-AR0(IR0),R0 ; with predisplacement subtrac
    [all...]
  /external/chromium-trace/catapult/telemetry/examples/benchmarks/
simple_story_set.py 23 with action_runner.CreateInteraction('Scroll-And-Tap'):
28 with action_runner.CreateInteraction('Scroll'):
30 with action_runner.CreateInteraction('Wait-two'):
  /external/v8/build/toolchain/mac/
setup_toolchain.py 12 with open(source_path) as source_file:
24 with open(out_path, 'rb') as read_tool_file:
31 with open(out_path, 'wb') as write_tool_file:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-stack.s 26 # push with a 1-byte immediate
29 # push with a 4-byte immediate
34 # with extraneous rex.B
  /external/chromium-trace/catapult/devil/devil/android/
device_blacklist.py 24 with self._blacklist_lock:
30 with open(self._path, 'r') as f:
49 with self._blacklist_lock:
50 with open(self._path, 'w') as f:
68 with self._blacklist_lock:
76 with self._blacklist_lock:
  /external/tcpdump/tests/
TESTonce 26 # this means tcpdump exited with code 1.
60 my $with = ($r & 128) ? 'with' : 'without';
62 $with = "with";
64 printf " (terminated with signal %u, %s coredump)\n", ($r & 127), $with;
  /external/v8/test/mjsunit/regress/
regress-3138.js 17 with ({}); // Force context allocation of both variable and function name.
22 // var initialization is intercepted by with scope.
25 with (o) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
address-001.s 21 ;; Indirect with post increment
29 ;; Indirect with postdecrement
48 ;; Indirect through stackpointer with postincrement
56 ;; Indirect through stackpointer with postdecrement
62 ;; Indirect through stackpointer with predecrement
68 ;; Indirect with displacement

Completed in 1381 milliseconds

<<11121314151617181920>>