/external/bluetooth/glib/docs/reference/glib/ |
D | glib-overrides.txt | 7 <NAME>G_THREADS_IMPL_POSIX</NAME> 12 <NAME>G_THREADS_IMPL_NONE</NAME> 19 <NAME>g_thread_supported</NAME> 26 <NAME>g_mutex_new</NAME> 31 <NAME>g_mutex_lock</NAME> 37 <NAME>g_mutex_trylock</NAME> 43 <NAME>g_mutex_unlock</NAME> 49 <NAME>g_mutex_free</NAME> 57 <NAME>GStaticMutex</NAME> 61 <NAME>G_STATIC_MUTEX_INIT</NAME> [all …]
|
/external/elfutils/m4/ |
D | lib-link.m4 | 13 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and 20 define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], macro 24 ac_cv_lib[]Name[]_libs="$LIB[]NAME" 25 ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" 26 ac_cv_lib[]Name[]_cppflags="$INC[]NAME" 28 LIB[]NAME="$ac_cv_lib[]Name[]_libs" 29 LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" 30 INC[]NAME="$ac_cv_lib[]Name[]_cppflags" 31 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) 32 AC_SUBST([LIB]NAME) [all …]
|
/external/webkit/WebCore/bindings/v8/custom/ |
D | V8CustomBinding.h | 39 #define CALLBACK_FUNC_DECL(NAME) v8::Handle<v8::Value> V8Custom::v8##NAME##Callback(const v8::Argum… argument 41 #define ACCESSOR_GETTER(NAME) \ argument 42 v8::Handle<v8::Value> V8Custom::v8##NAME##AccessorGetter( \ 45 #define ACCESSOR_SETTER(NAME) \ argument 46 void V8Custom::v8##NAME##AccessorSetter(v8::Local<v8::String> name, \ 49 #define INDEXED_PROPERTY_GETTER(NAME) \ argument 50 v8::Handle<v8::Value> V8Custom::v8##NAME##IndexedPropertyGetter( \ 53 #define INDEXED_PROPERTY_SETTER(NAME) \ argument 54 v8::Handle<v8::Value> V8Custom::v8##NAME##IndexedPropertySetter( \ 57 #define INDEXED_PROPERTY_DELETER(NAME) \ argument [all …]
|
/external/bison/m4/ |
D | lib-link.m4 | 13 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and 20 define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], macro 24 ac_cv_lib[]Name[]_libs="$LIB[]NAME" 25 ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" 26 ac_cv_lib[]Name[]_cppflags="$INC[]NAME" 28 LIB[]NAME="$ac_cv_lib[]Name[]_libs" 29 LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" 30 INC[]NAME="$ac_cv_lib[]Name[]_cppflags" 31 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) 32 AC_SUBST([LIB]NAME) [all …]
|
/external/clearsilver/ |
D | aclocal.m4 | 179 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and 186 define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], macro 190 ac_cv_lib[]Name[]_libs="$LIB[]NAME" 191 ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" 192 ac_cv_lib[]Name[]_cppflags="$INC[]NAME" 194 LIB[]NAME="$ac_cv_lib[]Name[]_libs" 195 LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" 196 INC[]NAME="$ac_cv_lib[]Name[]_cppflags" 197 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) 198 AC_SUBST([LIB]NAME) [all …]
|
/external/elfutils/lib/ |
D | dynamicsizehash.c | 33 NAME *htab; in lookup() 70 insert_entry_2 (NAME *htab, unsigned long int hval, size_t idx, TYPE data) in insert_entry_2() 109 TABLE(NAME); in insert_entry_2() 163 INIT(NAME) (htab, init_size) 164 NAME *htab; 188 FREE(NAME) (htab) 189 NAME *htab; 200 INSERT(NAME) (htab, hval, data) 201 NAME *htab; 227 INSERT(NAME) (htab, hval, data) [all …]
|
D | dynamicsizehash.h | 50 DYNHASHENTTYPE (NAME); 63 DYNHASHTYPE (NAME); 83 FUNCTIONS (NAME) 91 XFUNCTIONS (NAME) 101 # undef NAME
|
/external/dropbear/debian/ |
D | dropbear.init | 8 NAME=dropbear 34 start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \ 37 echo "$NAME." 41 start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/"$NAME".pid 42 echo "$NAME." 47 start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/"$NAME".pid 49 start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \ 52 echo "$NAME." 55 N=/etc/init.d/$NAME
|
/external/qemu/audio/ |
D | dsound_template.h | 25 #define NAME "capture buffer" macro 33 #define NAME "playback buffer" macro 54 dsound_logerr (hr, "Could not unlock " NAME "\n"); in glue() 100 dsound_logerr (hr, "Could not lock " NAME "\n"); in glue() 106 dsound_logerr (hr, "Could not lock " NAME "\n"); in glue() 114 dolog ("%d attempts to lock " NAME " failed\n", i); in glue() 165 dsound_logerr (hr, "Could not stop " NAME "\n"); in dsound_fini_in() 170 dsound_logerr (hr, "Could not release " NAME "\n"); in dsound_fini_in() 232 dsound_logerr2 (hr, typ, "Could not create " NAME "\n"); in dsound_init_in() 238 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n"); in dsound_init_in() [all …]
|
D | audio_template.h | 26 #define NAME "playback" macro 32 #define NAME "capture" macro 48 dolog ("Driver `%s' does not support " NAME "\n", drv->name); in glue() 52 dolog ("Driver `%s' does not support %d " NAME " voices, max %d\n", in glue() 85 dolog ("Could not allocate " NAME " buffer (%d samples)\n", in glue() 573 #undef NAME
|
D | rate_template.h | 30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf, in NAME() function 110 #undef NAME
|
/external/elfutils/tests/ |
D | run-show-die-info.sh | 98 Name : * NO NAME * 108 Name : * NO NAME * 170 Name : * NO NAME * 213 Name : * NO NAME * 330 Name : * NO NAME * 407 Name : * NO NAME * 418 Name : * NO NAME * 423 Name : * NO NAME * 443 Name : * NO NAME * 475 Name : * NO NAME * [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | scan.l | 53 return NAME; 81 NAME ([[:alpha:]_][[:alnum:]_-]*) 84 SCNAME {NAME} 108 ^"%s"{NAME}? return SCDECL; 109 ^"%x"{NAME}? return XSCDECL; 138 ^{NAME} { 282 return NAME; 435 "{"{NAME}"}" { 601 {NAME} ACTION_ECHO;
|
D | parse.y | 3 %token CHAR NUMBER SECTEND SCDECL XSCDECL NAME PREVCCL EOF_OP 171 namelist1 : namelist1 NAME 174 | NAME 188 option : OPT_OUTFILE '=' NAME 193 | OPT_PREFIX '=' NAME 195 | OPT_YYCLASS '=' NAME 342 sconname : NAME
|
/external/bison/data/ |
D | c.m4 | 162 # b4_int_type_for(NAME) 217 # b4_token_define(TOKEN-NAME, TOKEN-NUMBER) 225 # b4_token_defines(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER) 235 # b4_token_enum(TOKEN-NAME, TOKEN-NUMBER) 242 # b4_token_enums(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER) 261 # b4_token_enums_defines(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER) 289 # b4_c_function_def(NAME, RETURN-VALUE, [DECL1, NAME1], ...) 291 # Declare the function NAME. 303 # b4_c_ansi_function_def(NAME, RETURN-VALUE, [DECL1, NAME1], ...) 305 # Declare the function NAME in ANSI. [all …]
|
/external/e2fsprogs/ |
D | aclocal.m4 | 1019 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and 1026 define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], macro 1030 ac_cv_lib[]Name[]_libs="$LIB[]NAME" 1031 ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" 1032 ac_cv_lib[]Name[]_cppflags="$INC[]NAME" 1034 LIB[]NAME="$ac_cv_lib[]Name[]_libs" 1035 LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" 1036 INC[]NAME="$ac_cv_lib[]Name[]_cppflags" 1037 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) 1038 AC_SUBST([LIB]NAME) [all …]
|
/external/e2fsprogs/intl/ |
D | textdomain.c | 38 # define __libc_rwlock_define(CLASS, NAME) argument 39 # define __libc_rwlock_wrlock(NAME) argument 40 # define __libc_rwlock_unlock(NAME) argument
|
D | bindtextdom.c | 39 # define __libc_rwlock_define(CLASS, NAME) argument 40 # define __libc_rwlock_wrlock(NAME) argument 41 # define __libc_rwlock_unlock(NAME) argument
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 105 # m4_rename_m4(MACRO-NAME) 107 # Rename MACRO-NAME as m4_MACRO-NAME. 112 # m4_copy_unm4(m4_MACRO-NAME) 114 # Copy m4_MACRO-NAME as MACRO-NAME. 329 # m4_ifndef(NAME, [IF-NOT-DEFINED], [IF-DEFINED]) 471 # m4_defn(NAME) 481 # _m4_dumpdefs_up(NAME) 491 # _m4_dumpdefs_down(NAME) 500 # m4_dumpdefs(NAME) 502 # Similar to `m4_dumpdef(NAME)', but if NAME was m4_pushdef'ed, display its [all …]
|
/external/srec/srec/include/ |
D | sizes.h | 29 #define FOUR_BYTE_PTR(PTR,NAME,DUMMY) union { PTR NAME; asr_int32_t DUMMY; } argument
|
/external/webkit/WebKit/mac/Misc/ |
D | EmptyProtocolDefinitions.h | 36 #define EMPTY_PROTOCOL(NAME) \ argument 37 @protocol NAME <NSObject> \
|
/external/webkit/WebCore/bindings/v8/ |
D | V8GCController.cpp | 187 #define MAKE_CASE(TYPE, NAME) \ in visitDOMWrapper() argument 189 NAME* impl = static_cast<NAME*>(object); \ in visitDOMWrapper() 407 #define MAKE_CASE(TYPE, NAME) \ in visitDOMWrapper() argument 409 NAME* impl = static_cast<NAME*>(object); \ in visitDOMWrapper()
|
/external/qemu/ |
D | vnchextile.h | 5 #define NAME CONCAT(generic_, BPP) macro 7 #define NAME BPP macro 10 static void CONCAT(send_hextile_tile_, NAME)(VncState *vs, in CONCAT() argument 206 #undef NAME
|
/external/bluetooth/glib/tests/ |
D | gen-casemap-txt.pl | 34 use vars qw($CODE $NAME $CATEGORY $COMBINING_CLASSES $BIDI_CATEGORY $DECOMPOSITION $DECIMAL_VALUE $… 38 $NAME = 1; 82 if ($fields[$NAME] =~ /Last>/)
|
/external/bison/tests/ |
D | torture.at | 40 # AT_DATA_TRIANGULAR_GRAMMAR(FILE-NAME, SIZE) 42 # Create FILE-NAME, containing a self checking parser for a huge 155 # AT_DATA_HORIZONTAL_GRAMMAR(FILE-NAME, SIZE) 157 # Create FILE-NAME, containing a self checking parser for a huge 260 # AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR(FILE-NAME, SIZE) 262 # Create FILE-NAME, containing a self checking parser for a grammar
|