Searched refs:type (Results 101 - 125 of 693) sorted by relevance

1234567891011>>

/frameworks/compile/libbcc/lib/ScriptCRT/
H A Drs_sample.c11 const Type_t *type = (const Type_t*)alloc->mHal.state.type; local
14 const uint32_t offset = type->mHal.state.lodOffset[lod];
23 const Type_t *type = (const Type_t*)alloc->mHal.state.type; local
27 const uint32_t offset = type->mHal.state.lodOffset[lod];
32 stride = type->mHal.state.lodDimX[lod] * eSize;
145 const Type_t *type = (const Type_t*)alloc->mHal.state.type; \
152 return sample_LOD_NearestPixel(a, type, vecSiz
260 sample_LOD_LinearPixel(rs_allocation a, const Type_t *type, uint32_t vecSize, rs_data_type dt, rs_sampler s, float uv, uint32_t lod) argument
290 sample_LOD_NearestPixel(rs_allocation a, const Type_t *type, uint32_t vecSize, rs_data_type dt, rs_sampler s, float uv, uint32_t lod) argument
303 sample_LOD_LinearPixel(rs_allocation a, const Type_t *type, uint32_t vecSize, rs_data_type dt, rs_sampler s, float2 uv, uint32_t lod) argument
352 sample_LOD_NearestPixel(rs_allocation a, const Type_t *type, uint32_t vecSize, rs_data_type dt, rs_sampler s, float2 uv, uint32_t lod) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntentFilter.java40 * match against actions, categories, and data (either via its type, scheme,
61 * itself divided into three attributes: type, scheme, authority, and path.
64 * but no type, only Intent that does not have a type (such as mailto:) will
65 * match; a content: URI will never match because they always have a MIME type
66 * that is supplied by their content provider. Specifying a type with no scheme
69 * then only an Intent with no data or type will match. To specify an authority,
85 * the data (both the <strong>data type</strong> and
92 * Intent type. The Intent
93 * type i
512 addDataType(String type) argument
543 hasDataType(String type) argument
789 addDataPath(String path, int type) argument
899 matchData(String type, String scheme, Uri data) argument
1103 match(String action, String type, String scheme, Uri data, Set<String> categories, String logTag) argument
1446 findMimeType(String type) argument
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp42 // already got type - for example, bitcode
43 if ((*input)->type() == Input::Script ||
44 (*input)->type() == Input::Object ||
45 (*input)->type() == Input::DynObj ||
46 (*input)->type() == Input::Archive)
110 if ((*input)->type() == mcld::Input::DynObj ) {
150 switch (m_LDInfo.output().type()) {
164 llvm::report_fatal_error(llvm::Twine("output type is not implemented yet. file: `") +
170 llvm::report_fatal_error(llvm::Twine("unknown output type of file `") +
193 if ((*input)->type()
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java46 * - type names: [a-zS]
104 * Converts a string to an internal type constant.
106 * @param typeName the type name to convert
107 * @return the type constant that corresponds to {@code typeName},
108 * or {@code TYPE_ERROR} if the type is unknown
155 // Read the next token, which is either the type or EOF.
161 throw new ParseException(st, "type name");
163 final int type = interpretType(st.sval);
164 if (type == TYPE_ERROR) {
165 throw new ParseException(st, "valid type nam
233 parseValue(StreamTokenizer st, final int type) argument
[all...]
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp190 int type = entry->d_type; local
191 if (type == DT_UNKNOWN) {
192 // If the type is unknown, stat() the file instead.
197 type = DT_REG;
199 type = DT_DIR;
205 if (type == DT_DIR) {
228 } else if (type == DT_REG) {
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java53 int type, int subType, String subscriberId, String networkId, boolean roaming) {
54 mType = type;
80 builder.append("type=").append(getNetworkTypeName(mType));
140 final int type = state.networkInfo.getType();
150 if (isNetworkTypeMobile(type)) {
160 } else if (type == TYPE_WIFI) {
171 return new NetworkIdentity(type, subType, subscriberId, networkId, roaming);
52 NetworkIdentity( int type, int subType, String subscriberId, String networkId, boolean roaming) argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java137 public void setType(int type) { argument
138 switch (type) {
142 type = SURFACE_TYPE_NORMAL;
145 switch (type) {
148 if (mRequestedType != type) {
149 mRequestedType = type;
167 "Surface type is SURFACE_TYPE_PUSH_BUFFERS");
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java91 int type;
97 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
99 || type != XmlPullParser.END_TAG)) {
100 if (type != XmlPullParser.START_TAG) {
129 while ((type = parser.next()) == XmlPullParser.TEXT) {
131 if (type != XmlPullParser.START_TAG) {
H A DMipmapDrawable.java136 int type;
140 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
142 || type != XmlPullParser.END_TAG)) {
143 if (type != XmlPullParser.START_TAG) {
163 while ((type = parser.next()) == XmlPullParser.TEXT) {
165 if (type != XmlPullParser.START_TAG) {
/frameworks/base/services/sensorservice/
H A DSensorFusion.cpp34 if (list[i].type == SENSOR_TYPE_ACCELEROMETER) {
37 if (list[i].type == SENSOR_TYPE_MAGNETIC_FIELD) {
40 if (list[i].type == SENSOR_TYPE_GYROSCOPE) {
53 if (event.type == SENSOR_TYPE_GYROSCOPE) {
64 } else if (event.type == SENSOR_TYPE_MAGNETIC_FIELD) {
67 } else if (event.type == SENSOR_TYPE_ACCELEROMETER) {
H A DCorrectedGyroSensor.cpp37 if (list[i].type == SENSOR_TYPE_GYROSCOPE) {
47 if (event.type == SENSOR_TYPE_GYROSCOPE) {
75 hwSensor.type = SENSOR_TYPE_GYROSCOPE;
H A DOrientationSensor.cpp41 if (event.type == SENSOR_TYPE_ACCELEROMETER) {
58 outEvent->type = SENSOR_TYPE_ORIENTATION;
79 hwSensor.type = SENSOR_TYPE_ORIENTATION;
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DLayoutInflater_Delegate.java82 int type;
102 while ((type = childParser.next()) != XmlPullParser.START_TAG &&
103 type != XmlPullParser.END_DOCUMENT) {
107 if (type != XmlPullParser.START_TAG) {
192 while (((type = parser.next()) != XmlPullParser.END_TAG ||
193 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) {
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h35 const char *type, bool encoder, size_t startIndex = 0) const;
51 size_t index, const char *type,
96 void addMediaCodec(bool encoder, const char *name, const char *type = NULL);
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedefs.h27 * defined type meaning corresponding constants
75 ********* define char type
91 #error cannot find 8-bit type
113 #error cannot find 16-bit type
135 #error cannot find 32-bit type
139 ********* define floating point type & constants
155 ********* define complex type
163 ********* define boolean type
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java100 int type;
103 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
104 && type != XmlPullParser.END_DOCUMENT) {
106 if (type != XmlPullParser.START_TAG) {
177 int type;
180 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
181 && type != XmlPullParser.END_DOCUMENT) {
183 if (type != XmlPullParser.START_TAG) {
294 int type;
297 while (((type
[all...]
/frameworks/base/include/androidfw/
H A DBackupHelpers.h31 int type; // BACKUP_HEADER_ENTITY_V1 member in struct:android::__anon1030
110 status_t ReadNextHeader(bool* done, int* type);
128 int type; member in union:android::BackupDataReader::__anon1031
H A DAssetDir.h61 * Get the type of a file (usually regular or directory).
109 void set(const String8& path, FileType type) { argument
111 mFileType = type;
118 void setFileType(FileType type) { mFileType = type; } argument
/frameworks/native/include/utils/
H A DCondition.h52 Condition(int type);
78 inline Condition::Condition(int type) { argument
79 if (type == SHARED) {
H A DRWLock.h51 RWLock(int type, const char* name = NULL);
90 inline RWLock::RWLock(int type, const char* name) { argument
91 if (type == SHARED) {
/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticatorCache.java37 * @param type the authenticator type to return
39 * matches the account type or null if none is present
42 AuthenticatorDescription type);
41 getServiceInfo( AuthenticatorDescription type) argument
/frameworks/base/core/jni/
H A Dandroid_backup_BackupDataInput.cpp56 int type = 0; local
58 err = reader->ReadNextHeader(&done, &type);
67 switch (type) {
83 ALOGD("Unknown header type: 0x%08x\n", type);
/frameworks/base/services/java/com/android/server/pm/
H A DUserManager.java152 int type;
153 while ((type = parser.next()) != XmlPullParser.START_TAG
154 && type != XmlPullParser.END_DOCUMENT) {
158 if (type != XmlPullParser.START_TAG) {
164 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT) {
165 if (type == XmlPullParser.START_TAG && parser.getName().equals(TAG_USER)) {
296 int type;
297 while ((type = parser.next()) != XmlPullParser.START_TAG
298 && type != XmlPullParser.END_DOCUMENT) {
302 if (type !
[all...]
/frameworks/base/tools/aidl/
H A Dgenerate_java.h24 Variable* Get(Type* type);
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceResponse.java40 * Service type. It's defined in table63 in Wi-Fi Direct specification.
64 * the service protocol type. The protocol format depends on the service type.
80 /** the service protocol type is not available */
112 * @param serviceType service discovery type.
128 * Return the service type of service discovery response.
130 * @return service discovery type.<br>
160 * <pre>Data format depends on service type
227 int type = dis.readUnsignedByte();
235 respList.add(new WifiP2pServiceResponse(type, statu
[all...]

Completed in 699 milliseconds

1234567891011>>