HomeSort by relevance Sort by last modified time
    Searched defs:tv2 (Results 1 - 8 of 8) sorted by null

  /system/extras/tests/schedtest/
schedtest.c 27 struct timeval tv2; local
34 gettimeofday(&tv2, NULL);
36 long usec = (tv2.tv_sec - tv1.tv_sec) * 1000000 + tv2.tv_usec - tv1.tv_usec;
  /cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java 85 TextView tv2 = new TextView(mContext); local
87 tv2.setText(viewText2);
89 textSwitcher.addView(tv2, 1, new ViewGroup.LayoutParams(PARAMS_WIDTH, PARAMS_HEIGHT));
101 assertSame(tv2, textSwitcher.getCurrentView());
113 assertSame(tv2, textSwitcher.getCurrentView());
130 TextView tv2 = new TextView(mContext); local
132 tv2.setText(viewText2);
134 textSwitcher.addView(tv2, 1, new ViewGroup.LayoutParams(PARAMS_WIDTH, PARAMS_HEIGHT));
172 TextView tv2 = new TextView(mContext); local
187 textSwitcher.addView(tv2, Integer.MAX_VALUE
    [all...]
AbsListViewTest.java 460 TextView tv2 = (TextView) mActivity.findViewById(R.id.footerview1); local
464 mListView.setScrollIndicators(tv1, tv2);
760 TextView tv2 = (TextView) mActivity.findViewById(R.id.footerview1); local
764 mListView.setScrollIndicators(tv1, tv2);
    [all...]
  /system/extras/tests/framebuffer/
fb_test.c 51 struct timespec tv, tv2; variable in typeref:struct:
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 90 TypedValue tv2 = new TypedValue(); local
98 tv2.setTo(tv1);
100 assertEquals(1, tv2.assetCookie);
101 assertEquals(-1, tv2.changingConfigurations);
102 assertEquals(3, tv2.data);
103 assertEquals(4, tv2.resourceId);
104 assertEquals("test", tv2.string);
105 assertEquals(5, tv2.type);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 304 unsigned long tv1, tv2; local
308 &cl, &tv1, &tv2, &a) == 4) {
311 last.tv_usec = tv2;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 663 struct timeval tv1, tv2; local
    [all...]
  /packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java 378 TextView tv2 = (TextView) view.findViewById(R.id.line2); local
413 tv2.setText(songs_albums);
431 tv2.setText(displayname);
451 tv2.setText(displayname + " - " + name);

Completed in 436 milliseconds