Searched defs:set (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | messages.cpp | 139 int set, int p_id, const string& dfault) const { in do_get() 150 int set, int p_id, const wstring& dfault) const { in do_get() 205 messages_byname<char>::do_get(catalog cat, int set, int p_id, in do_get() 235 int set, int p_id, const wstring& dfault) const in do_get()
|
/ndk/sources/host-tools/make-3.81/ |
D | variable.c | 164 int recursive, struct variable_set *set, in define_variable_in_set() 351 const struct variable_set *set = setlist->set; in lookup_variable() local 425 const struct variable_set *set) in lookup_variable_in_set() 546 register struct variable_set *set; in create_new_variable_set() local 592 struct variable_set *set = current_variable_set_list->set; in push_new_variable_scope() local 606 struct variable_set *set; in pop_variable_scope() local 876 struct variable_set *set = s->set; in target_environment() local 1434 print_variable_set (struct variable_set *set, char *prefix) in print_variable_set()
|
D | expand.c | 476 const struct variable_set_list *set) in variable_append()
|
D | variable.h | 94 struct variable_set *set; /* Variable set. */ member
|
/ndk/sources/android/libthread_db/ |
D | thread_db.h | 121 #define td_event_emptyset(set) \ argument 124 #define td_event_fillset(set) \ argument 127 #define td_event_addset(set, n) \ argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | class_properties.hpp | 200 void set( write_param_t v ) { base_prop::value = v; } in set() function in boost::unit_test::readwrite_property
|
/ndk/sources/android/support/src/ |
D | wchar_support.c | 191 wchar_t *wcspbrk(const wchar_t *s, const wchar_t *set) { in wcspbrk() 229 size_t wcsspn(const wchar_t *s, const wchar_t *set) { in wcsspn()
|