HomeSort by relevance Sort by last modified time
    Searched full:equivalent (Results 226 - 250 of 5226) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/test-runner/src/android/test/
TimedTest.java 25 * output. It can also be used on the class itself, which is equivalent to tagging all test methods
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java 34 * This is equivalent to
63 * This is equivalent to
89 * This is equivalent to
116 * This is equivalent to
BlockingDeque.java 96 * {@code BlockingQueue} interface are precisely equivalent to
103 * <td ALIGN=CENTER> <b>Equivalent {@code BlockingDeque} Method</b></td>
410 * <p>This method is equivalent to {@link #addLast(Object) addLast}.
431 * <p>This method is equivalent to {@link #offerLast(Object) offerLast}.
447 * <p>This method is equivalent to {@link #putLast(Object) putLast}.
464 * <p>This method is equivalent to
486 * <p>This method is equivalent to {@link #removeFirst() removeFirst}.
498 * <p>This method is equivalent to {@link #pollFirst()}.
509 * <p>This method is equivalent to {@link #takeFirst() takeFirst}.
521 * <p>This method is equivalent t
    [all...]
  /libcore/luni/src/main/native/
valueOf.h 27 // Note that these aren't equivalent to the Number methods: the jobject MUST be of the exact
  /ndk/sources/cxx-stl/gabi++/tests/
catch_array_02.cpp 23 catch (Array b) // equivalent to char*
catch_function_02.cpp 24 catch (Function b) // equivalent to void (*)()
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
mult_targets 2 ."rule with multiple targets is equivalent to writing \n"
  /ndk/sources/host-tools/make-3.81/w32/include/
dirent.h 40 ino_t d_ino; /* unused - no equivalent on WINDOWS32 */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
concept_def.hpp 16 // Also defines an equivalent SomeNameConcept for backward compatibility.
  /packages/apps/Calendar/
proguard.flags 18 *** equivalent(...);
  /system/core/toolbox/
toolbox.c 9 // "toolbox foo ..." is equivalent to "foo ..."
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
app_shim_menu_controller_mac.mm 58 // restoring the original item's key equivalent, so that we can use the same
59 // key equivalent in the copied item with a different action. If |resourceId_|
61 // If the copy (menuItem) has no key equivalent, and the title does not have the
81 // Set the title using |resourceId_| and unset the source item's key equivalent.
83 // Restore the source item's key equivalent.
115 // It seems that two menu items that have the same key equivalent must also
119 // key equivalent of the original items and restore them later.
  /external/guava/guava/src/com/google/common/hash/
HashFunction.java 107 * {0x01, 0x02, 0x03, 0x04}} is equivalent to hashing the {@code int} value {@code
155 * <i>might</i> perform better than its longhand equivalent, but should not perform worse.
161 * <i>might</i> perform better than its longhand equivalent, but should not perform
168 * <i>might</i> perform better than its longhand equivalent, but should not perform
178 * perform better than its longhand equivalent, but should not perform worse. Note that no
180 * directly (in that order). This is equivalent to using
188 * longhand equivalent, but should not perform worse.
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-amd64.c 229 *mod = False; // GDBTD???? VEX equivalent fcrtl
238 *mod = False; // GDBTD???? VEX equivalent fstat
255 *mod = False; // GDBTD???? VEX equivalent ftag
258 case 35: *mod = False; break; // GDBTD ??? equivalent of fiseg
259 case 36: *mod = False; break; // GDBTD ??? equivalent of fioff
260 case 37: *mod = False; break; // GDBTD ??? equivalent of foseg
261 case 38: *mod = False; break; // GDBTD ??? equivalent of fooff
262 case 39: *mod = False; break; // GDBTD ??? equivalent of fop
286 *mod = False; // GDBTD???? VEX equivalent mxcsr
289 case 57: *mod = False; break; // GDBTD???? VEX equivalent { "orig_rax"}
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosKeyTest.java 238 assertEquals("kerberosKey1 and kerberosKey2 should be equivalent ",
240 assertFalse("kerberosKey1 and kerberosKey3 sholudn't be equivalent ",
247 assertFalse("Destroyed kerberosKey sholudn't be equivalent ",
257 assertEquals("kerberosKey1 and kerberosKey2 should be equivalent ",
259 assertEquals("hashCode should be equivalent", kerberosKey1.hashCode(),
  /external/chromium_org/gin/test/
expect.js 41 // Primitives and their corresponding object wrappers are equivalent;
42 // thus, `"5"` is equivalent to `new String("5")`.
45 // `NaN`s are equivalent, but non-reflexive. An `egal` comparison is
52 // dates with millisecond representations of `NaN` are not equivalent.
73 // Objects with different constructors are not equivalent, but `Object`s
  /external/chromium_org/third_party/icu/source/common/unicode/
caniter.h 38 * This class allows one to iterate through all the strings that are canonically equivalent to a given
102 * Get the next canonically equivalent string.
104 * @return the next string that is canonically equivalent. A bogus string is returned when
167 // their different canonically equivalent representations
182 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
  /external/icu4c/common/unicode/
caniter.h 38 * This class allows one to iterate through all the strings that are canonically equivalent to a given
102 * Get the next canonically equivalent string.
104 * @return the next string that is canonically equivalent. A bogus string is returned when
169 // their different canonically equivalent representations
184 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
Section.java 50 * if this section already has an item equivalent to the one that is being interned.
173 * This method checks if an item that is equivalent to the given item has already been added. If found,
176 * @return An item from this section that is equivalent to the given item. It may or may not be the same
193 * Returns the interned item that is equivalent to the given item, or null
195 * @return the interned item that is equivalent to the given item, or null
  /external/clang/docs/
ObjectiveCLiterals.rst 47 NSNumber *theLetterZ = @'Z'; // equivalent to [NSNumber numberWithChar:'Z']
50 NSNumber *fortyTwo = @42; // equivalent to [NSNumber numberWithInt:42]
51 NSNumber *fortyTwoUnsigned = @42U; // equivalent to [NSNumber numberWithUnsignedInt:42U]
52 NSNumber *fortyTwoLong = @42L; // equivalent to [NSNumber numberWithLong:42L]
53 NSNumber *fortyTwoLongLong = @42LL; // equivalent to [NSNumber numberWithLongLong:42LL]
56 NSNumber *piFloat = @3.141592654F; // equivalent to [NSNumber numberWithFloat:3.141592654F]
57 NSNumber *piDouble = @3.1415926535; // equivalent to [NSNumber numberWithDouble:3.1415926535]
60 NSNumber *yesNumber = @YES; // equivalent to [NSNumber numberWithBool:YES]
61 NSNumber *noNumber = @NO; // equivalent to [NSNumber numberWithBool:NO]
64 NSNumber *trueNumber = @true; // equivalent to [NSNumber numberWithBool:(BOOL)true
    [all...]
  /libcore/luni/src/main/java/java/util/
Deque.java 74 * inherited from the <tt>Queue</tt> interface are precisely equivalent to
81 * <td ALIGN=CENTER> <b>Equivalent <tt>Deque</tt> Method</b></td>
112 * beginning of the deque. Stack methods are precisely equivalent to
119 * <td ALIGN=CENTER> <b>Equivalent <tt>Deque</tt> Method</b></td>
190 * <p>This method is equivalent to {@link #add}.
360 * <p>This method is equivalent to {@link #addLast}.
384 * <p>This method is equivalent to {@link #offerLast}.
404 * <p>This method is equivalent to {@link #removeFirst()}.
416 * <p>This method is equivalent to {@link #pollFirst()}.
429 * <p>This method is equivalent to {@link #getFirst()}
    [all...]
  /bootable/recovery/edify/
README 67 # these are all equivalent
80 The last example is equivalent to:
  /cts/tests/tests/graphics/src/android/graphics/cts/
LinearGradientTest.java 40 // The pixels in same gradient line should be equivalent
56 // The pixels in same gradient line should be equivalent
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.h 67 // Checks that the passed URLRows are equivalent.
71 // Returns true if two sets of visits are equivalent.
  /external/chromium_org/net/base/
auth.h 24 // Determines whether two AuthChallengeInfo's are equivalent.
56 // Determines if |this| is equivalent to |other|.

Completed in 450 milliseconds

1 2 3 4 5 6 7 8 91011>>