Searched refs:same (Results 1 - 25 of 361) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/
H A Dmemcmptest.stdout.exp0 same (?!)
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
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;
H A Dp3-1y.cpp37 template<typename T, typename U> struct same;
38 template<typename T> struct same<T, T> {}; struct
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DServiceTest.java85 mockService.foo(EasyMock.same(mockController), EasyMock.same(fooRequest),
87 mockService.bar(EasyMock.same(mockController), EasyMock.same(barRequest),
122 EasyMock.same(fooDescriptor),
123 EasyMock.same(mockController),
124 EasyMock.same(fooRequest),
125 EasyMock.same(FooResponse.getDefaultInstance()),
128 EasyMock.same(barDescriptor),
129 EasyMock.same(mockControlle
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdftest1.asm4 ;; [1] relocation within the same segment in each module
5 ;; [2] relocation to different segments in same module
6 ;; [3] relocation to same segment in different module
8 ;; [5] relative relocation to same module
/external/llvm/test/MC/Mips/
H A Delf_eflags_abicalls.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_noreorder.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_pic0.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_pic2.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_micromips.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_mips16.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_nan2008.s7 # This *MUST* match the output of gas compiled with the same triple.
/external/zopfli/src/zopfli/
H A Dhash.c45 h->same = (unsigned short*)malloc(sizeof(*h->same) * window_size);
47 h->same[i] = 0;
78 free(h->same);
108 /* Update "same". */
109 if (h->same[(pos - 1) & ZOPFLI_WINDOW_MASK] > 1) {
110 amount = h->same[(pos - 1) & ZOPFLI_WINDOW_MASK] - 1;
116 h->same[hpos] = amount;
120 h->val2 = ((h->same[hpos] - ZOPFLI_MIN_MATCH) & 255) ^ h->val;
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
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DDigestInputStream2Test.java120 assertEquals("Didn't read the same from each stream", bytesRead1,
124 boolean same = true;
127 same = false;
130 assertTrue("Didn't get the same data", same);
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DCommonToken.pm22 sub same : Test(2) { subroutine
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_common_defs.h24 #error iSAC and iSACFX codecs cannot be enabled at the same time
/external/clang/test/SemaCXX/
H A Ddynamic-cast.cpp44 void same() function
/external/llvm/test/MC/MachO/ARM/
H A Dno-subsections-reloc.s6 @ in the same section can be resolved at assembly time w/o relocations.
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dsubfigure.m7 % m, n, and p is the same as for SUBPLOT.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Dcurpos-err.asm22 dd baz-$+baz-$ ; two from same segment
H A Dcurpos.asm22 dd baz-$+baz-$ ; two from same segment
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_curpos.asm22 .4byte baz-.+baz-. # two from same segment
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-curpos.asm22 dd baz-$+baz-$ ; two from same segment
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-curpos.asm22 dd baz-$+baz-$ ; two from same segment

Completed in 4589 milliseconds

1234567891011>>