Searched refs:attribute (Results 176 - 192 of 192) sorted by relevance

12345678

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java371 * with a null attribute list.
385 * a window surface will be created with a null attribute list.
964 EGLConfig config, int attribute, int defaultValue) {
966 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
963 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp969 struct {EGLint attribute; const char* name;} names[] = { member in struct:__anon1521
1007 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java201 // get the layout attribute
281 L.e("No class attribute for 'view' node");
476 for (XMLParser.AttributeContext attr : element.attribute()) {
/frameworks/rs/api/
H A Drs_for_each.spec91 An opaque type for a function that is defined with the kernel attribute. A value
182 arg: rs_kernel kernel, "Function designator to a function that is defined with the kernel attribute."
193 arg: rs_kernel kernel, "Function designator to a function that is defined with the kernel attribute."
/frameworks/base/core/java/android/content/
H A DIntent.java147 * By setting this attribute, you disable that evaluation and force
153 * If this attribute is set then none of the evaluation is performed,
154 * and this component is used exactly as is. By specifying this attribute,
4296 * noHistory} attribute.
4452 * by this Intent. Through the use of this flag, or its equivalent attribute,
4456 * <p>The use of the activity attribute form of this,
4458 * preferred over the Intent flag described here. The attribute form allows the
8720 * attribute data at the current <var>parser</var> location.
8784 out.attribute(null, ATTR_ACTION, mAction);
8787 out.attribute(nul
[all...]
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java681 out.attribute(null, "uid", Integer.toString(service.getValue()));
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp239 if ((*lib)->attribute()->isStatic()) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1587 out.attribute(null, ATTR_SUBSCRIBER_ID, subscriberId);
1591 out.attribute(null, ATTR_NETWORK_ID, networkId);
1594 out.attribute(null, ATTR_CYCLE_TIMEZONE, policy.cycleTimezone);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7749 out.attribute(null, "start", Long.toString(dit.mStartTime));
7750 out.attribute(null, "end", Long.toString(dit.mEndTime));
7758 out.attribute(null, "pkg", pc.mPackageName);
7759 out.attribute(null, "ver", Integer.toString(pc.mVersionCode));
7763 out.attribute(null, "pkg", pc.mPackageName);
7778 out.attribute(null, "n", Integer.toString(steps.mNumStepDurations));
7783 out.attribute(null, "v", tmpBuilder.toString());
7914 Slog.w(TAG, "Missing 'n' attribute at " + parser.getPositionDescription());
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp806 if (!(*lib)->attribute()->isAsNeeded() || (*lib)->isNeeded()) {
1055 if (!(*lib)->attribute()->isAsNeeded() || (*lib)->isNeeded()) {
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
H A Ddoclava.jar ... ccil.cowan.tagsoup.ElementType rootElementType () public void attribute (java.lang.String, java.lang.String ...
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java2467 out.attribute(null, "n", name);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java17410 serializer.attribute(null, ATTR_PACKAGE_NAME, packageName);
17422 serializer.attribute(null, ATTR_PERMISSION_NAME, state.getName());
17424 serializer.attribute(null, ATTR_IS_GRANTED, "true");
17427 serializer.attribute(null, ATTR_USER_SET, "true");
17430 serializer.attribute(null, ATTR_USER_FIXED, "true");
17433 serializer.attribute(null, ATTR_REVOKE_ON_UPGRADE, "true");
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java422 out.attribute(null, ATTR_VERSION, Integer.toString(DB_VERSION));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jar ... .Class type () public abstract java.lang.String attribute () public abstract java.lang.String method () } android/databinding ...
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java8620 out.attribute(null, ATTR_SOURCE_PKG, perm.sourcePkg);
8621 out.attribute(null, ATTR_TARGET_PKG, perm.targetPkg);
8622 out.attribute(null, ATTR_URI, String.valueOf(perm.uri.uri));
17773 // and flush the attribute cache as well.

Completed in 1352 milliseconds

12345678