Searched refs:description (Results 51 - 75 of 412) sorted by relevance

1234567891011>>

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp118 ProgramCache::Key ProgramCache::computeKey(const Description& description) { argument
121 !description.mTextureEnabled ? Key::TEXTURE_OFF :
122 description.mTexture.getTextureTarget() == GL_TEXTURE_EXTERNAL_OES ? Key::TEXTURE_EXT :
123 description.mTexture.getTextureTarget() == GL_TEXTURE_2D ? Key::TEXTURE_2D :
126 (description.mPlaneAlpha < 1) ? Key::PLANE_ALPHA_LT_ONE : Key::PLANE_ALPHA_EQ_ONE)
128 description.mPremultipliedAlpha ? Key::BLEND_PREMULT : Key::BLEND_NORMAL)
130 description.mOpaque ? Key::OPACITY_OPAQUE : Key::OPACITY_TRANSLUCENT)
132 description.mColorMatrixEnabled ? Key::COLOR_MATRIX_ON : Key::COLOR_MATRIX_OFF)
134 description.mIsWideGamut ? Key::WIDE_GAMUT_ON : Key::WIDE_GAMUT_OFF);
273 void ProgramCache::useProgram(const Description& description) { argument
[all...]
/frameworks/rs/script_api/
H A Drs_graphics.spec19 description:
47 description:
65 description:
78 description:
95 description:
113 description:
123 description:
135 description:
146 description:
157 description
[all...]
H A Drs_object_info.spec19 description:
72 description:
84 description:
96 description:
107 description:
119 description:
131 description:
142 description:
155 description:
171 description
[all...]
H A Drs_object_types.spec19 description:
45 description:
54 description:
63 description:
72 description:
81 description:
97 description:
113 description:
153 description:
174 description
[all...]
H A Drs_vector_math.spec19 description:
46 description:
71 description:
98 description:
123 description:
141 description:
159 description:
180 description:
206 description:
232 description
[all...]
H A Drs_math.spec19 description:
56 description:
64 description:
74 description:
82 description:
90 description:
98 description:
106 description:
114 description:
122 description
[all...]
H A Drs_atomic.spec19 description:
40 description:
59 description:
80 description:
103 description:
120 description:
138 description:
158 description:
178 description:
198 description
[all...]
/frameworks/base/obex/javax/obex/
H A DObexSession.java78 * 0x02 is the realm, which provides a description of which user name
83 byte[] description = ObexHelper.getTagValue((byte)0x02, header.mAuthChall);
86 if (description != null) {
87 byte[] realmString = new byte[description.length - 1];
88 System.arraycopy(description, 1, realmString, 0, realmString.length);
90 switch (description[0] & 0xFF) {
/frameworks/base/core/java/android/view/inputmethod/
H A DInputContentInfo.java69 * @param description A {@link ClipDescription} object that contains the metadata of
74 public InputContentInfo(@NonNull Uri contentUri, @NonNull ClipDescription description) { argument
75 this(contentUri, description, null /* link Uri */);
83 * @param description A {@link ClipDescription} object that contains the metadata of
91 public InputContentInfo(@NonNull Uri contentUri, @NonNull ClipDescription description, argument
93 validateInternal(contentUri, description, linkUri, true /* throwException */);
97 mDescription = description;
114 * @param description A {@link ClipDescription} object that contains the metadata of
125 @NonNull ClipDescription description, @Nullable Uri linkUri, boolean throwException) {
132 if (description
124 validateInternal(@onNull Uri contentUri, @NonNull ClipDescription description, @Nullable Uri linkUri, boolean throwException) argument
[all...]
/frameworks/support/v13/java/android/support/v13/view/inputmethod/
H A DInputContentInfoCompat.java61 @NonNull ClipDescription description, @Nullable Uri linkUri) {
63 mDescription = description;
113 @NonNull ClipDescription description, @Nullable Uri linkUri) {
114 mObject = new InputContentInfo(contentUri, description, linkUri);
159 * @param description a {@link ClipDescription} object that contains the metadata of
168 @NonNull ClipDescription description, @Nullable Uri linkUri) {
170 mImpl = new InputContentInfoCompatApi25Impl(contentUri, description, linkUri);
172 mImpl = new InputContentInfoCompatBaseImpl(contentUri, description, linkUri);
60 InputContentInfoCompatBaseImpl(@onNull Uri contentUri, @NonNull ClipDescription description, @Nullable Uri linkUri) argument
112 InputContentInfoCompatApi25Impl(@onNull Uri contentUri, @NonNull ClipDescription description, @Nullable Uri linkUri) argument
167 InputContentInfoCompat(@onNull Uri contentUri, @NonNull ClipDescription description, @Nullable Uri linkUri) argument
/frameworks/base/media/java/android/media/
H A DMediaRouterClientState.java87 public String description; field in class:MediaRouterClientState.RouteInfo
113 description = other.description;
129 description = in.readString();
151 dest.writeString(description);
168 + ", description=" + description
H A DRemoteDisplayState.java105 public String description; field in class:RemoteDisplayState.RemoteDisplayInfo
122 description = other.description;
133 description = in.readString();
154 dest.writeString(description);
166 + ", description=" + description
/frameworks/support/app-toolkit/buildSrc/
H A Drelease.gradle20 description "Creates a maven repository that includes just the libraries compiled in this" +
30 description "Creates a maven repository that includes just the libraries compiled in this" +
78 description "This task clears the repo folder to ensure that we run a fresh build every" +
/frameworks/support/buildSrc/
H A Drelease.gradle20 description "Creates a maven repository that includes just the libraries compiled in this" +
30 description "Creates a maven repository that includes just the libraries compiled in this" +
78 description "This task clears the repo folder to ensure that we run a fresh build every" +
/frameworks/support/wear/tests/src/android/support/wear/widget/util/
H A DMoreViewAssertions.java169 public void describeTo(Description description) {
170 description.appendText("with x translation == " + xTranslation);
183 public void describeTo(Description description) {
184 description.appendText("with positive y scroll offset");
197 public void describeTo(Description description) {
198 description.appendText("with no y scroll offset");
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DBenchmarkResultsReporter.java38 public Statement apply(final Statement base, final Description description) { argument
44 final String summary = getSummaryString(description.getMethodName(),
46 logSummary(description.getTestClass().getSimpleName(), summary,
/frameworks/rs/rsov/compiler/unit_tests/
H A DTestRunner.h30 const char *const description; member in struct:rs2spirv::TestCase
48 llvm::outs() << "Test(" << TC.description << ") {\n";
50 llvm::outs() << "\n} (" << TC.description << ") [" << getCheckSuccessNum()
/frameworks/av/media/mtp/
H A DMtpStorage.h41 const char* description, uint64_t reserveSpace,
H A DMtpStorage.cpp36 const char* description, uint64_t reserveSpace,
40 mDescription(description),
35 MtpStorage(MtpStorageID id, const char* filePath, const char* description, uint64_t reserveSpace, bool removable, uint64_t maxFileSize) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCastController.java42 public String description; field in class:CastController.CastDevice
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsSession.java81 * @param description Content description of the action button.
85 public boolean setActionButton(@NonNull Bitmap icon, @NonNull String description) { argument
88 bundle.putString(CustomTabsIntent.KEY_DESCRIPTION, description);
126 * @param description Content description of the toolbar item.
132 public boolean setToolbarItem(int id, @NonNull Bitmap icon, @NonNull String description) { argument
136 bundle.putString(CustomTabsIntent.KEY_DESCRIPTION, description);
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DDetailsPresenterSelectionActivity.java57 .description(desc)
65 .description(desc)
81 String description = getString(R.string.guidedstep_second_description);
83 return new Guidance(title, description, breadcrumb, icon);
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DDetailsPresenterSelectionActivity.java57 .description(desc)
65 .description(desc)
81 String description = getString(R.string.guidedstep_second_description);
83 return new Guidance(title, description, breadcrumb, icon);
/frameworks/support/transition/tests/src/android/support/transition/
H A DChangeBoundsTest.java71 public void describeTo(Description description) {
72 description.appendText("is placed at the top of its parent");
85 public void describeTo(Description description) {
86 description.appendText("is placed below the specified view");
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DPerfStatusReporter.java59 public Statement apply(Statement base, Description description) { argument
63 String invokeMethodName = description.getMethodName();

Completed in 488 milliseconds

1234567891011>>