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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
memcmptest.stdout.exp 0 same (?!)
  /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;
  /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/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
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PkgItem.java 151 * Checks whether the main packages are of the same type and are
163 * Checks whether the update packages are of the same type and are
175 * Checks whether too {@link PkgItem} are the same.
176 * This checks both items have the same state, both main package are similar
177 * and that they have the same updating packages.
183 boolean same = this.mState == item.mState;
184 if (same) {
185 same = isSameMainPackageAs(item.getMainPackage());
188 if (same) {
189 // check updating packages are the same
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
make.php 98 'BRACKETS' => array( # keep same as symbols so as to make ${} and $() equiv.
  /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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 27 * The weight to give to a word if it's length is the same as the number of typed characters.
94 * are the same.
98 * @return true if they are the same, false otherwise.
100 protected boolean same(final char[] word, final int length, final CharSequence typedWord) { method in class:Dictionary
  /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...]
AbstractSetMultimapTest.java 161 Set<Map.Entry<String, Integer>> same = Sets.newHashSet( local
165 assertEquals(entries, same);
166 assertEquals(same, entries);
167 assertEquals(entries.hashCode(), same.hashCode());
  /external/icu4c/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/icu4c/samples/
defs.mk 21 # default - resources in same mode as ICU
  /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
  /external/clang/test/SemaCXX/
dynamic-cast.cpp 42 void same() function
  /external/stlport/stlport/stl/
boost_type_traits.h 91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon12802
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon12804
109 typedef typename __bool2type<same>::_Ret _Same;

Completed in 1836 milliseconds

1 2 3 4 5 6 7 8 91011>>