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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
generatePatchCommand.pl 42 ok($patchCommand eq "patch -p0", $title);
52 ok($patchCommand eq "patch -p0", $title);
61 ok($patchCommand eq "patch -p0 --force", $title);
70 ok($patchCommand eq "patch -p0 --force", $title);
79 ok($patchCommand eq "patch -p0 --reverse", $title);
87 ok($patchCommand eq "patch -p0 --force --fuzz=3", $title);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_glob.py 65 eq = self.assertSequencesEqual_noorder
66 eq(self.glob('a'), [self.norm('a')])
67 eq(self.glob('a', 'D'), [self.norm('a', 'D')])
68 eq(self.glob('aab'), [self.norm('aab')])
69 eq(self.glob('zymurgy'), [])
86 eq = self.assertSequencesEqual_noorder
87 eq(self.glob('a*'), map(self.norm, ['a', 'aab', 'aaa']))
88 eq(self.glob('*a'), map(self.norm, ['a', 'aaa']))
89 eq(self.glob('.*'), map(self.norm, ['.aa', '.bb']))
90 eq(self.glob('?aa'), map(self.norm, ['aaa'])
    [all...]
test_mhlib.py 151 eq = self.assertEqual
152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
154 eq(mh.getpath(), os.path.abspath(_mhpath))
155 eq(mh.getcontext(), 'inbox')
158 eq(mh.getcontext(), 'wide')
159 eq(readFile(os.path.join(_mhpath, 'context')),
165 eq(inbox.getfullname(),
167 eq(inbox.getsequencesfilename(),
169 eq(inbox.getmessagefilename(1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_glob.py 65 eq = self.assertSequencesEqual_noorder
66 eq(self.glob('a'), [self.norm('a')])
67 eq(self.glob('a', 'D'), [self.norm('a', 'D')])
68 eq(self.glob('aab'), [self.norm('aab')])
69 eq(self.glob('zymurgy'), [])
86 eq = self.assertSequencesEqual_noorder
87 eq(self.glob('a*'), map(self.norm, ['a', 'aab', 'aaa']))
88 eq(self.glob('*a'), map(self.norm, ['a', 'aaa']))
89 eq(self.glob('.*'), map(self.norm, ['.aa', '.bb']))
90 eq(self.glob('?aa'), map(self.norm, ['aaa'])
    [all...]
test_mhlib.py 151 eq = self.assertEqual
152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
154 eq(mh.getpath(), os.path.abspath(_mhpath))
155 eq(mh.getcontext(), 'inbox')
158 eq(mh.getcontext(), 'wide')
159 eq(readFile(os.path.join(_mhpath, 'context')),
165 eq(inbox.getfullname(),
167 eq(inbox.getsequencesfilename(),
169 eq(inbox.getmessagefilename(1)
    [all...]
  /external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq 12 if [ $? -eq 0 ]; then
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 12 if ($mode eq 'transport') {
16 } elsif ($mode eq 'delete') {
  /external/libcxx/test/containers/unord/unord.multimap/
rehash.pass.cpp 29 typedef std::pair<typename C::const_iterator, typename C::const_iterator> Eq;
30 Eq eq = c.equal_range(1); local
31 assert(std::distance(eq.first, eq.second) == 2);
32 typename C::const_iterator i = eq.first;
38 eq = c.equal_range(2);
39 assert(std::distance(eq.first, eq.second) == 2);
40 i = eq.first
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
rehash.pass.cpp 29 typedef std::pair<typename C::const_iterator, typename C::const_iterator> Eq;
30 Eq eq = c.equal_range(1); local
31 assert(std::distance(eq.first, eq.second) == 2);
32 typename C::const_iterator i = eq.first;
38 eq = c.equal_range(2);
39 assert(std::distance(eq.first, eq.second) == 2);
40 i = eq.first
    [all...]
  /external/lldb/scripts/Python/
build-swig-Python.sh 39 if [ $MakefileCalled -eq 0 ]
174 if [ $Debug -eq 1 ]
180 if [ $Debug -eq 1 ]
192 if [ $Debug -eq 1 ]
198 if [ $NeedToUpdate -eq 0 ]
205 if [ $Debug -eq 1 ]
215 if [ $NeedToUpdate -eq 0 ]
222 if [ $Debug -eq 1 ]
232 if [ $NeedToUpdate -eq 0 ]
237 if [ $Debug -eq 1
    [all...]
finish-swig-Python-LLDB.sh 61 if [ $Debug -eq 1 ]
77 if [ $MakefileCalled -eq 0 ]
87 if [ $Debug -eq 1 ]
116 if [ $Debug -eq 1 ]
127 if [ $Debug -eq 1 ]
133 if [ $Debug -eq 1 ]
151 if [ $Debug -eq 1 ]
156 if [ $MakefileCalled -eq 0 ]
163 if [ $Debug -eq 1 ]
  /external/chromium_org/third_party/mesa/src/bin/
shortlog_mesa.sh 11 if [ $in_log -eq 0 ]; then
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
move.pass.cpp 92 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
93 Eq eq = c.equal_range(1); local
94 assert(std::distance(eq.first, eq.second) == 2);
95 C::const_iterator i = eq.first;
101 eq = c.equal_range(2);
102 assert(std::distance(eq.first, eq.second) == 2);
103 i = eq.first
193 Eq eq = c.equal_range(1); local
    [all...]
  /external/libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/
Android.mk 19 test_name := utilities/allocator.adaptor/scoped.adaptor.operators/eq
20 test_src := eq.pass.cpp
  /external/libcxx/test/utilities/memory/default.allocator/allocator.globals/
Android.mk 19 test_name := utilities/memory/default.allocator/allocator.globals/eq
20 test_src := eq.pass.cpp
  /external/mesa3d/bin/
shortlog_mesa.sh 11 if [ $in_log -eq 0 ]; then
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
move.pass.cpp 92 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
93 Eq eq = c.equal_range(1); local
94 assert(std::distance(eq.first, eq.second) == 2);
95 C::const_iterator i = eq.first;
101 eq = c.equal_range(2);
102 assert(std::distance(eq.first, eq.second) == 2);
103 i = eq.first
193 Eq eq = c.equal_range(1); local
    [all...]
  /external/lldb/scripts/
finish-swig-wrapper-classes.sh 62 if [ $Debug -eq 1 ]
73 if [ $Debug -eq 1 ]
84 if [ $Debug -eq 1 ]
  /external/chromium_org/build/linux/
sysroot_ld_path.sh 47 if [ $? -eq 0 ]; then
50 if [ $? -eq 0 ]; then
67 if [ $? -eq 0 ]; then
84 if [ $? -eq 0 ]; then
95 if [ $? -eq 0 ]; then
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
test_email_codecs_renamed.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
test_email_codecs_renamed.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
  /external/valgrind/main/coregrind/
link_tool_exe_darwin.in 117 if ($str eq "-o" && $outname eq "") {
123 if ($outname eq "");
131 if ($str eq "-arch" && $archstr eq "") {
137 if ($archstr eq "");
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiArrayType.java 83 if (eq(type.getCtClass(), Type.OBJECT.getCtClass()))
86 if (eq(type.getCtClass(), Type.CLONEABLE.getCtClass()))
89 if (eq(type.getCtClass(), Type.SERIALIZABLE.getCtClass()))
102 if (eq(typeRoot.getCtClass(), Type.OBJECT.getCtClass()))
105 if (eq(typeRoot.getCtClass(), Type.CLONEABLE.getCtClass()))
108 if (eq(typeRoot.getCtClass(), Type.SERIALIZABLE.getCtClass()))

Completed in 984 milliseconds

1 2 34 5 6 7 8 91011>>