/cts/tests/tests/widget/src/android/widget/cts/ |
SimpleExpandableListAdapterTest.java | 49 R.id.text1 53 R.id.text1 170 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 174 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 185 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 189 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 193 convertView.setId(R.id.text1); 200 convertView.setId(R.id.text1); 234 assertNotNull(result.findViewById(R.id.text1)); 238 assertNotNull(result.findViewById(R.id.text1)); [all...] |
TwoLineListItemTest.java | 93 TextView text1 = new TextView(mActivity); local 94 text1.setId(com.android.internal.R.id.text1); 99 twoLineListItem.addView(text1, params); 105 assertSame(text1, twoLineListItem.getText1());
|
/external/llvm/test/MC/X86/AlignedBundling/ |
different-sections.s | 7 .section text1, "x" 8 # CHECK: section text1
|
switch-section-locked-error.s | 9 .section text1, "x"
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch.java | 133 * @param text1 Old string to be diffed. 137 public LinkedList<Diff> diff_main(String text1, String text2) { 138 return diff_main(text1, text2, true); 144 * @param text1 Old string to be diffed. 151 public LinkedList<Diff> diff_main(String text1, String text2, 154 if (text1 == null || text2 == null) { 160 if (text1.equals(text2)) { 162 diffs.add(new Diff(Operation.EQUAL, text1)); 167 int commonlength = diff_commonPrefix(text1, text2); 168 String commonprefix = text1.substring(0, commonlength) 1766 String text1 = diff_text1(diffs); local 1926 String text1 = diff_text1(aPatch.diffs); local [all...] |
/cts/tests/tests/text/src/android/text/util/cts/ |
Rfc822TokenizerTest.java | 68 String text1 = ", " + token1; local 69 assertEquals(0, rfc822Tokenizer.findTokenEnd(text1, 0)); 70 assertEquals(text1.length(), rfc822Tokenizer.findTokenEnd(text1, 1)); 74 assertEquals(Integer.MAX_VALUE, rfc822Tokenizer.findTokenEnd(text1, Integer.MAX_VALUE)); 77 rfc822Tokenizer.findTokenEnd(text1, -1);
|
/external/chromium_org/v8/test/webkit/ |
dfg-inline-arguments-use-from-all-the-places.js | 60 var text1 = "[[object Arguments]: [object Object], b" + __i + ", c" + __i + "]"; 63 shouldBe("argsToStr(bar(o, \"b\" + __i, \"c\" + __i))", "\"[[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments]: " + text1 + ", " + text1 + ", " + text1 + ", " + text1 + ", " + text1 + ", " + text2 + ", " + text1 + ", " + text1 + ", " + text2 + ", " + text3 + "]\"");
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
reapits.c | 393 UChar text1[50]; local 397 u_uastrncpy(text1, "abcccd", sizeof(text1)/2); 410 uregex_setText(re, text1, -1, &status); 422 uregex_setText(re, text1, -1, &status); 428 uregex_setText(re, text1, 5, &status); 434 uregex_setText(re, text1, 6, &status); 447 UChar text1[50]; local 452 u_uastrncpy(text1, "abcccd", sizeof(text1)/2) 484 UChar text1[50]; local 539 UChar text1[50]; local 620 UChar text1[80]; local 814 UChar text1[80]; local 886 UChar text1[80]; \/* "Replace xaax x1x x...x." *\/ local 1545 UText text1 = UTEXT_INITIALIZER; local 1592 UText text1 = UTEXT_INITIALIZER; local 1652 UText text1 = UTEXT_INITIALIZER; local 1699 UChar text1[50]; local 1757 UChar text1[80]; local 1833 UChar text1[80]; local 1881 UChar text1[80]; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
reapits.c | 393 UChar text1[50]; local 397 u_uastrncpy(text1, "abcccd", sizeof(text1)/2); 410 uregex_setText(re, text1, -1, &status); 422 uregex_setText(re, text1, -1, &status); 428 uregex_setText(re, text1, 5, &status); 434 uregex_setText(re, text1, 6, &status); 447 UChar text1[50]; local 452 u_uastrncpy(text1, "abcccd", sizeof(text1)/2) 484 UChar text1[50]; local 539 UChar text1[50]; local 620 UChar text1[80]; local 814 UChar text1[80]; local 886 UChar text1[80]; \/* "Replace xaax x1x x...x." *\/ local 1545 UText text1 = UTEXT_INITIALIZER; local 1592 UText text1 = UTEXT_INITIALIZER; local 1652 UText text1 = UTEXT_INITIALIZER; local 1699 UChar text1[50]; local 1757 UChar text1[80]; local 1833 UChar text1[80]; local 1881 UChar text1[80]; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List2.java | 48 // The "text1" view defined in the XML template 49 new int[] {android.R.id.text1});
|
ExpandableList3.java | 67 new int[] { android.R.id.text1, android.R.id.text2 }, 71 new int[] { android.R.id.text1, android.R.id.text2 }
|
ExpandableList2.java | 116 new int[] { android.R.id.text1 }, 118 new int[] { android.R.id.text1 });
|
List3.java | 51 new int[] { android.R.id.text1, android.R.id.text2 });
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_win_unittest.cc | 326 ui::AXNodeData text1; local 327 text1.id = 11; 328 text1.role = ui::AX_ROLE_TEXT_FIELD; 329 text1.state = 0; 330 text1.AddStringAttribute(ui::AX_ATTR_VALUE, text1_value); 333 text1.AddIntListAttribute( 345 MakeAXTreeUpdate(root, text1), 423 ui::AXNodeData text1; local 424 text1.id = 11; 425 text1.role = ui::AX_ROLE_STATIC_TEXT 491 ui::AXNodeData text1; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleScannerHardwareScanFilterActivity.java | 166 TextView text1 = (TextView) view.findViewById(android.R.id.text1); local 168 text1.setText(key);
|
/development/apps/Development/src/com/android/development/ |
DataList.java | 52 new int[] {android.R.id.text1})); 126 new int[] {android.R.id.text1}));
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiDirectServicesList.java | 40 android.R.layout.simple_list_item_2, android.R.id.text1, 75 .findViewById(android.R.id.text1);
|
/developers/build/prebuilts/gradle/CustomChoiceList/Application/src/main/java/com/example/android/customchoicelist/ |
MainActivity.java | 63 ((TextView) convertView.findViewById(android.R.id.text1))
|
/developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/ |
PlanetAdapter.java | 62 TextView tv = (TextView) v.findViewById(android.R.id.text1);
|
/developers/samples/android/ui/lists/CustomChoiceList/Application/src/main/java/com/example/android/customchoicelist/ |
MainActivity.java | 63 ((TextView) convertView.findViewById(android.R.id.text1))
|
/developers/samples/android/ui/views/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/ |
PlanetAdapter.java | 62 TextView tv = (TextView) v.findViewById(android.R.id.text1);
|
/development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/ |
MainActivity.java | 63 ((TextView) convertView.findViewById(android.R.id.text1))
|
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/ |
PlanetAdapter.java | 62 TextView tv = (TextView) v.findViewById(android.R.id.text1);
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
MainActivity.java | 73 android.R.id.text1,
|
ScreenSlidePageFragment.java | 72 ((TextView) rootView.findViewById(android.R.id.text1)).setText(
|