Searched defs:STR1 (Results 1 – 10 of 10) sorted by relevance
90 # define STR1 4 macro96 # define STR1 8 macro
85 #define STR1 PARMS macro
86 #define STR1 PARMS macro
94 #define STR1 PARMS+4 macro
107 # define STR1 PARMS macro
100 #define STR1 PARMS macro
55 final String STR1 = "a"; in testSymbolTable() local
57 private static final String STR1 = "string1"; field in ArrayAdapterTest
72 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument