/external/icu4c/common/ |
normalizer2impl.cpp | 805 * a composition may contain at most one more code unit than the original starter, [all...] |
/external/icu4c/test/intltest/ |
tstnorm.cpp | 226 // Make sure that the static composition methods work 227 logln("Canonical composition..."); 229 logln("Compatibility composition..."); 231 // Now try iterative composition.... 232 logln("Static composition..."); 298 // ### TODO read composition exclusion from source/data/unidata file [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit.cc | 261 // so that we can display instant suggest along with composition text. 270 // 2. If it's in IME composition mode. 272 // interfere with IME composition, so we don't need to care about the value of [all...] |
autocomplete_edit_view_mac.mm | 609 // Reset the suggest text just before starting an IME composition session, 610 // otherwise the IME composition may be interrupted when the suggest text 611 // gets reset by the IME composition change. [all...] |
autocomplete_edit_view_views.cc | 422 // the text, or in the middle of composition.
|
/external/openfst/src/test/ |
algo_test.h | 469 VLOG(1) << "Check composition is associative."; 480 VLOG(1) << "Check composition left distributes over union."; 492 VLOG(1) << "Check composition right distributes over union."; [all...] |
/device/asus/flo/ |
device-common.mk | 143 #Enable MDP composition by default
|
/external/freetype/include/freetype/ |
ftoutln.h | 421 /* allowing advanced features like direct composition, translucency, */
|
/external/qemu/android/skin/ |
composer.c | 269 /* we use two regions to manage the front-to-back composition here
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzVideo.h | 110 NSText *field_edit; /* a field editor for keyboard composition processing */
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4DECODER_Common.h | 330 * the composition time is equal or greater to the passed targeted time
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
jetcreator_manual.jd | 89 the overall composition. In JET, a segment can be an entire MIDI file or a 123 closer than a pre-composed composition that never changes. In some applications 142 A musical composition is broken up into segments that can be sequenced to [all...] |
/frameworks/base/media/java/android/media/ |
MediaFormat.java | 149 * A key describing the channel composition of audio content. This mask
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 116 * composition to the external sink.
|
/hardware/qcom/display/libgralloc/ |
alloc_controller.cpp | 57 // 1. Composition type is MDP
|
/hardware/qcom/display/libhwcomposer/ |
hwc_utils.h | 84 // In pause state, composition is bypassed
|
/external/guava/guava/src/com/google/common/base/ |
Predicates.java | 231 * Returns the composition of a function and a predicate. For every {@code x}, 234 * @return the composition of the provided function and predicate
|
/external/icu4c/common/unicode/ |
normalizer2.h | 299 * Performs pairwise composition of a & b and returns the composite if there is one. 553 * Performs pairwise composition of a & b and returns the composite if there is one.
|
/external/jpeg/ |
jcmaster.c | 337 /* Prepare array describing MCU composition */ 372 /* Prepare array describing MCU composition */
|
/external/qemu/distrib/jpeg-6b/ |
jcmaster.c | 337 /* Prepare array describing MCU composition */ 372 /* Prepare array describing MCU composition */
|
/external/webkit/Source/WebCore/editing/ |
TypingCommand.cpp | 151 void TypingCommand::insertText(Document* document, const String& text, Options options, TextCompositionType composition) 161 insertText(document, text, frame->selection()->selection(), options, composition);
|
/frameworks/base/docs/html/guide/topics/text/ |
creating-input-method.jd | 350 can replace the partial composition with the completed text. You may give special treatment to 385 selection during composition. You may also want to trap the back key to dismiss any popups
|
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 147 /* composition data */ 153 int ext_ovls; /* # of overlays on external display for current composition */ 154 int ext_ovls_wanted; /* # of overlays that should be on external display for current composition */ 155 int last_ext_ovls; /* # of overlays on external/internal display for last composition */ [all...] |
/frameworks/native/services/surfaceflinger/ |
Layer.cpp | 302 // NOTE: should we revert to GL composition if a scaling is involved 596 * GL composition when a buffer scaling is applied (maybe with some [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
background_view.cc | 462 // entire string composition code.
|