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

<<11121314151617181920>>

  /system/chre/chre_api/include/chre_api/chre/
version.h 96 * Utility macro to extract only the API major version of a composite CHRE
108 * Utility macro to extract only the API minor version of a composite CHRE
119 * Utility macro to extract only the API minor version of a composite CHRE
  /system/chre/chre_api/legacy/v1_1/chre/
version.h 83 * Utility macro to extract only the API major version of a composite CHRE
95 * Utility macro to extract only the API minor version of a composite CHRE
106 * Utility macro to extract only the API minor version of a composite CHRE
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar 
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /external/ImageMagick/ImageMagick/script/
command-line-tools.html 65 <dt><a id="composite"></a><a href="composite.php">composite</a></dt><dd>overlap one image over another.</dd>
72 <dt><a id="montage"></a><a href="montage.php">montage</a></dt><dd>create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.</dd>
  /external/ImageMagick/www/
command-line-tools.html 69 <dt><a id="composite"></a><a href="composite.html">composite</a></dt><dd>overlap one image over another.</dd>
78 <dt><a id="montage"></a><a href="montage.html">montage</a></dt><dd>create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.</dd>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 75 import org.eclipse.swt.widgets.Composite;
435 * @see org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets.Composite)
439 public void createControl(Composite parent) {
442 Composite composite = new Composite(parent, SWT.NULL); local
443 composite.setLayout(new GridLayout(2, false /*makeColumnsEqualWidth*/));
444 composite.setLayoutData(new GridData(GridData.FILL_BOTH));
447 Label typeLabel = new Label(composite, SWT.NONE);
450 mTypeCombo = new Combo(composite, SWT.DROP_DOWN | SWT.READ_ONLY)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 41 import org.eclipse.swt.widgets.Composite;
82 public void createControl(Composite parent) {
83 Composite container = new Composite(parent, SWT.NULL);
140 Composite group = mWorkingSetGroup.createControl(container);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 34 import org.eclipse.swt.widgets.Composite;
93 protected Control createDialogArea(Composite parent) {
97 Composite c = new Composite(parent, SWT.BORDER);
176 private Table createTable(Composite c, String label, List<SystraceTag> supportedTags) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 51 import org.eclipse.swt.widgets.Composite;
70 private Composite mParent;
72 private Composite mContents;
255 public void createPartControl(Composite parent) {
261 mContents = new Composite(mParent, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 68 import org.eclipse.swt.widgets.Composite;
181 public Control createContentArea(Composite parent) {
245 public void createUiControl(final Composite parent, IManagedForm managedForm) {
266 Composite composite = toolkit.createComposite(parent);
267 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
270 composite.setLayout(gl);
273 toolkit.paintBordersFor(composite);
275 final Text text = toolkit.createText(composite, getCurrentValue());
277 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GT
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 34 import org.eclipse.swt.widgets.Composite;
276 protected Control createDialogArea(Composite parent) {
277 Composite contents = (Composite) super.createDialogArea(parent);
337 * @param content the parent composite of the message area.
339 private Composite createRadioControl(Composite content) {
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.5.0/
ddmuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.0.0-alpha1/
ddmuilib-25.0.0-alpha1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 55 import org.eclipse.swt.widgets.Composite;
108 public void createUiControl(final Composite parent, IManagedForm managedForm) {
117 Composite composite = toolkit.createComposite(parent); local
118 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
121 composite.setLayout(gl);
124 toolkit.paintBordersFor(composite);
126 final Text text = toolkit.createText(composite, getCurrentValue());
128 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK
130 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 43 import org.eclipse.swt.widgets.Composite;
127 public void createControl(Composite parent) {
128 Composite content = new Composite(parent, SWT.NONE);
144 * @param content A composite with a 1-column grid layout
146 public void createStringGroup(Composite content) {
206 * @param content A composite with a 1-column grid layout
208 private void createResFileGroup(Composite content) {
248 * @param content A composite with a 1-column grid layout
250 private void createOptionGroup(Composite content)
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_3_sensors.md 65 Some sensor types are composite, meaning they can be derived from data provided
75 If device implementations include a composite sensor, they:
78 documentation on [composite sensors](
102 composite sensor.
107 `TYPE_STEP_DETECTOR`, `TYPE_STEP_COUNTER` composite sensors as described
121 `TYPE_STEP_COUNTER` composite sensors are implemented:
131 composite sensors.
132 * SHOULD implement the `TYPE_GAME_ROTATION_VECTOR` composite sensor.
139 * [C-4-1] MUST implement a `TYPE_ROTATION_VECTOR` composite sensor.
176 * [C-2-1] MUST implement a `TYPE_ROTATION_VECTOR` composite sensor
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h     [all...]
  /external/llvm/tools/llvm-link/
llvm-link.cpp 353 auto Composite = make_unique<Module>("llvm-link", Context);
354 Linker L(*Composite);
375 if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite;
384 if (verifyModule(*Composite, &errs())) {
391 Composite->print(Out.os(), nullptr, PreserveAssemblyUseListOrder);
393 WriteBitcodeToFile(Composite.get(), Out.os(), PreserveBitcodeUseListOrder);
  /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
switch_switch_fold_dbginfo.ll 10 %llvm.dbg.composite.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, { }*, { }*, i32 }
21 @llvm.dbg.composite = internal constant %llvm.dbg.composite.type { i32 458773, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* null, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 0, i64 0, i64 0, i64 0, i32 0, { }* null, { }* bitcast ([2 x { }*]* @llvm.dbg.array to { }*), i32 0 }, section "llvm.metadata" ; <%llvm.dbg.composite.type*> [#uses=1]
24 @llvm.dbg.subprogram = internal constant %llvm.dbg.subprogram.type { i32 458798, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.subprograms to { }*), { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* getelementptr ([4 x i8]* @.str4, i32 0, i32 0), i8* getelementptr ([4 x i8]* @.str4, i32 0, i32 0), i8* null, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 1, { }* bitcast (%llvm.dbg.composite.type* @llvm.dbg.composite to { }*), i1 false, i1 true }, section "llvm.metadata" ; <%llvm.dbg.subprogram.type*> [#uses=1]
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0/
ddmuilib-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-beta3/
ddmuilib-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-beta4/
ddmuilib-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.1/
ddmuilib-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.3/
ddmuilib-25.3.3.jar 

Completed in 652 milliseconds

<<11121314151617181920>>