Searched defs:equal (Results 51 - 75 of 147) sorted by relevance

123456

/external/ltp/tools/pounder21/src/memxfer5b/
H A Dmemxfer5b.c33 #define equal !strcmp macro
84 if (equal(av[1], "-f")) {
88 } else if (equal(av[1], "-w")) {
92 } else if (equal(av[1], "-s")) {
96 } else if (equal(av[1], "-p")) {
100 } else if (equal(av[1], "-csv")) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java59 /** Returns true if two possibly-null objects are equal. */
60 public static boolean equal(Object a, Object b) { method in class:Util
/external/parameter-framework/asio/include/asio/detail/
H A Dconsuming_buffers.hpp97 return a.equal(b);
104 return !a.equal(b);
125 bool equal(const consuming_buffers_iterator& other) const function in class:asio::detail::consuming_buffers_iterator
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dconsuming_buffers.hpp97 return a.equal(b);
104 return !a.equal(b);
125 bool equal(const consuming_buffers_iterator& other) const function in class:asio::detail::consuming_buffers_iterator
/external/pdfium/fxjs/
H A Dcjs_color.cpp32 {"equal", equal_static}};
286 CJS_Return color::equal(CJS_Runtime* pRuntime, function in class:color
/external/pdfium/third_party/bigint/
H A DBigInteger.hh27 equal = BigUnsigned::equal , member in class:BigInteger
H A DBigUnsigned.hh23 enum CmpRes { less = -1, equal = 0, greater = 1 }; enumerator in enum:BigUnsigned::CmpRes
/external/valgrind/drd/tests/
H A Dunit_bitmap.c104 int equal; local
106 equal = DRD_(bm_equal)(bm1, bm2);
107 if (s_verbose && ! equal)
129 return equal;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessQueriesTests.cpp1338 bool FunctionalTest::equal(T a, T b) function in class:gl4cts::DirectStateAccess::Queries::FunctionalTest
1526 &FunctionalTest::equal<glw::GLint>);
1528 &FunctionalTest::equal<glw::GLuint>);
1530 &FunctionalTest::equal<glw::GLint64>);
1532 &FunctionalTest::equal<glw::GLuint64>);
1536 &FunctionalTest::equal<glw::GLint>);
1538 &FunctionalTest::equal<glw::GLuint>);
1540 &FunctionalTest::equal<glw::GLint64>);
1542 &FunctionalTest::equal<glw::GLuint64>);
1571 &FunctionalTest::equal<gl
[all...]
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp103 template<typename T> inline bool equal (T a, T b) { return (a == b); } function in namespace:tcu
225 inline Vector<bool, Size> equal (const Vector<T, Size>& a, const Vector<T, Size>& b) function in namespace:tcu
/external/llvm/lib/TableGen/
H A DTGLexer.h42 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
/external/sqlite/android/
H A Dsqlite3_android.cpp100 bool equal = local
105 if (equal) {
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGLexer.h41 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
/external/turbine/java/com/google/turbine/binder/
H A DConstEvaluator.java649 static Const.Value equal(Const.Value a, Const.Value b) { method in class:ConstEvaluator
793 return equal(lhs, rhs);
/external/valgrind/memcheck/tests/
H A Dstr_tester.c58 /* Complain if first two args don't strcmp as equal. */
60 equal (const char *a, const char *b, int number) function
137 equal (one, "abcd", 2); /* Basic test. */
140 equal (one, "x", 3); /* Writeover. */
141 equal (one+2, "cd", 4); /* Wrote too much? */
145 equal (one, "hi there", 5); /* Basic test encore. */
146 equal (two, "hi there", 6); /* Stomped on source? */
149 equal (one, "", 7); /* Boundary condition. */
154 equal (one + i, "hi there", 8 + (i * 2));
156 equal (tw
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DStringTrieBuilder.java510 equal.add(i, node);
525 equal.set(i, equal.get(i).add(builder, s, start, sValue));
528 equal.add(i, builder.createSuffixNode(s, start, sValue));
560 Node node=equal.get(start);
589 private ArrayList<Node> equal=new ArrayList<Node>(); field in class:StringTrieBuilder.DynamicBranchNode
604 equal=new Node[capacity];
618 if(units[i]!=o.units[i] || values[i]!=o.values[i] || equal[i]!=o.equal[i]) {
635 Node edge=equal[
709 private Node[] equal; // null means "has final value". field in class:StringTrieBuilder.ListBranchNode
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTrieBuilder.java512 equal.add(i, node);
527 equal.set(i, equal.get(i).add(builder, s, start, sValue));
530 equal.add(i, builder.createSuffixNode(s, start, sValue));
562 Node node=equal.get(start);
591 private ArrayList<Node> equal=new ArrayList<Node>(); field in class:StringTrieBuilder.DynamicBranchNode
606 equal=new Node[capacity];
620 if(units[i]!=o.units[i] || values[i]!=o.values[i] || equal[i]!=o.equal[i]) {
637 Node edge=equal[
711 private Node[] equal; // null means "has final value". field in class:StringTrieBuilder.ListBranchNode
[all...]
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h497 /// A functor like C++14's std::equal<void> in its absence.
498 struct equal { struct in namespace:llvm
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h37 equal, enumerator in enum:llvm::MIToken::TokenKind
/external/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp348 equal(operand a, operand b) function in namespace:ir_builder
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp73 bool expr_handler::equal(value *l, value *r) { function in class:r600_sb::expr_handler
750 // handle some operations with equal args, e.g. x + x => x * 2
/external/python/cpython2/Objects/
H A Dmemoryobject.c719 int equal = 0; local
738 equal = !memcmp(vv.buf, ww.buf, vv.len);
743 if ((equal && op == Py_EQ) || (!equal && op == Py_NE))
/external/tensorflow/tensorflow/contrib/labeled_tensor/
H A D__init__.py85 equal = _core.equal variable
/external/vixl/src/
H A Dinvalset-vixl.h51 // - Elements with an invalid key must compare higher or equal to any other
861 bool equal = (inval_set_ == rhs.inval_set_); local
864 VIXL_ASSERT(!equal || (using_vector_ == rhs.using_vector_));
867 equal = equal && (iterator_ == rhs.iterator_);
869 VIXL_ASSERT(!equal || (index_ == rhs.index_));
871 equal = equal && (index_ == rhs.index_);
879 return equal;
/external/boringssl/src/crypto/x509v3/
H A Dv3_utl.c683 * pattern is longer, compare just an equal-length suffix with the
924 static int do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal, argument
936 rv = equal(a->data, a->length, (unsigned char *)b, blen, flags);
947 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags);
966 equal_fn equal; local
973 equal = equal_email;
981 equal = equal_nocase;
983 equal = equal_wildcard;
986 equal = equal_case;
1005 if ((rv = do_check_string(cstr, alt_type, equal, flag
[all...]

Completed in 975 milliseconds

123456