Searched refs:th (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadTabActivity.java36 TabHost th = getTabHost();
37 TabHost.TabSpec ts = th.newTabSpec("1");
40 th.addTab(ts);
/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/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/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DSystem_Delegate.java41 public static void log(String message, Throwable th) { argument
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java724 int th = mBitmapHeight;
726 if (tw > mScreenWidth || th > mScreenHeight) {
728 float s2 = (float)th / (float)mScreenHeight;
732 th /= s1;
735 th /= s2;
739 android.util.Log.v("rs", "TV sizes " + tw + ", " + th);
742 mDisplayViewIO.mHeight = th;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java684 int th = mBitmapHeight;
686 if (tw > mScreenWidth || th > mScreenHeight) {
688 float s2 = (float)th / (float)mScreenHeight;
692 th /= s1;
695 th /= s2;
699 android.util.Log.v("rs", "TV sizes " + tw + ", " + th);
702 mDisplayView.mHeight = th;
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DSparseMappingTable.java647 private static void logOrThrow(String message, Throwable th) { argument
648 Slog.e(TAG, message, th);
650 throw new RuntimeException(message, th);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java295 final int th = r.bottom - r.top;
302 int dh = r.top + th + r.bottom;
306 mNumberY = h-r.bottom-((dh-r.top-th-r.bottom)/2);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp221 int th = 1 << (31 - __builtin_clz(h)); local
223 if (th < h) th <<= 1;
227 if (!mUseNpotTextures && (tw != w || th != h)) {
228 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
239 if (!mUseNpotTextures && (tw != w || th != h)) {
240 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
/frameworks/base/core/java/android/app/
H A DActivityManager.java1788 final int th = thumbnail.getHeight();
1789 if (tw != size.x || th != size.y) {
1795 if (tw * size.x > size.y * th) {
1796 scale = (float) size.x / (float) th;
1800 dy = (size.x - th * scale) * 0.5f;
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java586 Thread th = new Thread(mNativeConnector, MDNS_TAG);
587 th.start();
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java415 void wtf(String message, Throwable th) { argument
417 fail(message + " exception: " + th + "\n" + Log.getStackTraceString(th));
/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/services/core/java/com/android/server/pm/
H A DShortcutService.java3597 } catch (Throwable th) {
3598 throw new CommandException(th.getMessage() + "\n" + Log.getStackTraceString(th));
/frameworks/base/media/java/android/media/
H A DMediaScanner.java827 } catch (Throwable 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 512 milliseconds