Searched refs:target (Results 51 - 75 of 531) sorted by relevance

1234567891011>>

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DStatement.java22 * An immutable value type representing a statement, consisting of a source, target, and relation.
23 * This reflects an assertion that the relation holds for the source, target pair. For example, if a
29 * "target" : {"namespace": "android_app", "package_name": "com.example.app",
53 private Statement(AbstractAsset source, AbstractAsset target, Relation relation) { argument
55 mTarget = target;
68 * Returns the target asset of the statement.
84 * Creates a new Statement object for the specified target asset and relation. For example:
92 public static Statement create(@NonNull AbstractAsset source, @NonNull AbstractAsset target, argument
94 return new Statement(source, target, relation);
/frameworks/base/tests/utils/testutils/
H A DAndroid.mk28 mockito-target
/frameworks/base/tools/aapt2/filter/
H A DConfigFilter.cpp49 const ConfigDescription& target = entry.first; local
51 uint32_t diff = target.diff(config);
60 memcmp(config.language, target.language, sizeof(config.language)) == 0) {
69 config.smallestScreenWidthDp < target.smallestScreenWidthDp) {
/frameworks/rs/java/tests/RsTest/
H A DAndroid.mk24 LOCAL_RENDERSCRIPT_FLAGS := -target-api 0
/frameworks/rs/java/tests/ScriptGroupTest/
H A DAndroid.mk28 LOCAL_RENDERSCRIPT_FLAGS := -target-api 0
/frameworks/support/transition/base/android/support/transition/
H A DTransitionImpl.java41 public abstract TransitionImpl addTarget(View target); argument
52 public abstract TransitionImpl excludeChildren(View target, boolean exclude); argument
58 public abstract TransitionImpl excludeTarget(View target, boolean exclude); argument
86 public abstract TransitionImpl removeTarget(View target); argument
/frameworks/base/core/java/android/net/
H A DLinkProperties.java830 * Compares this {@code LinkProperties} interface name against the target
832 * @param target LinkProperties to compare.
836 public boolean isIdenticalInterfaceName(LinkProperties target) { argument
837 return TextUtils.equals(getInterfaceName(), target.getInterfaceName());
841 * Compares this {@code LinkProperties} interface addresses against the target
843 * @param target LinkProperties to compare.
847 public boolean isIdenticalAddresses(LinkProperties target) { argument
848 Collection<InetAddress> targetAddresses = target.getAddresses();
855 * Compares this {@code LinkProperties} DNS addresses against the target
857 * @param target LinkPropertie
861 isIdenticalDnses(LinkProperties target) argument
880 isIdenticalRoutes(LinkProperties target) argument
893 isIdenticalHttpProxy(LinkProperties target) argument
905 isIdenticalStackedLinks(LinkProperties target) argument
926 isIdenticalMtu(LinkProperties target) argument
937 isIdenticalTcpBufferSizes(LinkProperties target) argument
985 compareAddresses(LinkProperties target) argument
1014 compareDnses(LinkProperties target) argument
1044 compareAllRoutes(LinkProperties target) argument
1073 compareAllInterfaceNames(LinkProperties target) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java76 public static void readTarget(RenderTarget target, ByteBuffer pixels, int width, int height) { argument
77 target.focus();
103 public static void allocateTexturePixels(int texId, int target, int width, int height) { argument
104 setTexturePixels(texId, target, (ByteBuffer)null, width, height);
107 public static void setTexturePixels(int texId, int target, Bitmap bitmap) { argument
108 GLES20.glBindTexture(target, texId);
109 GLUtils.texImage2D(target, 0, bitmap, 0);
114 public static void setTexturePixels(int texId, int target, ByteBuffer pixels, argument
116 GLES20.glBindTexture(target, texId);
122 GLES20.glTexImage2D(target,
[all...]
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec12 void glEGLImageTargetTexture2DOES ( GLenum target, GLeglImageOES image )
13 void glEGLImageTargetRenderbufferStorageOES ( GLenum target, GLeglImageOES image )
28 void glGetTexParameterxvOES ( GLenum target, GLenum pname, GLfixed *params )
38 void glMultiTexCoord4xOES ( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q )
48 void glTexEnvxOES ( GLenum target, GLenum pname, GLfixed param )
49 void glTexEnvxvOES ( GLenum target, GLenum pname, const GLfixed *params )
50 void glTexParameterxOES ( GLenum target, GLenum pname, GLfixed param )
51 void glTexParameterxvOES ( GLenum target, GLenum pname, const GLfixed *params )
54 void glBindRenderbufferOES ( GLenum target, GLuint renderbuffer )
57 void glRenderbufferStorageOES ( GLenum target, GLenu
[all...]
H A DGLES30.spec4 void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels )
5 void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei offset )
6 void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels )
7 void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei offset )
8 void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height )
9 void glCompressedTexImage3D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data )
10 void glCompressedTexImage3D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, GLsizei offset )
11 void glCompressedTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data )
12 void glCompressedTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei offset )
16 void glBeginQuery ( GLenum target, GLuin
[all...]
H A DGLES20.spec4 void glBindBuffer ( GLenum target, GLuint buffer )
5 void glBindFramebuffer ( GLenum target, GLuint framebuffer )
6 void glBindRenderbuffer ( GLenum target, GLuint renderbuffer )
7 void glBindTexture ( GLenum target, GLuint texture )
13 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage )
14 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
15 GLenum glCheckFramebufferStatus ( GLenum target )
22 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
23 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
24 void glCopyTexImage2D ( GLenum target, GLin
[all...]
/frameworks/support/core-utils/java/android/support/v4/provider/
H A DRawDocumentFile.java42 final File target = new File(mFile, displayName);
44 target.createNewFile();
45 return new RawDocumentFile(this, target);
54 final File target = new File(mFile, displayName);
55 if (target.isDirectory() || target.mkdir()) {
56 return new RawDocumentFile(this, target);
136 final File target = new File(mFile.getParentFile(), displayName);
137 if (mFile.renameTo(target)) {
138 mFile = target;
[all...]
/frameworks/base/tools/split-select/
H A DSplitSelector.cpp38 const SplitDescription& target, Vector<SplitDescription>& splitsOut) {
44 if (!thisSplit.match(target)) {
48 if (!isSet || thisSplit.isBetterThan(bestSplit, target)) {
59 Vector<SplitDescription> SplitSelector::getBestSplits(const SplitDescription& target) const {
63 selectBestFromGroup(mGroups[i], target, bestSplits);
37 selectBestFromGroup(const SortedVector<SplitDescription>& splits, const SplitDescription& target, Vector<SplitDescription>& splitsOut) argument
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h45 /// RegisterTarget - Register the given target. Attempts to register a
46 /// target which has already been registered will be ignored.
52 /// @param T - The target being registered.
57 /// RegisterEmulation - Register a emulation function for the target.
58 /// target.
60 /// @param T - the target being registered
69 /// the given target.
71 /// @param T - The target being registered
72 /// @param Fn - A function to create TargetLDBackend for the target
80 /// implementation for the given target
124 TargetRegistry::iterator target, ie = TargetRegistry::end(); local
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverComparator.java90 for (ResolvedComponentInfo target : targets) {
92 = new ScoredTarget(target.getResolveInfoAt(0).activityInfo);
93 mScoredTargets.put(target.name, scoredTarget);
94 final UsageStats pkStats = mStats.get(target.name.getPackageName());
99 if (!target.name.getPackageName().equals(mReferrerPackage)
100 && !isPersistentProcess(target)) {
128 for (ScoredTarget target : mScoredTargets.values()) {
129 final float recency = (float) Math.max(target.lastTimeUsed - recentSinceTime, 0)
132 final float usageTimeScore = (float) target.timeSpent / mostTimeSpent;
133 final float launchCountScore = (float) target
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java88 public void glBindTexture(int target, int texture) { argument
90 mgl.glBindTexture(target, texture);
167 public void glCompressedTexImage2D(int target, int level, argument
171 mgl.glCompressedTexImage2D(target, level, internalformat, width,
176 public void glCompressedTexSubImage2D(int target, int level, int xoffset, argument
180 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
185 public void glCopyTexImage2D(int target, int level, int internalformat, argument
188 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
193 public void glCopyTexSubImage2D(int target, int level, int xoffset, argument
196 mgl.glCopyTexSubImage2D(target, leve
384 glHint(int target, int mode) argument
576 glMultiTexCoord4f(int target, float s, float t, float r, float q) argument
583 glMultiTexCoord4x(int target, int s, int t, int r, int q) argument
743 glTexEnvf(int target, int pname, float param) argument
749 glTexEnvfv(int target, int pname, float[] params, int offset) argument
755 glTexEnvfv(int target, int pname, FloatBuffer params) argument
761 glTexEnvx(int target, int pname, int param) argument
767 glTexEnvxv(int target, int pname, int[] params, int offset) argument
773 glTexEnvxv(int target, int pname, IntBuffer params) argument
779 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
788 glTexParameterf(int target, int pname, float param) argument
794 glTexParameterx(int target, int pname, int param) argument
800 glTexParameteriv(int target, int pname, int[] params, int offset) argument
806 glTexParameteriv(int target, int pname, IntBuffer params) argument
812 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
962 glBindBuffer(int target, int buffer) argument
968 glBufferData(int target, int size, Buffer data, int usage) argument
974 glBufferSubData(int target, int offset, int size, Buffer data) argument
1033 glGetBufferParameteriv(int target, int pname, int[] params, int offset) argument
1040 glGetBufferParameteriv(int target, int pname, IntBuffer params) argument
1172 glGetTexParameterfv(int target, int pname, float[] params, int offset) argument
1179 glGetTexParameterfv(int target, int pname, FloatBuffer params) argument
1185 glGetTexParameteriv(int target, int pname, int[] params, int offset) argument
1192 glGetTexParameteriv(int target, int pname, IntBuffer params) argument
1198 glGetTexParameterxv(int target, int pname, int[] params, int offset) argument
1205 glGetTexParameterxv(int target, int pname, IntBuffer params) argument
1286 glTexEnvi(int target, int pname, int param) argument
1292 glTexEnviv(int target, int pname, int[] params, int offset) argument
1298 glTexEnviv(int target, int pname, IntBuffer params) argument
1304 glTexParameterfv(int target, int pname, float[] params, int offset) argument
1311 glTexParameterfv(int target, int pname, FloatBuffer params) argument
1317 glTexParameteri(int target, int pname, int param) argument
1323 glTexParameterxv(int target, int pname, int[] params, int offset) argument
1329 glTexParameterxv(int target, int pname, IntBuffer params) argument
1381 glBindFramebufferOES(int target, int framebuffer) argument
1388 glBindRenderbufferOES(int target, int renderbuffer) argument
1417 glCheckFramebufferStatusOES(int target) argument
1453 glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer) argument
1461 glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level) argument
1469 glGenerateMipmapOES(int target) argument
1504 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) argument
1512 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params) argument
1520 glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset) argument
1528 glGetRenderbufferParameterivOES(int target, int pname, IntBuffer params) argument
1594 glRenderbufferStorageOES(int target, int internalformat, int width, int height) argument
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java96 for (BindingTargetBundle target : layoutFileBundle.getBindingTargetBundles()) {
97 if (target.isBinder()) {
99 mLayoutBundles.get(target.getIncludedLayout());
102 target.getIncludedLayout());
103 if (target.getId() == null) {
104 unboundIncludes.add(target);
106 target.setIncludedLayout(null);
107 target.setInterfaceType("android.view.View");
108 target.mViewName = "android.view.View";
112 target
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionWrapper.java37 * has {@code null} in {@code target}.</p>
38 * @param target the {@link InputConnection} to be proxied.
39 * @param mutable set {@code true} to protect this object from being reconfigured to target
40 * another {@link InputConnection}. Note that this is ignored while the target is {@code null}.
42 public InputConnectionWrapper(InputConnection target, boolean mutable) { argument
44 mTarget = target;
45 mMissingMethodFlags = InputConnectionInspector.getMissingMethodFlags(target);
49 * Change the target of the input connection.
53 * has {@code null} in {@code target}.</p>
54 * @param target th
57 setTarget(InputConnection target) argument
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageCombineFilter.java72 int target = getInputFormat(mInputNames[0]).getTarget();
74 if (target != getInputFormat(inputName).getTarget()) {
76 + ". All input frames must have the same target!");
106 protected void updateProgramWithTarget(int target, FilterContext context) { argument
107 if (target != mCurrentTarget) {
108 switch (target) {
126 mCurrentTarget = target;
/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc41 // Normalize the arch, since the target triple may not actually match the
42 // target.
55 // target.
/frameworks/base/cmds/bmgr/
H A DAndroid.mk14 $(transform-prebuilt-to-target)
/frameworks/base/cmds/ime/
H A DAndroid.mk14 $(transform-prebuilt-to-target)
/frameworks/base/cmds/input/
H A DAndroid.mk13 $(transform-prebuilt-to-target)
/frameworks/base/cmds/pm/
H A DAndroid.mk14 $(transform-prebuilt-to-target)
/frameworks/base/cmds/svc/
H A DAndroid.mk14 $(transform-prebuilt-to-target)

Completed in 728 milliseconds

1234567891011>>