Searched refs:th (Results 1 - 20 of 20) 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/tests/java_api/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/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java680 int th = mBitmapHeight;
682 if (tw > mScreenWidth || th > mScreenHeight) {
684 float s2 = (float)th / (float)mScreenHeight;
688 th /= s1;
691 th /= s2;
695 android.util.Log.v("rs", "TV sizes " + tw + ", " + th);
698 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/cmds/bootanimation/
H A DBootAnimation.cpp229 int th = 1 << (31 - __builtin_clz(h)); local
231 if (th < h) th <<= 1;
235 if (!mUseNpotTextures && (tw != w || th != h)) {
236 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
247 if (!mUseNpotTextures && (tw != w || th != h)) {
248 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java441 final int th = r.bottom - r.top;
448 int dh = r.top + th + r.bottom;
452 mNumberY = h-r.bottom-((dh-r.top-th-r.bottom)/2);
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java555 Thread th = new Thread(mNativeConnector, MDNS_TAG);
556 th.start();
/frameworks/base/core/java/android/app/
H A DActivityManager.java2042 final int th = thumbnail.getHeight();
2043 if (tw != size.x || th != size.y) {
2049 if (tw * size.x > size.y * th) {
2050 scale = (float) size.x / (float) th;
2054 dy = (size.x - th * scale) * 0.5f;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java1430 float th = tw;
1435 th = (surfaceContentHeight - mTmpStackBounds.height())
1445 posY -= (int) (th * mExtraVScale * mTmpSourceBounds.top);
/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/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.java3801 } catch (Throwable th) {
3802 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 516 milliseconds