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

1 2

  /cts/tests/tests/jvmti/attaching/jni/
agent.c 37 #define CONCAT(A,B) A ## B
38 #define EVAL(A,B) CONCAT(A,B)
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalDriver.h 57 #define CONCAT(x, y) CONCAT_(x, y)
59 #define UNICODE_STR(x) CONCAT( L, x )
  /external/libffi/src/cris/
sysv.S 29 #define CONCAT(x,y) x ## y
30 #define XCONCAT(x,y) CONCAT (x, y)
  /external/python/cpython2/Modules/_ctypes/libffi/src/cris/
sysv.S 29 #define CONCAT(x,y) x ## y
30 #define XCONCAT(x,y) CONCAT (x, y)
  /external/python/cpython3/Modules/_ctypes/libffi/src/cris/
sysv.S 29 #define CONCAT(x,y) x ## y
30 #define XCONCAT(x,y) CONCAT (x, y)
  /external/valgrind/memcheck/tests/
big_debuginfo_symbol.cpp 5 #define CONCAT(x, y) CONCAT2(x, y)
8 #define TemplateName(name) CONCAT(AllLetters, name)
  /system/bt/osi/include/
osi.h 28 #define CONCAT(a, b) a##b
35 #define DUMMY_COUNTER(c) CONCAT(__osi_dummy_, c)
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 12 #define CONCAT(X,Y) CONCAT2(X,Y)
14 int CONCAT(constexpr,ession);
19 extern int CONCAT(align,of); // expected-warning {{'alignof' is a keyword in C++11}}
21 #define static_assert(b, s) int CONCAT(check, __LINE__)[(b) ? 1 : 0];
  /external/elfutils/lib/
fixedsizehash.h 38 #define CONCAT(t1,t2) __CONCAT (t1,t2)
75 struct CONCAT(PREFIX,fshash)
78 struct CONCAT(PREFIX,fshashent)
93 CLASS struct CONCAT(PREFIX,fshash) *
94 CONCAT(PREFIX,fshash_init) (size_t nelems)
96 struct CONCAT(PREFIX,fshash) *result;
111 result = (struct CONCAT(PREFIX,fshash) *)
112 xcalloc (sizeof (struct CONCAT(PREFIX,fshash))
113 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1);
125 CONCAT(PREFIX,fshash_fini) (struct CONCAT(PREFIX,fshash) *htab
    [all...]
  /external/google-benchmark/test/
skip_with_error_test.cc 58 #define CONCAT(x, y) CONCAT2(x, y)
60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
register_benchmark_test.cc 52 #define CONCAT(x, y) CONCAT2(x, y)
54 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
output_test.h 17 #define CONCAT(x, y) CONCAT2(x, y)
19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__)
22 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__)
76 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function)
152 CONCAT(CHECK_, relationship) \
163 CONCAT(CHECK_FLOAT_, relationship) \
  /external/libcxx/utils/google-benchmark/test/
skip_with_error_test.cc 58 #define CONCAT(x, y) CONCAT2(x, y)
60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
register_benchmark_test.cc 52 #define CONCAT(x, y) CONCAT2(x, y)
54 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
output_test.h 17 #define CONCAT(x, y) CONCAT2(x, y)
19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__)
22 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__)
76 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function)
152 CONCAT(CHECK_, relationship) \
163 CONCAT(CHECK_FLOAT_, relationship) \
  /external/trappy/trappy/plotter/
AttrConf.py 23 CONCAT = False
24 """Default value for concat in :mod:`trappy.plotter.LinePlot`
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
output_test.h 15 #define CONCAT(x, y) CONCAT2(x, y)
17 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__)
20 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__)
skip_with_error_test.cc 58 #define CONCAT(x, y) CONCAT2(x, y)
60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
register_benchmark_test.cc 52 #define CONCAT(x, y) CONCAT2(x, y)
54 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
  /external/autotest/client/deps/glbench/src/
waffle_stuff.cc 34 #define CONCAT(a,b) a ## b
35 #define PLATFORM_ID(x) CONCAT(ID_, x)
36 #define PLATFORM_ENUM(x) CONCAT(WAFFLE_, x)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 27 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
36 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit,
132 CONCAT(vsplit_segment_cache_, ELT_TYPE)(struct vsplit_frontend *vsplit,
174 CONCAT(vsplit_segment_simple_, ELT_TYPE)(struct vsplit_frontend *vsplit,
179 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
184 CONCAT(vsplit_segment_loop_, ELT_TYPE)(struct vsplit_frontend *vsplit,
192 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
197 CONCAT(vsplit_segment_fan_, ELT_TYPE)(struct vsplit_frontend *vsplit,
205 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
217 CONCAT(vsplit_primitive_, ELT_TYPE)(vsplit, istart, icount
    [all...]
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 672 #define CONCAT(x, y) CONCAT2(x, y)
675 std::vector<Failure> CONCAT(test_fortify_, _FORTIFY_SOURCE)() {
  /external/libcxx/test/support/
filesystem_test_helper.hpp 265 #define CONCAT(LHS, RHS) CONCAT2(LHS, RHS)
266 #define MKSTR(Str) {Str, CONCAT(L, Str), CONCAT(u, Str), CONCAT(U, Str)}
  /external/mesa3d/src/glx/
glxextensions.c 41 #define CONCAT(a,b) a ## b
42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_test_helper.hpp 265 #define CONCAT(LHS, RHS) CONCAT2(LHS, RHS)
266 #define MKSTR(Str) {Str, CONCAT(L, Str), CONCAT(u, Str), CONCAT(U, Str)}

Completed in 1632 milliseconds

1 2