Searched defs:th (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DSystem_Delegate.java31 public static void log(String message, Throwable th) { argument
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c90 pthread_t th; local
139 pthread_create(&th, NULL, read_thread, (void *)(uintptr_t)ep1->bEndpointAddress);
140 pthread_create(&th, NULL, write_thread, (void *)(uintptr_t)ep2->bEndpointAddress);
142 pthread_create(&th, NULL, read_thread, (void *)(uintptr_t)ep2->bEndpointAddress);
143 pthread_create(&th, NULL, write_thread, (void *)(uintptr_t)ep1->bEndpointAddress);
/frameworks/base/libs/usb/tests/accessorytest/
H A Dhid.c141 pthread_t th; local
142 pthread_create(&th, NULL, hid_thread, (void *)fd);
200 pthread_t th; local
201 pthread_create(&th, NULL, inotify_thread, NULL);
H A Dusb.c114 pthread_t th; local
150 pthread_create(&th, NULL, read_thread, NULL);
151 pthread_create(&th, NULL, write_thread, NULL);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp193 int th = 1 << (31 - __builtin_clz(h)); local
195 if (th < h) th <<= 1;
199 if (tw != w || th != h) {
200 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
205 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
211 if (tw != w || th != h) {
212 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
217 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
/frameworks/native/opengl/libagl/
H A Dtexture.cpp808 const GLuint th = textureObject->surface.height; local
809 if ((uint32_t(s0+x+w) > tw) || (uint32_t(t0+y+h) > th)) {

Completed in 2141 milliseconds