Searched refs:type (Results 151 - 175 of 749) sorted by relevance

1234567891011>>

/frameworks/native/services/surfaceflinger/
H A DTransform.cpp91 return type() > TRANSLATE;
248 uint32_t Transform::type() const function in class:android::Transform
302 return type() & 0xFF;
307 return (type() >> 8) & 0xFF;
317 type(); // updates the type
319 String8 flags, type; local
338 type.append("IDENTITY ");
340 type.append("SCALE ");
342 type
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java213 * some other type of CharSequence if it is styled.
217 * tool. This integer encodes the package, type, and resource
242 * tool. This integer encodes the package, type, and resource
305 * tool. This integer encodes the package, type, and resource
331 * tool. This integer encodes the package, type, and resource
357 * tool. This integer encodes the package, type, and resource
382 * tool. This integer encodes the package, type, and resource
399 * some other type of CharSequence if it is styled.
402 * tool. This integer encodes the package, type, and resource
419 * tool. This integer encodes the package, type, an
2135 loadXmlResourceParser(int id, String type) argument
2150 loadXmlResourceParser(String file, int id, int assetCookie, String type) argument
[all...]
H A DColorStateList.java120 int type;
121 while ((type=parser.next()) != XmlPullParser.START_TAG
122 && type != XmlPullParser.END_DOCUMENT) {
125 if (type != XmlPullParser.START_TAG) {
176 int type;
186 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
188 || type != XmlPullParser.END_TAG)) {
189 if (type != XmlPullParser.START_TAG) {
H A DStringBlock.java91 // the style array is a flat array of <type, start, end> hence
168 int type = style[i];
169 if (localLOGV) Log.v(TAG, "Applying style span id=" + type
173 if (type == ids.boldId) {
177 } else if (type == ids.italicId) {
181 } else if (type == ids.underlineId) {
185 } else if (type == ids.ttId) {
189 } else if (type == ids.bigId) {
193 } else if (type == ids.smallId) {
197 } else if (type
[all...]
/frameworks/rs/scriptc/
H A Drs_cl.rsh36 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
37 CVT_FUNC_2(type, char) \
38 CVT_FUNC_2(type, ushort) \
39 CVT_FUNC_2(type, short) \
40 CVT_FUNC_2(type, uint) \
41 CVT_FUNC_2(type, int) \
42 CVT_FUNC_2(type, float)
242 * type.
270 * type
[all...]
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_cl.rsh36 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
37 CVT_FUNC_2(type, char) \
38 CVT_FUNC_2(type, ushort) \
39 CVT_FUNC_2(type, short) \
40 CVT_FUNC_2(type, uint) \
41 CVT_FUNC_2(type, int) \
42 CVT_FUNC_2(type, float)
242 * type.
270 * type
[all...]
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp49 int type = data.readInt32(); local
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
/frameworks/base/core/java/android/app/
H A DIBackupAgent.aidl109 * @param type Type of file system entity, e.g. FullBackup.TYPE_DIRECTORY.
117 int type, String domain, String path, long mode, long mtime,
/frameworks/base/core/java/android/content/
H A DContentProviderResult.java43 int type = source.readInt();
44 if (type == 1) {
/frameworks/base/core/java/android/gesture/
H A DGestureLibrary.java51 public void setSequenceType(int type) { argument
52 mStore.setSequenceType(type);
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java42 * Display type.
44 public int type; field in class:DisplayInfo
48 * Interpretation varies by display type.
188 && type == other.type
214 type = other.type;
235 type = source.readInt();
257 dest.writeInt(type);
320 + ", type "
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDynamicIdMap.java44 * Returns a dynamic integer for the given resource type/name, creating it if it doesn't
47 * @param type the type of the resource
51 public Integer getId(ResourceType type, String name) { argument
52 return getId(Pair.of(type, name));
56 * Returns a dynamic integer for the given resource type/name, creating it if it doesn't
59 * @param resource the type/name of the resource
/frameworks/compile/linkloader/lib/
H A DELFHeader.cpp64 char const *ELFHeaderHelperMixin::getObjectTypeStr(uint16_t type) { argument
65 switch (type) {
66 default: return "No file type";
/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp40 if ((*segment).type() == pType &&
56 if ((*segment).type() == pType &&
/frameworks/compile/mclinker/
H A Dmcld-host-build.mk7 -Werror=return-type \
/frameworks/native/opengl/libagl/
H A Dfixed_asm.S23 .type gglFloatToFixed, %function
25 .type gglFloatToFixedFast, %function
/frameworks/rs/driver/
H A DrsdVertexArray.h38 uint32_t type; member in class:RsdVertexArray::Attrib
46 void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, uint32_t offset, const char *name);
/frameworks/support/v4/java/android/support/v4/net/
H A DConnectivityManagerCompat.java46 final int type = info.getType();
47 switch (type) {
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java42 * A reference to the type of the account to which this data belongs
76 new String[]{account.name, account.type}, null);
108 values.put(Columns.ACCOUNT_TYPE, account.type);
117 values.put(Columns.ACCOUNT_TYPE, account.type);
131 new String[]{account.name, account.type}, null);
165 .withValue(Columns.ACCOUNT_TYPE, account.type)
/frameworks/compile/mclinker/lib/Support/
H A DSpace.cpp68 Type type; local
72 switch(type = policy(pStart, pSize)) {
132 result = new Space(type, memory, size);
142 switch(pSpace->type()) {
160 switch(pSpace->type()) {
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java218 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
222 int type,
242 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
247 int type,
546 // C function void glNormalPointer ( GLenum type, GLsizei stride, GLint offset )
549 int type,
598 // C function void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer )
601 int type,
608 int type,
613 type,
220 glColorPointer( int size, int type, int stride, int offset ) argument
244 glDrawElements( int mode, int count, int type, int offset ) argument
548 glNormalPointer( int type, int stride, int offset ) argument
600 glPointSizePointerOESBounds( int type, int stride, java.nio.Buffer pointer, int remaining ) argument
607 glPointSizePointerOES( int type, int stride, java.nio.Buffer pointer ) argument
627 glTexCoordPointer( int size, int type, int stride, int offset ) argument
720 glVertexPointer( int size, int type, int stride, int offset ) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java274 return PositionMetadata.obtain(pos.groupPos, pos.type,
302 if (pos.type == ExpandableListPosition.GROUP) {
304 return PositionMetadata.obtain(midExpGm.flPos, pos.type,
306 } else if (pos.type == ExpandableListPosition.CHILD) {
309 + 1, pos.type, pos.groupPos, pos.childPos,
321 if (pos.type != ExpandableListPosition.GROUP) {
347 return PositionMetadata.obtain(flPos, pos.type, pos.groupPos,
361 return PositionMetadata.obtain(flPos, pos.type, pos.groupPos,
379 if (pos.type == ExpandableListPosition.CHILD) {
404 if (posMetadata.position.type
994 obtain(int flatListPos, int type, int groupPos, int childPos, GroupMetadata groupMetadata, int groupInsertIndex) argument
[all...]
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp44 AudioEffect::AudioEffect(const effect_uuid_t *type, argument
54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
67 effect_uuid_t type; local
72 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr);
75 if (stringToGuid(typeStr, &type) == NO_ERROR) {
76 pType = &type;
89 status_t AudioEffect::set(const effect_uuid_t *type, argument
101 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java312 public PhoneData(String data, int type, String label, boolean isPrimary) { argument
314 mType = type;
369 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mNumber,
402 public EmailData(String data, int type, String label, boolean isPrimary) { argument
403 mType = type;
459 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mAddress,
505 String region, String postalCode, String country, int type, String label,
507 mType = type;
524 final int type, final String label, boolean isPrimary, int vcardType) {
549 dataArray[4], dataArray[5], dataArray[6], type, labe
504 PostalData(String pobox, String extendedAddress, String street, String localty, String region, String postalCode, String country, int type, String label, boolean isPrimary, int vcardType) argument
523 constructPostalData(final List<String> propValueList, final int type, final String label, boolean isPrimary, int vcardType) argument
741 OrganizationData(final String organizationName, final String departmentName, final String titleName, final String phoneticName, int type, final boolean isPrimary) argument
877 ImData(final int protocol, final String customProtocol, final String address, final int type, final boolean isPrimary) argument
1353 SipData(String rawSip, int type, String label, boolean isPrimary) argument
1765 addPhone(int type, String data, String label, boolean isPrimary) argument
1806 addSip(String sipData, int type, String label, boolean isPrimary) argument
1820 addEmail(int type, String data, String label, boolean isPrimary) argument
1827 addPostal(int type, List<String> propValueList, String label, boolean isPrimary) argument
1839 addNewOrganization(final String organizationName, final String departmentName, final String titleName, final String phoneticName, int type, final boolean isPrimary) argument
1878 handleOrgValue(final int type, List<String> orgList, Map<String, Collection<String>> paramMap, boolean isPrimary) argument
1962 addIm(int protocol, String customProtocol, String propValue, int type, boolean isPrimary) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp475 if (ResolveInfo::ThreadLocal != f_pExecutableStart->type()) {
489 if (NULL != f_pEText && ResolveInfo::ThreadLocal != f_pEText->type()) {
494 if (NULL != f_p_EText && ResolveInfo::ThreadLocal != f_p_EText->type()) {
499 if (NULL != f_p__EText && ResolveInfo::ThreadLocal != f_p__EText->type()) {
521 if (NULL != f_pEData && ResolveInfo::ThreadLocal != f_pEData->type()) {
526 if (NULL != f_p_EData && ResolveInfo::ThreadLocal != f_p_EData->type()) {
531 if (NULL != f_pBSSStart && ResolveInfo::ThreadLocal != f_pBSSStart->type()) {
537 if (NULL != f_pEnd && ResolveInfo::ThreadLocal != f_pEnd->type()) {
542 if (NULL != f_p_End && ResolveInfo::ThreadLocal != f_p_End->type()) {
640 switch (pOutput.type()) {
1222 uint32_t type = pSymbol.resolveInfo()->type(); local
[all...]

Completed in 4058 milliseconds

1234567891011>>