HomeSort by relevance Sort by last modified time
    Searched refs:Same (Results 26 - 50 of 73) sorted by null

12 3

  /external/chromium_org/v8/test/mjsunit/regress/
regress-latin-1.js 37 // Same test but for all values in Latin-1 range.
  /external/mockito/src/org/mockito/
Matchers.java 39 * E.g: (example shows verification but the same applies to stubbing):
620 * Object argument that is the same as the given value.
630 public static <T> T same(T value) { method in class:Matchers
631 return (T) reportMatcher(new Same(value)).<T>returnFor(value);
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 273 """Same as assertRaises, but also compares the exception message."""
  /external/chromium_org/v8/test/mjsunit/
substr.js 121 // Same with two-byte strings
string-slices.js 113 // Same with two-byte strings
  /external/v8/test/mjsunit/
substr.js 121 // Same with two-byte strings
string-slices.js 113 // Same with two-byte strings
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
text_format_test.py 433 """Same as assertRaises, but also compares the exception message."""
  /external/easymock/src/org/easymock/
EasyMock.java 1405 public static <T> T same(T value) { method in class:EasyMock
    [all...]
  /external/chromium_org/chrome/browser/resources/
plugins.js 9 * @param {Object} pluginsData Detailed info about installed plugins. Same
166 // same size for all plugins.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 49 It is usually possible to get the same functionality
76 RESOLVED: NO. Same enums as those used in OpenGL 3.1.
81 RESOLVED: Same as described in issue 5) of
104 This is the same mapping as OpenGL 3.1 uses.
125 RESOLVED: Same as described in issue 6) of
180 same behaviour as in OpenGL 3.1.
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 49 It is usually possible to get the same functionality
76 RESOLVED: NO. Same enums as those used in OpenGL 3.1.
81 RESOLVED: Same as described in issue 5) of
104 This is the same mapping as OpenGL 3.1 uses.
125 RESOLVED: Same as described in issue 6) of
180 same behaviour as in OpenGL 3.1.
  /external/oprofile/utils/
opcontrol 170 kernel: same as library, plus kernel profiles
191 kernel). Same rules as defined for
194 Same rules as defined for buffer-size.
1179 # are from the same group.
1189 # events. All events must have the same mmcrx values i.e. be in
1190 # the same group. Only one event is assigned per counter,
1197 # make sure all events are from the same group
1201 echo "ERROR: The specified events are not from the same group."
1222 # the same time. SPU event can not be measured
1223 # at the same time as any other event. Similarly fo
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 97 // Same-valued IP addresses (also tests stability).
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 97 // Same-valued IP addresses (also tests stability).
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 97 // Same-valued IP addresses (also tests stability).
  /external/chromium_org/v8/test/webkit/fast/js/
basic-strict-mode.js 182 // Same tests again, this time forcing an activation to be created as well
  /art/runtime/arch/arm/
quick_entrypoints_arm.S     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
background.js 308 // If last fetch was via spdy, current fetch should use spdy too. Same
349 // In this case, the time-to-first paint is effectively the same as the
419 alert("Error: Loaded url(" + data.url + ") is not the same as what " +
435 // but will also be reusing the same WebKit instance (i.e. Chrome
  /ndk/build/core/
definitions.mk 104 # Rationale: Many object files will be stored in the same output directory.
157 # Same as $(wordlist ...) except the start index, if 0, is bumped to 1
184 # Same as list-file-always-gen-10, except that the word list might be
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/chromium_org/third_party/x86inc/
x86inc.asm 126 ; PROLOGUE can also be invoked by adding the same options to cglobal
140 ; Same, but if it doesn't pop anything it becomes a 2-byte ret, for athlons
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 42 ; applying 3rd filter coeff. Same applys to other filter functions.
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 728 * restrictions on using the same register more than once (Rd and Rm
729 * cannot be the same).
    [all...]

Completed in 513 milliseconds

12 3