Searched refs:NAME (Results 1 - 25 of 503) sorted by relevance

1234567891011>>

/prebuilts/misc/common/swig/include/2.0.11/python/
H A Dcarrays.i1 %define %array_class(TYPE,NAME)
3 %feature("python:slot", "sq_item", functype="ssizeargfunc") NAME::__getitem__;
4 %feature("python:slot", "sq_ass_item", functype="ssizeobjargproc") NAME::__setitem__;
9 } NAME;
12 %extend NAME {
14 NAME(size_t nelements) {
15 NAME *arr = %new_instance(NAME);
20 ~NAME() {
37 static NAME *frompointe
[all...]
/prebuilts/misc/common/swig/include/2.0.11/
H A Dcpointer.i44 %define %pointer_class(TYPE, NAME)
46 typedef TYPE NAME;
50 } NAME;
52 %extend NAME {
54 NAME() {
57 ~NAME() {
61 NAME() {
64 ~NAME() {
70 %extend NAME {
81 static NAME * frompointe
[all...]
H A Dcmalloc.i12 /* %malloc(TYPE [, NAME = TYPE])
13 %calloc(TYPE [, NAME = TYPE])
14 %realloc(TYPE [, NAME = TYPE])
15 %free(TYPE [, NAME = TYPE])
16 %allocators(TYPE [,NAME = TYPE])
27 %define %malloc(TYPE,NAME...)
28 #if #NAME != ""
29 %rename(malloc_##NAME) ::malloc(int nbytes);
41 %define %calloc(TYPE,NAME...)
42 #if #NAME !
[all...]
H A Dcarrays.i9 * %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##_setite
[all...]
/prebuilts/misc/common/swig/include/2.0.11/d/
H A Dcpointer.i43 %define %pointer_class(TYPE, NAME)
45 typedef TYPE NAME;
49 } NAME;
51 %extend NAME {
53 NAME() {
56 ~NAME() {
60 NAME() {
63 ~NAME() {
69 %extend NAME {
80 static NAME * frompointe
[all...]
H A Dcarrays.i8 * %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##_setite
[all...]
/prebuilts/misc/common/swig/include/2.0.11/typemaps/
H A Dcpointer.swg45 %define %pointer_class(TYPE, NAME)
47 typedef TYPE NAME;
51 } NAME;
53 %extend NAME {
54 NAME() {
57 ~NAME() {
62 %extend NAME {
73 static NAME * frompointer(TYPE *t) {
74 return (NAME *) t;
78 %types(NAME
[all...]
H A Dcarrays.swg9 * %array_functions(TYPE,NAME)
21 %define %array_functions(TYPE,NAME)
23 static TYPE *new_##NAME(size_t nelements) {
27 static void delete_##NAME(TYPE *ary) {
31 static TYPE NAME##_getitem(TYPE *ary, size_t index) {
34 static void NAME##_setitem(TYPE *ary, size_t index, TYPE value) {
39 TYPE *new_##NAME(size_t nelements);
40 void delete_##NAME(TYPE *ary);
41 TYPE NAME##_getitem(TYPE *ary, size_t index);
42 void NAME##_setite
[all...]
H A Dcmalloc.swg12 /* %malloc(TYPE [, NAME = TYPE])
13 %calloc(TYPE [, NAME = TYPE])
14 %realloc(TYPE [, NAME = TYPE])
15 %free(TYPE [, NAME = TYPE])
16 %allocators(TYPE [,NAME = TYPE])
27 %define %malloc(TYPE,NAME...)
28 #if #NAME != ""
29 %rename(malloc_##NAME) ::malloc(size_t nbytes);
41 %define %calloc(TYPE,NAME...)
42 #if #NAME !
[all...]
H A Dcdata.swg25 * %cdata(TYPE [, NAME])
30 %define %cdata(TYPE,NAME...)
36 #if #NAME == ""
39 static SWIGCDATA cdata_##NAME(TYPE *ptr, size_t nelements)
59 #if #NAME == ""
62 SWIGCDATA cdata_##NAME(TYPE *ptr, size_t nelements = 1);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
H A Dlibc-lock.h66 /* Define a lock variable NAME with storage class CLASS. The lock must be
70 definitions you must use a pointer to the lock structure (i.e., NAME
73 #define __libc_lock_define(CLASS,NAME) \
74 CLASS __libc_lock_t NAME;
75 #define __libc_rwlock_define(CLASS,NAME) \
76 CLASS __libc_rwlock_t NAME;
77 #define __libc_lock_define_recursive(CLASS,NAME) \
78 CLASS __libc_lock_recursive_t NAME;
79 #define __rtld_lock_define_recursive(CLASS,NAME) \
80 CLASS __rtld_lock_recursive_t NAME;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dlibc-lock.h66 /* Define a lock variable NAME with storage class CLASS. The lock must be
70 definitions you must use a pointer to the lock structure (i.e., NAME
73 #define __libc_lock_define(CLASS,NAME) \
74 CLASS __libc_lock_t NAME;
75 #define __libc_rwlock_define(CLASS,NAME) \
76 CLASS __libc_rwlock_t NAME;
77 #define __libc_lock_define_recursive(CLASS,NAME) \
78 CLASS __libc_lock_recursive_t NAME;
79 #define __rtld_lock_define_recursive(CLASS,NAME) \
80 CLASS __rtld_lock_recursive_t NAME;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dlibc-lock.h66 /* Define a lock variable NAME with storage class CLASS. The lock must be
70 definitions you must use a pointer to the lock structure (i.e., NAME
73 #define __libc_lock_define(CLASS,NAME) \
74 CLASS __libc_lock_t NAME;
75 #define __libc_rwlock_define(CLASS,NAME) \
76 CLASS __libc_rwlock_t NAME;
77 #define __libc_lock_define_recursive(CLASS,NAME) \
78 CLASS __libc_lock_recursive_t NAME;
79 #define __rtld_lock_define_recursive(CLASS,NAME) \
80 CLASS __rtld_lock_recursive_t NAME;
[all...]
/prebuilts/misc/common/swig/include/2.0.11/octave/
H A Dcarrays.i1 %define %array_class(TYPE,NAME)
2 %array_class_wrap(TYPE,NAME,__paren__,__paren_asgn__)
/prebuilts/misc/common/swig/include/2.0.11/ruby/
H A Dcarrays.i1 %define %array_class(TYPE,NAME)
2 %array_class_wrap(TYPE,NAME,__getitem__,__setitem__)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dstab.h7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dstab.h7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dtarget-hooks-macros.h20 DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT): Define a function-valued hook.
21 DEFHOOKPOD(DOC, TYPE, NAME, INIT): Define a piece-of-data 'hook'. */
24 DEFHOOKPODX(NAME, TYPE, INIT): Like DEFHOOKPOD, but share documentation
27 #define DEFHOOKPODX(NAME, TYPE, INIT) DEFHOOKPOD (NAME, 0, TYPE, INIT)
40 #define HOOK_VECTOR_1(NAME, FRAGMENT) HOOKSTRUCT(FRAGMENT)
H A Dinsn-notes.def31 #define INSN_NOTE(NAME) DEF_INSN_NOTE (NOTE_INSN_##NAME)
H A Dpredict.h23 #define DEF_PREDICTOR(ENUM, NAME, HITRATE, FLAGS) ENUM,
H A Dtarget.h167 #define DEFHOOKPOD(NAME, DOC, TYPE, INIT) TYPE NAME;
168 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
H A Dbsd.h41 #define ASM_OUTPUT_SOURCE_FILENAME(FILE, NAME) */
59 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
61 assemble_name ((FILE), (NAME)), \
67 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
69 assemble_name ((FILE), (NAME)), \
73 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNMENT) \
75 assemble_name ((FILE), (NAME)), \
H A Dcygming.h243 #define ASM_DECLARE_OBJECT_NAME(STREAM, NAME, DECL) \
245 i386_pe_maybe_record_exported_symbol (DECL, NAME, 1); \
246 ASM_OUTPUT_LABEL ((STREAM), (NAME)); \
253 #define ASM_OUTPUT_LABELREF(STREAM, NAME) \
255 if ((NAME)[0] != FASTCALL_PREFIX) \
257 fputs ((NAME), (STREAM)); \
312 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
313 i386_pe_start_function (FILE, NAME, DECL)
316 #define ASM_DECLARE_FUNCTION_SIZE(FILE,NAME,DECL) \
317 i386_pe_end_function (FILE, NAME, DEC
[all...]
/prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerExtFunctions.h25 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
26 RETURN_TYPE(*NAME) FUNC_SIG = nullptr
/prebuilts/misc/common/swig/include/2.0.11/go/
H A Dcdata.i22 * %cdata(TYPE [, NAME])
27 %define %cdata(TYPE,NAME...)
30 #if #NAME == ""
33 static SWIGCDATA cdata_##NAME(TYPE *ptr, int nelements) {
48 #if #NAME == ""
51 SWIGCDATA cdata_##NAME(TYPE *ptr, int nelements);

Completed in 446 milliseconds

1234567891011>>