/ndk/tests/device/test-gnustl-full/unit/ |
D | resolve_name.cpp | 10 double d( 1.0 ); in f() local 24 double d( 1.0 ); in g() local 42 double d( 1.0 ); in h() local
|
D | deque_test.cpp | 52 deque<int> d; in deque1() local 82 deque<int> d; in insert() local 158 deque<int> d; in at() local
|
D | sstream_test.cpp | 102 double d = 0.0; in input() local 153 double d = 0.0; in io() local 237 double d; in init_in() local
|
D | find_test.cpp | 124 char *d = find(pstr, pstr + str_size, 'd'); in find_char() local
|
/ndk/tests/device/test-stlport/unit/ |
D | resolve_name.cpp | 10 double d( 1.0 ); in f() local 24 double d( 1.0 ); in g() local 42 double d( 1.0 ); in h() local
|
D | deque_test.cpp | 52 deque<int> d; in deque1() local 82 deque<int> d; in insert() local 158 deque<int> d; in at() local
|
D | sstream_test.cpp | 102 double d = 0.0; in input() local 153 double d = 0.0; in io() local 237 double d; in init_in() local
|
D | find_test.cpp | 124 char *d = find(pstr, pstr + str_size, 'd'); in find_char() local
|
/ndk/sources/host-tools/nawk-20071023/ |
D | parse.c | 71 Node *node3(int a, Node *b, Node *c, Node *d) in node3() 83 Node *node4(int a, Node *b, Node *c, Node *d, Node *e) in node4() 114 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3() 123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4() 150 Node *op3(int a, Node *b, Node *c, Node *d) in op3() 159 Node *op4(int a, Node *b, Node *c, Node *d, Node *e) in op4()
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | utils.h | 54 #define memmove(d, s, c) bcopy(s, d, c) argument
|
D | regexec.c | 62 #define ASSIGN(d, s) ((d) = (s)) argument 109 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) argument
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | getopt1.c | 50 struct _getopt_data *d) in _getopt_long_r() 73 struct _getopt_data *d) in _getopt_long_only_r()
|
D | string.in.h | 320 # define strsep(s,d) \ argument 328 # define strsep(s,d) \ argument 408 # define strtok_r(s,d,p) \ argument 416 # define strtok_r(s,d,p) \ argument
|
D | getopt.c | 147 exchange (char **argv, struct _getopt_data *d) in exchange() 229 int posixly_correct, struct _getopt_data *d) in _getopt_initialize() 349 int long_only, int posixly_correct, struct _getopt_data *d) in _getopt_internal_r()
|
/ndk/sources/host-tools/make-3.81/ |
D | commands.c | 47 struct dep *d; in set_file_variables() local 81 register struct dep *d; in set_file_variables() local 577 struct dep *d; in delete_child_targets() local
|
D | rule.c | 218 register struct dep *d, *d2; in convert_to_pattern() local 306 register struct dep *d, *d2; in new_pattern_rule() local 521 register struct dep *d; in print_rule() local
|
D | file.c | 461 struct dep *d; in expand_deps() local 633 struct dep *d; in snap_deps() local 758 struct dep *d; in set_command_state() local 876 struct dep *d; in print_file() local
|
D | remake.c | 332 struct dep *d; in update_file() local 375 register struct dep *d, *lastd; in update_file_1() local 798 struct dep *d; in notice_finished_file() local 936 struct dep *d; in check_dep() local
|
D | misc.c | 488 struct dep *d = (struct dep *) xmalloc (sizeof (struct dep)); in alloc_dep() local 497 free_dep (struct dep *d) in free_dep() 512 copy_dep_chain (const struct dep *d) in copy_dep_chain() 543 free_dep_chain (struct dep *d) in free_dep_chain()
|
D | dep.h | 71 #define dep_name(d) ((d)->name == 0 ? (d)->file->name : (d)->name) argument
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | basicdefs.h | 93 #define MEMCPY(d,s,l) (memcpy(VCAST(VOID *)(d),VCAST(const VOID *)(s),l)) argument 94 #define MEMMOVE(d,s,l) (memmove(VCAST(VOID *)(d),VCAST(const VOID *)(s),l)) argument 117 # define memcpy(d, s, n) memmove(d, s, n) argument
|
/ndk/sources/cxx-stl/stlport/src/ |
D | cxa.c | 70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) in __cxa_atexit() argument 163 void __cxa_finalize(void *d) in __cxa_finalize()
|
D | num_get_float.cpp | 57 long double d; member 650 char *d; in _Stl_string_to_double() local 755 char *d; in _Stl_string_to_doubleT() local
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 84 int a, b, c, d; in x86_cpuid() local 233 int d = (*p - '0'); in parse_decimal() local
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 114 # define NAMLEN(d) _D_NAMLEN(d) argument 167 # define memcpy(d, s, n) bcopy ((s), (d), (n)) argument 1315 struct dirent *d = ((flags & GLOB_ALTDIRFUNC) variable
|