Searched defs:type (Results 251 - 275 of 634) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustArchive.java43 final int type; field in class:TrustArchive.Event
56 private Event(int type, int userId, ComponentName agent, String message, argument
58 this.type = type;
120 dumpType(ev.type));
130 switch (ev.type) {
167 private String dumpType(int type) { argument
168 switch (type) {
184 return "Unknown(" + type + ")";
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java171 final WindowState child, int flags, final int type, final boolean isVisible,
187 inputWindowHandle.layoutParamsType = type;
282 final int type = child.mAttrs.type;
307 u.mAttrs.type, true, u == mInputFocus, false);
313 addInputWindowHandleLw(inputWindowHandle, child, flags, type, isVisible,
170 addInputWindowHandleLw(final InputWindowHandle inputWindowHandle, final WindowState child, int flags, final int type, final boolean isVisible, final boolean hasFocus, final boolean hasWallpaper) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp61 virtual int set(int type, struct timespec *ts) = 0;
75 int set(int type, struct timespec *ts);
87 int set(int type, struct timespec *ts);
109 int AlarmImplAlarmDriver::set(int type, struct timespec *ts) argument
111 return ioctl(fds[0], ANDROID_ALARM_SET(type), ts);
140 int AlarmImplTimerFd::set(int type, struct timespec *ts) argument
142 if (type > ANDROID_ALARM_TYPE_COUNT) {
157 return timerfd_settime(fds[type], TFD_TIMER_ABSTIME, &spec, NULL);
358 static void android_server_AlarmManagerService_set(JNIEnv*, jobject, jlong nativeData, jint type, jlong seconds, jlong nanoseconds) argument
365 int result = impl->set(type,
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java65 int result = object1.type.compareTo(object2.type);
179 mAms.invalidateAuthToken(a12.type, "a12_att2");
204 AuthenticatorDescription type, int userId) {
206 if (service.type.equals(type)) {
203 getServiceInfo( AuthenticatorDescription type, int userId) argument
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java138 final String type, final String[] features,
137 getAccountsByTypeAndFeatures( final String type, final String[] features, AccountManagerCallback<Account[]> callback, Handler handler) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java42 * Generally, any type of access format to a Frame's data will be granted. However, it is strongly
45 * the most efficient backings for the intended type of access.
68 * Returns the frame's type.
69 * @return A FrameType instance describing the frame data-type.
136 public static Frame create(FrameType type, int[] dimensions) { argument
142 return new Frame(type, dimensions, manager);
166 Frame(FrameType type, int[] dimensions, FrameManager manager) { argument
167 mBackingStore = new BackingStore(type, dimensions, manager);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java311 private static int buildShader(String source, int type) { argument
312 int shader = glCreateShader(type);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java81 private TrackerEntry(String tag, EntryType type) { argument
82 mType = type;
158 "Attribute length does not match data type length");
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerSession.java165 public void onError(int type, int extra, Bundle extras, Throwable error) { argument
166 Log.d(TAG, "Sending onError with type " + type + " and extra " + extra);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCompoundTransform.java40 Component(int type, String name) { argument
42 mData.type = type;
/frameworks/base/tools/aapt/
H A DXMLNode.h57 enum type { enum in class:XMLNode
63 type getType() const;
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java348 mTmpValue.type == TypedValue.TYPE_DIMENSION) {
375 mTmpValue.type == TypedValue.TYPE_DIMENSION) {
403 mTmpValue.type == TypedValue.TYPE_DIMENSION) {
533 outValue.type = TypedValue.TYPE_STRING;
586 int assetCookie, String type) throws NotFoundException {
676 * Builds and throws a {@link Resources.NotFoundException} based on a resource id and a resource type.
585 loadXmlResourceParser(String file, int id, int assetCookie, String type) argument
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutLibTestCallback.java72 final Class<?> type = field.getType();
74 if (type.isArray() && type.getComponentType() == int.class) {
78 } else if (type == int.class) {
83 mLog.error(null, "Unknown field type in R class: %1$s", type);
150 public Integer getResourceId(ResourceType type, String name) { argument
151 return mResources.get(type).get(name);
/frameworks/base/tools/split-select/
H A DMain.cpp181 uint16_t type = xml.getAttributeDataType(idx); local
182 if (type >= Res_value::TYPE_FIRST_INT && type <= Res_value::TYPE_LAST_INT) {
184 } else if (type == Res_value::TYPE_STRING) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h59 uint32_t type() const { return m_Type; } function in class:mcld::ELFSegment
H A DLDSection.h68 /// type - The categorizes the section's contents and semantics. It's
72 /// In MachO, it's type field of struct section::flags
73 uint32_t type() const function in class:mcld::LDSection
84 /// In ELF, if the type() is SHT_NOBITS, this function return zero.
147 void setType(uint32_t type) argument
148 { m_Type = type; }
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h79 unsigned int type() const function in class:mcld::Input
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp214 uint32_t ResolveInfo::type() const function in class:ResolveInfo
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp75 Relocation::Type type = pRelocation.type(); local
77 if ((type < 0x100 || type > 0x239) && (type != 0x0)) {
80 assert(ApplyFunctions.find(type) != ApplyFunctions.end());
81 return ApplyFunctions[type].func(pRelocation, *this);
115 if (ResolveInfo::ThreadLocal == pSym.type())
144 (ResolveInfo::Type)pSym.type(),
160 switch(pReloc.type()) {
[all...]
/frameworks/native/libs/binder/
H A DDebug.cpp89 static char* typetostring(uint32_t type, char* out, argument
95 c[0] = (char)((type>>24)&0xFF);
96 c[1] = (char)((type>>16)&0xFF);
97 c[2] = (char)((type>>8)&0xFF);
98 c[3] = (char)(type&0xFF);
115 // if all zeros, not a valid type code.
146 return appendhexnum(type, pos);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A Dcommon.cpp23 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
25 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
27 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
29 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
31 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type,
33 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
35 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
39 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument
41 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
45 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument
[all...]
H A DglGetActiveAttrib.cpp1 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
16 GLenum *type = (GLenum *) 0; local
58 _exceptionMessage = "type == null";
70 type = type_base + typeOffset;
95 (GLenum *)type,
121 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
136 GLenum *type = (GLenum *) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
149 if (type == NULL) {
151 type
185 GLenum *type = (GLenum *) 0; local
281 GLenum *type = (GLenum *) 0; local
[all...]
H A DglGetActiveUniform.cpp1 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
16 GLenum *type = (GLenum *) 0; local
58 _exceptionMessage = "type == null";
70 type = type_base + typeOffset;
95 (GLenum *)type,
121 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
136 GLenum *type = (GLenum *) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
149 if (type == NULL) {
151 type
187 GLenum *type = (GLenum *) 0; local
282 GLenum *type = (GLenum *) 0; local
[all...]
H A DglGetTransformFeedbackVarying.cpp1 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
16 GLenum *type = (GLenum *) 0; local
58 _exceptionMessage = "type == null";
70 type = type_base + typeOffset;
95 (GLenum *)type,
121 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
136 GLenum *type = (GLenum *) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
149 if (type == NULL) {
151 type
185 GLenum *type = (GLenum *) 0; local
281 GLenum *type = (GLenum *) 0; local
[all...]
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp55 mVSyncEvent[i].header.type = DisplayEventReceiver::DISPLAY_EVENT_VSYNC;
150 mVSyncEvent[0].header.type = DisplayEventReceiver::DISPLAY_EVENT_VSYNC;
157 void EventThread::onHotplugReceived(int type, bool connected) { argument
158 ALOGE_IF(type >= DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES,
159 "received hotplug event for an invalid display (id=%d)", type);
162 if (type < DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES) {
164 event.header.type = DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG;
165 event.header.id = type;
191 event.header.type, conn.get());
316 mVSyncEvent[0].header.type
[all...]

Completed in 4074 milliseconds

<<11121314151617181920>>