HomeSort by relevance Sort by last modified time
    Searched refs:equal (Results 101 - 125 of 2040) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 28 bool equal(const CMyClass &rhs) const function in class:CMyClass
66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
  /external/mockito/src/test/java/org/mockito/internal/creation/
DelegatingMethodTest.java 36 DelegatingMethod equal = new DelegatingMethod(someMethod); local
37 assertTrue(delegatingMethod.equals(equal));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmcons.h 24 #error CNLEN and DNLEN are not equal
68 #error QNLEN and NNLEN are not equal
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/containers/sequences/dynarray/dynarray.data/
default.pass.cpp 33 assert ( std::equal ( dyn.begin(), dyn.end(), data ));
42 assert ( std::equal ( dyn.begin(), dyn.end(), data ));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 27 bool equal(const CMyClass &rhs) const function in class:CMyClass
66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
push_front_exception_safety.pass.cpp 28 bool equal(const CMyClass &rhs) const function in class:CMyClass
66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 28 bool equal(const CMyClass &rhs) const function in class:CMyClass
66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Address.java 26 import static com.squareup.okhttp.internal.Util.equal;
181 && equal(this.proxy, that.proxy)
182 && equal(this.sslSocketFactory, that.sslSocketFactory)
183 && equal(this.hostnameVerifier, that.hostnameVerifier)
184 && equal(this.certificatePinner, that.certificatePinner);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 510 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[--i]
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/
StringTrieBuilder.java 512 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[--i]
711 private Node[] equal; \/\/ null means "has final value". field in class:StringTrieBuilder.ListBranchNode
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/literature/
umodarith.lisp 49 (equal (mod x m)
55 (equal (mod (- x) m)
61 (equal (mod x m)
69 (equal (mod x m)
76 (equal (mod (+ (- m) b x) m)
83 (equal (mod (+ b x) m)
91 (equal (< x (mod (+ (- b) x) m))
100 (equal (< (mod x m)
108 (equal (<= b (mod (+ b x) m))
117 (equal (mod (+ b x) m
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_searchdialogbase.py 74 equal = self.assertEqual
78 equal(label['text'], 'Test:')
82 equal(int(egi['row']), 0)
83 equal(int(egi['column']), 1)
84 equal(int(egi['rowspan']), 1)
85 equal(int(egi['columnspan']), 1)
86 equal(self.dialog.row, 1)
  /external/python/cpython3/Lib/idlelib/idle_test/
test_searchbase.py 74 equal = self.assertEqual
78 equal(label['text'], 'Test:')
82 equal(int(egi['row']), 0)
83 equal(int(egi['column']), 1)
84 equal(int(egi['rowspan']), 1)
85 equal(int(egi['columnspan']), 1)
86 equal(self.dialog.row, 1)
  /external/golang-protobuf/proto/
equal.go 44 Equal returns true iff protocol buffers a and b are equal.
48 - Two messages are equal iff they are the same type,
49 corresponding fields are equal, unknown field sets
50 are equal, and extensions sets are equal.
51 - Two set scalar fields are equal iff their values are equal.
55 zero length proto3 "bytes" fields are equal (nil == {}).
56 - Two repeated fields are equal iff their lengths are the same
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_iterator.hpp 169 return a.equal(b);
176 return !a.equal(b);
190 bool equal(const basic_resolver_iterator& other) const function in class:asio::ip::basic_resolver_iterator
  /hardware/intel/common/libmix/mix_audio/src/
mixacpmp3.c 50 mixparams_class->equal = (MixParamsEqualFunction)mix_acp_mp3_equal;
138 * @returns: boolean indicates if instance are equal.
155 // members within this scope equal. chaining up.
157 if (klass->equal)
158 ret = klass->equal(first, second);
  /hardware/intel/common/libmix/mix_video/src/
mixdrmparams.c 50 mixparams_class->equal = (MixParamsEqualFunction) mix_drmparams_equal;
147 * @returns: boolean indicates if instance are equal.
168 // members within this scope equal. chaining up.
170 if (klass->equal)
171 ret = parent_class->equal (first, second);
mixvideoconfigparams.c 51 mixparams_class->equal
138 * @returns: boolean indicates if instance are equal.
150 if (klass->equal)
151 ret = parent_class->equal(first, second);
mixvideoconfigparamsdec_h264.c 71 this_root_class->equal =
177 * @returns: boolean indicates if instance are equal.
197 // members within this scope equal. chaining up.
199 if (klass->equal)
201 ret = klass->equal (first, second);
mixvideoconfigparamsdec_vc1.c 65 this_root_class->equal
157 * @returns: boolean indicates if instance are equal.
175 // members within this scope equal. chaining up.
177 if (klass->equal) {
178 ret = klass->equal(first, second);
mixvideoconfigparamsenc_preview.c 76 this_root_class->equal =
182 * @returns: boolean indicates if instance are equal.
206 // members within this scope equal. chaining up.
208 if (klass->equal)
210 ret = klass->equal (first, second);
  /system/bt/stack/include/
advertise_data_parser.h 37 if (std::equal(data_start, data_start + 3, trx_quirk.begin()) &&
38 std::equal(data_start + 5, data_start + 11, trx_quirk.begin() + 5) &&
39 std::equal(data_start + 12, data_start + 18, trx_quirk.begin() + 12)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 719 Objects.equal(uri, other.uri) &&
720 Objects.equal(folderListUri, other.folderListUri) &&
721 Objects.equal(fullFolderListUri, other.fullFolderListUri) &&
722 Objects.equal(allFolderListUri, other.allFolderListUri) &&
723 Objects.equal(searchUri, other.searchUri) &&
724 Objects.equal(accountFromAddresses, other.accountFromAddresses) &&
725 Objects.equal(expungeMessageUri, other.expungeMessageUri) &&
726 Objects.equal(undoUri, other.undoUri) &&
727 Objects.equal(settingsIntentUri, other.settingsIntentUri) &&
728 Objects.equal(helpIntentUri, other.helpIntentUri) &
    [all...]
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
BindingEdge.java 56 return super.equals(other) && Objects.equal(type, other.type);
DependencyEdge.java 50 return super.equals(other) && Objects.equal(injectionPoint, other.injectionPoint);

Completed in 734 milliseconds

1 2 3 45 6 7 8 91011>>