HomeSort by relevance Sort by last modified time
    Searched refs:NAME (Results 1 - 25 of 2492) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Lexer/
coroutines.cpp 5 #define CORO_KEYWORD(NAME) _Static_assert(!__is_identifier(NAME), #NAME)
7 #define CORO_KEYWORD(NAME) _Static_assert(__is_identifier(NAME), #NAME)
keywords_test.cpp 18 #define IS_KEYWORD(NAME) _Static_assert(!__is_identifier(NAME), #NAME)
19 #define NOT_KEYWORD(NAME) _Static_assert(__is_identifier(NAME), #NAME)
20 #define IS_TYPE(NAME) void is_##NAME##_type() { int f(NAME); }
23 #define CONCEPTS_KEYWORD(NAME) IS_KEYWORD(NAME
    [all...]
  /external/syslinux/com32/lib/
atoi.c 2 #define NAME atoi
atol.c 2 #define NAME atol
atoll.c 2 #define NAME atoll
strtol.c 2 #define NAME strtol
strtoll.c 2 #define NAME strtoll
strtoul.c 2 #define NAME strtoul
strtoull.c 2 #define NAME strtoull
strtoimax.c 2 #define NAME strtoimax
strtoumax.c 2 #define NAME strtoumax
  /external/strace/tests/
faccessat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (faccessat -P $NAME.sample); do not edit.
4 run_strace_match_diff -P $NAME.sample
open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (open -a30 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a30 -P $NAME.sample
openat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (openat -a36 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a36 -P $NAME.sample
  /external/strace/tests-m32/
faccessat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (faccessat -P $NAME.sample); do not edit.
4 run_strace_match_diff -P $NAME.sample
open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (open -a30 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a30 -P $NAME.sample
openat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (openat -a36 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a36 -P $NAME.sample
  /external/strace/tests-mx32/
faccessat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (faccessat -P $NAME.sample); do not edit.
4 run_strace_match_diff -P $NAME.sample
open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (open -a30 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a30 -P $NAME.sample
openat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (openat -a36 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a36 -P $NAME.sample
  /external/swiftshader/third_party/subzero/crosstest/
test_vector_ops.h 28 #define DECLARE_VECTOR_OPS(NAME) \
29 template <> struct VectorOps<NAME> : public Vectors<NAME> { \
39 TY(NAME) insertelement_##NAME(TY(NAME), CASTTY(NAME), int32_t); \
40 TY(NAME) Subzero_insertelement_##NAME(TY(NAME), CASTTY(NAME), int32_t);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
carrays.i 9 * %array_functions(TYPE,NAME)
21 %define %array_functions(TYPE,NAME)
23 static TYPE *new_##NAME(int nelements) { %}
31 static void delete_##NAME(TYPE *ary) { %}
39 static TYPE NAME##_getitem(TYPE *ary, int index) {
42 static void NAME##_setitem(TYPE *ary, int index, TYPE value) {
47 TYPE *new_##NAME(int nelements);
48 void delete_##NAME(TYPE *ary);
49 TYPE NAME##_getitem(TYPE *ary, int index);
50 void NAME##_setitem(TYPE *ary, int index, TYPE value)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/d/
carrays.i 8 * %array_functions(TYPE,NAME)
20 %define %array_functions(TYPE,NAME)
22 static TYPE *new_##NAME(int nelements) { %}
30 static void delete_##NAME(TYPE *ary) { %}
38 static TYPE NAME##_getitem(TYPE *ary, int index) {
41 static void NAME##_setitem(TYPE *ary, int index, TYPE value) {
46 TYPE *new_##NAME(int nelements);
47 void delete_##NAME(TYPE *ary);
48 TYPE NAME##_getitem(TYPE *ary, int index);
49 void NAME##_setitem(TYPE *ary, int index, TYPE value)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 44 public static final String MIN_EXPIRES = MinExpiresHeader.NAME; //1
45 public static final String ERROR_INFO = ErrorInfoHeader.NAME; //2
46 public static final String MIME_VERSION = MimeVersionHeader.NAME; //3
47 public static final String IN_REPLY_TO = InReplyToHeader.NAME; //4
48 public static final String ALLOW = AllowHeader.NAME; //5
49 public static final String CONTENT_LANGUAGE = ContentLanguageHeader.NAME;
51 public static final String CALL_INFO = CallInfoHeader.NAME; //7
52 public static final String CSEQ = CSeqHeader.NAME; //8
53 public static final String ALERT_INFO = AlertInfoHeader.NAME; //9
54 public static final String ACCEPT_ENCODING = AcceptEncodingHeader.NAME;
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerExtFunctionsWeak.cpp 22 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
23 __attribute__((weak)) RETURN_TYPE NAME FUNC_SIG
41 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
42 this->NAME = ::NAME; \
43 CheckFnPtr((void *)::NAME, #NAME, WARN);

Completed in 248 milliseconds

1 2 3 4 5 6 7 8 91011>>