HomeSort by relevance Sort by last modified time
    Searched refs:STR1 (Results 1 - 25 of 30) sorted by null

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
ArrayAdapterTest.java 35 private static final String STR1 = "string1";
55 new String[] {"str1", "str2"});
58 new String[] {"str1", "str2"});
61 list.add(STR1);
84 mArrayAdapter.add(STR1);
128 mArrayAdapter.add(STR1);
134 assertEquals(STR1, ((TextView) mArrayAdapter.getView(0, null, null)).getText());
141 assertEquals(STR1, textView.getText());
183 mArrayAdapter.add(STR1);
210 mArrayAdapter.insert(STR1, 0)
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-wcscat-atom.S 82 #define STR1 PARMS+4
83 #define STR2 STR1+4
90 mov STR1(%esp), %edi
sse2-wcschr-atom.S 84 #define STR1 PARMS
85 #define STR2 STR1+4
90 mov STR1(%esp), %ecx
sse2-wcsrchr-atom.S 85 #define STR1 PARMS
86 #define STR2 STR1+4
92 mov STR1(%esp), %ecx
sse2-strchr-atom.S 86 #define STR1 PARMS
87 #define STR2 STR1+4
93 mov STR1(%esp), %ecx
sse2-memchr-atom.S 85 #define STR1 PARMS
86 #define STR2 STR1+4
92 mov STR1(%esp), %ecx
ssse3-strcat-atom.S 94 #define STR1 PARMS+4
95 #define STR2 STR1+4
106 mov STR1(%esp), %edi
sse2-memrchr-atom.S 82 #define STR1 PARMS
83 #define STR2 STR1+4
88 mov STR1(%esp), %ecx
sse2-strrchr-atom.S 85 #define STR1 PARMS
86 #define STR2 STR1+4
92 mov STR1(%esp), %ecx
ssse3-wcscpy-atom.S 86 # define STR1 PARMS
87 # define STR2 STR1+4
92 mov STR1(%esp), %edx
sse2-wcscmp-atom.S 84 #define STR1 PARMS
85 #define STR2 STR1+4
92 mov STR1(%esp), %edx
ssse3-strcmp-atom.S 90 # define STR1 4
91 # define STR2 STR1+4
96 # define STR1 8
97 # define STR2 STR1+4
119 movl STR1(%esp), %edx
    [all...]
ssse3-strcpy-atom.S 107 # define STR1 PARMS
108 # define STR2 STR1+4
123 mov STR1(%esp), %edx
    [all...]
  /frameworks/base/libs/hwui/
ProgramCache.cpp 36 #define STR(x) STR1(x)
37 #define STR1(x) #x
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h 67 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h 74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 67 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 67 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfd.h 74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfd.h 67 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
bfd.h 74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h 67 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
bfd.h 74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 67 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
    [all...]

Completed in 1123 milliseconds

1 2