/prebuilts/gradle-plugin/com/android/tools/traceview/25.4.0-alpha5/ |
traceview-25.4.0-alpha5.jar | |
/prebuilts/gradle-plugin/com/android/tools/traceview/25.4.0-alpha6/ |
traceview-25.4.0-alpha6.jar | |
/prebuilts/gradle-plugin/com/android/tools/traceview/25.4.0-alpha7/ |
traceview-25.4.0-alpha7.jar | |
/prebuilts/gradle-plugin/com/android/tools/traceview/25.5.0-alpha-preview-01/ |
traceview-25.5.0-alpha-preview-01.jar | |
/prebuilts/gradle-plugin/com/android/tools/traceview/25.5.0-alpha-preview-02/ |
traceview-25.5.0-alpha-preview-02.jar | |
/external/icu/icu4c/source/i18n/ |
usearch.cpp | 807 * composite character. 808 * This is really painful... we have to check that composite character do not 811 * The first composite character would have been taken care of by the fcd 823 * @param start index of the potential unfriendly composite character 824 * @param end index of the potential unfriendly composite character 842 // we are only concerned with the first composite character [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
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/ImageMagick/www/Magick++/ |
Drawable.html | 214 <p class="western">Composite current image with contents of specified image, at specified coordinates. If the <i>matte</i> attribute is set to <i>true</i>, then the image composition will consider an alpha channel, or transparency, present in the image file so that non-opaque portions allow part (or all) of the composite image to show through.</p></td></tr> 222 <p class="western">Composite current image with contents of specified image, rendered with specified width and height, at specified coordinates. If the <i>matte</i> attribute is set to <i>true</i>, then the image composition will consider an alpha channel, or transparency, present in the image file so that non-opaque portions allow part (or all) of the composite image to show through. If the specified <i>width</i> or <i>height</i> is zero, then the image is composited at its natural size, without enlargement or reduction.</p></td></tr> 230 <p class="western">Composite current image with contents of specified image, rendered with specified width and height, using specified composition algorithm, at specified coordinates. If the <i>matte</i> attribute is set to <i>true</i>, then the image composition will consider an alpha channel, or transparency, present in the image file so that non-opaque portions allow part (or all) of the composite image to show through. If the specified <i>width</i> or <i>height</i> is zero, then the image is composited at its natural size, without enlargement or reduction.</p></td></tr> [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineSpecConstantTests.cpp | [all...] |
/external/protobuf/python/google/protobuf/internal/ |
python_message.py | 505 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite 700 """Adds a public property for a nonrepeated, composite protocol message field. 701 A composite field is a "group" or "message" field. 735 raise AttributeError('Assignment not allowed to composite field ' [all...] |
/prebuilts/go/darwin-x86/src/go/printer/ |
nodes.go | 850 // composite literal elements that are composite literals themselves may have the type omitted 1017 // unparenthesized composite literals starting with 1022 // parentheses protect enclosed composite literals [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
nodes.go | 850 // composite literal elements that are composite literals themselves may have the type omitted 1017 // unparenthesized composite literals starting with 1022 // parentheses protect enclosed composite literals [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationChooser.java | 92 import org.eclipse.swt.widgets.Composite; 111 public class ConfigurationChooser extends Composite 182 * configuration composite. The list is organized as an array of arrays. 186 * @param parent The parent composite. 192 Composite parent, [all...] |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.5.0/ |
hierarchyviewer2lib-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.0.0-alpha1/ |
hierarchyviewer2lib-25.0.0-alpha1.jar | |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/external/ImageMagick/MagickCore/ |
decorate.c | 48 #include "MagickCore/composite.h" 101 % o compose: the composite operator. 168 % o compose: the composite operator. [all...] |
/external/libpng/contrib/gregbook/ |
rpng-win.c | 127 #define alpha_composite(composite, fg, alpha, bg) { \ 130 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 447 /* display image (composite with background if requested) */
|
rpng-x.c | 109 #define alpha_composite(composite, fg, alpha, bg) { \ 112 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 400 /* display image (composite with background if requested) */
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineShifts.cpp | 226 // If this is oversized composite shift, then unsigned shifts get 0. 269 // If this is oversized composite shift, then unsigned shifts get 0. 573 // If this is oversized composite shift, then unsigned shifts get 0, ashr [all...] |
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditor.java | [all...] |
/external/python/cpython3/Lib/ |
enum.py | 681 Create a composite member iff value contains only members. 693 # use setdefault in case another thread already created a composite 790 # use setdefault in case another thread already created a composite [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
InstCombineShifts.cpp | 219 // If this is oversized composite shift, then unsigned shifts get 0. 260 // If this is oversized composite shift, then unsigned shifts get 0. 544 // If this is oversized composite shift, then unsigned shifts get 0, ashr
|
/frameworks/support/compat/src/main/java/androidx/core/graphics/ |
ColorUtils.java | 50 * Composite two potentially translucent colors over each other and returns the result. 122 // Composite non-alpha components 164 // If the foreground is translucent, composite the foreground over the background
|
/cts/tests/tests/os/src/android/os/cts/ |
SeccompTest.java | 415 // Create a pipe onto which we will write the composite Seccomp policy.
|