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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
VecMath.g3 12 @lexer::namespace{Antlr3.Runtime.Test.Composition}
13 @parser::namespace{Antlr3.Runtime.Test.Composition}
  /external/webkit/Source/WebKit/chromium/public/
WebWidget.h 99 // Called to inform the WebWidget of a new composition text.
102 // composition text will be cancelled.
103 // Returns true if the composition text was set successfully.
110 // Called to inform the WebWidget to confirm an ongoing composition.
112 // Returns true if there is an ongoing composition.
115 // Called to inform the WebWidget to confirm an ongoing composition with a
116 // new composition text. If the text is empty then the current composition
117 // text is confirmed. If there is no ongoing composition, then deletes the
119 // there is no ongoing composition and the text is empty
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
CompositionShiftLeastGreatestAtom.java 8 * The optional composition shift least greatest atom summarizes the calculated
9 * minimum and maximum offsets between decode and composition time, as well as
13 * composition shift least greatest atom is ?cslg?.
CompositionTimeToSample.java 35 * This box provides the offset between decoding time and composition time.
36 * In version 0 of this box the decoding time must be less than the composition time, and
40 * In version 1 of this box, the composition timeline and the decoding timeline are
42 * It is recommended that for the computed composition timestamps, there is
126 * Decompresses the list of entries and returns the list of composition times.
  /external/openfst/src/include/fst/
state-table.h 36 // tuples (e.g. in composition triples of two FST states and a
37 // composition filter state) and their corresponding state IDs.
188 // COMPOSITION STATE TUPLES AND TABLES
190 // The composition state table has the form:
213 // Represents the composition state.
228 FilterState filter_state; // State of composition filter
231 // Equality of composition state tuples.
243 // Hashing of composition state tuples.
263 // A HashStateTable over composition tuples.
289 // Fingerprint for general composition tuples
    [all...]
compose.h 19 // Class to compute the composition of two FSTs
39 // Delayed composition options templated on the arc type, the matcher,
40 // the composition filter, and the composition state table. By
42 // composition. If set below, the user can instead pass in these
44 // version controls composition implemented between generic Fst<Arc>
55 F *filter; // Composition filter (see compose-filter.h)
56 T *state_table; // Composition state table (see compose-state-table.h)
68 // Delayed composition options templated on the two matcher types, the
69 // composition filter, and the composition state table. By default
    [all...]
compose-filter.h 19 // Classes for filtering the composition matches, e.g. for correct epsilon
33 // COMPOSITION FILTER STATE - this represents the state of
34 // the composition filter. It has the form:
154 // COMPOSITION FILTERS - these determine which matches are allowed to
178 // // Specifies current composition state.
181 // // Apply filter at current composition state to these transitions.
188 // // Apply filter at current composition state to these final weights
195 // // the composition matchers (useful e.g. with lookahead).
199 // // This specifies how the filter affects the composition result
201 // // apply with a trivial composition fitler
    [all...]
  /external/icu4c/test/testdata/
testnorm.txt 64 E001=61 338 # composition with trail<=33FF and composite>7FFF
67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd
79 F0010=F0011 E012 # composition of supplementary+BMP
  /hardware/qcom/display/libhwcomposer/
hwc_copybit.h 50 // Helper functions for copybit composition
60 // flag that indicates whether CopyBit composition is enabled for this cycle
84 //Dynamic composition threshold for deciding copybit usage.
  /hardware/qcom/display/libqdutils/
comptype.h 39 // Enum containing the supported composition types
48 /* This class caches the composition type
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
  /development/samples/JetBoy/
JETBOY_content_README.txt 14 The "JETBOY_Music.logic" file is the Logic file used to create the JETBOY music composition. This file is provided for reference
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/
project.pbxproj 10 1A1BA1760EF2FB3200754486 /* Composition.qtz in Resources */ = {isa = PBXBuildFile; fileRef = 1A1BA1750EF2FB3200754486 /* Composition.qtz */; };
20 1A1BA1750EF2FB3200754486 /* Composition.qtz */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = Composition.qtz; sourceTree = "<group>"; };
67 1A1BA1750EF2FB3200754486 /* Composition.qtz */,
140 1A1BA1760EF2FB3200754486 /* Composition.qtz in Resources */,
  /external/openfst/
