HomeSort by relevance Sort by last modified time
    Searched refs:Equal (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/skia/tests/
TypefaceTest.cpp 16 REPORTER_ASSERT(reporter, SkTypeface::Equal(t1.get(), t2.get()));
17 REPORTER_ASSERT(reporter, SkTypeface::Equal(0, t1.get()));
18 REPORTER_ASSERT(reporter, SkTypeface::Equal(0, t2.get()));
19 REPORTER_ASSERT(reporter, SkTypeface::Equal(t1.get(), 0));
20 REPORTER_ASSERT(reporter, SkTypeface::Equal(t2.get(), 0));
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 31 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp);
32 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
36 Res = Builder.CreateInsertValue(Res, Equal, 1);
  /art/runtime/base/
bit_vector-inl.h 72 inline bool BitVector::Equal(const BitVector* src) const {
bit_vector.h 196 // Are we equal to another bit vector? Note: expandability attributes must also match.
197 bool Equal(const BitVector* src) const;
  /external/webrtc/webrtc/base/
stringutils_unittest.cc 63 TEST(ascii_string_compareTest, Equal) {
  /external/pdfium/core/include/fxcrt/
fx_string.h 189 bool Equal(const char* ptr) const;
190 bool Equal(const CFX_ByteStringC& str) const;
191 bool Equal(const CFX_ByteString& other) const;
195 bool operator==(const char* ptr) const { return Equal(ptr); }
196 bool operator==(const CFX_ByteStringC& str) const { return Equal(str); }
197 bool operator==(const CFX_ByteString& other) const { return Equal(other); }
598 bool operator==(const wchar_t* ptr) const { return Equal(ptr); }
599 bool operator==(const CFX_WideStringC& str) const { return Equal(str); }
600 bool operator==(const CFX_WideString& other) const { return Equal(other); }
630 bool Equal(const wchar_t* ptr) const
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.cpp 467 if (wskey.Equal(L"Length")) {
469 } else if (wskey.Equal(L"Sign")) {
471 } else if (wskey.Equal(L"FillChar")) {
519 if (wskey.Equal(L"DecLength")) {
521 } else if (wskey.Equal(L"IntLength")) {
523 } else if (wskey.Equal(L"Sign")) {
525 } else if (wskey.Equal(L"FillChar")) {
594 if (wskey.Equal(L"Length")) {
596 } else if (wskey.Equal(L"AliasChar")) {
637 if (wskey.Equal(L"Length")) {
    [all...]
  /external/v8/src/
bignum.h 51 static bool Equal(const Bignum& a, const Bignum& b) {
bignum-dtoa.cc 153 if (Bignum::Equal(*delta_minus, *delta_plus)) {
188 // We optimized delta_plus to be equal to delta_minus (if they share the
624 if (Bignum::Equal(*delta_minus, *delta_plus)) {
  /external/v8/src/crankshaft/
hydrogen-load-elimination.cc 174 if (other == NULL || !Equal(approx->last_value_, other->last_value_)) {
254 if (Equal(approx->last_value_, value)) {
357 if (!Equal(approx->last_value_, value)) {
373 bool Equal(HValue* a, HValue* b) {
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_simpleexpression.cpp 150 if (tempStr.Equal(FX_WSTRC(L"$"))) {
152 } else if (tempStr.Equal(FX_WSTRC(L"!"))) {
154 } else if (tempStr.Equal(FX_WSTRC(L"$data"))) {
156 } else if (tempStr.Equal(FX_WSTRC(L"$event"))) {
158 } else if (tempStr.Equal(FX_WSTRC(L"$form"))) {
160 } else if (tempStr.Equal(FX_WSTRC(L"$host"))) {
162 } else if (tempStr.Equal(FX_WSTRC(L"$layout"))) {
164 } else if (tempStr.Equal(FX_WSTRC(L"$template"))) {
  /external/webrtc/webrtc/modules/
module_common_types_unittest.cc 17 TEST(IsNewerSequenceNumber, Equal) {
46 TEST(IsNewerTimestamp, Equal) {
  /prebuilts/go/darwin-x86/test/bench/shootout/
k-nucleotide.go 111 if line[0] == '>' && bytes.Equal(line[0:len(three)], three) {
k-nucleotide-parallel.go 110 if line[0] == '>' && bytes.Equal(line[0:len(three)], three) {
  /prebuilts/go/linux-x86/test/bench/shootout/
k-nucleotide.go 111 if line[0] == '>' && bytes.Equal(line[0:len(three)], three) {
k-nucleotide-parallel.go 110 if line[0] == '>' && bytes.Equal(line[0:len(three)], three) {
  /art/runtime/
lock_word.h 206 static bool Equal(LockWord lw1, LockWord lw2) {
225 // Disallow this in favor of explicit Equal() with the
245 // not work. Prefer Equal() or GetValueWithoutReadBarrierState().
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 47 Star, Dot, Comma, Dollar, Equal, EqualEqual,
  /external/skia/include/core/
SkTypeface.h 94 static bool Equal(const SkTypeface* facea, const SkTypeface* faceb);
  /external/v8/test/mjsunit/regress/
regress-create-exception.js 37 var re = /2147483647/; // Equal to 0x7fffffff.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
SpacingAndPunctuationsTests.java 127 assertTrue("Equal", sp.isWordSeparator('='));
178 assertFalse("Equal", sp.isWordConnector('='));
224 assertFalse("Equal", sp.isUsuallyPrecededBySpace('='));
285 assertFalse("Equal", sp.isUsuallyFollowedBySpace('='));
332 assertFalse("Equal", sp.isUsuallyFollowedBySpace('='));
  /external/v8/test/cctest/
test-types.cc 114 bool Equal(TypeHandle type1, TypeHandle type2) {
129 CHECK(Equal(type1, type2));
338 CHECK(Equal(type1, type2) == (*map1 == *map2));
365 CHECK(Equal(type1, type2) == (*value1 == *value2));
462 CHECK(Equal(type1, type2) == (min1 == min2 && max1 == max2));
491 CHECK(Equal(context1, context2) == Equal(type1, type2));
518 CHECK(Equal(array1, array2) == Equal(type1, type2));
582 CHECK(Equal(function01, function02) == Equal(type2, type3))
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 58 if (cbRootType.Equal("")) {
72 if (cbPageType.Equal("")) {
  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 169 FX_BOOL Equal(const CFX_WideStringC& wsFontFamily,
  /art/compiler/optimizing/
bounds_check_elimination.cc 171 static bool Equal(HInstruction* instruction1, HInstruction* instruction2) {
185 if (Equal(instruction_, bound.instruction_)) {
194 if (Equal(instruction_, bound.instruction_)) {
203 if (Equal(instruction_, bound.instruction_)) {
212 if (Equal(instruction_, bound.instruction_)) {
    [all...]

Completed in 632 milliseconds

1 2 3 4