HomeSort by relevance Sort by last modified time
    Searched defs:OPS (Results 1 - 9 of 9) sorted by null

  /cts/common/util/src/com/android/compatibility/common/util/
ResultUnit.java 30 OPS,
  /cts/tests/tests/util/src/android/util/cts/
ArraySetTest.java 52 private static int[] OPS = new int[] {
219 assertEquals("OPS and KEYS must be equal length", OPS.length, KEYS.length);
227 for (int i = 0; i < OPS.length; i++) {
229 switch (OPS[i]) {
245 fail("Bad operation " + OPS[i] + " @ " + i);
ArrayMapTest.java 57 static int[] OPS = new int[] {
358 for (int i=0; i<OPS.length; i++) {
363 switch (OPS[i]) {
377 fail("Bad operation " + OPS[i] + " @ " + i);
  /external/python/cpython2/Modules/_ctypes/libffi/src/tile/
ffi.c 243 #define OPS(a, b, shift) \
247 *out++ = ffi_template_tramp_tile[0] | OPS(c, h, s);
249 *out++ = ffi_template_tramp_tile[1] | OPS(c, h, s);
251 #undef OPS
  /external/toybox/toys/pending/
expr.c 138 } OPS[] = {
139 // logical ops, precedence 1 and 2, signature SI_TO_SI
142 // comparison ops, precedence 3, signature SI_TO_I
146 // arithmetic ops, precedence 4 and 5, signature I_TO_I
231 struct op_def *o = OPS;
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ArrayMapTests.java 34 static int[] OPS = new int[] {
341 for (int i=0; i<OPS.length; i++) {
347 switch (OPS[i]) {
363 Log.e("test", "Bad operation " + OPS[i] + " @ " + i);
  /toolchain/binutils/binutils-2.25/opcodes/
i370-opc.c 270 #define OPS(x) ((((unsigned short) (x)) & 0xff) << 8)
271 #define OPS_MASK OPS (0xff)
298 (OPS (op) | ((((unsigned short) (r1)) & 0xf) << 4) | \
305 (OPS (op) | (((unsigned short) (i)) & 0xff))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 325 // Node ops.
500 OPS // compare parity set (for x86 NaN check)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 325 // Node ops.
500 OPS // compare parity set (for x86 NaN check)

Completed in 3433 milliseconds