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

  /external/clang/test/Modules/
malformed.cpp 10 #define STR2(x) #x
11 #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 39 private static final String STR2 = "string2";
61 new String[] {"str1", "str2"});
64 new String[] {"str1", "str2"});
68 list.add(STR2);
93 mArrayAdapter.add(STR2);
135 mArrayAdapter.add(STR2);
141 assertEquals(STR2, ((TextView) mArrayAdapter.getView(1, null, null)).getText());
228 mArrayAdapter.insert(STR2, 0);
231 assertEquals(0, mArrayAdapter.getPosition(STR2));
260 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
121 movl STR2(%esp), %eax
    [all...]
sse2-wcscmp-atom.S 85 #define STR2 STR1+4
93 mov STR2(%esp), %eax
ssse3-strcpy-atom.S 108 # define STR2 STR1+4
109 # define LEN STR2+4
124 mov STR2(%esp), %ecx
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd-in.h 64 Note - these macros do NOT work if STR2 is not a constant string. */
65 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
70 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
71 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
bfd-in2.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...]
  /external/opencv3/cmake/
OpenCVFindIPP.cmake 59 file(STRINGS ${VERSION_FILE} STR2 REGEX "IPP_VERSION_MINOR")
68 string(REGEX MATCHALL "[0-9]+" _MINOR ${STR2})
  /external/libunwind/src/dwarf/
Gfde.c 58 # define STR2(x) #x
59 # define STR(x) STR2(x)
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 52 #define STR2(a) #a
53 #define STR(a) STR2(a)
  /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/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...]
  /external/opencv3/modules/core/test/
test_umat.cpp 582 #define STR(a) STR2(a)
583 #define STR2(a) #a
test_operations.cpp 100 #define STR(a) STR2(a)
101 #define STR2(a) #a
    [all...]
  /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...]

Completed in 631 milliseconds