HomeSort by relevance Sort by last modified time
    Searched refs:ORDERED (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/message_loop/
message_loop_test.cc 381 ORDERED,
410 case ORDERED: os << "ORDERED"; break;
515 order->RecordStart(ORDERED, cookie);
516 order->RecordEnd(ORDERED, cookie);
548 EXPECT_EQ(order.Get(6), TaskItem(ORDERED, 3, true));
549 EXPECT_EQ(order.Get(7), TaskItem(ORDERED, 3, false));
610 EXPECT_EQ(order.Get(0), TaskItem(ORDERED, 1, true));
611 EXPECT_EQ(order.Get(1), TaskItem(ORDERED, 1, false));
612 EXPECT_EQ(order.Get(2), TaskItem(ORDERED, 2, true))
    [all...]
message_loop_unittest.cc 154 ORDERED,
184 case ORDERED: os << "ORDERED"; break;
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 54 * Encode using the special "ordered" dialect of Base64 described here:
57 public final static int ORDERED = 32;
233 * Used in decoding the "ordered" dialect of Base64.
281 * It's possible, though silly, to specify ORDERED and URLSAFE
288 else if( (options & ORDERED) == ORDERED ) return _ORDERED_ALPHABET;
297 * It's possible, though silly, to specify ORDERED and URL_SAFE
304 else if( (options & ORDERED) == ORDERED ) return _ORDERED_DECODABET;
595 * @param options Specified options; alphabet type is pulled from this (standard, url-safe, ordered)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 55 an rtx code for a commutative comparison (e.g, EQ, NE, ORDERED)
515 /* Comparison operations. The ordered comparisons exist in two
530 DEF_RTL_EXPR(ORDERED, "ordered", "ee", RTX_COMM_COMPARE)
539 /* This is an ordered NE, ie !UNEQ, ie false for NaN. */
    [all...]
genrtl.h 1039 gen_rtx_fmt_ee (ORDERED, (MODE), (ARG0), (ARG1))
    [all...]

Completed in 123 milliseconds