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

<<11121314151617181920>>

  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AETriggerResult.java 81 boolean flashRequired = Objects.equal(state, CaptureResult
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContact.java 118 return Objects.equal(mUri, other.mUri) &&
119 Objects.equal(mContentValues, other.mContentValues);
365 return Objects.equal(mValues, other.mValues) &&
366 Objects.equal(mDataItems, other.mDataItems);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperation.java 74 if (Objects.equal(op.mFolder, folder) && !op.mAdd) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-format.py 72 if op[0] not in ['equal', 'delete']:
121 if op[0] is not 'equal':
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
clang-format.py 72 if op[0] not in ['equal', 'delete']:
121 if op[0] is not 'equal':
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
clang-format.py 72 if op[0] not in ['equal', 'delete']:
121 if op[0] is not 'equal':
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
clang-format.py 72 if op[0] not in ['equal', 'delete']:
121 if op[0] is not 'equal':
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
clang-format.py 72 if op[0] not in ['equal', 'delete']:
121 if op[0] is not 'equal':
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
clang-format.py 72 if op[0] not in ['equal', 'delete']:
121 if op[0] is not 'equal':
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
clang-format.py 72 if op[0] not in ['equal', 'delete']:
121 if op[0] is not 'equal':
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
clang-format.py 72 if op[0] not in ['equal', 'delete']:
121 if op[0] is not 'equal':
  /prebuilts/go/darwin-x86/src/crypto/aes/
ctr_s390x.go 17 // will be equal to the length of shorter of the two. Returns the number
36 panic("cipher.NewCTR: IV length must equal block size")
  /prebuilts/go/linux-x86/src/crypto/aes/
ctr_s390x.go 17 // will be equal to the length of shorter of the two. Returns the number
36 panic("cipher.NewCTR: IV length must equal block size")
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
alloc.pass.cpp 49 assert ( std::equal ( vals.begin (), vals.end (), d1.begin (), d1.end ()));
default.pass.cpp 48 assert ( std::equal ( vals.begin (), vals.end (), d1.begin (), d1.end ()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 92 } else if (!Objects.equal(value, propertyValue)) {
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/Arm/
Synchronization.asm 28 specified by Value. If Value is equal to CompareValue, then Value is set to
29 ExchangeValue and CompareValue is returned. If Value is not equal to CompareValue,
70 specified by Value. If Value is equal to CompareValue, then Value is set to
71 ExchangeValue and CompareValue is returned. If Value is not equal to CompareValue,
112 by Value. If Value is equal to CompareValue, then Value is set to ExchangeValue and
113 CompareValue is returned. If Value is not equal to CompareValue, then Value is returned.
  /external/clang/lib/Parse/
ParseTemplate.cpp 409 case tok::equal:
426 case tok::equal:
453 case tok::equal:
525 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater,
544 if (TryConsumeToken(tok::equal, EqualLoc))
622 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater,
647 if (TryConsumeToken(tok::equal, EqualLoc)) {
695 if (TryConsumeToken(tok::equal, EqualLoc)) {
782 RemainingToken = tok::equal;
820 tok::greatergreatergreater, tok::equal,
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractMapTester.java 178 equal(getMap().get(entry.getKey()), entry.getValue()));
182 private static boolean equal(Object a, Object b) { method in class:AbstractMapTester
208 if (Helpers.equal(i.next().getKey(), newEntry.getKey())) {
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 342 equal[length]=NULL;
350 equal[length]=node;
356 Node *equal[kMaxBranchLinearSubNodeLength]; // NULL means "has final value". member in class:StringTrieBuilder::ListBranchNode
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
sample.pass.cpp 77 LIBCPP_ASSERT(std::equal(oa, oa + os, oa1));
82 LIBCPP_ASSERT(std::equal(oa, oa + os, oa2));
134 assert(std::equal(oa, end.base(), oa1));
  /external/proguard/src/proguard/evaluation/value/
ParticularIntegerValue.java 211 public int equal(IntegerValue other) method in class:ParticularIntegerValue
213 return other.equal(this);
339 public int equal(ParticularIntegerValue other) method in class:ParticularIntegerValue
SpecificIntegerValue.java 179 public int equal(IntegerValue other) method in class:SpecificIntegerValue
181 return other.equal(this);
317 public int equal(SpecificIntegerValue other) method in class:SpecificIntegerValue
  /external/swiftshader/third_party/LLVM/unittests/Support/
Path.cpp 204 bool equal; local
205 ASSERT_NO_ERROR(fs::equivalent(Twine(TempPath), Twine(TempPath2), equal)); local
206 EXPECT_TRUE(equal);
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_value.cc 78 bool equal = defining_instruction() == other.defining_instruction() && local
80 // If the values are equal they most both be phi (or non phi).
81 CHECK(!(equal && is_phi() != other.is_phi()));
82 return equal;

Completed in 1625 milliseconds

<<11121314151617181920>>