Searched refs:eq (Results 26 - 50 of 578) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Drange_size_hash_equal.pass.cpp58 Eq eq = c.equal_range(1); local
59 assert(std::distance(eq.first, eq.second) == 2);
60 C::const_iterator i = eq.first;
66 eq = c.equal_range(2);
67 assert(std::distance(eq.first, eq.second) == 2);
68 i = eq.first;
75 eq = c.equal_range(3);
76 assert(std::distance(eq
118 Eq eq = c.equal_range(1); local
[all...]
H A Drange_size_hash_equal_allocator.pass.cpp60 Eq eq = c.equal_range(1); local
61 assert(std::distance(eq.first, eq.second) == 2);
62 C::const_iterator i = eq.first;
68 eq = c.equal_range(2);
69 assert(std::distance(eq.first, eq.second) == 2);
70 i = eq.first;
77 eq = c.equal_range(3);
78 assert(std::distance(eq
121 Eq eq = c.equal_range(1); local
[all...]
H A Dmove.pass.cpp93 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;
110 eq = c.equal_range(3);
111 assert(std::distance(eq
193 Eq eq = c.equal_range(1); local
[all...]
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
H A Deq.pass.cpp14 // static constexpr bool eq(char_type c1, char_type c2);
23 assert(std::char_traits<char16_t>::eq(u'a', u'a'));
24 assert(!std::char_traits<char16_t>::eq(u'a', u'A'));
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
H A Deq.pass.cpp14 // static constexpr bool eq(char_type c1, char_type c2);
23 assert(std::char_traits<char32_t>::eq(U'a', U'a'));
24 assert(!std::char_traits<char32_t>::eq(U'a', U'A'));
/external/chromium_org/third_party/sqlite/src/test/
H A Dthread_common.tcl27 while {$rc eq "SQLITE_LOCKED"
28 || $rc eq "SQLITE_BUSY"
29 || $rc eq "SQLITE_SCHEMA"} {
38 while {[set rc [sqlite3_step $::STMT]] eq "SQLITE_ROW"} {
60 if {$rc eq "SQLITE_LOCKED" || $rc eq "SQLITE_BUSY"} {
95 if {[info commands sqlthread] eq ""} {
/external/qemu/
H A Dhxtool13 test $flag -eq 1 && printf "%s\n" "$str"
28 if test $flag -eq 1 ; then
42 if test $flag -eq 1 ; then
51 test $flag -eq 1 && echo "$str"
68 if test $flag -eq 1 ; then
82 if test $flag -eq 1 ; then
88 test $flag -eq 1 && echo "$str"
/external/chromium_org/v8/test/mjsunit/
H A Dcompare-known-objects-slow.js34 function eq(a, b) { function
44 assertTrue(eq(a, a));
45 assertTrue(eq(b, b));
46 assertFalse(eq(a, b));
H A Dcompare-known-objects.js34 function eq(a, b) { function
44 assertTrue(eq(a, a));
45 assertTrue(eq(b, b));
46 assertFalse(eq(a, b));
/external/dnsmasq/contrib/dnsmasq_MacOSX/
H A DDNSmasq12 if [ $? -eq 0 ]; then
/external/libcxx/test/containers/unord/unord.multimap/
H A Drehash.pass.cpp30 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;
47 eq = c.equal_range(3);
48 assert(std::distance(eq
[all...]
/external/openfst/
H A Dfix_headers.sh7 if [ $? -eq 0 ] ; then
/external/lldb/scripts/Python/
H A Dbuild-swig-Python.sh39 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
[all...]
H A Dfinish-swig-Python-LLDB.sh61 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/
H A Dshortlog_mesa.sh11 if [ $in_log -eq 0 ]; then
/external/libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/
H A DAndroid.mk19 test_name := utilities/allocator.adaptor/scoped.adaptor.operators/eq
20 test_src := eq.pass.cpp
/external/libcxx/test/utilities/memory/default.allocator/allocator.globals/
H A DAndroid.mk19 test_name := utilities/memory/default.allocator/allocator.globals/eq
20 test_src := eq.pass.cpp
/external/mesa3d/bin/
H A Dshortlog_mesa.sh11 if [ $in_log -eq 0 ]; then
/external/lldb/scripts/
H A Dfinish-swig-wrapper-classes.sh62 if [ $Debug -eq 1 ]
73 if [ $Debug -eq 1 ]
84 if [ $Debug -eq 1 ]
/external/chromium_org/build/linux/
H A Dsysroot_ld_path.sh47 if [ $? -eq 0 ]; then
50 if [ $? -eq 0 ]; then
67 if [ $? -eq 0 ]; then
84 if [ $? -eq 0 ]; then
95 if [ $? -eq 0 ]; then
/external/valgrind/main/coregrind/
H A Dlink_tool_exe_darwin.in117 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/
H A DMultiArrayType.java83 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()))
/external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
H A Druntests.sh48 if [ $result -eq 0 ]; then
/external/e2fsprogs/tests/
H A Dtest_post9 test "$num_failed" -eq 0 && exit 0
/external/libcxx/test/containers/container.adaptors/queue/queue.ops/
H A DAndroid.mk23 test_name := containers/container.adaptors/queue/queue.ops/eq
24 test_src := eq.pass.cpp

Completed in 2617 milliseconds

1234567891011>>