Searched defs:STR (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/PCH/
H A Dremap-file-from-pch.cpp.h2 #define STR "nexus" macro
H A Dremap-file-from-pch.cpp.remap.h2 #define STR "nexus" macro
/external/clang/test/Preprocessor/
H A D_Pragma-dependency.c4 #define STR "GCC dependency \"parse.y\"") macro
6 DO_PRAGMA (STR
/external/clang/test/Lexer/
H A Dunicode.c17 #define STR(X) XSTR(X) macro
19 static const char *copyright = STR(COPYRIGHT); // no-warning
/external/clang/test/Modules/Inputs/declare-use/
H A Dj.h4 #define STR(x) #x macro
5 #define HDR(x) STR(x.h)
/external/clang/test/Modules/
H A Dmalformed.cpp11 #define STR(x) STR2(x) macro
12 #include STR(HEADER)
/external/nanopb-c/tests/common/
H A Dunittests.h4 #define STR(x) #x macro
5 #define STR2(x) STR(x)
/external/linux-tools-perf/src/tools/lib/lk/
H A Ddebugfs.h5 #define STR(x) _STR(x) macro
/external/clang/test/CXX/drs/
H A Ddr6xx.cpp202 #define STR(x) #x macro
203 char c[2] = STR(c); // ok, type matches
204 wchar_t w[2] = STR(w); // expected-error {{initializing wide char array with non-wide string literal}}
/external/linux-tools-perf/src/tools/perf/arch/arm/util/
H A Ddwarf-regs.c19 #define STR(s) #s macro
22 {.name = STR(%r##num), .dwarfnum = num}
/external/linux-tools-perf/src/tools/perf/arch/arm64/util/
H A Ddwarf-regs.c19 #define STR(s) #s macro
22 {.name = STR(%x##num), .dwarfnum = num}
/external/linux-tools-perf/src/tools/perf/arch/powerpc/util/
H A Ddwarf-regs.c21 #define STR(s) #s macro
24 {.name = STR(%gpr##num), .dwarfnum = num}
/external/skia/bench/
H A DShaderMaskBench.cpp16 #define STR "Hamburgefons" macro
42 fText.set(STR);
H A DTextBench.cpp151 #define STR "Hamburgefons" macro
153 DEF_BENCH( return new TextBench(STR, 16, 0xFF000000, kBW); )
154 DEF_BENCH( return new TextBench(STR, 16, 0xFFFF0000, kBW); )
155 DEF_BENCH( return new TextBench(STR, 16, 0x88FF0000, kBW); )
157 DEF_BENCH( return new TextBench(STR, 16, 0xFF000000, kAA); )
158 DEF_BENCH( return new TextBench(STR, 16, 0xFFFF0000, kAA); )
159 DEF_BENCH( return new TextBench(STR, 16, 0x88FF0000, kAA); )
161 DEF_BENCH( return new TextBench(STR, 16, 0xFF000000, kLCD); )
162 DEF_BENCH( return new TextBench(STR, 16, 0xFFFF0000, kLCD); )
163 DEF_BENCH( return new TextBench(STR, 1
[all...]
/external/libunwind/src/dwarf/
H A DGfde.c59 # define STR(x) STR2(x) macro
124 STR (DWARF_CIE_VERSION) "\n", version);
/external/libedit/src/
H A Dchartype.h80 #define STR(x) L ## x macro
134 #define STR(x) x macro
/external/linux-tools-perf/src/tools/perf/util/
H A Dutil.h260 #define STR(x) _STR(x) macro
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_winreg.c861 #define STR(t) write_str(netw, #t, ssid) macro
867 STR(ssid);
878 STR(identity);
879 STR(anonymous_identity);
880 STR(password);
881 STR(ca_cert);
882 STR(ca_path);
883 STR(client_cert);
884 STR(private_key);
885 STR(private_key_passw
937 #undef STR macro
[all...]
H A Dconfig_file.c669 #define STR(t) write_str(f, #t, ssid) macro
675 STR(ssid);
688 STR(bgscan);
689 STR(autoscan);
690 STR(scan_freq);
693 STR(identity);
694 STR(anonymous_identity);
695 STR(password);
696 STR(ca_cert);
697 STR(ca_pat
816 #undef STR macro
[all...]
H A Dconfig.c1744 /* STR: Define a string variable for an ASCII string; f = field name */
1752 #define STR(f) _STR(f), NULL, NULL, NULL, 0 macro
1758 * data length. Unlike STR(), this can be used to store arbitrary binary data
1807 * into .name and for STR and INT types, the offset of the target buffer within
1810 * .param3 and .param4 can be used to mark the allowed range (length for STR
1904 { STR(id_str) },
1920 { STR(bgscan) },
1936 { STR(ht_mcs) },
1973 #undef STR macro
4108 #define STR( macro
4244 #undef STR macro
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java181 static final int STR = 8; field in class:ClassWriter
1133 key2.set(STR, value, null, null);
1136 pool.put12(STR, newUTF8(value));
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp2574 const char* STR[] = { "-2.", "-2.", "-0.", "0.", "2.", "2.", "4.", "4." }; local
2579 UnicodeString exp(STR[i]);
/external/v8/src/mips/
H A Dsimulator-mips.cc399 #define STR(a) #a macro
400 #define XSTR(a) STR(a)
837 #undef STR macro
/external/v8/src/mips64/
H A Dsimulator-mips64.cc363 #define STR(a) #a macro
364 #define XSTR(a) STR(a)
767 #undef STR macro
/external/v8/src/arm/
H A Dsimulator-arm.cc241 #define STR(a) #a macro
242 #define XSTR(a) STR(a)
605 #undef STR macro

Completed in 643 milliseconds

12