HomeSort by relevance Sort by last modified time
    Searched full:composite (Results 301 - 325 of 1856) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug097.go 49 /* An array composite literal needs to be created freshly every time.
  /prebuilts/go/linux-x86/src/cmd/fix/
netipv6zone.go 17 desc: `Adapt element key to IPAddr, UDPAddr or TCPAddr composite literals.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug097.go 49 /* An array composite literal needs to be created freshly every time.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 36 import org.eclipse.swt.widgets.Composite;
41 public class StretchesViewer extends Composite {
70 public StretchesViewer(Composite parent, int style) {
168 public StretchView(Composite parent, int style) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 34 import org.eclipse.swt.widgets.Composite;
113 public SdkDirectoryFieldEditor(String name, String labelText, Composite parent) {
177 public Text getTextControl(Composite parent) {
186 protected void doFillIntoGrid(Composite parent, int numColumns) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 39 import org.eclipse.swt.widgets.Composite;
100 protected Control createContents(Composite parent) {
102 Composite panel = new Composite(parent, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ConfirmationPage.java 37 import org.eclipse.swt.widgets.Composite;
74 public void createControl(Composite parent) {
78 Composite workArea = new Composite(parent, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SampleSelectionPage.java 42 import org.eclipse.swt.widgets.Composite;
73 public void createControl(Composite parent) {
74 Composite container = new Composite(parent, SWT.NULL);
TestTargetPage.java 40 import org.eclipse.swt.widgets.Composite;
72 public void createControl(Composite parent) {
73 Composite container = new Composite(parent, SWT.NULL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
IGLProperty.java 28 /** Is this a composite property?
  /system/tools/hidl/c2hal/
CompositeDeclaration.h 37 static std::string type() { return "composite"; }
  /external/ImageMagick/MagickWand/
Makefile.am 28 MagickWand/composite.c \
29 MagickWand/composite.h \
83 MagickWand/composite.h \
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSymbolDefinitions.java 786 CompositeGrammar composite = new CompositeGrammar(); local
787 Grammar g = new Grammar(antlr,tmpdir+"/B.g",composite);
789 g.composite.assignTokenTypes();
796 realElements(g.composite.tokenIDToTypeMap).toString());
797 assertEquals(expectedStringLiteralToTypeMap, g.composite.stringLiteralToTypeMap.toString());
799 realElements(g.composite.typeToTokenList).toString());
818 CompositeGrammar composite = new CompositeGrammar(); local
819 Grammar g = new Grammar(antlr,tmpdir+"/B.g",composite);
821 g.composite.assignTokenTypes();
828 realElements(g.composite.tokenIDToTypeMap).toString())
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
FilterSelector.java 12 import com.google.gwt.user.client.ui.Composite;
25 public class FilterSelector extends Composite {
27 public class DatabaseFilter extends Composite implements ChangeHandler {
  /external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.h 30 * Get a physical font which can render the given text. For composite fonts,
47 * For composite fonts, it may return the warning <code>LE_NO_SUBFONT_WARNING</code>
52 * Subclasses which implement composite fonts must override this method.
  /external/icu/icu4c/source/tools/gennorm2/
norms.h 54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {}
55 UChar32 trail, composite; member in struct:CompositionPair
90 UVector32 *compositions; // (trail, composite) pairs
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandler.java 28 * Composite CommandHandler that manages an internal list of CommandHandlers to which it delegates.
30 * CommandHandler in the list, each invocation of this composite handler will invoke (delegate to)
109 * Returns null. This is a composite, and has no reply text bundle.
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandler.java 28 * Composite CommandHandler that manages an internal list of CommandHandlers to which it delegates.
30 * CommandHandler in the list, each invocation of this composite handler will invoke (delegate to)
109 * Returns null. This is a composite, and has no reply text bundle.
  /external/tensorflow/tensorflow/contrib/lite/toco/tensorflow_graph_matching/
cluster.h 34 // to a composite op supported in TFLite. The nodes in a cluster will be
35 // collapsed into a single composite op node plus a series of constant nodes
76 // collapsing Const nodes, or the nodes which is used to show the composite
  /external/tensorflow/tensorflow/python/kernel_tests/
decode_jpeg_op_test.py 60 tile: if not None, tile the image to composite a larger fake image.
76 # Tile the image to composite a new larger image.
169 # Tile the medium size image to composite a larger fake image.
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 18 // array, slice, and map composite literals may be simplified
105 // if the element is a composite literal and its literal type
114 // and the element is & of a composite literal of type T,
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 18 // array, slice, and map composite literals may be simplified
105 // if the element is a composite literal and its literal type
114 // and the element is & of a composite literal of type T,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportLinksPart.java 25 import org.eclipse.swt.widgets.Composite;
41 public ExportLinksPart(Composite body, FormToolkit toolkit, ExportEditor editor) {
47 final Composite table = createTableLayout(toolkit, 2 /* numColumns */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewLinksPart.java 28 import org.eclipse.swt.widgets.Composite;
41 public OverviewLinksPart(Composite body, FormToolkit toolkit, ManifestEditor editor) {
48 Composite table = createTableLayout(toolkit, 2 /* numColumns */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 23 import org.eclipse.swt.widgets.Composite;
114 * @param parent The composite where to create the user interface.
117 public abstract void createUiControl(Composite parent, IManagedForm managedForm);

Completed in 1250 milliseconds

<<11121314151617181920>>