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

123

/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/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/clang/test/Lexer/
H A Dunicode.c18 #define STR(X) XSTR(X) macro
20 static const char *copyright = STR(COPYRIGHT); // no-warning
/external/ltp/testcases/kernel/syscalls/openat/
H A Dopenat02_child.c23 #define STR "abc" macro
38 ret = write(fd, STR, sizeof(STR) - 1);
H A Dopenat02.c60 #define STR "abcdefg" macro
130 SAFE_WRITE(cleanup, 1, TEST_RETURN, STR, sizeof(STR) - 1);
134 if (file_offset > (off_t)(sizeof(STR) - 1))
207 SAFE_WRITE(cleanup, 1, fd, STR, sizeof(STR) - 1);
/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/ltp/testcases/kernel/numa/
H A Dsupport_numa.c48 #define STR "abcdefghijklmnopqrstuvwxyz12345\n" macro
93 rc = write(fd, STR, strlen(STR));
94 if (rc == -1 || ((size_t)rc != strlen(STR)))
/external/ltp/testcases/kernel/security/dirtyc0w/
H A Ddirtyc0w.c51 #define STR "this is not a test\n" macro
73 SAFE_WRITE(1, fd, STR, sizeof(STR)-1);
H A Ddirtyc0w_child.c33 #define STR "this is not a test\n" macro
/external/python/cpython2/Include/
H A Dnode.h31 #define STR(n) ((n)->n_str) macro
/external/swiftshader/third_party/subzero/crosstest/
H A Dmem_intrin_main.cpp14 #define XSTR(s) STR(s)
15 #define STR(s) #s macro
31 STR(test_func), init_val, len, llc_result, sz_result); \
53 STR(test_func), init_val, NBYTES, llc_result, sz_result); \
/external/webp/src/dsp/
H A Dmips_macro.h19 #define STR(s) #s macro
20 #define XSTR(s) STR(s)
/external/ltp/testcases/kernel/syscalls/llseek/
H A Dllseek03.c94 #define STR "abcdefgh" macro
95 SAFE_WRITE(cleanup, 1, fd, STR, sizeof(STR) - 1);
/external/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise01.c38 #define STR "abcdefghijklmnopqrstuvwxyz12345\n" macro
79 SAFE_WRITE(1, fd, STR, strlen(STR));
H A Dmadvise02.c55 #define STR "abcdefghijklmnopqrstuvwxyz12345\n" macro
133 SAFE_WRITE(1, fd, STR, sizeof(STR) - 1);
/external/ltp/testcases/kernel/syscalls/tee/
H A Dtee02.c41 #define STR "abcdefghigklmnopqrstuvwxyz" macro
99 SAFE_WRITE(cleanup, 1, pipes[1], STR, sizeof(STR) - 1);
/external/skia/bench/
H A DShaderMaskBench.cpp16 #define STR "Hamburgefons" macro
42 fText.set(STR);
H A DTextBench.cpp154 #define STR "Hamburgefons" macro
156 DEF_BENCH( return new TextBench(STR, 16, 0xFFFFFFFF, kBW); )
157 DEF_BENCH( return new TextBench(STR, 16, 0xFF000000, kBW); )
158 DEF_BENCH( return new TextBench(STR, 16, 0xFFFF0000, kBW); )
159 DEF_BENCH( return new TextBench(STR, 16, 0x88FF0000, kBW); )
161 DEF_BENCH( return new TextBench(STR, 16, 0xFFFFFFFF, kAA); )
162 DEF_BENCH( return new TextBench(STR, 16, 0xFF000000, kAA); )
163 DEF_BENCH( return new TextBench(STR, 16, 0xFFFF0000, kAA); )
164 DEF_BENCH( return new TextBench(STR, 16, 0x88FF0000, kAA); )
166 DEF_BENCH( return new TextBench(STR, 1
[all...]
/external/libunwind/src/dwarf/
H A DGfde.c59 # define STR(x) STR2(x) macro
/external/ltp/testcases/kernel/syscalls/splice/
H A Dsplice03.c51 #define STR "abcdefghigklmnopqrstuvwxyz" macro
116 SAFE_FILE_PRINTF(cleanup, TEST_FILE, STR);
127 SAFE_WRITE(cleanup, 1, pipes[1], STR, sizeof(STR) - 1);
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
H A DTag.java44 public static final Tag STR = new Tag(PREFIX + "str"); field in class:Tag

Completed in 1542 milliseconds

123