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

  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 620 ORDERED,
650 case ORDERED: os << "ORDERED"; break;
696 order->RecordStart(ORDERED, cookie);
697 order->RecordEnd(ORDERED, cookie);
869 EXPECT_EQ(order.Get(6), TaskItem(ORDERED, 3, true));
870 EXPECT_EQ(order.Get(7), TaskItem(ORDERED, 3, false));
    [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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 57 an rtx code for a commutative comparison (e.g, EQ, NE, ORDERED)
510 /* Comparison operations. The ordered comparisons exist in two
525 DEF_RTL_EXPR(ORDERED, "ordered", "ee", RTX_COMM_COMPARE)
534 /* This is an ordered NE, ie !UNEQ, ie false for NaN. */
    [all...]
genrtl.h 1015 gen_rtx_fmt_ee (ORDERED, (MODE), (ARG0), (ARG1))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 57 an rtx code for a commutative comparison (e.g, EQ, NE, ORDERED)
510 /* Comparison operations. The ordered comparisons exist in two
525 DEF_RTL_EXPR(ORDERED, "ordered", "ee", RTX_COMM_COMPARE)
534 /* This is an ordered NE, ie !UNEQ, ie false for NaN. */
    [all...]
genrtl.h 1015 gen_rtx_fmt_ee (ORDERED, (MODE), (ARG0), (ARG1))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 57 an rtx code for a commutative comparison (e.g, EQ, NE, ORDERED)
510 /* Comparison operations. The ordered comparisons exist in two
525 DEF_RTL_EXPR(ORDERED, "ordered", "ee", RTX_COMM_COMPARE)
534 /* This is an ordered NE, ie !UNEQ, ie false for NaN. */
    [all...]
genrtl.h 1015 gen_rtx_fmt_ee (ORDERED, (MODE), (ARG0), (ARG1))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 57 an rtx code for a commutative comparison (e.g, EQ, NE, ORDERED)
510 /* Comparison operations. The ordered comparisons exist in two
525 DEF_RTL_EXPR(ORDERED, "ordered", "ee", RTX_COMM_COMPARE)
534 /* This is an ordered NE, ie !UNEQ, ie false for NaN. */
    [all...]
genrtl.h 1015 gen_rtx_fmt_ee (ORDERED, (MODE), (ARG0), (ARG1))
    [all...]

Completed in 3144 milliseconds