HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 76 - 100 of 3043) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
range.pass.cpp 54 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
55 Eq eq = c.equal_range(1); local
56 assert(std::distance(eq.first, eq.second) == 2);
57 C::const_iterator i = eq.first;
63 eq = c.equal_range(2);
64 assert(std::distance(eq.first, eq.second) == 2);
65 i = eq.first
111 Eq eq = c.equal_range(1); local
168 Eq eq = c.equal_range(1); local
226 Eq eq = c.equal_range(1); local
    [all...]
  /external/ltp/scripts/
safe_rm.sh 38 if [ $opts_parse_done -eq 0 ] ; then
53 if [ $opts_parse_done -eq 1 ] ; then
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pep292.py 38 eq = self.assertEqual
40 eq(s.substitute(dict(who='tim', what='ham')),
43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $')
46 eq = self.assertEqual
49 eq(s.substitute(d), '%(foo)s baz baz')
50 eq(s.safe_substitute(d), '%(foo)s baz baz')
53 eq = self.assertEqual
56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
57 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today')
59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pep292.py 38 eq = self.assertEqual
40 eq(s.substitute(dict(who='tim', what='ham')),
43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $')
46 eq = self.assertEqual
49 eq(s.substitute(d), '%(foo)s baz baz')
50 eq(s.safe_substitute(d), '%(foo)s baz baz')
53 eq = self.assertEqual
56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
57 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today')
59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today'
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
assign_move.pass.cpp 63 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
64 Eq eq = c.equal_range(1); local
65 assert(std::distance(eq.first, eq.second) == 2);
66 C::const_iterator i = eq.first;
72 eq = c.equal_range(2);
73 assert(std::distance(eq.first, eq.second) == 2);
74 i = eq.first
129 Eq eq = c.equal_range(1); local
194 Eq eq = c.equal_range(1); local
260 Eq eq = c.equal_range(1); local
    [all...]
init.pass.cpp 48 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
49 Eq eq = c.equal_range(1); local
50 assert(std::distance(eq.first, eq.second) == 2);
51 C::const_iterator i = eq.first;
57 eq = c.equal_range(2);
58 assert(std::distance(eq.first, eq.second) == 2);
59 i = eq.first
103 Eq eq = c.equal_range(1); local
158 Eq eq = c.equal_range(1); local
214 Eq eq = c.equal_range(1); local
    [all...]
range.pass.cpp 52 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
53 Eq eq = c.equal_range(1); local
54 assert(std::distance(eq.first, eq.second) == 2);
55 C::const_iterator i = eq.first;
61 eq = c.equal_range(2);
62 assert(std::distance(eq.first, eq.second) == 2);
63 i = eq.first
109 Eq eq = c.equal_range(1); local
166 Eq eq = c.equal_range(1); local
224 Eq eq = c.equal_range(1); local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
assign_move.pass.cpp 63 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
64 Eq eq = c.equal_range(1); local
65 assert(std::distance(eq.first, eq.second) == 2);
66 C::const_iterator i = eq.first;
72 eq = c.equal_range(2);
73 assert(std::distance(eq.first, eq.second) == 2);
74 i = eq.first
129 Eq eq = c.equal_range(1); local
194 Eq eq = c.equal_range(1); local
260 Eq eq = c.equal_range(1); local
    [all...]
init.pass.cpp 48 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
49 Eq eq = c.equal_range(1); local
50 assert(std::distance(eq.first, eq.second) == 2);
51 C::const_iterator i = eq.first;
57 eq = c.equal_range(2);
58 assert(std::distance(eq.first, eq.second) == 2);
59 i = eq.first
103 Eq eq = c.equal_range(1); local
158 Eq eq = c.equal_range(1); local
214 Eq eq = c.equal_range(1); local
    [all...]
range.pass.cpp 52 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
53 Eq eq = c.equal_range(1); local
54 assert(std::distance(eq.first, eq.second) == 2);
55 C::const_iterator i = eq.first;
61 eq = c.equal_range(2);
62 assert(std::distance(eq.first, eq.second) == 2);
63 i = eq.first
109 Eq eq = c.equal_range(1); local
166 Eq eq = c.equal_range(1); local
224 Eq eq = c.equal_range(1); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep292.py 38 eq = self.assertEqual
40 eq(s.substitute(dict(who='tim', what='ham')),
43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $')
46 eq = self.assertEqual
49 eq(s.substitute(d), '%(foo)s baz baz')
50 eq(s.safe_substitute(d), '%(foo)s baz baz')
53 eq = self.assertEqual
56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
57 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today')
59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep292.py 38 eq = self.assertEqual
40 eq(s.substitute(dict(who='tim', what='ham')),
43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $')
46 eq = self.assertEqual
49 eq(s.substitute(d), '%(foo)s baz baz')
50 eq(s.safe_substitute(d), '%(foo)s baz baz')
53 eq = self.assertEqual
56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
57 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today')
59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today'
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
illegal.s 5 c.eq.s 1,2
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointEventHandlerTest.java 21 import static org.mockito.Matchers.eq;
76 when(mWifiNative.requestAnqp(eq(BSSID_STR), eq(expAnqpIds), eq(expHs20Subtypes))) method
81 when(mWifiNative.requestAnqp(eq(BSSID_STR), eq(expAnqpIds), eq(expHs20Subtypes))) method
99 when(mWifiNative.requestAnqp(eq(BSSID_STR), eq(expAnqpIds), eq(expHs20Subtypes)) method
104 when(mWifiNative.requestAnqp(eq(BSSID_STR), eq(expAnqpIds), eq(expHs20Subtypes))) method
125 when(mWifiNative.requestAnqp(eq(BSSID_STR), eq(expAnqpIds), eq(expHs20Subtypes))) method
130 when(mWifiNative.requestAnqp(eq(BSSID_STR), eq(expAnqpIds), eq(expHs20Subtypes))) method
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_key.pass.cpp 58 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
59 Eq eq = c.equal_range(1); local
60 assert(std::distance(eq.first, eq.second) == 2);
61 C::const_iterator k = eq.first;
67 eq = c.equal_range(2);
68 assert(std::distance(eq.first, eq.second) == 2);
69 k = eq.first
222 Eq eq = c.equal_range(1); local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_key.pass.cpp 57 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
58 Eq eq = c.equal_range(1); local
59 assert(std::distance(eq.first, eq.second) == 2);
60 C::const_iterator k = eq.first;
66 eq = c.equal_range(2);
67 assert(std::distance(eq.first, eq.second) == 2);
68 k = eq.first
221 Eq eq = c.equal_range(1); local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_key.pass.cpp 57 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
58 Eq eq = c.equal_range(1); local
59 assert(std::distance(eq.first, eq.second) == 2);
60 C::const_iterator k = eq.first;
66 eq = c.equal_range(2);
67 assert(std::distance(eq.first, eq.second) == 2);
68 k = eq.first
221 Eq eq = c.equal_range(1); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py 75 eq = self.assertEqual
77 eq(msg.get_all('cc'), ['ccc@zzz.org', 'ddd@zzz.org', 'eee@zzz.org'])
78 eq(msg.get_all('xx', 'n/a'), 'n/a')
81 eq = self.assertEqual
83 eq(msg.get_charset(), None)
86 eq(msg['mime-version'], '1.0')
87 eq(msg.get_content_type(), 'text/plain')
88 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
89 eq(msg.get_param('charset'), 'iso-8859-1')
90 eq(msg['content-transfer-encoding'], 'quoted-printable')
    [all...]
test_email_renamed.py 76 eq = self.assertEqual
78 eq(msg.get_all('cc'), ['ccc@zzz.org', 'ddd@zzz.org', 'eee@zzz.org'])
79 eq(msg.get_all('xx', 'n/a'), 'n/a')
82 eq = self.assertEqual
84 eq(msg.get_charset(), None)
87 eq(msg['mime-version'], '1.0')
88 eq(msg.get_content_type(), 'text/plain')
89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
90 eq(msg.get_param('charset'), 'iso-8859-1')
91 eq(msg['content-transfer-encoding'], 'quoted-printable')
    [all...]
  /external/python/cpython2/Lib/email/test/
test_email.py 81 eq = self.assertEqual
83 eq(msg.get_all('cc'), ['ccc@zzz.org', 'ddd@zzz.org', 'eee@zzz.org'])
84 eq(msg.get_all('xx', 'n/a'), 'n/a')
87 eq = self.assertEqual
89 eq(msg.get_charset(), None)
92 eq(msg['mime-version'], '1.0')
93 eq(msg.get_content_type(), 'text/plain')
94 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
95 eq(msg.get_param('charset'), 'iso-8859-1')
96 eq(msg['content-transfer-encoding'], 'quoted-printable'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py 76 eq = self.assertEqual
78 eq(msg.get_all('cc'), ['ccc@zzz.org', 'ddd@zzz.org', 'eee@zzz.org'])
79 eq(msg.get_all('xx', 'n/a'), 'n/a')
82 eq = self.assertEqual
84 eq(msg.get_charset(), None)
87 eq(msg['mime-version'], '1.0')
88 eq(msg.get_content_type(), 'text/plain')
89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
90 eq(msg.get_param('charset'), 'iso-8859-1')
91 eq(msg['content-transfer-encoding'], 'quoted-printable'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py 76 eq = self.assertEqual
78 eq(msg.get_all('cc'), ['ccc@zzz.org', 'ddd@zzz.org', 'eee@zzz.org'])
79 eq(msg.get_all('xx', 'n/a'), 'n/a')
82 eq = self.assertEqual
84 eq(msg.get_charset(), None)
87 eq(msg['mime-version'], '1.0')
88 eq(msg.get_content_type(), 'text/plain')
89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
90 eq(msg.get_param('charset'), 'iso-8859-1')
91 eq(msg['content-transfer-encoding'], 'quoted-printable'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 76 eq = self.assertEqual
78 eq(msg.get_all('cc'), ['ccc@zzz.org', 'ddd@zzz.org', 'eee@zzz.org'])
79 eq(msg.get_all('xx', 'n/a'), 'n/a')
82 eq = self.assertEqual
84 eq(msg.get_charset(), None)
87 eq(msg['mime-version'], '1.0')
88 eq(msg.get_content_type(), 'text/plain')
89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
90 eq(msg.get_param('charset'), 'iso-8859-1')
91 eq(msg['content-transfer-encoding'], 'quoted-printable'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py 76 eq = self.assertEqual
78 eq(msg.get_all('cc'), ['ccc@zzz.org', 'ddd@zzz.org', 'eee@zzz.org'])
79 eq(msg.get_all('xx', 'n/a'), 'n/a')
82 eq = self.assertEqual
84 eq(msg.get_charset(), None)
87 eq(msg['mime-version'], '1.0')
88 eq(msg.get_content_type(), 'text/plain')
89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
90 eq(msg.get_param('charset'), 'iso-8859-1')
91 eq(msg['content-transfer-encoding'], 'quoted-printable'
    [all...]
  /external/python/cpython2/Lib/test/
test_gettext.py 98 eq = self.assertEqual
100 eq(_('albatross'), 'albatross')
101 eq(_(u'mullusk'), 'bacon')
102 eq(_(r'Raymond Luxury Yach-t'), 'Throatwobbler Mangrove')
103 eq(_(ur'nudge nudge'), 'wink wink')
106 eq = self.assertEqual
108 eq(_("albatross"), 'albatross')
109 eq(_(u"mullusk"), 'bacon')
110 eq(_(r"Raymond Luxury Yach-t"), 'Throatwobbler Mangrove')
111 eq(_(ur"nudge nudge"), 'wink wink'
    [all...]

Completed in 746 milliseconds

1 2 34 5 6 7 8 91011>>