/external/harfbuzz_ng/src/hb-ucdn/ |
ucdn.h | 292 * Pairwise canonical composition of two codepoints. This includes 293 * Hangul Jamo composition (see chapter 3.12 of the Unicode core 296 * Hangul composition expects either L and V jamos, or an LV 300 * @param code filled with composition
|
/external/kernel-headers/original/video/ |
dsscomp.h | 249 * is called for the internal composition object, if the APPLY bit of setup mode 435 * 1. sets manager of each ovl in composition to the display 492 __u16 num_ovls; /* # of overlays used in the composition */ 545 __u16 num_ovls; /* # of overlays used in the composition */ 546 __u16 num_mgrs; /* # of managers used in the composition */ 609 * A) the moment a composition is programmed into DSS 610 * B) the moment a composition is first displayed (or captured) 611 * C) the moment when a composition is no longer queued or displayed on a 612 * display (it is released). (A composition is assumed to be superceded 613 * when another composition has been programmed into DSS, even if tha [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_NdefRecord.h | 126 *\li \b Composition The caller is required to specify the data to write within this structure 136 * \li \b Composition: The caller has to specify the proper flags (OR'ing of the individual 148 * \li \b Composition: The caller needs to specify the TNF according to the definitions in the 160 * \li \b Composition: If the caller specifies via TNF that a Type field is present 175 * \li \b Composition: The caller has to specify a pointer to a buffer holding the record type. If the 187 * \li \b Composition: If the caller specifies via IL that an ID field is present 202 * \li \b Composition: The caller has to specify a pointer to a buffer holding the record ID. If the 214 * \li \b Composition: The value must be different from ZERO and and less than 2^32 and has to be 224 * \li \b Composition: The referenced data is copied to buffer where the library composes the record. 392 * \b Composition, as described in the documentation o [all...] |
/external/openfst/src/include/fst/ |
lookahead-filter.h | 19 // Composition filters to support lookahead matchers, useful for improving 20 // composition efficiency with certain inputs. 35 // lookahead with the composition filters below. This version is passed 58 // lookahead with the composition filters below. This version uses the 185 // examine the future of the composition state (arc1.nextstate, 321 // This filter adds weight-pushing to a lookahead composition filter 324 // lookahead filter. Weight-pushing in composition brings weights 414 // This filter adds label-pushing to a lookahead composition filter 417 // or weight-pushing lookahead filter. Label-pushing in composition 612 // CONVENIENCE CLASS useful for setting up composition with a defaul [all...] |
/external/openfst/src/include/fst/extensions/pdt/ |
compose.h | 415 // Class to setup composition options for PDT composition. 416 // Default is for the PDT as the first composition argument. 444 // Class to setup composition options for PDT with FST composition. 445 // Specialization is for the FST as the first composition argument.
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_views.cc | 44 // Match key code of composition keydown event on windows. 452 // Confirm existing composition text on mouse click events, to make sure 453 // the input caret won't be moved with an ongoing composition text. 524 // Confirm existing composition text on touch press events, to make 525 // sure the input caret won't be moved with an ongoing composition 642 const ui::CompositionText& composition) { 656 composition.underlines); 659 // composition string. See: https://bugs.webkit.org/show_bug.cgi?id=37788 660 host_->ImeSetComposition(composition.text, underlines, 661 composition.selection.end() [all...] |
render_widget_host_view_views.h | 109 const ui::CompositionText& composition) OVERRIDE; 156 // Confirm existing composition text in the webpage and ask the input method 157 // to cancel its ongoing composition sesstion. 211 // Indicates if there is onging composition text.
|
render_widget_host_view_win.cc | 1157 ui::CompositionText composition; local [all...] |
gtk_im_context_wrapper.cc | 38 // Match key code of composition keydown event on windows. 363 // If there is no composition text and has only one character to be 365 // instead of a confirmed composition text. 367 // can always be committed as confirmed composition text. 445 // Set this flag to false, as this composition session has been 456 // Another composition session has been started. 533 // with composition string. See: https://bugs.webkit.org/show_bug.cgi?id=40805 562 // The composition session has been finished.
|
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
main.m | 227 NSString *path = [[NSBundle bundleWithIdentifier:@"com.apple.netscapecoreanimationplugin"] pathForResource:@"Composition" ofType:@"qtz"]; 229 QCComposition *composition = [QCComposition compositionWithFile:path]; 230 obj->layer = [[QCCompositionLayer compositionLayerWithComposition:composition] retain];
|
/external/guava/guava/src/com/google/common/base/ |
Functions.java | 182 * Returns the composition of two functions. For {@code f: A->B} and {@code g: B->C}, composition 187 * @return the composition of {@code f} and {@code g} 188 * @see <a href="//en.wikipedia.org/wiki/Function_composition">function composition</a>
|
/external/openfst/src/bin/ |
fstcompose.cc | 28 "Composition filter, one of: \"alt_sequence\", \"auto\", "
|
fstdifference.cc | 27 "Composition filter, one of: \"alt_sequence\", \"auto\","
|
fstintersect.cc | 27 "Composition filter, one of: \"alt_sequence\", \"auto\", "
|
/frameworks/base/docs/html/guide/topics/graphics/ |
index.jd | 33 used for windows composition or OpenGL games for instance, but with this new rendering pipeline
|
/hardware/ti/omap4xxx/hwc/ |
hal_public.h | 83 * and also in WSEGL (for the composition bypass feature). 91 * These fields are also used in the composition bypass. In this
|
/hardware/qcom/display/libhwcomposer/ |
hwc_copybit.cpp | 95 // DYN Composition: 109 // MDP composition, use COPYBIT always 112 // C2D composition, use COPYBIT 147 //GPU/CPU composition, don't change layer composition type
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
CustomViewAccessibilityActivity.java | 41 * inheritance (non backwards compatible) and composition (backwards compatible). 118 * Demonstrates how to enhance the accessibility support via composition. 120 * <strong>Note:</strong> Using composition ensures that your application is
|
/external/libnfc-nxp/inc/ |
phNfcStatus.h | 57 * \name NFC Status Composition Macro 75 Use this macro for return value composition. */ 231 The data format/composition is not understood/correct. */
|
/external/webkit/Source/WebCore/editing/ |
Editor.h | 289 // international text input composition 293 void confirmComposition(const String&); // if no existing composition, replaces selection 298 // getting international text input composition state (for use by InlineTextBox)
|
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/ |
AccessibilityDelegateSupportActivity.java | 67 // via composition as opposed as inheritance. The main benefit is that
|
/development/tools/idegen/src/com/android/idegen/ |
AggregatedModule.java | 33 * Module while is a composition of many other modules.
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionNamespaceSupport.java | 28 * During styleseet composition, an ExtensionNamespaceSupport object is created for each extension
|
/external/guava/guava/src/com/google/common/hash/ |
AbstractCompositeHashFunction.java | 8 * An abstract composition of multiple hash functions. {@linkplain #newHasher()} delegates to the
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
Amf0Track.java | 86 // AMF0 tracks do not have Composition Time
|