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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
memcmptest.stdout.exp 0 same (?!)
  /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;
  /device/generic/mini-emulator-mips/
BoardConfig.mk 6 # same as mips except HAL
13 # share the same one across all mini-emulators
  /device/generic/mini-emulator-x86/
BoardConfig.mk 6 # same as x86 except HAL
13 # share the same one across all mini-emulators
  /external/chromium/webkit/glue/
cpp_binding_example.h 58 // Returns a hard-coded value of the same type (bool, number (double),
66 // Always returns the same value -- an example of a read-only property.
67 void same(CppVariant* result);
cpp_binding_example.cc 40 BindProperty("same", &CppBindingExample::same);
116 void CppBindingExample::same(CppVariant* result) { function in class:CppBindingExample
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 6 # same sa mini-armv7-a-neon except HAL
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
make.php 98 'BRACKETS' => array( # keep same as symbols so as to make ${} and $() equiv.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterFxRepresentation.java 81 public boolean same(FilterRepresentation representation) { method in class:FilterFxRepresentation
82 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/openssh/
deattack.c 108 u_int32_t l, same; local
145 for (c = buf, same = j = 0; c < (buf + len); c += SSH_BLOCKSIZE, j++) {
149 if (++same > MAX_IDENTICAL)
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
CommonToken.pm 22 sub same : Test(2) { subroutine
  /external/llvm/test/MC/MachO/ARM/
no-subsections-reloc.s 6 @ in the same section can be resolved at assembly time w/o relocations.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ZoomCache.java 38 if (!mImagePreset.same(preset)) {
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /libcore/luni/src/test/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/tool/src/main/resources/org/antlr/tool/templates/dot/
dot.stg 52 {rank=same; rankdir=TB; <states; separator="; ">}
  /external/guava/guava-tests/test/com/google/common/collect/
BstOperationsTest.java 29 import static org.easymock.EasyMock.same;
112 same(nodeFactory), same(c), (SimpleNode) isNull(), (SimpleNode) isNull())) method
119 same(nodeFactory), withKey('b'), same(a), withKey('c')))
125 balancePolicy.balance(same(nodeFactory), withKey('d'), same(bWithC), same(f)))
147 // We wish to test that BstOperations & co. treat IDENTITY modifications as the same.
207 expect(nodeFactory.createNode(same(b), withKey('a'), (SimpleNode) isNull())).andReturn
211 expect(nodeFactory.createNode(same(d), same(bWithA2), same(f))).andReturn( method
    [all...]
  /external/icu4c/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/v8/test/mjsunit/
debug-multiple-breakpoints.js 49 // This test sets several break points at the same place and checks that
50 // several break points at the same place only makes one debug break event
60 // Set another breakpoint in f at the same place.
75 // Perform the same test using function g (this time removing the break points
  /external/valgrind/main/VEX/useful/
fp_80_64.c 468 Bool same; local
472 same = True;
475 same = False; break;
479 if (same)
510 Bool same; local
514 same = True;
517 same = False; break;
521 if (same)
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timestamp.js 1 description("Tests that Geoposition timestamps are well-formed (non-zero and in the same units as Date.getTime).");
  /ndk/tests/device/test-stlport/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateAdapter.java 84 public boolean same(Vector<State> states) { method in class:StateAdapter
99 if (same(states)) {

Completed in 6209 milliseconds

1 2 3 4 5 6 7 8 91011>>