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

12

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp2-1z.cpp3 template<typename T, typename U> constexpr bool same = false; variable
4 template<typename T> constexpr bool same<T, T> = true; variable
10 static_assert(same<decltype(a()), void>); variable
18 static_assert(same<decltype(b()), double>); variable
39 static_assert(same<decltype(d<0>()), int>); variable
40 static_assert(same<decltype(d<1>()), const char *>); variable
41 static_assert(same<decltype(d<2>()), double>); variable
42 static_assert(same<decltype(d<3>()), void>); variable
47 static_assert(same<decltype(e), int>); variable
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/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DCommonToken.pm22 sub same : Test(2) { subroutine
/external/curl/lib/
H A Dsplay.h29 struct Curl_tree *same; /* points to a node with identical key */ member in struct:Curl_tree
/external/clang/test/SemaCXX/
H A Ddynamic-cast.cpp44 void same() function
H A Dconstant-expression-cxx11.cpp341 constexpr bool same(const int &a, const int &b) { return &a == &b; } function in namespace:MaterializeTemporary
342 constexpr bool sameTemporary(const int &n) { return same(n, n); }
345 static_assert(!same(4, 4), "");
346 static_assert(same(n, n), "");
2054 // happening first; the zero-initialization step would produce the same
/external/clang/tools/scan-build-py/tests/unit/
H A Dtest_compilation.py90 def same(expected): function in function:SplitTest.test_filter_flags
96 same([])
97 same(['-I', '/opt/me/include', '-DNDEBUG', '-ULIMITS'])
98 same(['-O', '-O2'])
99 same(['-m32', '-mmms'])
100 same(['-Wall', '-Wno-unused', '-g', '-funroll-loops'])
/external/toolchain-utils/automation/server/monitor/
H A Dmanage.py11 import settings # Assumed to be in the same directory. namespace
/external/zopfli/src/zopfli/
H A Dhash.h31 unsigned short* prev; /* Index to index of prev. occurance of same hash. */
39 unsigned short* prev2; /* Index to index of prev. occurance of same hash. */
45 unsigned short* same; /* Amount of repetitions of same byte after this .*/ member in struct:ZopfliHash
H A Dlz77.c304 unsigned short same0 = h->same[pos & ZOPFLI_WINDOW_MASK];
306 unsigned short same1 = h->same[(pos - dist) & ZOPFLI_WINDOW_MASK];
307 unsigned short same = same0 < same1 ? same0 : same1; local
308 if (same > limit) same = limit;
309 scan += same;
310 match += same;
333 if (hhead != h->head2 && bestlength >= h->same[hpos] &&
/external/python/cpython2/Demo/pdist/
H A Drrcs.py52 if not new and same(x, copts, fn, data):
98 if same(x, copts, fn):
113 def same(x, copts, fn, data = None): function
/external/openssh/
H A Ddeattack.c108 u_int32_t i, j, l, same; local
150 for (c = buf, same = j = 0; c < (buf + len); c += SSH_BLOCKSIZE, j++) {
154 if (++same > MAX_IDENTICAL)
/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/icu/icu4c/source/test/intltest/
H A Dtfsmalls.cpp274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
H A Ducdtest.cpp409 UBool same= a==b; local
410 if(!same && diffIsError) {
413 return same;
/external/mockito/src/main/java/org/mockito/
H A DArgumentMatchers.java69 * The same apply for verification.
80 * E.g: (example shows verification but the same applies to stubbing):
938 * Object argument that is the same as the given value.
948 public static <T> T same(T value) { method in class:ArgumentMatchers
/external/pcre/dist2/src/
H A Dpcre2_auto_possess.c102 2 Check character categories in the same group (general or particular)
103 3 TRUE if the two opcodes are not the same (PROP vs NOTPROP)
162 because they can all use the same code. For more details see the comment where
167 same here. */
409 /* The othercase might be the same value. */
665 /* In 8 bit, non-UTF mode, OP_CLASS and OP_NCLASS are the same. */
780 BOOL same = leftop == rightop; local
789 2 Check character categories in the same group (general or particular)
790 3 Return TRUE if the two opcodes are not the same
799 case 2: accepted = (base_list[3] == list[3]) != same; brea
[all...]
/external/valgrind/coregrind/
H A Dm_execontext.c403 Bool same; local
428 same = list->n_ips == n_ips;
429 for (i = 0; i < n_ips && same ; i++) {
430 same = list->ips[i] == ips[i];
432 if (same) break;
/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/pdfium/samples/
H A Dimage_diff.cc210 " Compares two files on disk, returning 0 when they are the same;\n"
257 bool same = (image1.w() == image2.w()) && (image1.h() == image2.h()); local
267 same = false;
269 // Set same pixels as faded.
277 return same;
296 bool same = CreateImageDiff(baseline_image, actual_image, &diff_image); local
297 if (same)
/external/syslinux/core/legacynet/
H A Ddnsresolv.c218 int same; local
327 same = dns_compare(DNSSendBuf + sizeof(struct dnshdr),
332 if (same && ntohs(rr->class) == CLASS_IN) {
/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/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_unix.c711 int same = 0; local
716 same = 1;
734 same = 1;
737 if (same) {
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c74 // Determines whether two values are the same.
823 int same = 0; local
830 same ++;
833 if (same) {
834 print_error("%d bytes of 0x%08x and 0x%08x the same\n", same,

Completed in 4345 milliseconds

12