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

  /bionic/libc/arch-x86/string/
sse2-wcschr-atom.S 85 #define STR2 STR1+4
91 movd STR2(%esp), %xmm1
sse2-memchr-atom.S 86 #define STR2 STR1+4
87 #define LEN STR2+4
93 movd STR2(%esp), %xmm1
sse2-memrchr-atom.S 83 #define STR2 STR1+4
84 #define LEN STR2+4
89 movd STR2(%esp), %xmm1
sse2-strchr-atom.S 87 #define STR2 STR1+4
94 movd STR2(%esp), %xmm1
sse2-strrchr-atom.S 86 #define STR2 STR1+4
93 movd STR2(%esp), %xmm1
sse2-wcscmp-atom.S 85 #define STR2 STR1+4
93 mov STR2(%esp), %eax
sse2-wcsrchr-atom.S 86 #define STR2 STR1+4
93 movd STR2(%esp), %xmm1
ssse3-strcat-atom.S 95 #define STR2 STR1+4
98 # define LEN STR2+8
113 mov STR2(%esp), %ecx
ssse3-wcscat-atom.S 83 #define STR2 STR1+4
98 mov STR2(%esp), %ecx
  /cts/tests/tests/widget/src/android/widget/cts/
ArrayAdapterTest.java 36 private static final String STR2 = "string2";
55 new String[] {"str1", "str2"});
58 new String[] {"str1", "str2"});
62 list.add(STR2);
87 mArrayAdapter.add(STR2);
129 mArrayAdapter.add(STR2);
135 assertEquals(STR2, ((TextView) mArrayAdapter.getView(1, null, null)).getText());
215 mArrayAdapter.insert(STR2, 0);
218 assertEquals(0, mArrayAdapter.getPosition(STR2));
247 mArrayAdapter.add(STR2);
    [all...]

Completed in 440 milliseconds