OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:composite
(Results
626 - 650
of
1856
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/25.5.0-alpha-preview-02/
uiautomatorviewer-25.5.0-alpha-preview-02.jar
/external/ImageMagick/MagickCore/
montage.c
48
#include "MagickCore/
composite
.h"
684
Annotate
composite
image with title.
701
Copy tile to the
composite
.
715
Copy this tile to the
composite
.
799
Composite
background with tile.
829
Annotate
composite
tile with label.
[
all
...]
/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/ImageMagick/ImageMagick/script/
ImageMagickObject.html
59
<p>The ImageMagickObject COM+ component provides access to the <a href="compare.php">compare</a>, <a href="convert.php">convert</a>, <a href="
composite
.php">
composite
</a>, <a href="mogrify.php">mogrify</a>, <a href="identify.php">identify</a>, <a href="montage.php">montage</a>, and <a href="stream.php">stream</a> tools, efficiently executing them as part of your process, rather than as external programs. The way you use it is exactly the same. You pass it a list of strings including filenames and various options and it does the job. In fact, you can take any existing batch scripts that use the command line tools and translate them into the equivalent calls to the COM+ object in a matter of minutes. Beyond that, there is also a way to pass in and retrieve images in memory in the form of standard smart arrays (byte arrays). Samples are provided, to show both the simple and more elaborate forms of access.</p>
/external/ImageMagick/
README.md
43
* [
Composite
](http://www.imagemagick.org/script/
composite
.php): overlap one image over another.
/external/ImageMagick/www/
ImageMagickObject.html
63
<p>The ImageMagickObject COM+ component provides access to the <a href="compare.html">compare</a>, <a href="convert.html">convert</a>, <a href="
composite
.html">
composite
</a>, <a href="mogrify.html">mogrify</a>, <a href="identify.html">identify</a>, <a href="montage.html">montage</a>, and <a href="stream.html">stream</a> tools, efficiently executing them as part of your process, rather than as external programs. The way you use it is exactly the same. You pass it a list of strings including filenames and various options and it does the job. In fact, you can take any existing batch scripts that use the command line tools and translate them into the equivalent calls to the COM+ object in a matter of minutes. Beyond that, there is also a way to pass in and retrieve images in memory in the form of standard smart arrays (byte arrays). Samples are provided, to show both the simple and more elaborate forms of access.</p>
/external/ImageMagick/www/api/
decorate.html
88
<dd> the
composite
operator. </dd>
123
<dd>the
composite
operator. </dd>
/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/autotest/frontend/client/src/autotest/common/table/
DataTable.java
14
import com.google.gwt.user.client.ui.
Composite
;
35
public class DataTable extends
Composite
implements ClickHandler, ContextMenuHandler {
/external/icu/icu4c/source/tools/gennorm2/
norms.cpp
60
return pairs[i].
composite
;
209
// Insert (trail,
composite
) pair into compositions list for the lead character.
/external/libxml2/result/
dia1.sax
151
SAX.startElement(dia:
composite
, type='text')
214
SAX.endElement(dia:
composite
)
dia2.sax
151
SAX.startElement(dia:
composite
, type='text')
214
SAX.endElement(dia:
composite
)
/external/nanopb-c/generator/google/protobuf/
message.py
156
- Else, (it's a nonrepeated
composite
), we recursively merge
157
into the existing
composite
.
/external/protobuf/python/google/protobuf/
message.py
155
- Else, (it's a nonrepeated
composite
), we recursively merge
156
into the existing
composite
.
/external/skia/src/shaders/
SkPictureShader.cpp
179
// 2) a "
composite
" local matrix, to be passed down when dispatching createContext(),
182
// The
composite
local matrix includes the actual local matrix, any inherited/outer local matrix
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp
118
throw TGError(TheDef->getLoc(), "
Composite
" + Pat->getAsString() +
123
// Insert
composite
index. Allow overriding inherited indices etc.
540
// This will create
Composite
entries for all inferred sub-register indices.
595
Record *&Comp =
Composite
[std::make_pair(A, B)];
638
Composite
.insert(std::make_pair(IdxPair, i1d->first));
655
for (CompositeMap::iterator i =
Composite
.begin(), e =
Composite
.end();
660
Composite
.erase(j);
/external/tensorflow/tensorflow/cc/framework/
scope.h
232
/// constructing a
composite
op.
234
/// Scope to be used for creating the local ops (primitive or other
composite
/external/tensorflow/tensorflow/core/common_runtime/
shape_refiner.h
62
// For
composite
ops (user-defined functions) only.
75
// Nested inferences for
composite
ops (user-defined functions).
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image_neon.cc
88
// Copy all pixels from
composite
16x1 vector into output strip.
152
// Copy all pixels from
composite
8x1 vector into output strip.
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java
307
* @return Returns whether the property is of
composite
type - an array or a struct.
316
* @return Returns whether the property is of
composite
type - an array or a struct.
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes_test.go
249
// embed expressions in a
composite
literal so we can test key:value and naked
composite
literals
Completed in 958 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>