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

  /external/clang/test/Modules/
malformed.cpp 5 #define STR2(x) #x
6 #define STR(x) STR2(x)
  /external/nanopb-c/tests/common/
unittests.h 5 #define STR2(x) STR(x)
8 fprintf(stderr, "\033[31;1mFAILED:\033[22;39m " __FILE__ ":" STR2(__LINE__) " " #x "\n"); \
  /bionic/libc/arch-x86/atom/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
  /bionic/libc/arch-x86/silvermont/string/
sse2-strcpy-slm.S 101 #define STR2 STR1+4
102 #define LEN STR2+4
137 mov STR2(%esp), %esi
    [all...]
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 49 #define STR2(a) #a
50 #define STR(a) STR2(a)
  /external/libunwind/src/dwarf/
Gfde.c 58 # define STR2(x) #x
59 # define STR(x) STR2(x)
  /cts/tests/tests/widget/src/android/widget/cts/
ArrayAdapterTest.java 38 private static final String STR2 = "string2";
60 new String[] {"str1", "str2"});
63 new String[] {"str1", "str2"});
67 list.add(STR2);
92 mArrayAdapter.add(STR2);
134 mArrayAdapter.add(STR2);
140 assertEquals(STR2, ((TextView) mArrayAdapter.getView(1, null, null)).getText());
221 mArrayAdapter.insert(STR2, 0);
224 assertEquals(0, mArrayAdapter.getPosition(STR2));
253 mArrayAdapter.add(STR2);
    [all...]

Completed in 3471 milliseconds