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

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/common/unicode/
unorm2.h 391 * Performs pairwise composition of a & b and returns the composite if there is one.
393 * Returns a composite code point c only if c has a two-way mapping to a+b.
402 * @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/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
BuildsView.java 40 import org.eclipse.swt.widgets.Composite;
322 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#createPartControl(org.eclipse.swt.widgets.Composite)
324 public void createPartControl(Composite parent) {
ComponentResultsView.java 33 import org.eclipse.swt.widgets.Composite;
130 * @see org.eclipse.ui.part.WorkbenchPart#createPartControl(org.eclipse.swt.widgets.Composite)
132 public void createPartControl(Composite parent) {
ConfigTab.java 32 import org.eclipse.swt.widgets.Composite;
107 Composite createTabFolderPage (ComponentResultsElement componentResultsElement, CTabFolder tabFolder, boolean fullSelection) {
206 // Return the built composite
PerformancesView.java 42 import org.eclipse.swt.widgets.Composite;
272 * @see org.eclipse.ui.part.WorkbenchPart#createPartControl(org.eclipse.swt.widgets.Composite)
274 public void createPartControl(Composite parent) {
  /external/icu/icu4c/source/common/unicode/
unorm2.h 391 * Performs pairwise composition of a & b and returns the composite if there is one.
393 * Returns a composite code point c only if c has a two-way mapping to a+b.
402 * @return The non-negative composite code point if there is one; otherwise a negative value.
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 205 CompositeChange composite = (CompositeChange) change; local
206 Change[] children = composite.getChildren();
240 describe(sb, child, indent + (composite.isSynthetic() ? 0 : 1));
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 317 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite
470 """Adds a public property for a nonrepeated, composite protocol message field.
471 A composite field is a "group" or "message" field.
512 raise AttributeError('Assignment not allowed to composite field '
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 376 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite
525 """Adds a public property for a nonrepeated, composite protocol message field.
526 A composite field is a "group" or "message" field.
562 raise AttributeError('Assignment not allowed to composite field '
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 101 import org.eclipse.swt.widgets.Composite;
166 private Composite mControl;
314 public void createControl(Composite parent) {
323 public void createControl(Composite outlineParent) {
356 private void createOutline(Composite parent) {
    [all...]
GraphicalEditorPart.java 148 import org.eclipse.swt.widgets.Composite;
350 public void createPartControl(Composite parent) {
389 Composite paletteParent = mPaletteComposite.getFlyoutParent();
390 Composite editorParent = mPaletteComposite.getClientParent();
411 Composite layoutBarAndCanvas = new Composite(mStructureFlyout.getClientParent(), SWT.NONE);
457 private void createStructureViews(Composite parent, boolean createPropertySheet) {
673 // - another random compatible config was chosen in the config composite.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
hierarchyviewer2lib.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 93 import org.eclipse.swt.widgets.Composite;
112 public class ConfigurationChooser extends Composite
183 * configuration composite. The list is organized as an array of arrays.
187 * @param parent The parent composite.
193 Composite parent,
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /external/libpng/contrib/gregbook/
rpng-win.c 126 #define alpha_composite(composite, fg, alpha, bg) { \
129 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
446 /* display image (composite with background if requested) */
rpng-x.c 106 #define alpha_composite(composite, fg, alpha, bg) { \
109 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
395 /* display image (composite with background if requested) */
  /external/llvm/include/llvm/IR/
DebugInfo.h 390 /// composite types (such as enums) can be derived from basic types
408 /// Verify - Verify that a composite type descriptor is well formed.
810 /// getDICompositeType - Find underlying composite type.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 222 // If this is oversized composite shift, then unsigned shifts get 0.
263 // If this is oversized composite shift, then unsigned shifts get 0.
565 // If this is oversized composite shift, then unsigned shifts get 0, ashr
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 983 Grammar scopeG = grammar.composite.getGrammar(scope.getText());
996 if ( this.grammar != rdef.grammar.composite.delegateGrammarTreeRoot.grammar ) {
998 rdef.grammar.composite.delegateGrammarTreeRoot.grammar);
1046 Grammar scopeG = grammar.composite.getGrammar(scope.getText());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 267 * Recompose the value of the composed include list. Builds a composite
  /external/chromium_org/cc/trees/
layer_tree_host.h 134 void Composite(base::TimeTicks frame_begin_time);

Completed in 926 milliseconds

<<21222324252627282930>>