HomeSort by relevance Sort by last modified time
    Searched defs:STR (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/clang/test/PCH/
remap-file-from-pch.cpp.h 2 #define STR "nexus"
remap-file-from-pch.cpp.remap.h 2 #define STR "nexus"
  /external/clang/test/Preprocessor/
_Pragma-dependency.c 4 #define STR "GCC dependency \"parse.y\"")
6 DO_PRAGMA (STR
  /external/clang/test/Modules/Inputs/declare-use/
j.h 4 #define STR(x) #x
5 #define HDR(x) STR(x.h)
  /external/clang/test/Modules/
malformed.cpp 11 #define STR(x) STR2(x)
12 #include STR(HEADER)
  /external/grpc-grpc/third_party/nanopb/tests/common/
unittests.h 4 #define STR(x) #x
5 #define STR2(x) STR(x)
  /external/nanopb-c/tests/common/
unittests.h 4 #define STR(x) #x
5 #define STR2(x) STR(x)
  /external/clang/test/Lexer/
unicode.c 18 #define STR(X) XSTR(X)
20 static const char *copyright = STR(COPYRIGHT); // no-warning
  /external/ltp/testcases/kernel/syscalls/openat/
openat02_child.c 23 #define STR "abc"
38 ret = write(fd, STR, sizeof(STR) - 1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
node.h 21 char *str, int lineno, int col_offset);
31 #define STR(n) ((n)->n_str)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
node.h 21 char *str, int lineno, int col_offset);
30 #define STR(n) ((n)->n_str)
  /external/clang/test/CXX/drs/
dr6xx.cpp 202 #define STR(x) #x
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/security/dirtyc0w/
dirtyc0w.c 51 #define STR "this is not a test\n"
73 SAFE_WRITE(1, fd, STR, sizeof(STR)-1);
dirtyc0w_child.c 34 #define STR "this is not a test\n"
36 static char *str = "m00000000000000000"; variable
78 c += write(mfd, str, strlen(str));
  /external/ltp/testcases/kernel/syscalls/tee/
tee02.c 40 #define STR "abcdefghigklmnopqrstuvwxyz"
60 SAFE_WRITE(1, pipes[1], STR, sizeof(STR) - 1);
  /external/python/cpython2/Include/
node.h 21 char *str, int lineno, int col_offset);
31 #define STR(n) ((n)->n_str)
  /external/swiftshader/third_party/subzero/crosstest/
mem_intrin_main.cpp 14 #define XSTR(s) STR(s)
15 #define STR(s) #s
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/
mips_macro.h 19 #define STR(s) #s
20 #define XSTR(s) STR(s)
  /external/ltp/testcases/kernel/numa/
support_numa.c 49 #define STR "abcdefghijklmnopqrstuvwxyz12345\n"
120 rc = write(fd, STR, strlen(STR));
121 if (rc == -1 || ((size_t)rc != strlen(STR)))
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek03.c 94 #define STR "abcdefgh"
95 SAFE_WRITE(cleanup, 1, fd, STR, sizeof(STR) - 1);
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise01.c 38 #define STR "abcdefghijklmnopqrstuvwxyz12345\n"
82 SAFE_WRITE(1, fd, STR, strlen(STR));
madvise02.c 58 #define STR "abcdefghijklmnopqrstuvwxyz12345\n"
154 SAFE_WRITE(1, fd, STR, sizeof(STR) - 1);
  /external/python/cpython3/Include/
node.h 21 char *str, int lineno, int col_offset);
33 #define STR(n) ((n)->n_str)
  /external/ltp/testcases/kernel/syscalls/splice/
splice03.c 50 #define STR "abcdefghigklmnopqrstuvwxyz"
78 SAFE_FILE_PRINTF(TEST_FILE, STR);
87 SAFE_WRITE(1, pipes[1], STR, sizeof(STR) - 1);
  /external/swiftshader/third_party/subzero/src/
IceTimerTree.cpp 42 #define STR(s) #s
44 IDs[TT_##tag] = STR(tag); \
45 IDsIndex[STR(tag)] = TT_##tag;
48 #undef STR
234 void dumpHelper(Ostream &Str, const DumpMapType &Map, double TotalTime,
251 Str << llvm::format(" %10.6f %4.1f%% %5.1f%% ", I.first,
255 Str << llvm::format(" %10.6f %4.1f%% ", I.first,
263 void TimerStack::dump(Ostream &Str, bool DumpCumulative) {
272 Str << Name << " - Cumulative times:\n"
291 dumpHelper(Str, CumulativeMap, TotalTime, NoAddPercents)
    [all...]

Completed in 1064 milliseconds

1 2 3