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

1 2 3 4 5 6 7 8 910

  /external/mockito/src/org/mockito/internal/matchers/
Equality.java 12 public static boolean areEqual(Object o1, Object o2) {
13 if (o1 == null || o2 == null) {
14 return o1 == null && o2 == null;
15 } else if (isArray(o1)) {
16 return isArray(o2) && areArraysEqual(o1, o2);
18 return o1.equals(o2);
22 static boolean areArraysEqual(Object o1, Object o2) {
23 return areArrayLengthsEqual(o1, o2)
24 && areArrayElementsEqual(o1, o2);
27 static boolean areArrayLengthsEqual(Object o1, Object o2) {
    [all...]
  /external/hamcrest/src/org/hamcrest/core/
IsEqual.java 32 private static boolean areEqual(Object o1, Object o2) {
33 if (o1 == null || o2 == null) {
34 return o1 == null && o2 == null;
35 } else if (isArray(o1)) {
36 return isArray(o2) && areArraysEqual(o1, o2);
38 return o1.equals(o2);
42 private static boolean areArraysEqual(Object o1, Object o2) {
43 return areArrayLengthsEqual(o1, o2)
44 && areArrayElementsEqual(o1, o2);
47 private static boolean areArrayLengthsEqual(Object o1, Object o2)
    [all...]
  /external/libcxx/test/utilities/optional/optional.nullops/
eqaul.pass.cpp 29 constexpr O o1; // disengaged local
32 static_assert ( nullopt == o1 , "" );
34 static_assert ( o1 == nullopt , "" );
37 static_assert (noexcept(nullopt == o1), "");
38 static_assert (noexcept(o1 == nullopt), "");
less_than.pass.cpp 29 constexpr O o1; // disengaged local
32 static_assert ( !(nullopt < o1), "" );
34 static_assert ( !(o1 < nullopt), "" );
37 static_assert (noexcept(nullopt < o1), "");
38 static_assert (noexcept(o1 < nullopt), "");
  /external/libcxx/test/utilities/optional/optional.relops/
equal.pass.cpp 41 constexpr O o1; // disengaged local
47 static_assert ( o1 == o1 , "" );
48 static_assert ( o1 == o2 , "" );
49 static_assert ( !(o1 == o3), "" );
50 static_assert ( !(o1 == o4), "" );
51 static_assert ( !(o1 == o5), "" );
53 static_assert ( o2 == o1 , "" );
59 static_assert ( !(o3 == o1), "" );
65 static_assert ( !(o4 == o1), "" );
    [all...]
less_than.pass.cpp 38 constexpr O o1; // disengaged local
44 static_assert ( !(o1 < o1), "" );
45 static_assert ( !(o1 < o2), "" );
46 static_assert ( o1 < o3 , "" );
47 static_assert ( o1 < o4 , "" );
48 static_assert ( o1 < o5 , "" );
50 static_assert ( !(o2 < o1), "" );
56 static_assert ( !(o3 < o1), "" );
62 static_assert ( !(o4 < o1), "" );
    [all...]
  /development/ndk/platforms/android-3/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
buffertotexture11_gs.h 32 dcl_output o1.x
33 dcl_output_siv o1.y, rendertarget_array_index
36 mov o1.x, v[0][1].x
37 mov o1.y, v[0][1].y
clearfloat11vs.h 27 dcl_output o1.xyzw
30 mov o1.xyzw, v1.xyzw
clearsint11vs.h 27 dcl_output o1.xyzw
30 mov o1.xyzw, v1.xyzw
clearuint11vs.h 27 dcl_output o1.xyzw
30 mov o1.xyzw, v1.xyzw
passthrough2d11vs.h 27 dcl_output o1.xy
30 mov o1.xy, v1.xyxx
  /external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
memset.S 68 and %o1, 0xff, %g3
74 mov %o2, %o1
78 EX(stb %g3, [%o0], sub %o1, 0)
82 EX(stb %g3, [%o0 + 0x01], sub %o1, 1)
84 EX(stb %g3, [%o0 + 0x02], sub %o1, 2)
87 add %o1, %o2, %o1
94 cmp %o1, 7
105 EX(st %g3, [%o0], sub %o1, 0)
106 sub %o1, 4, %o
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.hlsl.vs.h 29 dcl_output o1.xyzw
31 mov o1.xyzw, v1.xyzw
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl.vs.h 29 dcl_output o1.xy
31 mov o1.xy, v1.xyxx
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.hlsl.vs.h 29 dcl_output o1.xyzw
31 mov o1.xyzw, v1.xyzw
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.hlsl.vs.h 29 dcl_output o1.xyzw
31 mov o1.xyzw, v1.xyzw
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl.vs.h 29 dcl_output o1.xy
31 mov o1.xy, v1.xyxx
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.hlsl.vs.h 29 dcl_output o1.xyzw
31 mov o1.xyzw, v1.xyzw
  /external/chromium_org/v8/test/mjsunit/regress/
polymorphic-accessor-test-context.js 10 var o1 = new (function() { })();
11 Object.defineProperty(o1, "t", {get:function() { return this instanceof o1.constructor; }});
13 Object.defineProperty(o2, "t", {get:function() { return this instanceof o1.constructor; }});
21 f(o1);
22 f(o1);
regress-inline-constant-load.js 7 var o1 = {};
14 Object.defineProperty(o1, "bar", {value:200});
15 foo(o1);
16 foo(o1);
  /external/junit/src/org/junit/runner/manipulation/
Sorter.java 18 public int compare(Description o1, Description o2) {
43 public int compare(Description o1, Description o2) {
44 return fComparator.compare(o1, o2);
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 13 object PyNumber_Add(object o1, object o2)
15 # Returns the result of adding o1 and o2, or NULL on failure. This
16 # is the equivalent of the Python expression "o1 + o2".
18 object PyNumber_Subtract(object o1, object o2)
20 # Returns the result of subtracting o2 from o1, or NULL on
21 # failure. This is the equivalent of the Python expression "o1 -
24 object PyNumber_Multiply(object o1, object o2)
26 # Returns the result of multiplying o1 and o2, or NULL on
27 # failure. This is the equivalent of the Python expression "o1 *
30 object PyNumber_Divide(object o1, object o2
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl.vs.h 30 dcl_output o1.xy
33 mul o1.xy, v1.xyxx, l(8.000000, 8.000000, 0.000000, 0.000000)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl.vs.h 30 dcl_output o1.xy
33 mul o1.xy, v1.xyxx, l(8.000000, 8.000000, 0.000000, 0.000000)

Completed in 371 milliseconds

1 2 3 4 5 6 7 8 910