HomeSort by relevance Sort by last modified time
    Searched refs:o2 (Results 151 - 175 of 1709) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/third_party/lua/src/
lvm.h 20 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2))
22 #define luaV_rawequalobj(o1,o2) equalobj(NULL,o1,o2)
  /external/syslinux/com32/lua/src/
lvm.h 20 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2))
22 #define luaV_rawequalobj(o1,o2) equalobj(NULL,o1,o2)
  /external/libcxx/test/std/experimental/optional/optional.comp_with_t/
equal.pass.cpp 38 constexpr O o2{1}; // engaged
42 static_assert ( (o2 == T(1)), "" );
48 static_assert ( (T(1) == o2), "" );
not_equal.pass.cpp 38 constexpr O o2{1}; // engaged
42 static_assert ( !(o2 != T(1)), "" );
48 static_assert ( !(T(1) != o2), "" );
  /external/libcxx/test/std/utilities/optional/optional.comp_with_t/
equal.pass.cpp 38 constexpr O o2{1}; // engaged
42 static_assert ( (o2 == T(1)), "" );
48 static_assert ( (T(1) == o2), "" );
not_equal.pass.cpp 38 constexpr O o2{1}; // engaged
42 static_assert ( !(o2 != T(1)), "" );
48 static_assert ( !(T(1) != o2), "" );
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
Pair.java 33 private boolean equals(Object o1, Object o2) {
34 return o1 == null ? o2 == null : o1.equals(o2);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.comp_with_t/
equal.pass.cpp 42 constexpr O o2{1}; // engaged
46 static_assert ( o2 == T(1), "" );
52 static_assert ( T(1) == o2, "" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/optional/optional.comp_with_t/
equal.pass.cpp 42 constexpr O o2{1}; // engaged
46 static_assert ( (o2 == T(1)), "" );
52 static_assert ( (T(1) == o2), "" );
not_equal.pass.cpp 42 constexpr O o2{1}; // engaged
46 static_assert ( !(o2 != T(1)), "" );
52 static_assert ( !(T(1) != o2), "" );
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
edge.d 22 30: 95 b3 41 0c edge32cc %o5, %o4, %o2
23 34: 95 b3 41 0c edge32cc %o5, %o4, %o2
24 38: 95 b3 41 2c edge32n %o5, %o4, %o2
25 3c: a3 b2 81 45 edge32lcc %o2, %g5, %l1
26 40: a3 b2 81 45 edge32lcc %o2, %g5, %l1
27 44: a3 b2 81 65 edge32ln %o2, %g5, %l1
  /external/apache-http/src/org/apache/commons/codec/
StringEncoderComparator.java 69 * @param o2 the object to compare to
73 public int compare(Object o1, Object o2) {
79 Comparable s2 = (Comparable) ((Encoder) this.stringEncoder).encode(o2);
  /toolchain/binutils/binutils-2.25/gold/testsuite/
tls_test.h 55 extern __thread int o2;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
abstract.h 231 PyAPI_FUNC(int) PyObject_Cmp(PyObject *o1, PyObject *o2, int *result);
234 Compare the values of o1 and o2 using a routine provided by
235 o1, if one exists, otherwise with a routine provided by o2.
238 statement: result=cmp(o1,o2).
244 int PyObject_Compare(PyObject *o1, PyObject *o2);
246 Compare the values of o1 and o2 using a routine provided by
247 o1, if one exists, otherwise with a routine provided by o2.
250 Python expression: cmp(o1,o2).
660 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
663 Returns the result of adding o1 and o2, or null on failure.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
abstract.h 231 PyAPI_FUNC(int) PyObject_Cmp(PyObject *o1, PyObject *o2, int *result);
234 Compare the values of o1 and o2 using a routine provided by
235 o1, if one exists, otherwise with a routine provided by o2.
238 statement: result=cmp(o1,o2).
244 int PyObject_Compare(PyObject *o1, PyObject *o2);
246 Compare the values of o1 and o2 using a routine provided by
247 o1, if one exists, otherwise with a routine provided by o2.
250 Python expression: cmp(o1,o2).
660 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
663 Returns the result of adding o1 and o2, or null on failure.
    [all...]
  /external/python/cpython2/Include/
abstract.h 231 PyAPI_FUNC(int) PyObject_Cmp(PyObject *o1, PyObject *o2, int *result);
234 Compare the values of o1 and o2 using a routine provided by
235 o1, if one exists, otherwise with a routine provided by o2.
238 statement: result=cmp(o1,o2).
244 int PyObject_Compare(PyObject *o1, PyObject *o2);
246 Compare the values of o1 and o2 using a routine provided by
247 o1, if one exists, otherwise with a routine provided by o2.
250 Python expression: cmp(o1,o2).
660 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
663 Returns the result of adding o1 and o2, or null on failure
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
abstract.h 231 PyAPI_FUNC(int) PyObject_Cmp(PyObject *o1, PyObject *o2, int *result);
234 Compare the values of o1 and o2 using a routine provided by
235 o1, if one exists, otherwise with a routine provided by o2.
238 statement: result=cmp(o1,o2).
244 int PyObject_Compare(PyObject *o1, PyObject *o2);
246 Compare the values of o1 and o2 using a routine provided by
247 o1, if one exists, otherwise with a routine provided by o2.
250 Python expression: cmp(o1,o2).
660 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
663 Returns the result of adding o1 and o2, or null on failure
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
abstract.h 231 PyAPI_FUNC(int) PyObject_Cmp(PyObject *o1, PyObject *o2, int *result);
234 Compare the values of o1 and o2 using a routine provided by
235 o1, if one exists, otherwise with a routine provided by o2.
238 statement: result=cmp(o1,o2).
244 int PyObject_Compare(PyObject *o1, PyObject *o2);
246 Compare the values of o1 and o2 using a routine provided by
247 o1, if one exists, otherwise with a routine provided by o2.
250 Python expression: cmp(o1,o2).
660 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
663 Returns the result of adding o1 and o2, or null on failure
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 231 PyAPI_FUNC(int) PyObject_Cmp(PyObject *o1, PyObject *o2, int *result);
234 Compare the values of o1 and o2 using a routine provided by
235 o1, if one exists, otherwise with a routine provided by o2.
238 statement: result=cmp(o1,o2).
244 int PyObject_Compare(PyObject *o1, PyObject *o2);
246 Compare the values of o1 and o2 using a routine provided by
247 o1, if one exists, otherwise with a routine provided by o2.
250 Python expression: cmp(o1,o2).
660 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
663 Returns the result of adding o1 and o2, or null on failure
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 231 PyAPI_FUNC(int) PyObject_Cmp(PyObject *o1, PyObject *o2, int *result);
234 Compare the values of o1 and o2 using a routine provided by
235 o1, if one exists, otherwise with a routine provided by o2.
238 statement: result=cmp(o1,o2).
244 int PyObject_Compare(PyObject *o1, PyObject *o2);
246 Compare the values of o1 and o2 using a routine provided by
247 o1, if one exists, otherwise with a routine provided by o2.
250 Python expression: cmp(o1,o2).
660 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
663 Returns the result of adding o1 and o2, or null on failure
    [all...]
  /external/clang/test/CodeGenCXX/
eh-aggregated-inits.cpp 26 ExplicitCopy o2; // non-trivial initialization. member in struct:Container
  /external/llvm/test/MC/Sparc/
sparc-assembly-exprs.s 5 ! CHECK: mov 60, %o2 ! encoding: [0x94,0x10,0x20,0x3c]
6 mov ((12+3)<<2), %o2
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 81 /// @param o2 - The output stream to print the decision structure to.
83 /// @param i2 - The indentation level to use with stream o2.
87 void emitModRMDecision(raw_ostream &o1, raw_ostream &o2,
109 /// @param o2 - The output stream for the decision structure itself.
111 /// @param i2 - The indent level to use with stream o2.
115 void emitOpcodeDecision(raw_ostream &o1, raw_ostream &o2,
142 /// @param o2 - The output stream to print the decision structure to.
144 /// @param i2 - The indent level to use with stream o2.
149 void emitContextDecision(raw_ostream &o1, raw_ostream &o2,
205 /// @param o2 - The output stream to print the decision structures to
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86DisassemblerTables.h 93 /// @param o2 - The output stream to print the decision structure to.
95 /// @param i2 - The indentation level to use with stream o2.
99 raw_ostream &o2,
122 /// @param o2 - The output stream for the decision structure itself.
124 /// @param i2 - The indent level to use with stream o2.
128 raw_ostream &o2,
157 /// @param o2 - The output stream to print the decision structure to.
159 /// @param i2 - The indent level to use with stream o2.
164 raw_ostream &o2,
222 /// @param o2 - The output stream to print the decision structures to
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyapi.swg 15 VALUE o2 = target;
17 rb_ary_push(target, o2);

Completed in 897 milliseconds

1 2 3 4 5 67 8 91011>>