HomeSort by relevance Sort by last modified time
    Searched defs:same (Results 26 - 50 of 74) sorted by null

12 3

  /external/webkit/LayoutTests/dom/html/level2/html/
selfhtml.js 35 // if they aren't the same size, they aren't equal
39 // if there length is the same, then every entry in the expected list
78 // if they aren't the same size, they aren't equal
81 // if there length is the same, then every entry in the expected list
117 // if they aren't the same size, they aren't equal
134 // if they aren't the same size, they aren't equal
238 function same(expected, actual) function
367 // if all the urls are not the same
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
selfxhtml.js 34 // if they aren't the same size, they aren't equal
38 // if there length is the same, then every entry in the expected list
77 // if they aren't the same size, they aren't equal
80 // if there length is the same, then every entry in the expected list
116 // if they aren't the same size, they aren't equal
133 // if they aren't the same size, they aren't equal
237 function same(expected, actual) function
375 // if all the urls are not the same
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
selfxhtml.js 34 // if they aren't the same size, they aren't equal
38 // if there length is the same, then every entry in the expected list
77 // if they aren't the same size, they aren't equal
80 // if there length is the same, then every entry in the expected list
116 // if they aren't the same size, they aren't equal
133 // if they aren't the same size, they aren't equal
237 function same(expected, actual) function
375 // if all the urls are not the same
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
selfxhtml.js 34 // if they aren't the same size, they aren't equal
38 // if there length is the same, then every entry in the expected list
77 // if they aren't the same size, they aren't equal
80 // if there length is the same, then every entry in the expected list
116 // if they aren't the same size, they aren't equal
133 // if they aren't the same size, they aren't equal
237 function same(expected, actual) function
375 // if all the urls are not the same
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
selfxhtml.js 34 // if they aren't the same size, they aren't equal
38 // if there length is the same, then every entry in the expected list
77 // if they aren't the same size, they aren't equal
80 // if there length is the same, then every entry in the expected list
116 // if they aren't the same size, they aren't equal
133 // if they aren't the same size, they aren't equal
237 function same(expected, actual) function
375 // if all the urls are not the same
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
selfxhtml.js 34 // if they aren't the same size, they aren't equal
38 // if there length is the same, then every entry in the expected list
77 // if they aren't the same size, they aren't equal
80 // if there length is the same, then every entry in the expected list
116 // if they aren't the same size, they aren't equal
133 // if they aren't the same size, they aren't equal
237 function same(expected, actual) function
375 // if all the urls are not the same
  /external/webkit/Tools/DumpRenderTree/chromium/
ImageDiff.cpp 192 " Compares two files on disk, returning 0 when they are the same\n"
195 " and sending 0 to stdout when they are the same\n"
295 bool same = (image1.width() == image2.width()) && (image1.height() == image2.height()); local
304 same = false;
306 // Set same pixels as faded.
314 return same;
348 bool same = createImageDiff(baselineImage, actualImage, &diffImage); local
349 if (same)
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestInnerClass.java 141 public boolean same(Object expected, Object actual) { method in class:DOMTestInnerClass
142 return test.same(expected, actual);
JUnitTestCaseAdapter.java 203 boolean same = (expected == actual);
205 // if the not the same but both are not null
206 // might still really be the same
208 if(!same) {
362 public boolean same(Object expected, Object actual) { method in class:JUnitTestCaseAdapter
DOMTestCase.java 89 "junit-run.jar and junit.jar \n must be in same directory or on classpath.");
206 * Asserts that actual and expected are the same object
776 * @return true if actual and expected are the same object.
778 public boolean same(Object expected, Object actual) { method in class:DOMTestCase
779 return framework.same(expected, actual);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon22109
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon22111
109 typedef typename __bool2type<same>::_Ret _Same;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon33135
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon33137
109 typedef typename __bool2type<same>::_Ret _Same;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon34233
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon34235
109 typedef typename __bool2type<same>::_Ret _Same;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon38905
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon38907
109 typedef typename __bool2type<same>::_Ret _Same;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon43368
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon43370
109 typedef typename __bool2type<same>::_Ret _Same;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRepresentation.java 164 public boolean same(FilterRepresentation b) { method in class:FilterRepresentation
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java 2285 public static <T> T same(T expectedValue) { method in class:AndroidMock
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstOperationsTest.java 29 import static org.easymock.EasyMock.same;
112 same(nodeFactory), same(c), (SimpleNode) isNull(), (SimpleNode) isNull())) method
119 same(nodeFactory), withKey('b'), same(a), withKey('c')))
125 balancePolicy.balance(same(nodeFactory), withKey('d'), same(bWithC), same(f)))
147 // We wish to test that BstOperations & co. treat IDENTITY modifications as the same.
207 expect(nodeFactory.createNode(same(b), withKey('a'), (SimpleNode) isNull())).andReturn
211 expect(nodeFactory.createNode(same(d), same(bWithA2), same(f))).andReturn( method
    [all...]
MapsTest.java 406 MapDifference<Integer, String> same = Maps.difference(left, right); local
411 .addEqualityGroup(original, same)
588 SortedMapDifference<Integer, String> same = local
596 .addEqualityGroup(original, same)
658 /** Can't create the map if more than one value maps to the same key. */
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 61 * True if this record has the same value as some other record.
66 * True if this record has the same type as some other record.
282 boolean same(DNSRecord other) { method in class:DNSRecord.Address
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 85 mockService.foo(EasyMock.same(mockController), EasyMock.same(fooRequest),
87 mockService.bar(EasyMock.same(mockController), EasyMock.same(barRequest),
122 EasyMock.same(fooDescriptor),
123 EasyMock.same(mockController),
124 EasyMock.same(fooRequest),
125 EasyMock.same(FooResponse.getDefaultInstance()),
128 EasyMock.same(barDescriptor),
129 EasyMock.same(mockController)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
ImagePreset.java 263 if (!same(preset)) {
278 public boolean same(ImagePreset preset) { method in class:ImagePreset
317 if (!a.same(b)) {
335 if (!a.same(b)) {
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 334 constexpr bool same(const int &a, const int &b) { return &a == &b; } function in namespace:MaterializeTemporary
335 constexpr bool sameTemporary(const int &n) { return same(n, n); }
338 static_assert(!same(4, 4), "");
339 static_assert(same(n, n), "");
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 123 * The type_preWrite() and type_write() functions start and end at the same
221 struct SResource *same; local
222 if ((same = res->u.fString.fSame) != NULL) {
224 if (same->fRes == RES_BOGUS) {
226 string_write16(bundle, same, status);
228 res->fRes = same->fRes;
229 res->fWritten = same->fWritten;
964 struct SResource *same = res->u.fString.fSame; local
965 res->u.fString.fChars = same->u.fString.fChars;
970 /* TODO: make alias_open and string_open use the same code *
1758 struct SResource *same = res->u.fString.fSame; local
    [all...]
  /external/regex-re2/re2/
parse.cc 837 int same = 0; local
838 while (same < nrune && same < nrune_i && rune[same] == rune_i[same])
839 same++;
840 if (same > 0) {
842 nrune = same;
1011 // (Concat of one thing is that one thing; alternate of one thing is same.)
    [all...]

Completed in 2702 milliseconds

12 3