Home
last modified time | relevance | path

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

123

/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DCommonToken.pm22 sub same : Test(2) { method in Test::ANTLR::Runtime::CommonToken
/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/u-boot/drivers/input/
Dinput.c342 int same; /* number of elements which are the same */ in sort_array_by_ordering() local
377 int keycode[], int num_keycodes, int *same) in input_check_keycodes()
453 int max_chars, int same) in input_keycodes_to_ascii()
513 int count, i, same = 0; in _input_send_keycodes() local
Dcros_ec_keyb.c106 bool same = false; in cros_ec_kbc_check() local
/external/curl/tests/unit/
Dunit1399.c56 bool same = (time_sec == expected_seconds); in usec_matches_seconds() local
/external/zopfli/src/zopfli/
Dhash.h45 unsigned short* same; /* Amount of repetitions of same byte after this .*/ member
/external/clang/tools/scan-build-py/tests/unit/
Dtest_compilation.py90 def same(expected): function
/external/eigen/unsupported/test/
Dcxx11_tensor_convolution.cpp95 Tensor<float, 1, DataLayout> same(3); in test_modes() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateDayPeriods.java108 private static boolean same(int a, int b) { in same() method in GenerateDayPeriods
/external/openssh/
Ddeattack.c108 u_int32_t i, j, l, same; in detect_attack() local
/external/u-boot/test/dm/
Drtc.c37 bool same; in cmp_times() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dstable_sort_expander.cc182 HloInstruction* same = in ExpandInstruction() local
/external/pdfium/testing/image_diff/
Dimage_diff.cpp239 bool same = (image1.w() == image2.w()) && (image1.h() == image2.h()); in CreateImageDiff() local
278 bool same = CreateImageDiff(baseline_image, actual_image, &diff_image); in DiffImages() local
/external/python/cpython2/Demo/pdist/
Drrcs.py113 def same(x, copts, fn, data = None): function
/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/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/pcre/dist2/src/
Dpcre2_auto_possess.c812 BOOL same = leftop == rightop; in compare_opcodes() local
/external/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp274 UBool same = TRUE; in test_Formattable() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatUnitTest.java216 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralFormatUnitTest.java219 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java206 Set<R2<String, String>> same = new TreeSet<R2<String, String>>(); in checkAttributes() local
256 Set<String> same = new TreeSet<String>(); in checkElements() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DTypology.java149 temp.put(path2, new UnicodeSet(uset).retainAll(same)); in temp.put()

123