Home
last modified time | relevance | path

Searched defs:same (Results 1 – 25 of 58) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DCommonToken.pm22 sub same : Test(2) { subroutine
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp2-1z.cpp3 template<typename T, typename U> constexpr bool same = false; variable
4 template<typename T> constexpr bool same<T, T> = true; variable
Dp3-1y.cpp38 template<typename T> struct same<T, T> {}; struct
Dp3.cpp37 template<typename T> struct same<T, T> {}; struct
/external/clang/test/SemaCXX/
Ddynamic-cast.cpp44 void same() in same() function
/external/curl/lib/
Dsplay.h29 struct Curl_tree *same; /* points to a node with identical key */ member
/external/zopfli/src/zopfli/
Dhash.h45 unsigned short* same; /* Amount of repetitions of same byte after this .*/ member
Dlz77.c307 unsigned short same = same0 < same1 ? same0 : same1; in ZopfliFindLongestMatch() local
/external/valgrind/VEX/useful/
Dfp_80_64.c468 Bool same; in do_80_to_64_test() local
510 Bool same; in do_64_to_80_test() local
/external/eigen/unsupported/test/
Dcxx11_tensor_convolution.cpp95 Tensor<float, 1, DataLayout> same(3); in test_modes() local
/external/clang/tools/scan-build-py/tests/unit/
Dtest_compilation.py90 def same(expected): function
/external/valgrind/auxprogs/
DMerge3Way.hs35 let same = identical3 ca cb cc function
/external/pdfium/samples/
Dimage_diff.cc257 bool same = (image1.w() == image2.w()) && (image1.h() == image2.h()); in CreateImageDiff() local
296 bool same = CreateImageDiff(baseline_image, actual_image, &diff_image); in DiffImages() local
/external/openssh/
Ddeattack.c108 u_int32_t i, j, l, same; in detect_attack() local
/external/guava/guava-tests/test/com/google/common/hash/
DHashTestUtils.java252 int same = 0x0; // bitset for output bits with same values in checkNoFunnels() local
293 int[] same = new int[hashBits]; in checkAvalanche() local
383 int[] same = new int[hashBits]; in check2BitAvalanche() local
/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationMatcherTest.java77 Invocation same = new InvocationBuilder().mock(mock).simpleMethod().toInvocation(); in should_know_if_is_similar_to() local
/external/pcre/dist2/src/
Dpcre2_auto_possess.c780 BOOL same = leftop == rightop; in compare_opcodes() local
/external/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp274 UBool same = TRUE; in test_Formattable() local
Ducdtest.cpp409 UBool same= a==b; in compareUSets() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatUnitTest.java211 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralFormatUnitTest.java212 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() local
/external/e2fsprogs/intl/
Drelocatable.c223 bool same = false; in compute_curr_prefix() local
/external/valgrind/coregrind/
Dm_execontext.c365 Bool same; in record_ExeContext_wrk2() local
/external/syslinux/core/legacynet/
Ddnsresolv.c218 int same; in dns_resolv() local
/external/mockito/src/main/java/org/mockito/
DArgumentMatchers.java948 public static <T> T same(T value) { in same() method in ArgumentMatchers

123