HomeSort by relevance Sort by last modified time
    Searched full:reorder (Results 1 - 25 of 419) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/tc/
q_netem.c 37 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n");
132 struct tc_netem_reorder reorder; local
140 memset(&reorder, 0, sizeof(reorder));
190 } else if (matches(*argv, "reorder") == 0) {
193 if (get_percent(&reorder.probability, *argv)) {
194 explain1("reorder");
200 if (get_percent(&reorder.correlation, *argv)) {
201 explain1("reorder");
260 if (reorder.probability)
307 const struct tc_netem_reorder *reorder = NULL; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h 47 // Insert an item, identified by the metahandle |id|, into the reorder
54 // Insert an item, identified by the metahandle |id|, into the reorder
61 // Insert an item, identified by the metahandle |id|, into the reorder
80 // again to reorder a new set of changes.
90 // were pushed into the reorder buffer. |sync_trans| is used to determine the
conflict_resolver.h 59 // Get a key for the given set. NOTE: May reorder set contents. The key is
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppol2tp.h 44 * REORDERTO - reorder timeout (in millisecs). If 0, don't try to reorder.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppol2tp.h 44 * REORDERTO - reorder timeout (in millisecs). If 0, don't try to reorder.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppol2tp.h 44 * REORDERTO - reorder timeout (in millisecs). If 0, don't try to reorder.
  /external/kernel-headers/original/asm-mips/
delay.h 28 " .set reorder \n"
37 " .set reorder \n"
46 " .set reorder \n"
asm.h 99 .set reorder; \
112 .set reorder; \
171 .set reorder; \
178 .set reorder; \
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view.mm 80 // reorder here (shouldDelayWindowOrderingForEvent is called during mouseDown)
81 // and then complete canceling the reorder by [NSApp preventWindowOrdering] in
  /external/kernel-headers/original/linux/
if_pppol2tp.h 60 * REORDERTO - reorder timeout (in millisecs). If 0, don't try to reorder.
  /development/ndk/platforms/android-9/arch-mips/src/
atexit.S 37 .set reorder
crtbegin_static.S 59 .set reorder
152 .set reorder
219 .set reorder
  /external/icu4c/layout/
KhmerLayoutEngine.cpp 75 le_int32 outCharCount = KhmerReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
IndicLayoutEngine.cpp 123 outCharCount = IndicReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage, &fMPreFixups, success);
TibetanLayoutEngine.cpp 81 le_int32 outCharCount = TibetanReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
  /external/icu4c/test/testdata/
te.txt 96 Sequence {"[reorder Grek] & A < a\u0308 , A\u0308 & C < c\u0327 , C\u0327 & G < g"
  /external/srtp/include/
ut_sim.h 54 #define UT_BUF 160 /* maximum amount of packet reorder */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/
Android.mk 52 src/reorder.cpp \
  /external/openssl/crypto/bn/asm/
mips3-mont.pl 56 .set reorder
72 .set reorder
148 .set reorder
239 .set reorder
321 .set reorder
  /external/icu4c/tools/gennorm2/
n2builder.h 90 void reorder(Norm *p, BuilderReorderingBuffer &buffer);
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 267 boolean reorder = false;
270 reorder = (mInfo == null);
276 reorder = true;
281 if (reorder) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
atomicity.h 104 // that the compiler doesn't reorder memory accesses across the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
atomicity.h 107 // that the compiler doesn't reorder memory accesses across the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
atomicity.h 107 // that the compiler doesn't reorder memory accesses across the
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 104 // that the compiler doesn't reorder memory accesses across the

Completed in 333 milliseconds

1 2 3 4 5 6 7 8 91011>>