NEWS 20 * Improved performance of PDT composition (1.3.3)
28 * Added lookahead matching and filtering for faster composition
48 * Numerous efficiency improvements esp in composition, replace, and caching
105 * Composition generalized with arbitrary filters, matchers, and state tables.
106 Sequence and matching composition filters provided. (see compose.h,
  /external/icu4c/test/intltest/
thcoll.cpp 416 "\\u0E41c\\u0301", "=", "\\u0E41\\u0107", // composition
418 "\\u0E41\\U0001D15F", "=", "\\u0E41\\U0001D158\\U0001D165", // supplementary composition decomps to supplementary
419 "\\u0E41\\U0002F802", "=", "\\u0E41\\u4E41", // supplementary composition decomps to BMP
426 "abc\\u0E41c\\u0301", "=", "abc\\u0E41\\u0107", // composition
428 "abc\\u0E41\\U0001D15F", "=", "abc\\u0E41\\U0001D158\\U0001D165", // supplementary composition decomps to supplementary
429 "abc\\u0E41\\U0002F802", "=", "abc\\u0E41\\u4E41", // supplementary composition decomps to BMP
433 "\\u0E41c\\u0301abc", "=", "\\u0E41\\u0107abc", // composition
435 "\\u0E41\\U0001D15Fabc", "=", "\\u0E41\\U0001D158\\U0001D165abc", // supplementary composition decomps to supplementary
436 "\\u0E41\\U0002F802abc", "=", "\\u0E41\\u4E41abc", // supplementary composition decomps to BMP
440 "abc\\u0E41c\\u0301abc", "=", "abc\\u0E41\\u0107abc", // composition
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplaySurface.h 35 // Should be called when composition rendering is complete for a frame (but
41 // Inform the surface that GLES composition is complete for this frame, and
44 // HWComposer if GLES composition took place, others need to push a new
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
Antlr3.Runtime.Test.csproj 47 <Compile Include="Composition\Program.cs" />
173 <Antlr3 Include="Composition\Reduce.g3" />
174 <Antlr3 Include="Composition\Simplify.g3" />
175 <Antlr3 Include="Composition\VecMath.g3" />
176 <None Include="Composition\VecMath_Lexer.g3" />
177 <None Include="Composition\VecMath_Parser.g3" />
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.h 68 // by confirming as a composition text.
103 // Sends a fake composition key event with specified event type. A composition
153 // composition. Otherwise, it'll be forwarded as a key event.
174 // The most recent composition text information retrieved from context_;
177 // Whether or not the composition has been changed since last key event.
  /libcore/luni/src/main/java/java/text/
Normalizer.java 42 * Normalization Form C - Canonical Decomposition, followed by Canonical Composition.
52 * Normalization Form KC - Compatibility Decomposition, followed by Canonical Composition.
  /external/proguard/src/proguard/gui/splash/
CompositeSprite.java 26 * This Sprite is the composition of a list of Sprite objects.
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 70 // of a composition, then treat this 'commit' as a normal key event and just
78 // of a composition, skip this 'commit' because the composition is already confirmed.
241 // The IMContext may signal more than one completed composition in a row,
463 // gtk_im_context_reset() clears the composition for us.
695 // this signals a canceling of the composition.
742 // If we have a pending composition at this point, it happened while
780 // composition, act as if the keystroke was not filtered. The one exception to
782 // a key event sent by the IM context for committing the current composition.
788 // composition so event->preventDefault is not called (below)
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 90 * OpenGL ES composition. If the HWC sets all other layers to HWC_OVERLAY
91 * or HWC_BACKGROUND, then no OpenGL ES composition will be done, and
145 /* transformation to apply to the buffer during composition */
148 /* blending to apply during composition */
277 * negotiate and commit the composition of a display image.
281 * when this composition is retired. For a physical display, a composition
283 * a virtual display, the composition is retired when the writes to
294 * composition for HWC_DEVICE_VERSION_1_0. They aren't relevant to
334 * in the list will be unique. If numHwLayers is 0, all composition will b
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 17 // Class to compute the composition of two FSTs
33 // properties of FST composition (in the template parameter to
35 // composition. ComposeFstOptions<> (all the bits unset) is the "plain"
54 // composition algorithm. This flag
68 // typically set *internally* by the composition algorithm.
187 // IDs of the fst resulting from composition. The mapping must
266 // State tuple lookup table for the composition of a string FST with a
323 // Parameterized implementation of FST composition for a pair of FSTs
380 << "ComposeFst: More than one special symbol used in composition";
430 // Generates arc for composition state s from matched input Fst arcs
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
_index.html 37 inheritance (non backwards compatible) and composition (backwards compatible).
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 44 HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL, /* including base-to-base composition */
  /external/harfbuzz_ng/src/hb-ucdn/
README 13 composition/decomposition and compatibility decomposition). More

Completed in 883 milliseconds

1 2 3 4 5 6 7 8 91011>>