Searched
full:composite (Results
701 -
725 of
1856) sorted by null
<<21222324252627282930>>
/libcore/ojluni/src/main/java/java/util/concurrent/ |
Executor.java | 78 * illustrating a composite executor.
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
AllAppsBackgroundDrawable.java | 34 * This is a custom composite drawable that has a fixed virtual size and dynamically lays out its
|
/packages/providers/CalendarProvider/ |
maketests.py | 29 + PRIVATE_COOKIE + "/composite?start-min=" + makeDate(START_DATE) \
|
/prebuilts/go/darwin-x86/src/cmd/internal/test2json/testdata/ |
smiley.test | 76 vet_test.go:114: ?????: ["testdata/composite.go" "testdata/nilfunc.go"]
|
vet.test | 76 vet_test.go:114: files: ["testdata/composite.go" "testdata/nilfunc.go"]
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/ |
copylock_func.go | 117 x := EmbeddedRwMutex{} // composite literal on RHS is OK (#16227)
|
/prebuilts/go/darwin-x86/src/crypto/rand/ |
util.go | 14 // exclude some fraction of composite candidates when searching for a random
|
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
expr0.src | 150 // address of composite literals
|
/prebuilts/go/linux-x86/src/cmd/internal/test2json/testdata/ |
smiley.test | 76 vet_test.go:114: ?????: ["testdata/composite.go" "testdata/nilfunc.go"]
|
vet.test | 76 vet_test.go:114: files: ["testdata/composite.go" "testdata/nilfunc.go"]
|
/prebuilts/go/linux-x86/src/cmd/vet/testdata/ |
copylock_func.go | 117 x := EmbeddedRwMutex{} // composite literal on RHS is OK (#16227)
|
/prebuilts/go/linux-x86/src/crypto/rand/ |
util.go | 14 // exclude some fraction of composite candidates when searching for a random
|
/prebuilts/go/linux-x86/src/go/types/testdata/ |
expr0.src | 150 // address of composite literals
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
fterrdef.h | 75 "invalid composite glyph" )
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
SpvBuilder.h | 282 Id createCompositeExtract(Id composite, Id typeId, unsigned index); 283 Id createCompositeExtract(Id composite, Id typeId, const std::vector<unsigned>& indexes); 284 Id createCompositeInsert(Id object, Id composite, Id typeId, unsigned index); 285 Id createCompositeInsert(Id object, Id composite, Id typeId, const std::vector<unsigned>& indexes);
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/ |
assembly_grammar.cpp | 128 // Composite
|
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
android.hardware.tv.input@1.0.so | |
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
android.hardware.tv.input@1.0.so | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 52 import org.eclipse.swt.widgets.Composite; 72 public class LayoutActionBar extends Composite { 88 * @param parent the parent composite to add the actions bar to 92 public LayoutActionBar(Composite parent, int style, GraphicalEditorPart editor) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintList.java | 71 import org.eclipse.swt.widgets.Composite; 96 class LintList extends Composite implements IResourceChangeListener, ControlListener { 132 LintList(IWorkbenchPartSite site, Composite parent, IMemento memento, boolean singleFile) { 586 * @return the list of resources being shown in this composite [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ApplicationInfoPage.java | 46 import org.eclipse.swt.widgets.Composite; 97 public void createControl(Composite parent) { 98 Composite container = new Composite(parent, SWT.NULL);
|
/test/vts/drivers/hal/libdatatype/ |
hal_camera.cpp | 146 * is a composite of several other camera devices, or otherwise has
|
/external/ImageMagick/ImageMagick/script/ |
sitemap.html | 105 <li><a href="composite.php">composite</a>: overlaps one image over another.</li> 112 <li><a href="montage.php">montage</a>: create a composite image by combining several separate images.</li> 177 <li><a href="composite.php">Composite</a>: overlap one image over another.</li>
|
/external/ImageMagick/www/ |
sitemap.html | 109 <li><a href="composite.html">composite</a>: overlaps one image over another.</li> 116 <li><a href="montage.html">montage</a>: create a composite image by combining several separate images.</li> 181 <li><a href="composite.html">Composite</a>: overlap one image over another.</li>
|
/external/icu/icu4c/source/common/unicode/ |
normalizer2.h | 331 * Performs pairwise composition of a & b and returns the composite if there is one. 333 * Returns a composite code point c only if c has a two-way mapping to a+b. 342 * @return The non-negative composite code point if there is one; otherwise a negative value. 634 * Performs pairwise composition of a & b and returns the composite if there is one. 640 * @return The non-negative composite code point if there is one; otherwise a negative value. [all...] |
Completed in 541 milliseconds
<<21222324252627282930>>