/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p2-1z.cpp | 3 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 D | p3-1y.cpp | 37 template<typename T, typename U> struct same; 38 template<typename T> struct same<T, T> {}; struct
|
H A D | p3.cpp | 36 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 D | CommonToken.pm | 22 sub same : Test(2) { subroutine
|
/external/curl/lib/ |
H A D | splay.h | 29 struct Curl_tree *same; /* points to a node with identical key */ member in struct:Curl_tree
|
/external/clang/test/SemaCXX/ |
H A D | dynamic-cast.cpp | 44 void same() function
|
H A D | constant-expression-cxx11.cpp | 341 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 D | test_compilation.py | 90 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 D | manage.py | 11 import settings # Assumed to be in the same directory. namespace
|
/external/zopfli/src/zopfli/ |
H A D | hash.h | 31 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 D | lz77.c | 304 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 D | rrcs.py | 52 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 D | deattack.c | 108 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 D | relocatable.c | 223 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 D | tfsmalls.cpp | 274 UBool same = TRUE; local 277 same = FALSE; 280 if (same) {
|
H A D | ucdtest.cpp | 409 UBool same= a==b; local 410 if(!same && diffIsError) { 413 return same;
|
/external/mockito/src/main/java/org/mockito/ |
H A D | ArgumentMatchers.java | 69 * 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 D | pcre2_auto_possess.c | 102 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 D | m_execontext.c | 403 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 D | EasyMock.java | 1172 * 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 D | image_diff.cc | 210 " 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 D | dnsresolv.c | 218 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 D | 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
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 711 int same = 0; local 716 same = 1; 734 same = 1; 737 if (same) {
|
/external/cmockery/cmockery_0_1_2/src/ |
H A D | cmockery.c | 74 // 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,
|