HomeSort by relevance Sort by last modified time
    Searched full:composite (Results 276 - 300 of 1052) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
LayoutView.java 32 import org.eclipse.swt.widgets.Composite;
77 public void createPartControl(Composite parent) {
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 712 * Bits 21..1 composite character
713 * Bit 0 set if the composite is a forward-combining starter
789 UChar32 composite=compositeAndFwd>>1; local
791 addComposites(getCompositionsListForComposite(getNorm16(composite)), set);
793 set.add(composite);
879 UChar32 composite=compositeAndFwd>>1; local
881 // Replace the starter with the composite, remove the combining mark.
884 if(U_IS_SUPPLEMENTARY(composite)) {
886 starter[0]=U16_LEAD(composite);
887 starter[1]=U16_TRAIL(composite);
    [all...]
  /external/chromium_org/third_party/polymer/components/core-animation/
core-animation.html 65 <polymer-element name="core-animation" constructor="CoreAnimation" attributes="target keyframes sample composite duration fill easing iterationStart iterationCount delay direction autoplay targetSelector">
128 * @property composite
132 composite: {value: 'replace', reflect: true},
276 composite: 'apply',
442 effect = new KeyframeEffect(frames, this.composite);
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 814 * Bits 21..1 composite character
815 * Bit 0 set if the composite is a forward-combining starter
891 UChar32 composite=compositeAndFwd>>1; local
893 addComposites(getCompositionsListForComposite(getNorm16(composite)), set);
895 set.add(composite);
981 UChar32 composite=compositeAndFwd>>1; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 56 import org.eclipse.swt.widgets.Composite;
110 public void createControl(Composite parent) {
111 Composite container = new Composite(parent, SWT.NULL);
178 Composite group = mWorkingSetGroup.createControl(container);
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp 339 // information used to reconstruct composite types.
1015 v8::Handle<v8::Value> composite() { return m_composite; } function in class:blink::__anon15530::Serializer::StateBase
1052 v8::Handle<T> composite() { return v8::Handle<T>::Cast(StateBase::composite()); } function in class:blink::__anon15530::Serializer::State
2624 v8::Local<v8::Value> composite; variable
2640 v8::Local<v8::Value> composite; variable
2656 v8::Local<v8::Value> composite; variable
    [all...]
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
sdkuilib.jar 
jfreechart-swt-1.0.9.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 80 import org.eclipse.swt.widgets.Composite;
144 * @see org.eclipse.debug.ui.ILaunchConfigurationTab#createControl(org.eclipse.swt.widgets.Composite)
147 public void createControl(Composite parent) {
150 Composite comp = new Composite(parent, SWT.NONE);
173 private void createSpacer(Composite comp) {
180 private void createSingleTestSection(Composite comp) {
260 private void createTestContainerSelectionGroup(Composite comp) {
299 private void createInstrumentationGroup(Composite comp) {
320 private void createSizeSelector(Composite comp)
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 71 2022 at90usbkey sample firmware (composite device)
626 adcc Composite Device Support
1148 3002 SB External Composite Device
1150 3014 SB External Composite Device
1153 3030 SB External Composite Device
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 462 rootGrammar.composite.assignTokenTypes();
463 //rootGrammar.composite.translateLeftRecursiveRules();
465 rootGrammar.composite.defineGrammarSymbols();
466 rootGrammar.composite.createNFAs();
507 lexerGrammar.composite.watchNFAConversion = internalOption_watchNFAConversion;
519 lexerGrammar.composite.assignTokenTypes();
521 lexerGrammar.composite.defineGrammarSymbols();
522 lexerGrammar.composite.createNFAs();
597 // create the necessary composite in case it's got delegates; even
599 CompositeGrammar composite = new CompositeGrammar() local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 94 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {}
95 UChar32 trail, composite; member in struct:CompositionPair
129 UVector32 *compositions; // (trail, composite) pairs
377 // Insert (trail, composite) pair into compositions list for the lead character.
427 return pairs[i].composite;
584 void setComposite(UChar32 composite, int32_t combMarkIndex) {
585 fArray[fLastStarterIndex]=composite<<8;
586 // Remove the combining mark that contributed to the composite.
662 return FALSE; // the composite does not combine further
768 // 22 bits for the composite character and whether it combines forward
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 94 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {}
95 UChar32 trail, composite; member in struct:CompositionPair
129 UVector32 *compositions; // (trail, composite) pairs
377 // Insert (trail, composite) pair into compositions list for the lead character.
427 return pairs[i].composite;
584 void setComposite(UChar32 composite, int32_t combMarkIndex) {
585 fArray[fLastStarterIndex]=composite<<8;
586 // Remove the combining mark that contributed to the composite.
662 return FALSE; // the composite does not combine further
768 // 22 bits for the composite character and whether it combines forward
    [all...]
  /external/pixman/test/
Makefile.in 86 composite-traps-test$(EXEEXT) blitters-test$(EXEEXT) \
88 composite$(EXEEXT)
128 composite_SOURCES = composite.c
129 composite_OBJECTS = composite.$(OBJEXT)
133 composite_traps_test_SOURCES = composite-traps-test.c
134 composite_traps_test_OBJECTS = composite-traps-test.$(OBJEXT)
266 combiner-test.c composite.c composite-traps-test.c \
275 combiner-test.c composite.c composite-traps-test.c
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 479 /* non-composite TrueType glyph. See also */
484 /* non-composite TrueType glyph. See also */
489 /* composite TrueType glyph. See also the */
493 /* composite TrueType glyph. See also the */
520 /* composite) glyphs in a composite glyph. */
522 /* maxComponentDepth :: The maximum nesting depth of composite */
    [all...]
  /external/freetype/include/
tttables.h 483 /* non-composite TrueType glyph. See also */
488 /* non-composite TrueType glyph. See also */
493 /* composite TrueType glyph. See also the */
497 /* composite TrueType glyph. See also the */
524 /* composite) glyphs in a composite glyph. */
526 /* maxComponentDepth :: The maximum nesting depth of composite */
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 479 /* non-composite TrueType glyph. See also */
484 /* non-composite TrueType glyph. See also */
489 /* composite TrueType glyph. See also the */
493 /* composite TrueType glyph. See also the */
520 /* composite) glyphs in a composite glyph. */
522 /* maxComponentDepth :: The maximum nesting depth of composite */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
tttables.h 479 /* non-composite TrueType glyph. See also */
484 /* non-composite TrueType glyph. See also */
489 /* composite TrueType glyph. See also the */
493 /* composite TrueType glyph. See also the */
520 /* composite) glyphs in a composite glyph. */
522 /* maxComponentDepth :: The maximum nesting depth of composite */
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 30 import java.awt.Composite;
506 Composite composite = PorterDuffUtility.getComposite(
508 if (composite != null) {
509 graphics.setComposite(composite);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 77 import org.eclipse.swt.widgets.Composite;
149 public void createControl(Composite parent2) {
150 Composite parent = new Composite(parent2, SWT.NULL);
174 Composite parent = (Composite) getControl();
187 Composite container = new Composite(parent, SWT.NULL);
421 @NonNull Composite container,
    [all...]
  /external/chromium_org/third_party/skia/gyp/
pixman_test.gyp 27 # '../../../pixman/demos/composite-test.c',
46 # '../../../pixman/test/composite-traps-test.c',
47 # '../../../pixman/test/composite.c',

Completed in 2063 milliseconds

<<11121314151617181920>>