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

1 2 3 4 56 7 8 91011>>

  /external/guice/extensions/grapher/src/com/google/inject/grapher/
ImplementationNode.java 49 return super.equals(other) && Objects.equal(members, other.members);
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletSpiVisitor.java 128 return Objects.equal(pattern, o.pattern)
129 && Objects.equal(keyOrInstance, o.keyOrInstance)
130 && Objects.equal(params, o.params)
131 && Objects.equal(patternType, o.patternType);
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 32 return std::equal(std::begin(ia), std::end(ia), std::begin(expected), std::end(expected))
replace_if.pass.cpp 34 return std::equal(std::begin(ia), std::end(ia), std::begin(expected), std::end(expected))
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
test.pass.cpp 29 return std::equal(std::begin(ia), std::end(ia), std::begin(expected))
  /external/selinux/policycoreutils/secon/
Makefile 8 WARNS=-Werror -W -Wall -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-format-zero-length -Wformat-nonliteral -Wformat-security -Wfloat-equal
  /hardware/interfaces/drm/1.0/vts/functional/
vendor_modules.h 65 return std::equal(suffix.rbegin(), suffix.rend(), str.rbegin());
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/iface/
main.go 32 panic("empty interfaces not equal")
44 panic("nonempty interfaces not equal")
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/iface/
main.go 32 panic("empty interfaces not equal")
44 panic("nonempty interfaces not equal")
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
tcompat2.s 3 @ operand to equal the first.
  /external/proguard/src/proguard/evaluation/value/
IntegerValue.java 200 * Returns whether this IntegerValue and the given IntegerValue are equal:
203 public abstract int equal(IntegerValue other); method in class:IntegerValue
212 * Returns whether this IntegerValue is less than or equal to the given
227 return -equal(other);
240 * Returns whether this IntegerValue is greater than or equal to the given IntegerValue:
433 * equal: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
435 public int equal(UnknownIntegerValue other) method in class:IntegerValue
437 return equal((IntegerValue)other);
451 * Returns whether this IntegerValue is less than or equal to the given
469 return -equal(other)
679 public int equal(SpecificIntegerValue other) method in class:IntegerValue
923 public int equal(ParticularIntegerValue other) method in class:IntegerValue
    [all...]
  /bionic/libc/arch-x86/atom/string/
sse2-wcscmp-atom.S 155 jz L(equal)
161 jz L(equal)
167 jz L(equal)
173 jz L(equal)
222 jz L(equal)
228 jz L(equal)
234 jz L(equal)
240 jz L(equal)
264 jz L(equal)
270 jz L(equal)
    [all...]
  /external/guava/guava/src/com/google/common/cache/
RemovalNotification.java 83 return Objects.equal(this.getKey(), that.getKey())
84 && Objects.equal(this.getValue(), that.getValue());
  /external/spirv-llvm/lib/SPIRV/Mangler/
FunctionDescriptor.cpp 39 static bool equal(const TypeVector& l, const TypeVector& r) { function in namespace:SPIR
64 return equal(parameters, that.parameters);
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AFTriggerResult.java 78 boolean inFocus = Objects.equal(afState, CaptureResult.CONTROL_AF_STATE_PASSIVE_FOCUSED)
79 || Objects.equal(afState, CaptureResult.CONTROL_AF_STATE_FOCUSED_LOCKED);
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountTypeWithDataSet.java 85 return Objects.equal(accountType, other.accountType)
86 && Objects.equal(dataSet, other.dataSet);
  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockAccountTypeManager.java 57 if (Objects.equal(accountTypeWithDataSet.accountType, type.accountType)
58 && Objects.equal(accountTypeWithDataSet.dataSet, type.dataSet)) {
  /prebuilts/go/darwin-x86/src/crypto/cipher/
xor_test.go 22 if !bytes.Equal(d1, d2) {
23 t.Error("not equal")
  /prebuilts/go/linux-x86/src/crypto/cipher/
xor_test.go 22 if !bytes.Equal(d1, d2) {
23 t.Error("not equal")
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numeric.ops/exclusive.scan/
exclusive_scan_init_op.pass.cpp 33 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
39 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
TextEditor.java 44 if (equal(newVal, item.getValue()))
69 private static boolean equal(Object a, Object b) { method in class:TextEditor
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java 56 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) {
58 info.getErrors(), UTF16Plus.equal(result, expected)));
64 !UTF16Plus.equal(result, expected)
99 if(!UTF16Plus.equal(result, input) || !info.getErrors().equals(EnumSet.of(IDNA.Error.BIDI))) {
105 if(!UTF16Plus.equal(result, input) || info.hasErrors()) {
528 if(!UTF16Plus.equal(uN, expected)) {
545 if(!UTF16Plus.equal(uT, expected)) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java 53 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) {
55 info.getErrors(), UTF16Plus.equal(result, expected)));
61 !UTF16Plus.equal(result, expected)
96 if(!UTF16Plus.equal(result, input) || !info.getErrors().equals(EnumSet.of(IDNA.Error.BIDI))) {
102 if(!UTF16Plus.equal(result, input) || info.hasErrors()) {
525 if(!UTF16Plus.equal(uN, expected)) {
542 if(!UTF16Plus.equal(uT, expected)) {
    [all...]
  /external/ltp/tools/pounder21/src/memxfer5b/
memxfer5b.c 33 #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")) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug449.go 8 // runtime.equal failed to take padding between arguments and
15 // underlying []byte will make gc emit calls to runtime.equal,
17 // be correct (in the sense that it no longer tests runtime.equal).

Completed in 1272 milliseconds

1 2 3 4 56 7 8 91011>>