/external/icu/icu4c/source/i18n/ |
collationbuilder.cpp | 1145 UChar32 composite = iter.getCodepoint(); local [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
normalizer2.h | 297 * Performs pairwise composition of a & b and returns the composite if there is one. 299 * Returns a composite code point c only if c has a two-way mapping to a+b. 308 * @return The non-negative composite code point if there is one; otherwise a negative value. 547 * Performs pairwise composition of a & b and returns the composite if there is one. 553 * @return The non-negative composite code point if there is one; otherwise a negative value.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/ |
metadataRepository-ant.jar | |
/external/icu/icu4c/source/common/unicode/ |
normalizer2.h | 297 * Performs pairwise composition of a & b and returns the composite if there is one. 299 * Returns a composite code point c only if c has a two-way mapping to a+b. 308 * @return The non-negative composite code point if there is one; otherwise a negative value. 547 * Performs pairwise composition of a & b and returns the composite if there is one. 553 * @return The non-negative composite code point if there is one; otherwise a negative value.
|
/external/llvm/utils/TableGen/ |
CodeGenRegisters.h | 67 // Map of composite subreg indices. 77 // Add a composite subreg index: this+A = B. 78 // Return a conflicting composite, or NULL 97 // Update the composite maps of components specified in 'ComposedOf'. 516 // Populate the Composite map from sub-register relationships.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 46 import org.eclipse.swt.widgets.Composite; 708 public static Composite addWorkaround(Composite parent) { 710 Composite top = new Composite(parent, SWT.NONE); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
LintPreferencePage.java | 63 import org.eclipse.swt.widgets.Composite; 123 public Control createContents(Composite parent) { 129 Composite container = new Composite(parent, SWT.NULL); 270 protected void contributeButtons(Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ProjectNamePage.java | 54 import org.eclipse.swt.widgets.Composite; 118 public void createControl(Composite parent) { 119 Composite container = new Composite(parent, SWT.NULL); 163 Composite group = mWorkingSetGroup.createControl(container);
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
org.eclipse.sisu.plexus-0.0.0.M5.jar | |
/prebuilts/devtools/tools/lib/ |
uiautomatorviewer.jar | |
/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | 137 # Constructor with only repeated composite types should succeed. 222 # composite (i.e., foreign or group) field in TestAllTypes, 224 # scalar field within that composite. 256 # proto.composite.HasField('scalar') will still return False. 260 # Assert that the composite object does not "have" the scalar. 262 # Assert that proto does not "have" the composite field. 265 # Now set the scalar within the composite field. Ensure that the setting 266 # is reflected, and that proto.HasField('composite') and 267 # proto.composite.HasField('scalar') now both return True. 287 # Finally, ensure that modifications to the old composite field objec [all...] |
/docs/source.android.com/src/devices/sensors/ |
sensor-types.jd | 45 relay data from a single physical sensor, contrary to ?composite? sensors, for 230 <h2 id="composite_sensor_types">Composite sensor types</h2> 231 <p>Any sensor that is not a base sensor is called a composite sensor. Composite 234 <p>Examples of composite sensor types:</p> 245 <p>Just like base sensors, the characteristics of the composite sensors come from 255 <h2 id="composite_sensor_type_summary">Composite sensor type summary</h2> 256 <p>The following table lists the composite sensor types. Each composite sensor 377 <h2 id="activity_composite_sensors">Activity composite sensors</h2 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
CompositingRequirementsUpdater.cpp | 264 // The children of this layer don't need to composite, unless there is 352 // Subsequent layers in the parent's stacking context may also need to composite. 416 // At this point we have finished collecting all reasons to composite this layer.
|
/external/chromium_org/third_party/skia/gm/ |
multipicturedraw.cpp | 278 SkAutoTUnref<SkPicture> composite; local 288 composite.reset(recorder.endRecording()); 291 mpd->add(dest, composite, &xform);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
filterbanks.c | 116 to eventually obtain zero phase. The composite all-pass filter (comprised of both 122 /*initial state of composite filter is zero */ 195 /*At this point, each of the states of the backwards composite filters for the
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentsView.java | 42 import org.eclipse.swt.widgets.Composite; 133 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#createPartControl(org.eclipse.swt.widgets.Composite) 135 public void createPartControl(Composite parent) {
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
filterbanks.c | 116 to eventually obtain zero phase. The composite all-pass filter (comprised of both 122 /*initial state of composite filter is zero */ 195 /*At this point, each of the states of the backwards composite filters for the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiTreeBlock.java | 58 import org.eclipse.swt.widgets.Composite; 198 protected void createMasterPart(final IManagedForm managedForm, Composite parent) { 209 Composite grid = SectionHelper.createGridLayout(section, toolkit, 2); 244 private Tree createTreeViewer(FormToolkit toolkit, Composite grid, 425 private void createButtons(FormToolkit toolkit, Composite grid) { 429 Composite button_grid = SectionHelper.createGridLayout(grid, toolkit, 1); [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
AssignTokenTypesBehavior.java | 132 grammar.composite.lexerRules.add(t.getText()); 147 Grammar parent = grammar.composite.getDelegator(grammar);
|
GrammarSanity.java | 62 for (int i = 0; i < grammar.composite.ruleIndexToRuleList.size(); i++) { 63 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
Dbg.stg | 72 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]); 77 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
Dbg.stg | 71 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]); 76 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Dbg.stg | 103 ((Profiler)self._dbg).examineRuleMemoization(input, ruleIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]); 111 ((Profiler)self._dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
|
/external/chromium_org/ppapi/api/ |
ppb_compositor_layer.idl | 179 * Sets a transform matrix which is used to composite the layer. 210 * Sets the blend mode which is used to composite the layer.
|
/external/chromium_org/ppapi/c/ |
ppb_compositor_layer.h | 170 * Sets a transform matrix which is used to composite the layer. 197 * Sets the blend mode which is used to composite the layer.
|