Searched defs:type (Results 76 - 100 of 434) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp72 ResolveInfo::Type type = ResolveInfo::Function; local
81 type,
92 EXPECT_EQ(type, result1.info->type());
101 type,
112 EXPECT_EQ(type, result1.info->type());
124 ResolveInfo::Type type = ResolveInfo::NoType; local
132 type,
143 EXPECT_EQ(type, result
181 LDSymbol::Type type = LDSymbol::Defined; local
214 LDSymbol::Type type = LDSymbol::Reference; local
[all...]
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java59 static final String USAGE_TYPE = "type";
198 private boolean update(Collection<Long> contactIds, Collection<Long> dataIds, String type) { argument
213 .appendQueryParameter(DataUsageFeedback.USAGE_TYPE, type)
/frameworks/native/include/utils/
H A DMutex.h51 Mutex(int type, const char* name = NULL);
97 inline Mutex::Mutex(int type, const char* name) { argument
98 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/native/libs/gui/
H A DSensorManager.cpp115 Sensor const* SensorManager::getDefaultSensor(int type) argument
119 // For now we just return the first sensor of that type we find.
123 if (mSensorList[i]->getType() == type)
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp42 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
44 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
46 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
48 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
50 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type,
52 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
54 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
58 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride, argument
60 glColorPointer(size, type, stride, ptr);
62 void glNormalPointerBounds(GLenum type, GLsize argument
66 glTexCoordPointerBounds(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
70 glVertexPointerBounds(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
75 glPointSizePointerOESBounds(GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
80 glMatrixIndexPointerOESBounds(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
85 glWeightPointerOESBounds(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedRadioControl.java49 public void triggerSsn(int type, int code); argument
/frameworks/rs/driver/
H A DrsdVertexArray.cpp46 type = 0;
54 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride, argument
58 this->type = type;
70 ALOGV("va %i: slot=%i name=%s buf=%i ptr=%p size=%i type=0x%x stride=0x%x norm=%i offset=0x%x",
76 mAttribs[idx].type,
112 mAttribs[ct].type,
/frameworks/base/media/java/android/media/videoeditor/
H A DEffectColor.java61 * The effect type
71 * An object of this type cannot be instantiated by using the default
87 * @param type type of the effect. type is one of: TYPE_COLOR,
89 * @param color If type is TYPE_COLOR, color is the RGB color as 888.
90 * If type is TYPE_GRADIENT, color is the RGB color at the
94 long durationMs, int type, int color) {
96 switch (type) {
119 throw new IllegalArgumentException("Invalid type
93 EffectColor(MediaItem mediaItem, String effectId, long startTimeMs, long durationMs, int type, int color) argument
[all...]
/frameworks/base/obex/javax/obex/
H A DServerSession.java129 * Received a request type that is not recognized so I am
189 * @param type the type of request received; either 0x02 or 0x82
192 private void handlePutRequest(int type) throws IOException { argument
193 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener);
234 * @param type the type of request received; either 0x03 or 0x83
237 private void handleGetRequest(int type) throws IOException { argument
238 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener);
/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java63 * Return the type as defined by OpenGL ES of the supplied bitmap, if there
65 * a valid OpenGL ES type.
66 * @throws IllegalArgumentException if the bitmap does not have a type.
68 * @return the OpenGL ES type of the bitmap.
79 throw new IllegalArgumentException("Unknown type");
120 * A version of texImage2D() that takes an explicit type parameter
121 * as defined by the OpenGL ES specification. The actual type and
123 * type and internalformat parameters.
129 * @param type
133 Bitmap bitmap, int type, in
132 texImage2D(int target, int level, int internalformat, Bitmap bitmap, int type, int border) argument
214 texSubImage2D(int target, int level, int xoffset, int yoffset, Bitmap bitmap, int format, int type) argument
284 native_texImage2D(int target, int level, int internalformat, Bitmap bitmap, int type, int border) argument
286 native_texSubImage2D(int target, int level, int xoffset, int yoffset, Bitmap bitmap, int format, int type) argument
[all...]
/frameworks/av/drm/libdrmframework/plugins/common/util/src/
H A DMimeTypeUtil.cpp41 int type; // Audio, video,.. use the enum values member in struct:android::MimeGroup
47 int type; member in struct:android::MimeTypeList
137 while (MIMETYPE_LAST != pGroup->type) {
145 if (MIMETYPE_LAST != pGroup->type) {
148 while (MIMETYPE_LAST != pMimeItem->type) {
149 if ((pGroup->type == pMimeItem->type) &&
/frameworks/av/include/media/
H A DIOMX.h134 } type; member in struct:android::omx_message
139 // if type == EVENT
146 // if type == EMPTY_BUFFER_DONE
151 // if type == FILL_BUFFER_DONE
/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/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp85 ATSParser::SourceType type = local
89 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
150 ATSParser::SourceType type = local
154 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
/frameworks/av/media/libstagefright/mp4/
H A DTrackFragment.cpp244 FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) {
268 FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) {
297 FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) {
322 FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) {
343 FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) {
243 parseSampleSizes( FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) argument
267 parseCompactSampleSizes( FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) argument
296 parseSampleToChunk( FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) argument
321 parseChunkOffsets( FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) argument
342 parseChunkOffsets64( FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) argument
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp154 ATSParser::DiscontinuityType type,
176 buffer->meta()->setInt32("discontinuity", static_cast<int32_t>(type));
153 queueDiscontinuity( ATSParser::DiscontinuityType type, const sp<AMessage> &extra) argument
/frameworks/av/media/mtp/
H A DMtpProperty.cpp47 MtpDataType type,
51 mType(type),
68 switch (type) {
94 ALOGE("unknown type %04X in MtpProperty::MtpProperty", type);
270 ALOGE("unsupported type for MtpProperty::setRange");
309 ALOGE("unsupported type for MtpProperty::setEnum");
326 ALOGI(" type %04X", mType);
405 ALOGE("unsupported type for MtpProperty::print\n");
459 ALOGE("unknown type
46 MtpProperty(MtpPropertyCode propCode, MtpDataType type, bool writeable, int defaultValue) argument
[all...]
/frameworks/base/cmds/service/
H A Dservice.cpp154 char* type = NULL; local
180 else if (strcmp(key, "type") == 0)
182 type = value;
210 writeString16(data, type);
269 // " action=STR data=STR type=STR launchFlags=INT component=STR categories=STR[,STR,...]\n";
/frameworks/base/cmds/servicemanager/
H A Dbinder.h14 uint32_t type; member in struct:binder_object
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java70 * If the {@code type} parameter indicates that the result should be a directory,
81 * @param type Must be either {@link BackupAgent#TYPE_FILE} for ordinary file data
95 long size, int type, long mode, long mtime, File outFile) throws IOException {
96 if (type == BackupAgent.TYPE_DIRECTORY) {
94 restoreFile(ParcelFileDescriptor data, long size, int type, long mode, long mtime, File outFile) argument
/frameworks/base/core/java/android/gesture/
H A DGestureStore.java43 // Nb. bytes Java type Description
108 * @param type SEQUENCE_INVARIANT or SEQUENCE_SENSITIVE
110 public void setSequenceType(int type) { argument
111 mSequenceType = type;
/frameworks/base/core/java/android/preference/
H A DRingtonePreference.java76 * Returns the sound type(s) that are shown in the picker.
78 * @return The sound type(s) that are shown in the picker.
86 * Sets the sound type(s) that are shown in the picker.
88 * @param type The sound type(s) that are shown in the picker.
91 public void setRingtoneType(int type) { argument
92 mRingtoneType = type;
106 * to use will be deduced from the sound type(s) being shown.
/frameworks/base/core/java/android/text/
H A DSpanned.java50 * 0-length spans with type SPAN_MARK_MARK behave like text marks:
65 * 0-length spans with type SPAN_POINT_POINT behave like cursors:
89 * Non-0-length spans of type SPAN_INCLUSIVE_EXCLUSIVE expand
96 * Spans of type SPAN_INCLUSIVE_INCLUSIVE expand
102 * Spans of type SPAN_EXCLUSIVE_EXCLUSIVE do not expand
110 * Non-0-length spans of type SPAN_EXCLUSIVE_INCLUSIVE expand
164 * slice of this CharSequence and whose type is the specified type
165 * or a subclass of it. Specify Object.class for the type if you
166 * want all the objects regardless of type
168 getSpans(int start, int end, Class<T> type) argument
197 nextSpanTransition(int start, int limit, Class type) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DReplacementTransformationMethod.java183 public <T> T[] getSpans(int start, int end, Class<T> type) { argument
184 return mSpanned.getSpans(start, end, type);
199 public int nextSpanTransition(int start, int end, Class type) { argument
200 return mSpanned.nextSpanTransition(start, end, type);

Completed in 251 milliseconds

1234567891011>>