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

1 2

  /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"); \
  /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...]
  /bionic/libc/arch-x86/atom/string/
ssse3-wcscat-atom.S 83 #define STR2 STR1+4
98 mov STR2(%esp), %ecx
sse2-wcschr-atom.S 85 #define STR2 STR1+4
91 movd STR2(%esp), %xmm1
sse2-wcsrchr-atom.S 86 #define STR2 STR1+4
93 movd STR2(%esp), %xmm1
sse2-memchr-atom.S 86 #define STR2 STR1+4
87 #define LEN STR2+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
sse2-strchr-atom.S 87 #define STR2 STR1+4
94 movd STR2(%esp), %xmm1
sse2-memrchr-atom.S 83 #define STR2 STR1+4
84 #define LEN STR2+4
89 movd STR2(%esp), %xmm1
ssse3-wcscpy-atom.S 87 # define STR2 STR1+4
88 # define LEN STR2+4
93 mov STR2(%esp), %ecx
sse2-strrchr-atom.S 86 #define STR2 STR1+4
93 movd STR2(%esp), %xmm1
ssse3-strcmp-atom.S 91 # define STR2 STR1+4
97 # define STR2 STR1+4
98 # define CNT STR2+4
120 movl STR2(%esp), %eax
    [all...]
sse2-wcscmp-atom.S 85 #define STR2 STR1+4
93 mov STR2(%esp), %eax
  /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)
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 73 Note - these macros do NOT work if STR2 is not a constant string. */
74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
79 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
80 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 73 Note - these macros do NOT work if STR2 is not a constant string. */
74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
79 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
80 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 73 Note - these macros do NOT work if STR2 is not a constant string. */
74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
79 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
80 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 73 Note - these macros do NOT work if STR2 is not a constant string. */
74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
79 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
80 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 73 Note - these macros do NOT work if STR2 is not a constant string. */
74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
79 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
80 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 71 Note - these macros do NOT work if STR2 is not a constant string. */
72 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
77 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
78 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 73 Note - these macros do NOT work if STR2 is not a constant string. */
74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
79 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
80 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 73 Note - these macros do NOT work if STR2 is not a constant string. */
74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
79 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
80 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 73 Note - these macros do NOT work if STR2 is not a constant string. */
74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
79 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
80 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]

Completed in 3123 milliseconds

1 2