Searched defs:same (Results 1 - 25 of 42) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DCommonToken.pm22 sub same : Test(2) { subroutine
/external/chromium/webkit/glue/
H A Dcpp_binding_example.cc40 BindProperty("same", &CppBindingExample::same);
116 void CppBindingExample::same(CppVariant* result) { function in class:CppBindingExample
/external/chromium_org/content/test/
H A Dcpp_binding_example.cc48 BindGetterCallback("same", base::Bind(&CppBindingExample::same,
129 void CppBindingExample::same(CppVariant* result) { function in class:content::CppBindingExample
/external/clang/test/SemaCXX/
H A Ddynamic-cast.cpp44 void same() function
H A Dconstant-expression-cxx11.cpp339 constexpr bool same(const int &a, const int &b) { return &a == &b; } function in namespace:MaterializeTemporary
340 constexpr bool sameTemporary(const int &n) { return same(n, n); }
343 static_assert(!same(4, 4), "");
344 static_assert(same(n, n), "");
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3-1y.cpp37 template<typename T, typename U> struct same;
38 template<typename T> struct same<T, T> {}; struct
H A Dp3.cpp36 template<typename T, typename U> struct same;
37 template<typename T> struct same<T, T> {}; struct
47 same<__typeof(x), int> xHasTypeInt;
48 same<__typeof(v), const int*> vHasTypeConstIntPtr;
49 same<__typeof(u), const int> uHasTypeConstInt;
50 same<__typeof(y), double> yHasTypeDouble;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dextension_settings_helper.cc68 bool same = true; local
77 same = false;
80 return same;
/external/openssh/
H A Ddeattack.c108 u_int32_t l, same; local
145 for (c = buf, same = j = 0; c < (buf + len); c += SSH_BLOCKSIZE, j++) {
149 if (++same > MAX_IDENTICAL)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtfsmalls.cpp274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
/external/e2fsprogs/intl/
H A Drelocatable.c223 bool same = false; local
234 same = true;
247 if (!same)
249 /* The last pathname component was the same. opi and cpi now point
397 initially been installed in the same orig_prefix. But we can do
420 typically created from the same Makefile variable as orig_prefix came
/external/icu4c/test/intltest/
H A Dtfsmalls.cpp274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
H A Ducdtest.cpp425 UBool same= a==b; local
426 if(!same && diffIsError) {
429 return same;
/external/mockito/src/org/mockito/
H A DMatchers.java39 * E.g: (example shows verification but the same applies to stubbing):
620 * Object argument that is the same as the given value.
630 public static <T> T same(T value) { method in class:Matchers
/external/stlport/stlport/stl/
H A Dboost_type_traits.h91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon26990
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon26992
109 typedef typename __bool2type<same>::_Ret _Same;
/external/valgrind/main/VEX/useful/
H A Dfp_80_64.c468 Bool same; local
472 same = True;
475 same = False; break;
479 if (same)
510 Bool same; local
514 same = True;
517 same = False; break;
521 if (same)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadstabs.c117 Bool same; member in struct:__anon28141
308 if (line.prev > line.no + OVERFLOW_DIFFERENCE && file.same) {
314 file.same = True;
/external/valgrind/main/coregrind/
H A Dm_execontext.c330 Bool same; local
355 same = True;
358 same = False;
362 if (same) break;
/external/chromium_org/tools/imagediff/
H A Dimage_diff.cc234 " Compares two files on disk, returning 0 when they are the same;\n"
239 " and sending 0 to stdout when they are the same\n"
339 bool same = (image1.w() == image2.w()) && (image1.h() == image2.h()); local
349 same = false;
351 // Set same pixels as faded.
359 return same;
379 bool same = CreateImageDiff(baseline_image, actual_image, &diff_image); local
380 if (same)
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py28 import commands.compare2 # compare one page in two versions of same browser namespace
/external/easymock/src/org/easymock/
H A DEasyMock.java1172 * have the same length, and each element has to be equal.
1185 * have the same length, and each element has to be equal.
1198 * have the same length, and each element has to be equal.
1211 * have the same length, and each element has to be equal.
1224 * have the same length, and each element has to be equal.
1237 * have the same length, and each element has to be equal.
1250 * have the same length, and each element has to be equal.
1263 * have the same length, and each element has to be equal.
1276 * have the same type, length, and each element has to be equal.
1396 * Expects an Object that is the same a
1405 public static <T> T same(T value) { method in class:EasyMock
[all...]
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidMock.java1921 * have the same length, and each element has to be equal.
1943 * have the same length, and each element has to be equal.
1965 * have the same length, and each element has to be equal.
1987 * have the same length, and each element has to be equal.
2009 * have the same length, and each element has to be equal.
2031 * have the same length, and each element has to be equal.
2053 * have the same length, and each element has to be equal.
2075 * have the same length, and each element has to be equal.
2097 * have the same length, and each element has to be equal.
2274 * Expects an {@code Object} as a parameter to the mocked method that is the same a
2285 public static <T> T same(T expectedValue) { method in class:AndroidMock
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java61 * 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
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c121 * The type_preWrite() and type_write() functions start and end at the same
219 struct SResource *same; local
220 if ((same = res->u.fString.fSame) != NULL) {
222 if (same->fRes == RES_BOGUS) {
224 string_write16(bundle, same, status);
226 res->fRes = same->fRes;
227 res->fWritten = same->fWritten;
962 struct SResource *same = res->u.fString.fSame; local
963 res->u.fString.fChars = same->u.fString.fChars;
968 /* TODO: make alias_open and string_open use the same cod
1752 struct SResource *same = res->u.fString.fSame; local
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dparse.cc837 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.)

Completed in 784 milliseconds

12