HomeSort by relevance Sort by last modified time
    Searched refs:same (Results 1 - 25 of 789) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
memcmptest.stdout.exp 0 same (?!)
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 85 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(mockController)
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 85 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(mockController)
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
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;
p3-1y.cpp 37 template<typename T, typename U> struct same;
38 template<typename T> struct same<T, T> {}; struct
  /device/generic/mini-emulator-x86_64/
BoardConfig.mk 6 # same as x86 except HAL
14 # share the same one across all mini-emulators
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdftest1.asm 4 ;; [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/
elf_eflags_abicalls.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_noreorder.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_pic0.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_pic2.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_micromips.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_mips16.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_nan2008.s 7 # This *MUST* match the output of gas compiled with the same triple.
  /external/zopfli/src/zopfli/
hash.c 45 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;
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
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
SharedPreset.java 27 if (mProducerPreset == null || (!mProducerPreset.same(preset))) {
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
dns_during_init.js 10 // Note that host1 and host2 should not resolve using the same cache as was
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterFxRepresentation.java 85 public boolean same(FilterRepresentation representation) { method in class:FilterFxRepresentation
86 if (!super.same(representation)) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 120 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/
CommonToken.pm 22 sub same : Test(2) { subroutine
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_common_defs.h 24 #error iSAC and iSACFX codecs cannot be enabled at the same time
  /external/llvm/test/MC/MachO/ARM/
no-subsections-reloc.s 6 @ in the same section can be resolved at assembly time w/o relocations.
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
subfigure.m 7 % m, n, and p is the same as for SUBPLOT.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
curpos-err.asm 22 dd baz-$+baz-$ ; two from same segment

Completed in 325 milliseconds

1 2 3 4 5 6 7 8 91011>>