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

1 2 3 4 5 6 7 8 910

  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 81 // It always returns false if called after arrange() withtout a new
88 // It always returns false, when being called after arrange() withtout a new
101 // Do not call put_spelling() and contains() after arrange().
102 const char* arrange(size_t *item_size, size_t *spl_num);
  /external/qemu/distrib/sdl-1.2.12/src/main/epoc/
SDL_main.cpp 72 /* arrange for access to Win32 stdin/stdout/stderr */
76 /* Arrange for multi-threaded operation */
  /external/oprofile/libutil/
op_deviceio.h 49 * arrange for re-starting the read if necessary.
  /dalvik/docs/opcodes/
opcode-04-move-wide.html 21 must arrange for both halves of a register pair to be read before anything is
  /external/guava/src/com/google/common/util/concurrent/
ListenableFutureTask.java 51 * given {@code Runnable}, and arrange that {@code get} will return the
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
index.jd 46 the difference between Options and Context menus, how to arrange
  /external/chromium/base/
message_pump_mac.mm 276 // stack but foreign code is spinning the CFRunLoop. Arrange to come back
289 // Call DoWork once, and if something was done, arrange to come back here
310 // stack but foreign code is spinning the CFRunLoop. Arrange to come back
334 // Arrange to come back here directly as long as the loop is still
354 // stack but foreign code is spinning the CFRunLoop. Arrange to come back
367 // Call DoIdleWork once, and if something was done, arrange to come back here
401 // There was no work, and delayed work was done. Arrange for the loop
406 // Work was done. Arrange for the loop to try non-nestable delayed and
  /bionic/libm/i387/
npx.h 75 * struct and arrange to store into this struct (ending here)
  /bionic/libm/src/
s_fma.c 146 * Arrange so that x * y = c + cc, and x * y + z = r + rr.
s_fmal.c 141 * Arrange so that x * y = c + cc, and x * y + z = r + rr.
  /external/jpeg/
jfdctflt.c 26 * possible to arrange the computation so that many of the multiplies are
jfdctfst.c 21 * possible to arrange the computation so that many of the multiplies are
jidctflt.c 28 * possible to arrange the computation so that many of the multiplies are
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 80 // detecting close() errors is important to you, you should arrange
163 // detecting close() errors is important to you, you should arrange
  /bootable/recovery/
install.c 89 // arrange to install the contents of <filename> in the
  /development/ide/xcode/SampleCode/English.lproj/main.nib/
objects.xib 7 <string name="title">Arrange in Front</string>
  /development/ide/xcode/animatorTest/English.lproj/main.nib/
objects.xib 163 <string name="title">Arrange in Front</string>
  /external/dnsmasq/src/
netlink.c 268 /* We arrange to receive netlink multicast messages whenever the network route is added.
  /external/skia/xcode/SampleCode/English.lproj/main.nib/
objects.xib 7 <string name="title">Arrange in Front</string>
  /external/skia/xcode/Simple/English.lproj/main.nib/
objects.xib 7 <string name="title">Arrange in Front</string>
  /hardware/msm7k/libopencorehw/
android_surface_output_msm72xx.cpp 244 // re-arrange U's and V's
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 53 * given <tt>Runnable</tt>, and arrange that <tt>get</tt> will return the
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 217 const char* SpellingTable::arrange(size_t *item_size, size_t *spl_num) { function in class:ime_pinyin::SpellingTable
  /build/tools/releasetools/
edify_generator.py 191 """Arrange to update the given firmware image (kind must be
  /external/webkit/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 177 // Input and output are both pre-multiplied, we just need to re-arrange the

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 910