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

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DSystem_Delegate.java41 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/core/java/com/android/internal/app/procstats/
H A DSparseMappingTable.java654 private static void logOrThrow(String message, Throwable th) { argument
655 Slog.e(TAG, message, th);
657 throw new RuntimeException(message, th);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyHistogram.java96 public TelephonyHistogram(TelephonyHistogram th) { argument
97 mCategory = th.getCategory();
98 mId = th.getId();
99 mMinTimeMs = th.getMinTime();
100 mMaxTimeMs = th.getMaxTime();
101 mAverageTimeMs = th.getAverageTime();
102 mSampleCount = th.getSampleCount();
103 mInitialTimings = th.getInitialTimings();
104 mBucketCount = th.getBucketCount();
105 mBucketEndPoints = th
[all...]
/frameworks/native/opengl/libagl/
H A Dtexture.cpp801 const GLuint th = textureObject->surface.height; local
802 if ((uint32_t(s0+x+w) > tw) || (uint32_t(t0+y+h) > th)) {
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp209 int th = 1 << (31 - __builtin_clz(h)); local
211 if (th < h) th <<= 1;
215 if (!mUseNpotTextures && (tw != w || th != h)) {
216 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
227 if (!mUseNpotTextures && (tw != w || th != h)) {
228 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java455 void wtf(String message, Throwable th) { argument
457 fail(message + " exception: " + th + "\n" + Log.getStackTraceString(th));
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3025 milliseconds